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
/* | |
* This clears the LESS.js cache, since it aggressively caches @import statements. | |
* Credit: Attaboy, https://gist.github.com/attaboy/1346280 | |
* Additional key checks and debugging output by A.B. Carroll. (http://github.com/nezzario) | |
* License: Assumed MIT/BSD-like license, please give credit where credit is due. | |
*/ | |
less.env = 'development'; | |
console.log("If you are seeing this in a production environment you are likely doing something wrong or forgot to remove the destroyLessCache() script."); |
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
Array functions: | |
array_search $needle, $haystack | |
in_array $needle, $haystack | |
String functions: | |
strchr $haystack, $needle | |
stripos $haystack, $needle | |
stristr $haystack, $needle | |
strpos $haystack, $needle | |
strrchr $haystack, $needle |
NewerOlder