Home
last modified time | relevance | path

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

/plugin/simplenavi/
Dsyntax.php92 $this->renderTree($renderer, $tree->getTop());
223 protected function renderTree(Doku_Renderer $R, AbstractNode $top, $level = 1) function in syntax_plugin_simplenavi
249 $this->renderTree($R, $node, $level + 1);
/plugin/navi/
Dsyntax.php74 $this->renderTree($navItems, $parentPath, $R, $options['full']);
218 public function renderTree($navItems, $parentPath, Doku_Renderer $R, $fullTree = false) function in syntax_plugin_navi
/plugin/bugzillaint/
Dscript.js80 renderTree( rootBug.depends_on, master.find('ul'), master, master.data('depth') );
243 function renderTree( bugs, parent, master, depth ) { function
270 renderTree( bug.depends_on, ul, master, depth );