Lines Matching refs:index

144 				for($index = 0; $index < count($arrKeys); $index ++) {
145 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
146 if(($tagName == "" || $this->nodes[$arrKeys[$index]]->tag->getTagName() == $tagName) &&
147 ($attrName == "" || $this->nodes[$arrKeys[$index]]->tag->attributeExists($attrName)) &&
148 …($attrValue == "" || $this->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrName) == $attrValue…
149 $branchArray[] = &$this->nodes[$arrKeys[$index]];
156 for($index = 0; $index < count($arrKeys); $index ++) {
157 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
158 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
160 …$newArray = $this->nodes[$arrKeys[$index]]->getBranches($newTagPath, $tagName, $attrName, $attrVal…
187 for($index = 0; $index < count($arrKeys); $index ++) {
188 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
189 $leafArray[] = &$this->nodes[$arrKeys[$index]];
195 for($index = 0; $index < count($arrKeys); $index ++) {
196 …if(gettype($this->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($this->nodes[$arrKe…
197 if($this->nodes[$arrKeys[$index]]->tag->getTagName() == $tags[1]) {
199 $newArray = $this->nodes[$arrKeys[$index]]->getLeafs($newTagPath);
449 for($index = 0; $index < count($arrKeys); $index ++) {
450 …dBranches[$i]->nodes[$arrKeys[$index]]) == "object" && strtolower(get_class($referencedBranches[$i…
451 …if(($tagName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagName() == $tagN…
452 …($attrName == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->attributeExists($attrNa…
453 …($attrValue == "" || $referencedBranches[$i]->nodes[$arrKeys[$index]]->tag->getTagAttribute($attrN…
454 $referencedBranches[$i]->removeNode($arrKeys[$index]);
514 for($index = 0; $index < count($arrKeys); $index ++) {
515 $node =& $this->nodes[$arrKeys[$index]];
554 for($index = 0; $index < count($arrKeys); $index ++) {
555 $node =& $this->nodes[$arrKeys[$index]];