Home
last modified time | relevance | path

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

/plugin/catlist/
H A Dsyntax.php354 * $_TREE which is the *local* tree view (ie. a reference of a $data['tree'] node) and
360 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) {
408 $_TREE[] = $item;
424 $_TREE[] = $item;
429 usort($_TREE, function ($a, $b) use ($data) {
526 function _any_child_perms ($data, $_TREE) {
527 foreach ($_TREE as $item) {
541 function _recurse (&$renderer, $data, $_TREE) {
542 foreach ($_TREE as $item) {
363 _walk_recurse(& $data, $path, $ns, $relns, $excluPages, $excluNS, $depth, & $_TREE) global() argument
524 _any_child_perms($data, $_TREE) global() argument
539 _recurse(& $renderer, $data, $_TREE) global() argument