Skip to content

Instantly share code, notes, and snippets.

View sandervd's full-sized avatar

Sander Van Dooren sandervd

  • Essential Complexity
  • Leuven, Belgium
View GitHub Profile
<link href="../core-icon-button/core-icon-button.html" rel="import">
<link href="../core-toolbar/core-toolbar.html" rel="import">
<link href="../core-menu/core-submenu.html" rel="import">
<link href="../core-item/core-item.html" rel="import">
<polymer-element name="my-element">
<template>
<style>
#design_host {
drush() {
local git_root in_git local_drush
git_root=`git rev-parse --show-cdup 2>/dev/null`
in_git=$?
if [ $in_git = 0 ]; then
local_drush=$git_root"vendor/bin/drush"
if [ -e $local_drush ]; then
command $local_drush "$@"
return "$?"
fi
drush() {
local git_root in_git local_drush
git_root=`git rev-parse --show-cdup 2>/dev/null`
in_git=$?
if [ $in_git = 0 ]; then
local_drush=$git_root"vendor/bin/drush"
if [ -e $local_drush ]; then
command $local_drush "$@"
return "$?"
fi
#!/bin/sh
cat $1 | sed 's/,/@| /g' | column -s '@' -t -n
Index: core/modules/file/file.install
===================================================================
--- core/modules/file/file.install (revision 63a1cfa2cfe622ddf89a6286b6b2e33233f2d21a)
+++ core/modules/file/file.install (revision )
@@ -35,7 +35,7 @@
'id' => array(
'description' => 'The primary key of the object using the file.',
'type' => 'varchar_ascii',
- 'length' => 64,
+ 'length' => 255,
<?php
/**
* @file
* Drush implementation for the cleanup_tool module.
*/
/**
* Implementats hook_drush_command().
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
// Go to Github
javascript:(function(){
var href=String(window.location.href);
var ticketId=href.substr(href.lastIndexOf('/') + 1);
var githubPath='https://github.com/ec-europa/joinup-dev/tree/' + ticketId;
window.open(githubPath)
})();
// Go to Jira
javascript:(function(){

Joinup Individual Contributor Assignment Agreement

Thank you for your interest in contributing to Joinup, owned by the European Union ("We" or "Us"). This contributor agreement ("Agreement") documents the rights granted by contributors to Us. By creating a pull request you implicitly agree with the contents of this document. This is a legally binding document, so please read it carefully before agreeing to it. The Agreement may cover more than one software project managed by Us.

##1 Definitions "You" means the individual who Submits a Contribution to Us. "Contribution" means any work of authorship that is Submitted by You to Us in which You own or assert ownership of the Copyright. If You do not own the Copyright in the entire work of authorship, please contact Joinup legal support through the form in https://joinup.ec.europa.eu/contact. "Copyright" means all rights protecting works of authorship owned or controlled by You, including copyright, moral and neighboring rights, as appropriat

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.