Home
last modified time | relevance | path

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

/plugin/latexport/_test/
H A 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("$");
60 $this->decoratorMath->mathjax_content("$");
73 $this->decoratorMath->mathjax_content("\\(");
75 $this->decoratorMath->mathjax_content(")");
[all …]
H A Ddecorator_mock.php134 function mathjax_content($formula) { function in DecoratorMock
/plugin/latexport/implementation/
H A Ddecorator_math.php41 function mathjax_content($formula) { function in DecoratorMath
56 $this->decorator->mathjax_content($this->processEquation($this->equation));
H A Ddecorator_persister.php162 function mathjax_content($formula) { function in DecoratorPersister
637 $this->mathjax_content("\\( $x \\times $y \\)");
H A Ddecorator.php193 function mathjax_content($formula) { function in decorator
195 $this->decorator->mathjax_content($formula);
/plugin/combo/syntax/
H A Dmath.php175 $renderer->mathjax_content($content);
/plugin/webcomponent/syntax/
H A Dmath.php138 $renderer->mathjax_content($content);
/plugin/mathjax/syntax/
H A Dprotecttex.php151 $renderer->mathjax_content($data);
/plugin/katex/syntax/
H A Dprotect.php161 $renderer->mathjax_content( $data );