H A D | indexmenu.js | 58 * @param {number|string} hns page id of headpage of namespace 63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) { 73 this.hns = hns; // headpage of namespace or zero 180 * @param {number|string} hns page id of headpage of namespace 184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) { 185 this.aNodes[this.aNodes.length] = new dTreeNode(dokuid, id, pid, name, hns, isdir, ajax); 255 if (this.pageid === (!cn.hns && cn.dokuid || cn.hns)) { 262 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) { 41 dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) global() argument 134 add(dokuid, id, pid, name, hns, isdir, ajax) global() argument [all...] |