Home
last modified time | relevance | path

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

/plugin/math2/phpmathpublisher/
H A Dmathpublisher.php815 if(count($noeuds) <= 3) return $noeuds;
821 $ret[] = new expression_math(array($noeuds[$i], $noeuds[$i+1], $noeuds[$i+2]));
836 if(count($noeuds) <= $nbarg + 1) return $noeuds;
1290 $nbligne=$this->noeuds[1]->noeuds[0]->texte;
1291 $nbcolonne=$this->noeuds[2]->noeuds[0]->texte;
1309 if ($i< count($this->noeuds[3]->noeuds))
1312 $img[$i]=$this->noeuds[3]->noeuds[$i]->image;
1348 if ($i< count($this->noeuds[3]->noeuds))
1366 $typeligne=$this->noeuds[1]->noeuds[0]->texte;
1387 if ($i< count($this->noeuds[3]->noeuds))
[all …]