Home
last modified time | relevance | path

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

/plugin/mathpublish/phpmathpublisher/
H A DMathExpression.php140 public function handleFunction(array $nodes, $function, $argumentsCount) argument
142 if (count($nodes) <= $argumentsCount + 1) {
147 if ($i < count($nodes) - $argumentsCount && $nodes[$i]->text == $function) {
149 for ($j = $i; $j <= $i + $argumentsCount; $j++) {
153 $i += $argumentsCount;