Searched refs:dTreeNode (Results 1 – 1 of 1) sorted by relevance
| /plugin/indexmenu/scripts/ |
| D | indexmenu.js | 63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) { function 148 this.root = new dTreeNode(false, -1); 185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax);
|