Home
last modified time | relevance | path

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

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php834 function traite_fonction($noeuds, $fonction, $nbarg) argument
836 if(count($noeuds) <= $nbarg + 1) return $noeuds;
840 if($i < count($noeuds) - $nbarg && $noeuds[$i]->texte == $fonction)
843 for($j = $i; $j <= $i + $nbarg; $j++)
846 $i += $nbarg;