Home
last modified time | relevance | path

Searched refs:formulae (Results 1 – 7 of 7) sorted by relevance

/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php29 private $formulae; variable in Assetic\\Factory\\LazyAssetManager
44 $this->formulae = array();
105 return isset($this->formulae[$name]);
123 if (!isset($this->formulae[$name])) {
127 return $this->formulae[$name];
138 $this->formulae[$name] = $formula;
160 … $this->formulae = array_replace($this->formulae, $this->loaders[$loader]->load($resource));
174 if (!parent::has($name) && isset($this->formulae[$name])) {
175 list($inputs, $filters, $options) = $this->formulae[$name];
189 return isset($this->formulae[$name]) || parent::has($name);
[all …]
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DCachedFormulaLoader.php54 $formulae = array();
59 $formulae += $this->loader->load($resource);
60 $this->configCache->set($id, $formulae);
62 $formulae += $this->configCache->get($id);
66 return $formulae;
H A DBasePhpFormulaLoader.php95 $formulae = array();
97 $formulae += call_user_func_array(array($this, 'processCall'), $call);
100 return $formulae;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Extension/Twig/
H A DTwigFormulaLoader.php59 $formulae = array();
62 $formulae[$node->getAttribute('name')] = array(
91 $formulae[$options['name']] = array($inputs, $filters, $options);
96 $formulae += $this->loadNode($child);
102 $formulae += $this->loadNode($child);
106 return $formulae;
/plugin/mathpublish/
H A Dplugin.info.txt6 desc Add mathematical formulae to dokuwiki. Syntax: <m size>math formulae</m>
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js14545 if (model.formulae && model.formulae[0]) {
14546 return model.formulae[0];
14574 if (model.formulae && model.formulae[0]) {
14575 return model.formulae[0];
14724 model.formulae.forEach(function (formula) {
14849 this.model.formulae = this.model.formulae || [];
14850 this.model.formulae.push(parser.model);
16092 formulae: []
16149 if (!this._dataValidation.formulae || !this._dataValidation.formulae.length) {
16150 delete this._dataValidation.formulae;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9635 var SST = [], sname = "", formulae = [];
9665 // formulae.push(p.slice(p.l, p.l + cnt + 1)); p.l += cnt + 1;
9719 …case 8: cell = { t: "n", v: p.read_shift(8, 'f') }; p.l += 2; /* cell.f = formulae[p.read_shift(4)…
15077 /* Part 3 TODO: actually parse formulae */
19311 sharedf: sharedf, // shared formulae by address
19312 arrayf: arrayf, // array formulae array
25037 ['cellFormula', true], /* emit formulae as .f */
26105 /* NOTE: Excel CSV does not support array formulae */