I hereby claim:
- I am yannickoo on github.
- I am yannickoo (https://keybase.io/yannickoo) on keybase.
- I have a public key ASBaUEzoKVriBw7juG_suEiBJaxjdv5OAvpezgg-z8zHdAo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| Z:\Users\xxx\Music\Collection\$validate($if2(%albumartist%,%artist%),)\%title% |
| (function($){ | |
| $('head').append('<style>.bookmarklet-issue-id {color: #fff; background: #3b73af; padding: 1px 2px; border-radius: 5px;}</style>'); | |
| $('.subtask-table-container tbody > tr.issuerow').each(function() { | |
| var $this = $(this); | |
| var $id = $this.data('issuekey'); | |
| var $firstRow = $this.children('td:first'); | |
| $firstRow.after('<td><pre class="bookmarklet-issue-id">' + $id + '</pre></td>'); | |
| }); | |
| }(jQuery)); |
| jQuery.get(Drupal.settings.basePath + 'admin/config/development/maintenance', function (data, status) { | |
| if (status == 'success') { | |
| var token = jQuery(data).find('[name="form_token"]').val(); | |
| var build = jQuery(data).find('[name="form_build_id"]').val(); | |
| var payload = { | |
| 'form_id': 'system_site_maintenance_mode', | |
| 'form_token': token, | |
| 'form_build_id': build, | |
| 'maintenance_mode': 0 | |
| }; |
| <?php | |
| /** | |
| * Implements hook_form_alter(). | |
| */ | |
| function mymmodule_form_alter(&$form, $form_state, $form_id) { | |
| if ($form_id == 'field_ui_field_edit_form') { | |
| $form['field']['cardinality']['#options'] = array('-1' => t('Unlimited')) + drupal_map_assoc(range(1, 20)); | |
| } | |
| } |
| $('video.fit').each(function() { | |
| var $this = $(this); | |
| var $container = $this.parent(); | |
| var containerWidth = $container.width(); | |
| var containerHeight = $container.height(); | |
| $this[0].addEventListener('loadedmetadata', function() { | |
| var videoWidth = $this[0].videoWidth; | |
| var videoHeight = $this[0].videoHeight; |
| $('a').on('click', function () { | |
| var a = new RegExp('/' + window.location.host + '/'); | |
| if (!a.test(this.href)) { | |
| $(this).click(function (e) { | |
| e.preventDefault(); | |
| e.stopPropagation(); | |
| window.open(this.href, '_blank'); | |
| }); | |
| } | |
| }); |
| <?php | |
| /** | |
| * @file | |
| * Administrative tasks for My module. | |
| */ | |
| /** | |
| * Page callback for Batch example form. | |
| */ |
| <?php | |
| /** | |
| * Implements hook_custom_theme(). | |
| */ | |
| function mymodule_products_custom_theme() { | |
| $themes = list_themes(); | |
| if (isset($_GET['theme']) && $_GET['theme'] && isset($themes[$_GET['theme']]) && $themes[$_GET['theme']]->status) { | |
| return $_GET['theme']; |
| { | |
| "color_scheme": "Packages/Theme - Soda/Soda Dark/Widget - Soda Dark.stTheme", | |
| "detect_slow_plugins": true, | |
| "draw_white_space": "all", | |
| "ensure_newline_at_eof_on_save": true, | |
| "font_size": 15.0, | |
| "ignored_packages": | |
| [ | |
| "LaTeX", | |
| "Git", |