Lines Matching refs:DEPTH
210 private function __writeTOCTree($CURRENTNODE, $CURRENTNODENAME = null, $DEPTH = 0) { argument
225 return $this->__TOCItem($CURRENTNODE, $DEPTH);
233 $XML .= $this->__TOCItem($CURRENTNODE[$conf['start']], $DEPTH, !$didOpenItem);
237 $XML .= $this->__TOCItem($CURRENTNODE['element'], $DEPTH, !$didOpenItem);
242 $XML .= $this->__TOCItem(array('name' => $CURRENTNODENAME), $DEPTH, !$didOpenItem);
245 $DEPTH--;
255 …$ELEM, count($ELEM) >= 1 ? ( !empty($ELEM['name']) ? $ELEM['name'] : $NODENAME ) : null, $DEPTH+1);
259 return $XML . ($didOpenItem ? $this->__TOCItemClose($DEPTH) : '');
334 $DEPTH = str_repeat("\t", $LEVEL);
337 …return $DEPTH . '<' . $ITEM . ' label="' . $this->functions->getSiteTitle($DATA) . '" ' . ($ITEM !…
348 $XML = "$DEPTH<$ITEM label=\"$indexTitle\" $indexFile>";
359 if (!$isEmptyNode && count($DATA) > 0) $XML .= "$DEPTH";