Home
last modified time | relevance | path

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

/plugin/catlist/
H A Dsyntax.php286 * the tree walking. Moreover, $data['tree'] is filled by the pages found by _walk_recurse(), and
343 $this->_walk_recurse($data, $path, $ns, "", false, false, 1/*root depth is 1*/, $data['tree']/*root*/);
360 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) {
405 $this->_walk_recurse($data, $path.'/'.$file, $id, $rel_id, $exclunspages, $exclunsns, $depth+1, $item['_']);
363 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) { global() function in syntax_plugin_catlist