| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 65 foreach($this->builtinHelpers as $helper) { 66 $helperName = $this->underscoreToCamelCase($helper); 67 $this->add($helper, [$this, "helper{$helperName}"]); 76 foreach ($helpers as $name => $helper) { 77 $this->add($name, $helper); 86 * @param callable $helper a function as a helper 91 public function add($name, $helper) argument 93 if (!is_callable($helper)) { 96 $this->helpers[$name] = $helper; 144 * @param callable $helper a function as a helper [all …]
|
| H A D | Handlebars.php | 217 * @param mixed $helper helper callable 221 public function addHelper($name, $helper) argument 223 $this->getHelpers()->add($name, $helper);
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 203 …ate. You can use them alone in a {{mustache}}, pass them to a Handlebars helper, or use them as va… 236 Handlebars expressions with a helper. In this case we're using the upper helper 268 You can use the if helper to conditionally render a block. If its argument returns false, null, "" … 295 You can use the unless helper as the inverse of the if helper. Its block will be rendered if the ex… 306 You can iterate over a list using the built-in each helper. Inside the block, you can use {{this}} … 379 The #each helper (php only) also has the ability to slice the data 417 You can shift the context for a section of a template by using the built-in with block helper. 565 This helper return handlebars expression as is. The expression will not be parsed 658 To create your own helper, use the method: `Handlebars::addHelper($name, $callback)` 660 The following helper will UPPERCASE a string [all …]
|
| /template/hexa/genericons/ |
| D | README.md | 22 …con". The `content: '\f101';` part of this CSS is easily copied from the helper tool at http://gen… 104 * New: Added helper rotation classes to the base CSS, thanks to geminorum. Apply `genericon-rotate-… 148 * Per feedback, the baked-in 16px width and height has been removed from the helper CSS. It wasn't … 149 * Base64 encoding is now included by default in the helper CSS. This makes it drop-in easy to get G… 191 * Replaced tabs with spaces in the helper CSS.
|
| /template/bushwick/fonts/ |
| D | README.txt | 45 …con". The "content: '\f101';" part of this CSS is easily copied from the helper tool at http://gen… 94 - Replaced tabs with spaces in the helper CSS.
|
| /template/fictive/genericons/ |
| D | README.txt | 45 …con". The "content: '\f101';" part of this CSS is easily copied from the helper tool at http://gen… 102 - Replaced tabs with spaces in the helper CSS.
|
| /template/sprintdoc/ |
| H A D | deleted.files | 88 js/base/helper.js
|
| /template/strap/vendor/php-webdriver/webdriver/ |
| H A D | CHANGELOG.md | 119 - `WebDriverCheckboxes` and `WebDriverRadios` helper classes to simplify interaction with checkboxe… 173 - `XPathEscaper` helper class to quote XPaths containing both single and double quotes.
|
| /template/breeze/bower_components/gumby/sass/ |
| D | _grid.scss | 178 // helper placeholder to condense the repeated
|
| /template/ospyramid/css/ |
| D | style.css | 179 * Non-semantic helper classes: please define your styles before this section.
|
| /template/mikio/ |
| H A D | CHANGELOG.md | 27 …ect if `mbstring` is missing from your PHP installation is not use these helper methods [#102](htt…
|
| /template/codowik/js/ |
| D | layout.js | 2665 , helper: "clone" property 2701 ui.helper 2722 ui.helper.addClass( helperLimitClass +" "+ helperPaneLimitClass ); // at dragging-limit 2726 ui.helper.removeClass( helperLimitClass +" "+ helperPaneLimitClass ); // not at dragging-limit
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].c…
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …helper to minimize deoptimizations. Returns a completion\n // record like context.tryEntries[i].c…
|
| /template/mikio/icons/fontawesome5/css/ |
| H A D | all.min.css | 5 …-hippo:before{content:"\f6ed"}.fa-hips:before{content:"\f452"}.fa-hire-a-helper:before{content:"\f…
|
| /template/strap/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …helper for String#{startsWith, endsWith, includes}\nvar isRegExp = __webpack_require__(65);\nvar d…
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.js.map | 1 …\nconst Default = {\n isVisible: true, // if false, we use the backdrop helper without adding any…
|
| H A D | bootstrap.min.css.map | 1 …x-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin fon…
|
| H A D | bootstrap.rtl.min.css.map | 1 …x-media-query, $fluidVal, $val);\n }\n }\n }\n}\n\n// Shorthand helper mixins\n@mixin fon…
|