Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php94 $ret = $this->handleOperation($ret, '^');
95 $ret = $this->handleOperation($ret, 'over');
96 $ret = $this->handleOperation($ret, '_');
97 $ret = $this->handleOperation($ret, 'under');
98 $ret = $this->handleOperation($ret, '*');
99 $ret = $this->handleOperation($ret, '/');
100 $ret = $this->handleOperation($ret, '+');
101 $ret = $this->handleOperation($ret, '-');
111 public function handleOperation(array $nodes, $operation) function in RL\\PhpMathPublisher\\MathExpression