Home
last modified time | relevance | path

Searched refs:math (Results 1 – 25 of 102) sorted by relevance

12345

/plugin/mathpublish/
H A Dsyntax.php93 list($size, $math) = explode('>', $match, 2);
94 if(!$math) {
95 $math = $size;
101 if(strlen($math) > 1) {
102 $c_first = $math[0];
103 $c_last = $math[strlen($math) - 1];
121 return (array($size, trim($math), $align));
135 list($size, $math, $align) = $data;
139 $ident = md5($math . '-' . $size);
182 'alt' => $math,
[all …]
H A Dplugin.info.txt6 desc Add mathematical formulae to dokuwiki. Syntax: <m size>math formulae</m>
/plugin/math2/
H A Dsyntax.php109 … list($size, $math) = preg_split('/>/u', $match, 2); // will split into size & math formulae
112 if (strlen($math) > 1) {
113 $c_first = $math{0};
114 $c_last = $math{strlen($math)-1};
121 return (array($size, trim($math), $align));
133 list($size, $math, $align) = $data;
145 $math_html = mathimage($math, $size, $mathplugin_urlimg);
/plugin/codemirror/dist/modes/
H A Dlua.min.js.map1math.abs\",\"math.acos\",\"math.asin\",\"math.atan\",\"math.atan2\",\"math.ceil\",\"math.cos\",\"m…
/plugin/jsmath/
H A Ddiff3 < $renderer->doc .= '<span dir="ltr"><script type="math/tex">';
5 > $renderer->doc .= '<script type="math/tex">';
7 < $renderer->doc .= '<span dir="ltr"><script type="math/tex; mode=display">';
9 > $renderer->doc .= '<script type="math/tex; mode=display">';
/plugin/webcomponent/_test/data/pages/
H A Dmath.txt4 The ''math'' component allows to add [[http://docs.mathjax.org/en/latest/start.html#tex-and-latex-i…
34 <math>x^2</math>
36 This formulas should be inline <math>x^2</math>
H A Dstart.txt13 * [[math]]
H A Dwebcomponent.txt13 * [[math]]
/plugin/findologicxmlexport/vendor/hoa/math/
H A DREADME.md8 …<a href="https://travis-ci.org/hoaproject/math"><img src="https://img.shields.io/travis/hoaproject…
9 …tps://coveralls.io/github/hoaproject/math?branch=master"><img src="https://img.shields.io/coverall…
10 …<a href="https://packagist.org/packages/hoa/math"><img src="https://img.shields.io/packagist/dt/ho…
11 …<a href="https://hoa-project.net/LICENSE"><img src="https://img.shields.io/packagist/l/hoa/math.sv…
24 …rd](https://img.shields.io/badge/organisation-board-ff0066.svg)](https://waffle.io/hoaproject/math)
34 require [`hoa/math`](https://packagist.org/packages/hoa/math):
37 $ composer require hoa/math '~1.0'
/plugin/latex/
H A DREADME12 $$...$$ syntax for displayed LaTeX-math [ddollar]
14 $...$ syntax for inline LaTeX-math [dollar]
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
/plugin/latex-was/
H A DREADME12 $$...$$ syntax for displayed LaTeX-math [ddollar]
14 $...$ syntax for inline LaTeX-math [dollar]
19 <latex>...</latex> syntax for inline LaTeX (non-math-mode) [latex]
/plugin/diagramsnet/lib/math/extensions/MathML/
H A Dmml3.js19 …h(j.math));var i=d.mml3XSLT.transformToDocument(k);if((typeof i)==="string"){j.math=i}else{if(wind…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A Dautobold.js19 …fsetWidth;c.style.fontWeight="bold";if(b&&c.offsetWidth===b){d.math="\\boldsymbol{"+d.math+"}"}c.p…
H A DnoErrors.js19math.prototype.toHTML,i=g.merror.prototype.toHTML;g.math.Augment({toHTML:function(j,k){var l=this.…
/plugin/diagramsnet/lib/math/jax/input/MathML/
H A Djax.js19math:j.firstChild,script:e};c.DOMfilterHooks.Execute(i);this.mml=this.MakeMML(i.math)},MakeMML:fun… property in AnonymousFunction8a908a0b0200.i
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php133 foreach ($regs as $math) {
134 $t = str_replace('<m>', '', $math[0]);
137 $text = str_replace($math[0], $code, $text);
/plugin/const/
H A Daction.php51 $math = new evalmath();
150 @$math->assign_and_evaluate($item[0]."=".$item[1]);
155 …$wikified = str_replace("%%" . trim($item[0]) . "%%", @$math->assign_and_evaluate($item[1]), $wiki…
156 …$wikified = str_replace("§§" . trim($item[0]) . "§§", @$math->assign_and_evaluate($item[1]), $wiki…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15math:{}};goog.math.Long=(function(low,high){this.low_=low|0;this.high_=high|0});goog.math.Long.Int… property in AnonymousFunction31ab728313c00.goog
/plugin/codeprettify/code-prettify/src/
H A Dlang-xq.js64math:tanh|math:tan|math:sqrt|math:sinh|math:sin|math:pow|math:modf|math:log10|math:log|math:ldexp|
/plugin/masciimath/
H A Dplugin.info.txt6 desc Simple beautiful math - server-side ASCIIMathML to MathML parsing
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js862 math = Math,
863 mmax = math.max,
864 mmin = math.min,
865 abs = math.abs,
866 pow = math.pow,
867 PI = math.PI,
868 round = math.round,
3644 math = Math,
5327 math = Math,
6066 var X = x * math.cos(rad) - y * math.sin(rad),
[all …]
/plugin/mathjax/
H A Dplugin.info.txt6 desc Enables MathJax (https://www.mathjax.org/) parsing of TeX math expressions in wiki pages
/plugin/katex/
H A Dplugin.info.txt6 desc Parsing TeX expressions and rendering them to math/chemical equations with KaTeX and mhchem.
/plugin/diagramsnet/lib/math/extensions/
H A Dfast-preview.js19math.root.toPreviewHTML){var h=MathJax.Callback.Queue();h.Push(["Require",MathJax.Ajax,"[MathJax]/…
/plugin/math/
H A Dsyntax.php132 $this->Lexer->addEntryPattern('<math(?=[^\r\n]*?>.*?</math>)',$mode,'plugin_mathmulti');

12345