Home
last modified time | relevance | path

Searched refs:formula (Results 26 – 50 of 54) sorted by path

123

/plugin/latexport/implementation/
H A Ddecorator_persister.php162 function mathjax_content($formula) { argument
164 $formula = str_replace('%', '\\%', $formula);
167 $this->appendContent("$formula");
/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php1631 $formula=new expression_math(tableau_expression(trim($text)));
1632 $formula->dessine($size);
1633 $v=1000-imagesy($formula->image)+$formula->base_verticale+3;
1635 ImagePNG($formula->image,$dirimg."/math_".$v."_".$nameimg);
/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/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/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/passpolicy/
H A D10k-common-passwords.txt2653 formula
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …uses Singular Value Decomposition.\n // The SVD can be represented with formula A = USV. We are i…
H A Dpdf.worker.js.map1formula A = USV. We are interested in the\n // matrix S here because it represents the scale valu…
/plugin/pot/
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…
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."&nbsp;=&nbsp;";
169 …$renderer->doc .= "<span class='pot_error style='$display'>&nbsp; $error <b><i>$formula</i></b></s…
/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/s5reloaded/ui/effects_support/
H A Dprototype.js3455 var mm, formula = m[6], predicate;
3456 if (formula == 'even') formula = '2n+0';
3457 if (formula == 'odd') formula = '2n+1';
3458 if (mm = formula.match(/^(\d+)$/)) // digit only
3757 'nth-child': function(nodes, formula, root) { argument
3758 return Selector.pseudos.nth(nodes, formula, root);
3777 return p['last-of-type'](p['first-of-type'](nodes, formula, root), formula, root);
3790 if (formula == 'even') formula = '2n+0';
3791 if (formula == 'odd') formula = '2n+1';
3800 if (formula.match(/^\d+$/)) { // just a number
[all …]
/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 Dgrayscale.min.css1 …ld}.hljs-number,.hljs-literal{color:#777}.hljs-string,.hljs-doctag,.hljs-formula{color:#333;backgr…
H A Didea.min.css1 …js-string{color:#008000;font-weight:bold}.hljs-symbol,.hljs-bullet,.hljs-formula{color:#000;backgr…
H A Dpojoaque.min.css1 …color:#dc322f}.hljs-selector-id,.hljs-selector-class{color:#d3a60c}.hljs-formula{background:#07364…
H A Drainbow.min.css1 …t,.hljs-meta,.hljs-link{color:#f99157}.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 Dsolarized-light.min.css1 …ljs-link{color:#cb4b16}.hljs-built_in,.hljs-deletion{color:#dc322f}.hljs-formula{background:#eee8d…
H A Dsunburst.min.css1 …lor:#3e87e3}.hljs-attribute{color:#cda869}.hljs-meta{color:#8996a8}.hljs-formula{background-color:…
H A Dxcode.min.css1 …,.hljs-params{color:#5c2699}.hljs-attribute,.hljs-subst{color:#000}.hljs-formula{background-color:…
/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/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; }

123