Searched refs:renderTree (Results 1 – 2 of 2) sorted by relevance
/plugin/navi/ |
H A D | syntax.php | 74 $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/ |
H A D | script.js | 80 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 );
|