Home
last modified time | relevance | path

Searched refs:formula (Results 1 – 25 of 54) sorted by relevance

123

/plugin/latexport/_test/
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 Dcommand.php128 public $formula; variable in CommandMathjaxContent
130 function __construct($formula) { argument
132 $this->formula = $formula;
H A Ddecorator_mock.php134 function mathjax_content($formula) { argument
135 $this->listOfCommands->enqueue(new CommandMathjaxContent($formula));
/plugin/mimetex/
H A Dmimetexrender.php73 function render($cachefilename, $formula) { argument
93 $formula = preg_replace("/>/i", ">", $formula);
94 $formula = preg_replace("/&lt;/i", "<", $formula);
97 if (strlen($formula) > $this->_string_length_limit) {
117 fputs($fp, $formula);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
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;
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;
/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/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/mytemplate/
H A Daction.php197 function do_calculate($formula) { argument
203 …$formula = preg_replace_callback("/([a-zA-Z][a-zA-Z0-9_]*\([^\)]*\))/", "apply_whitelist", $formul…
206 preg_match_all('/\$([A-Za-z_][A-Za-z0-9_]*)/', $formula, $varmatches, PREG_SET_ORDER);
209 $formula = str_replace($var[0], $this->variables[$var[1]], $formula);
211 $formula = str_replace($var[0], '0', $formula);
214 $result = eval("return $formula;");
/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/latexport/implementation/
H A Ddecorator_math.php41 function mathjax_content($formula) { argument
43 $this->equation = $formula;
46 $this->equation = $this->equation.$formula;
H A Ddecorator_persister.php162 function mathjax_content($formula) { argument
164 $formula = str_replace('%', '\\%', $formula);
167 $this->appendContent("$formula");
/plugin/pot/
H A Dsyntax.php136 $formula = $mycargo[$potid]['output']['formula'];
147 $formula = $mycargo[$potid]['output']['formula'];
155 $renderer->doc .= $formula."&nbsp;=&nbsp;";
169 …$renderer->doc .= "<span class='pot_error style='$display'>&nbsp; $error <b><i>$formula</i></b></s…
H A Dhelper.php115 function _calculate($formula, $mdec) { argument
117 $calc = $formula;
220 $calculated['formula'] = $formula;
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/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/chem/
H A Dplugin.info.txt6 desc Format chemical formula in DokuWiki. Example: <chem>H+ + OH- <-> H2O</chem>
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2920 var mm, formula = m[6], predicate;
2921 if (formula == 'even') formula = '2n+0';
2922 if (formula == 'odd') formula = '2n+1';
2923 if (mm = formula.match(/^(\d+)$/)) // digit only
3206 'nth-child': function(nodes, formula, root) { argument
3207 return Selector.pseudos.nth(nodes, formula, root);
3226 return p['last-of-type'](p['first-of-type'](nodes, formula, root), formula, root);
3241 if (formula == 'even') formula = '2n+0';
3242 if (formula == 'odd') formula = '2n+1';
3251 if (formula.match(/^\d+$/)) { // just a number
[all …]
/plugin/farm/install/animaltemplate/conf/
H A Dmime.conf30 odf application/vnd.oasis.opendocument.formula
/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dgooglecode.min.css1 …ame,.hljs-params{color:#606}.hljs-attribute,.hljs-subst{color:#000}.hljs-formula{background-color:…
H A Drainbow.min.css1 …t,.hljs-meta,.hljs-link{color:#f99157}.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d…
H A Dsolarized-light.min.css1 …ljs-link{color:#cb4b16}.hljs-built_in,.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d…
H A Dsolarized-dark.min.css1 …ljs-link{color:#cb4b16}.hljs-built_in,.hljs-deletion{color:#dc322f}.hljs-formula{background:#07364…
H A Dpojoaque.min.css1 …color:#dc322f}.hljs-selector-id,.hljs-selector-class{color:#d3a60c}.hljs-formula{background:#07364…

123