This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php $depth = ($comment->depth >= 3) ? 6 : $comment->depth += 3; $header_depth = 'h' . $depth; ?> | |
| <<?php print $header_depth; print $title_attributes; ?>><?php print $title ?><?php print '</' . $header_depth . '>'; ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $page = $this->getSession()->getPage(); | |
| $sm_clean = strtolower(preg_replace('/\W+/', '', $social_media)); | |
| $sm_button = $page->find('css', '.sharethis-buttons .st_' . $sm_clean . ' .chicklets'); | |
| $sm_button->click(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <div class="">One</div> | |
| <div class="">Two</div> | |
| <div class="">Three</div> | |
| <div class="">Four</div> | |
| <div class="">Five</div> | |
| <div class="">Six</div> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Use Gists to store code you would like to remember later on | |
| console.log(window); // log the "window" object to the console |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $search = array( | |
| chr(0xe2) . chr(0x80) . chr(0x98), | |
| chr(0xe2) . chr(0x80) . chr(0x99), | |
| chr(0xe2) . chr(0x80) . chr(0x9c), | |
| chr(0xe2) . chr(0x80) . chr(0x9d), | |
| chr(0xe2) . chr(0x80) . chr(0x93), | |
| chr(0xe2) . chr(0x80) . chr(0x94), | |
| ); | |
| $replace = array( | |
| "'", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ; Features | |
| - projects[features][version] = 2.1 | |
| + projects[features][version] = 2.2 | |
| projects[features][patch][1417630] = "http://drupal.org/files/features_static_caches-1063204-32.patch" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| libraries[footable][directory_name] = "FooTable" | |
| libraries[footable][download][tag] = "V2.0.1.4" | |
| libraries[footable][download][type] = "git" | |
| libraries[footable][download][url] = "https://github.com/bradvin/FooTable.git" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| core = 7.x | |
| api = 2 | |
| ; Drupal Core | |
| projects[drupal][version] = "7.33" | |
| ; ===================================== | |
| ; Contrib Modules | |
| ; ===================================== | |
| ; By default, store all contrib modules in the "contrib" subdirectory of | |
| ; sites/all/modules. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Example makefile | |
| # ---------------- | |
| # This is an example makefile to introduce new users of drush make to the | |
| # syntax and options available to drush make. | |
| # This make file is a working makefile - try it! Any line starting with a `#` | |
| # is a comment. | |
| # Core version | |
| # ------------ | |
| # Each makefile should begin by declaring the core version of Drupal that all |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### Keybase proof | |
| I hereby claim: | |
| * I am nielsonm on github. | |
| * I am nielsonm (https://keybase.io/nielsonm) on keybase. | |
| * I have a public key ASCrbUffJV_TYtWKHzFqfFuIUiccgQVNTEeUD9y6Gzra9wo | |
| To claim this, I am signing this object: |
OlderNewer