Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
DMathExpression.php75 $ret = $this->handleFunction($ret, 'sqrt', 1);
76 $ret = $this->handleFunction($ret, 'vec', 1);
77 $ret = $this->handleFunction($ret, 'overline', 1);
78 $ret = $this->handleFunction($ret, 'underline', 1);
79 $ret = $this->handleFunction($ret, 'hat', 1);
80 $ret = $this->handleFunction($ret, 'int', 3);
81 $ret = $this->handleFunction($ret, 'doubleint', 3);
82 $ret = $this->handleFunction($ret, 'tripleint', 3);
83 $ret = $this->handleFunction($ret, 'oint', 3);
84 $ret = $this->handleFunction($ret, 'prod', 3);
[all …]