I hereby claim:
- I am brianjhanson on github.
- I am brianjhanson (https://keybase.io/brianjhanson) on keybase.
- I have a public key ASDJ1n7E_b5ARc1pW57hrpJ5LklEBkW6Ef8PzJiLNmsZiQo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
| /** VERSION: 2.2.3 Please don't modify or unzip this content. It will be updated regularly **/ | |
| function BCSfFilterCallback(a) { | |
| bcsffilter.afterGetFilterData(a, a.event_type) | |
| } | |
| function viewMoreFilterOption(a) { | |
| var b = "." + bcsffilter.class.filterBlockContent, | |
| c = "." + bcsffilter.class.filterOptionViewMoreList; |
Between Brian Hanson
| var $questions = jQuery('.faq-question'); | |
| var json = {}; | |
| json.categories = []; | |
| json.entries = []; | |
| var categoryIndex = -1; | |
| var sectionId = 21; | |
| var typeId = 28; | |
| function isFirst(string) { | |
| return (string.search(/^1\./g) !== -1); |
| var nodeSassGlobbing = require('node-sass-globbing'); | |
| module.exports = { | |
| images : true, | |
| fonts : true, | |
| svgSprite : true, | |
| stylesheets : { | |
| sass: { | |
| includePaths: ["./node_modules"], // from default, but we still want it | |
| // Not sure why we have to split this into a function, but we seem to need to |
| <?php | |
| /** | |
| * Modify data just before importing | |
| * | |
| * @param BaseElementModel $element The current element receiving import data. | |
| * @param array $map Mapping of data between CSV -> Craft fields. | |
| * @param array $data Raw data provided for this row. | |
| */ | |
| public function modifyImportRow($element, $map, $data) | |
| { |
| <?php | |
| class Craft3ValetDriver extends ValetDriver | |
| { | |
| /** | |
| * Determine if the driver serves the request. | |
| * | |
| * @param string $sitePath | |
| * @param string $siteName | |
| * @param string $uri |
| <script type="text/javascript"> | |
| /*<![CDATA[*/ | |
| if (typeof(console) == 'object' && typeof console.groupCollapsed == 'function') | |
| { | |
| console.groupCollapsed("Profiling Summary Report"); | |
| console.log("Time: <?php echo sprintf('%0.5f', Craft\Craft::getLogger()->getExecutionTime()); ?>s\n"); | |
| console.log("Memory: <?php echo number_format(Craft\Craft::getLogger()->getMemoryUsage() / 1024); ?>Kb\n"); | |
| console.log("Total Queries: <?php echo is_array($data) ? count($data) : '0'; ?>\n"); | |
| <?php |
| // ---- | |
| // libsass (v3.2.5) | |
| // ---- | |
| $spacing: ( | |
| xs: 2.5rem, | |
| s: 4rem, | |
| m: 6rem, | |
| l: 8rem, | |
| xl: 10rem |
| /* ============================================================== | |
| Text | |
| ============================================================== */ | |
| //--------------------------------------------------------------- | |
| // Base | |
| //--------------------------------------------------------------- |