Home
last modified time | relevance | path

Searched refs:mathjax_content (Results 1 – 9 of 9) sorted by relevance

/plugin/latexport/_test/
Ddecorator_math.test.php28 $this->decoratorMath->mathjax_content("$");
29 $this->decoratorMath->mathjax_content("$ $formula");
30 $this->decoratorMath->mathjax_content(" $$");
43 $this->decoratorMath->mathjax_content("\\[");
44 $this->decoratorMath->mathjax_content(" $formula");
45 $this->decoratorMath->mathjax_content(" \\]");
58 $this->decoratorMath->mathjax_content("$");
59 $this->decoratorMath->mathjax_content("$formula");
60 $this->decoratorMath->mathjax_content("$");
73 $this->decoratorMath->mathjax_content("\\(");
[all …]
Ddecorator_mock.php134 function mathjax_content($formula) { function in DecoratorMock
/plugin/latexport/implementation/
Ddecorator_math.php41 function mathjax_content($formula) { function in DecoratorMath
56 $this->decorator->mathjax_content($this->processEquation($this->equation));
Ddecorator_persister.php162 function mathjax_content($formula) { function in DecoratorPersister
637 $this->mathjax_content("\\( $x \\times $y \\)");
Ddecorator.php193 function mathjax_content($formula) { function in decorator
195 $this->decorator->mathjax_content($formula);
/plugin/combo/syntax/
Dmath.php175 $renderer->mathjax_content($content);
/plugin/webcomponent/syntax/
Dmath.php138 $renderer->mathjax_content($content);
/plugin/mathjax/syntax/
Dprotecttex.php151 $renderer->mathjax_content($data);
/plugin/katex/syntax/
Dprotect.php161 $renderer->mathjax_content( $data );