Home
last modified time | relevance | path

Searched refs:DecoratorMath (Results 1 – 3 of 3) sorted by relevance

/plugin/latexport/implementation/
H A Ddecorator_math.php18 class DecoratorMath extends Decorator { class
33 $this->state = DecoratorMath::NOT_IN_EQUATION;
42 if ($this->state == DecoratorMath::NOT_IN_EQUATION) {
44 $this->state = DecoratorMath::IN_EQUATION;
55 if ($this->state == DecoratorMath::IN_EQUATION) {
57 $this->state = DecoratorMath::NOT_IN_EQUATION;
/plugin/latexport/renderer/
H A Dtex.php67 new DecoratorMath(
/plugin/latexport/_test/
H A Ddecorator_math.test.php23 $this->decoratorMath = new DecoratorMath($this->decoratorMock);