Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 54) sorted by last modified time

123

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js1277 formula: value ? value.formula : undefined,
1421 if (v.formula) {
3671 if (formula) {
4952 formula: formula,
13012 if (v.formula) {
13343 this.model.formula = this.model.formula ? this.model.formula + text : text;
14798 if (formula) {
14815 if (formula) {
16177 formula = parseInt(formula, 10);
16181 formula = parseFloat(formula);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs8144 if(C_seen_E) throw new Error("SYLK shared formula cannot have own formula");
8149 if(formula) {
9095 /* TODO: formula */
12556 /* TODO: parse formula */
13306 if(!formula[0] || !formula[0][0]) return "";
13309 var f = formula[0][ff];
16290 o[1] = formula;
16302 o[1] = formula;
22199 if(ctag.formula) ctag.formula = unescapexml(ctag.formula);
22207 if(ctag.formula) q.f = ods_to_csf_formula(ctag.formula);
[all …]
/plugin/randomtables/table-roller/src/Table/
H A DBaseTable.php85 public function rollDie(string $formula) { argument
86 $formula = strtoupper(trim($formula));
87 preg_match('/(\d*)[Dd](\d+)(\+|\-)?(\d+)?/', $formula, $parts);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php113 $formula = new MathExpression($this->helper->tableExpression(trim($text)), $this->helper);
114 $formula->draw($this->size);
117 $v = 1000 - imagesy($formula->image) + $formula->verticalBased + 3;
119 imagepng($formula->image, $file);
/plugin/tagfilter/script/select2/
H A Dselect2.js243 * @param formula function used to lazily initialize the thunk
246 function thunk(formula) { argument
250 if (evaluated === false) { value = formula(); evaluated = true; }
/plugin/pot/
H A Dhelper.php115 function _calculate($formula, $mdec) { argument
117 $calc = $formula;
220 $calculated['formula'] = $formula;
H A Dsyntax.php136 $formula = $mycargo[$potid]['output']['formula'];
147 $formula = $mycargo[$potid]['output']['formula'];
155 $renderer->doc .= $formula." = ";
169 …$renderer->doc .= "<span class='pot_error style='$display'>&nbsp; $error <b><i>$formula</i></b></s…
H A DREADME.md78 | formula | | (false) true | shows the formula if true |
86 | type | | (formula) text | the pot can be used to calculate formulas or to set and reuse text …
116 …th the result of former pots and not with the formulas ( have a look at "formula=true" to see more…
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DPivotValue.php31 public $formula; variable in Google\\Service\\Sheets\\PivotValue
76 public function setFormula($formula) argument
78 $this->formula = $formula;
85 return $this->formula;
H A DDataSourceColumn.php25 public $formula; variable in Google\\Service\\Sheets\\DataSourceColumn
32 public function setFormula($formula) argument
34 $this->formula = $formula;
41 return $this->formula;
/plugin/passpolicy/
H A D10k-common-passwords.txt2653 formula
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js147 function createCellElemScaled(name, val, xmlDoc, formula) argument
149 return createCellElem(name, val / that.CONVERSION_FACTOR, xmlDoc, formula);
152 function createCellElem(name, val, xmlDoc, formula) argument
158 if (formula) cell.setAttribute("F", formula);
H A DmxVsdxCanvas2D.js171 mxVsdxCanvas2D.prototype.createCellElemScaled = function (name, val, formula) argument
173 return this.createCellElem(name, val / VsdxExport.prototype.CONVERSION_FACTOR, formula);
181 mxVsdxCanvas2D.prototype.createCellElem = function (name, val, formula) argument
187 if (formula) cell.setAttribute("F", formula);
/plugin/airtable/
H A DREADME.md48 * `where` - [an airtable formula](https://support.airtable.com/hc/en-us/articles/203255215-Formula…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1formula derived from Cagnoli’s\n // theorem. See Todhunter, Spherical Trig. (1871), Sec. 103, Eq…
H A D2.2.js.map1formula layout.\"\n },\n {\n \"name\": \"\\\"expt…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1 … with vertices: south pole,\n // previous point, current point. Uses a formula derived from Cagn…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DLazyAssetManager.php134 * @param array $formula A formula
136 public function setFormula($name, array $formula) argument
138 $this->formulae[$name] = $formula;
/plugin/tablecalc/
H A Dscript.js258 function tablecalc(divID, formula, final) { argument
288 var oFormula=formula;
290 tablecalc_log("Entering: "+divID+"=>"+formula+"; is final: "+final);
312 …var matchA=formula.match(/([a-z0-9_]+\.)?(r|c)\d+(r|c)\d+(\:(r|c)\d+(r|c)\d+)?(\,([a-z0-9]+\.)?(r|…
395 formula=formula.replace(matchA[i],result);
399 formula=formula.replace(/;/g,",");
400 tablecalc_log("Evaluating: "+formula);
403 eval('calcresult = '+formula);
424 function tablecalcAddDefer(divID,formula) { argument
426 tablecalc_defer[divID]=formula;
H A Dsyntax.php60 return array('formula'=>$match, 'divid'=>'__tablecalc'.$this->id_index,'idx'=>$this->id_index);
/plugin/latexport/implementation/
H A Ddecorator.php193 function mathjax_content($formula) { argument
195 $this->decorator->mathjax_content($formula);
H A Ddecorator_math.php41 function mathjax_content($formula) { argument
43 $this->equation = $formula;
46 $this->equation = $this->equation.$formula;
/plugin/latexport/_test/
H A Dcommand.php128 public $formula; variable in CommandMathjaxContent
130 function __construct($formula) { argument
132 $this->formula = $formula;
H A Ddecorator_math.test.php27 $formula = "e = m \cdot e^2";
29 $this->decoratorMath->mathjax_content("$ $formula");
42 $formula = "e = m \cdot e^2";
44 $this->decoratorMath->mathjax_content(" $formula");
57 $formula = "e = m \cdot e^2";
59 $this->decoratorMath->mathjax_content("$formula");
72 $formula = "e = m \cdot e^2";
74 $this->decoratorMath->mathjax_content("$formula\\");
87 $formula = "\\begin{align*}
91 $this->decoratorMath->mathjax_content($formula);
[all …]
H A Ddecorator_mock.php134 function mathjax_content($formula) { argument
135 $this->listOfCommands->enqueue(new CommandMathjaxContent($formula));

123