Searched refs:_TREE (Results 1 – 1 of 1) sorted by relevance
| /plugin/catlist/ |
| D | syntax.php | 360 function _walk_recurse (&$data, $path, $ns, $relns, $excluPages, $excluNS, $depth, &$_TREE) { argument 408 $_TREE[] = $item; 424 $_TREE[] = $item; 429 usort($_TREE, function ($a, $b) use ($data) { 526 function _any_child_perms ($data, $_TREE) { argument 527 foreach ($_TREE as $item) { 541 function _recurse (&$renderer, $data, $_TREE) { argument 542 foreach ($_TREE as $item) {
|