Searched defs:depth (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/_test/tests/TreeBuilder/ |
| H A D | PageTreeBuilderTest.php | 150 …public function testPageTreeConfigurations(string $namespace, int $depth, int $flags, array $expec… 170 public function testTopLevelTree(string $namespace, int $depth, int $flags, array $expected)
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | PageTreeBuilder.php | 101 protected function createHierarchy(AbstractNode $parent, string $dir, int $depth) 122 protected function processNamespaces(AbstractNode $parent, string $dir, int $depth) 240 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
|
| H A D | AbstractBuilder.php | 246 protected function applyRecursionDecision(AbstractNode $node, int $depth): bool
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 248 public function listPages($namespace = '', $depth = 1, $hash = false) 754 public function listMedia($namespace = '', $pattern = '', $depth = 1, $hash = false)
|