| /template/strap/vendor/salesforce/handlebars-php/src/Handlebars/ |
| H A D | Helpers.php | 33 protected $helpers = []; variable in Handlebars\\Helpers 59 * @param array $helpers array of name=>$value helpers 63 public function __construct($helpers = null) argument 70 if ($helpers != null) { 71 if (!is_array($helpers) && !$helpers instanceof Traversable) { 76 foreach ($helpers as $name => $helper) { 96 $this->helpers[$name] = $helper; 108 return array_key_exists($name, $this->helpers); 124 return $this->helpers[$name]; 162 unset($this->helpers[$name]); [all …]
|
| H A D | Handlebars.php | 59 private $helpers; variable in Handlebars\\Handlebars 191 * @param Helpers $helpers handlebars helper 195 public function setHelpers(Helpers $helpers) argument 197 $this->helpers = $helpers; 207 if (!isset($this->helpers)) { 208 $this->helpers = new Helpers(); 210 return $this->helpers;
|
| H A D | Template.php | 228 $helpers = $this->handlebars->getHelpers(); 230 if ($helpers->has($sectionName)) { 247 $return = call_user_func_array($helpers->$sectionName, $params);
|
| /template/strap/vendor/salesforce/handlebars-php/tests/Handlebars/ |
| H A D | HandlebarsTest.php | 80 $helpers = new \Handlebars\Helpers(); 81 $engine = new \Handlebars\Handlebars(array('loader' => $loader, 'helpers' => $helpers)); 227 $helpers = new \Handlebars\Helpers(); 230 'helpers' => $helpers, 402 $helpers = new \Handlebars\Helpers(array('test' => function () { 404 $engine = new \Handlebars\Handlebars(array('helpers' => $helpers));
|
| /template/breeze/bower_components/gumby/js/libs/ |
| D | gumby.init.js | 37 Gumby.helpers();
|
| D | gumby.js | 111 Gumby.prototype.helpers = function() { method in Gumby
|
| D | gumby.min.js | 1 …helpers=function(){this.onReady&&this.onReady(),this.isOldie&&this.onOldie&&this.onOldie(),Moderni… method in i
|
| /template/strap/vendor/salesforce/handlebars-php/ |
| H A D | README.md | 230 Handlebars also allows for name conflict resolution between helpers and data fields via a this refe… 264 `if/else` and `unless` control structures are implemented as regular Handlebars helpers 495 #### For convenience, Voodoo\Handlebars added some extra helpers. 654 ## Writing your own helpers 656 Block helpers make it possible to define custom iterators and other helpers that can invoke the pas… 748 'helpers' => new \Handlebars\Helpers(),
|
| /template/strap/ |
| H A D | yarn.lock | 16 "@csstools/color-helpers@^5.0.2": 18 resolved "https://registry.npmjs.org/@csstools/color-helpers/-/color-helpers-5.0.2.tgz" 31 "@csstools/color-helpers" "^5.0.2" 174 call-bind-apply-helpers@^1.0.1, call-bind-apply-helpers@^1.0.2: 176 resolved "https://registry.npmjs.org/call-bind-apply-helpers/-/call-bind-apply-helpers-1.0.2.tgz" 273 call-bind-apply-helpers "^1.0.1" 385 call-bind-apply-helpers "^1.0.2"
|
| /template/breeze/bower_components/gumby/sass/extensions/sassy-math/stylesheets/ |
| D | _math.scss | 104 // Bundled in Compass: http://compass-style.org/reference/compass/helpers/trig/
|
| /template/breeze/bower_components/gumby/ |
| D | gumby.min.js | 1 …helpers=function(){this.onReady&&this.onReady(),this.isOldie&&this.onOldie&&this.onOldie(),Moderni… method in i
|
| /template/breeze/js/ |
| D | gumby.min.js | 1 …helpers=function(){this.onReady&&this.onReady(),this.isOldie&&this.onOldie&&this.onOldie(),Moderni… method in i
|
| /template/strap/resources/library/combo/ |
| H A D | combo.min.js.map | 1 …helpers/src/_async_to_generator.js","node_modules/@swc/helpers/src/_class_call_check.js","node_mod…
|
| /template/strap/resources/library/combo/dist/ |
| H A D | combo.min.js.map | 1 …helpers/src/_async_to_generator.js","node_modules/@swc/helpers/src/_class_call_check.js","node_mod…
|
| /template/strap/resources/library/bootstrap/5.0.1/ |
| H A D | bootstrap.min.css.map | 1 …helpers/_colored-links.scss","../../scss/helpers/_ratio.scss","../../scss/helpers/_position.scss",…
|
| H A D | bootstrap.rtl.min.css.map | 1 …helpers/_colored-links.scss","../../scss/helpers/_ratio.scss","../../scss/helpers/_position.scss",…
|
| /template/strap/resources/library/rrdiagram/0.9.4.1/ |
| H A D | rrdiagram.js.map | 1 …helpers\nvar isThenable = function (it) {\n var then;\n return isObject(it) && typeof (then = it…
|
| /template/strap/resources/library/bootstrap/4.5.0/ |
| H A D | bootstrap.16col.min.css.map | 1 …t; }\n.mh-100 { max-height: 100% !important; }\n\n// Viewport additional helpers\n\n.min-vw-100 { …
|
| /template/strap/resources/library/bootstrap/4.4.1/ |
| H A D | bootstrap.16col.min.css.map | 1 …t; }\n.mh-100 { max-height: 100% !important; }\n\n// Viewport additional helpers\n\n.min-vw-100 { …
|