Lines Matching refs:depth
211 $depth = $options->getOpt('depth', 0);
231 $this->index($startPath, $force, $depth);
235 $this->frontmatter($startPath, $depth);
244 $this->analytics($startPath, $output, $depth);
272 * @param int $depth recursion depth. 0 for unlimited
275 private function index($namespaces = array(), $rebuild = false, $depth = 0) argument
287 $pages = FsWikiUtility::getPages($namespaces, $depth);
326 private function analytics($namespaces = array(), $output = null, $depth = 0) argument
344 $pages = FsWikiUtility::getPages($namespaces, $depth);
486 private function frontmatter($namespaces, $depth) argument
488 $pages = FsWikiUtility::getPages($namespaces, $depth);