Home
last modified time | relevance | path

Searched refs:helpers (Results 1 – 25 of 79) sorted by relevance

1234

/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DHelperCollection.php17 private $helpers = array(); variable in Mustache_HelperCollection
26 * @param array|Traversable $helpers (default: null)
28 public function __construct($helpers = null) argument
30 if ($helpers === null) {
34 if (!is_array($helpers) && !$helpers instanceof Traversable) {
38 foreach ($helpers as $name => $helper) {
64 $this->helpers[$name] = $helper;
96 return $this->helpers[$name];
150 unset($this->helpers[$name]);
160 $this->helpers = array();
[all …]
H A DTemplate.php148 $helpers = $this->mustache->getHelpers();
149 if (!$helpers->isEmpty()) {
150 $stack->push($helpers);
H A DEngine.php50 private $helpers; variable in Mustache_Engine
362 * @param array|Traversable $helpers
364 public function setHelpers($helpers) argument
366 if (!is_array($helpers) && !$helpers instanceof Traversable) {
372 foreach ($helpers as $name => $helper) {
386 if (!isset($this->helpers)) {
387 $this->helpers = new Mustache_HelperCollection();
390 return $this->helpers;
/plugin/authorstats/
H A Daction.php20 var $helpers = null; variable in action_plugin_authorstats
24 $this->helpers = $this->loadHelper("authorstats", true);
25 if (!$this->helpers->statsFileExists())
51 $usd = $this->helpers->readUserJSON($name);
96 $this->helpers->createDirIfMissing("data");
99 array_map("unlink", glob($this->helpers->basedir . "/*.json"));
121 $sd = $this->helpers->readJSON();
153 $files = $this->helpers->rglob($dir . "[^_]*.changes", GLOB_NOSORT);
218 $usd = $this->helpers->readUserJSON($r["author"]);
223 $this->helpers->saveUserJSON($r["author"], $usd);
[all …]
H A Dsyntax.php19 var $helpers = null; variable in syntax_plugin_authorstats
23 $this->helpers = $this->loadHelper("authorstats", true);
122 $data = $this->helpers->readJSON();
187 $authors = $this->helpers->readJSON();
219 $authors = $this->helpers->readJSON();
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dslf4j-api-1.7.25.jar ... org/slf4j/event/ org/slf4j/helpers/ org/slf4j/spi/ org/slf4j ...
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php31 * @var array array of helpers
33 protected $helpers = []; variable in Handlebars\\Helpers
59 * @param array $helpers array of name=>$value helpers
60 * @throws \InvalidArgumentException when $helpers is not an array
63 public function __construct($helpers = null) argument
70 if ($helpers != null) {
71 if (!is_array($helpers) && !$helpers instanceof Traversable) {
73 'HelperCollection constructor expects an array of helpers'
[all...]
H A DHandlebars.php59 private $helpers; variable in Handlebars\\Handlebars
99 * helpers => Helpers object
113 if (isset($options['helpers'])) {
114 $this->setHelpers($options['helpers']);
189 * Set helpers for current enfine
191 * @param Helpers $helpers handlebars helper
195 public function setHelpers(Helpers $helpers) argument
197 $this->helpers = $helpers;
201 * Get helpers, o
[all...]
H A DTemplate.php4 * contain some utility method to get context and helpers
228 $helpers = $this->handlebars->getHelpers();
230 if ($helpers->has($sectionName)) {
247 $return = call_user_func_array($helpers->$sectionName, $params);
/plugin/sequencediagram/bower_components/lodash/fp/
H A D_baseConvert.js166 var helpers = isLib ? func : {
183 var ary = helpers.ary,
184 assign = helpers.assign,
185 clone = helpers.clone,
186 curry = helpers.curry,
187 each = helpers.forEach,
188 isArray = helpers.isArray,
189 isError = helpers.isError,
192 keys = helpers.keys,
193 rearg = helpers.rearg,
[all …]
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js246 var helpers = isLib ? func : {
263 var ary = helpers.ary,
264 assign = helpers.assign,
265 clone = helpers.clone,
266 curry = helpers.curry,
267 each = helpers.forEach,
268 isArray = helpers.isArray,
269 isError = helpers.isError,
272 keys = helpers.keys,
273 rearg = helpers.rearg,
[all …]
/plugin/combo/vendor/salesforce/handlebars-php/tests/Handlebars/
H A DHandlebarsTest.php67 * Test helpers (internal helpers)
80 $helpers = new \Handlebars\Helpers();
81 $engine = new \Handlebars\Handlebars(array('loader' => $loader, 'helpers' => $helpers));
87 * Simple helpers provider
227 $helpers = new \Handlebars\Helpers();
230 'helpers' => $helpers,
247 'helpers'
[all...]
/plugin/supa/lib/
H A DSupa.jar ... ) } de/christophlinder/supa/encodings/helpers/ de/christophlinder/supa/encodings/helpers ...
H A DSupa.jar.unsigned ... ) } de/christophlinder/supa/encodings/helpers/ de/christophlinder/supa/encodings/helpers ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dhelpers.asciidoc1 [[client-helpers]]
2 == Client helpers
4 The client comes with helpers to give you a more comfortable experience with
9 iteratorsClient helpers global() argument
10 IteratorsClient helpers global() argument
H A Dindex.asciidoc21 include::helpers.asciidoc[]
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js326 var helpers = __webpack_require__(/*! ../../utils/helpers */ "./sources/utils/helpers.js");
438 this.delayShow = helpers.delay(function (event, html) {
447 this.delayHide = helpers.delay(function () {
1080 var helpers = __webpack_require__(/*! ./helpers */ "./sources/utils/helpers.js");
1095 case (helpers.isDate(object)):
1098 case (helpers.isArray(object)):
1104 case (helpers.isStringObject(object)):
1107 case (helpers.isNumberObject(object)):
1110 case (helpers.isBooleanObject(object)):
/plugin/diagrams/
H A Ddeleted.files9 script/helpers.js
/plugin/odtsupport/
H A Dplugin.info.txt6 desc Provides helpers that can be useful when creating ODT files with the odt plugin. For example…
H A DREADME.md2 [Dokuwiki](http://dokuwiki.org) Plugin that provides helpers that can be useful when creating ODT f…
/plugin/combo/vendor/salesforce/handlebars-php/
H A DREADME.md230 Handlebars also allows for name conflict resolution between helpers and data fields via a this reference:
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 passed block with a new context.
748 'helpers' => new \Handlebars\Helpers(),
/plugin/bible/bible_douayRheims/
H A D3_John.txt8 1:8. We therefore ought to receive such: that we may be fellow helpers of the truth.
/plugin/jmol2/jmol/
H A DJmolApplet0_ReadersXml.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ReadersXml.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_tooltip.js.map1helpers.js","webpack://[name]/./sources/ext/tooltip/tooltip.ts","webpack://[name]/./sources/ext/to…

1234