Searched refs:dokuid (Results 1 – 5 of 5) sorted by relevance
| /plugin/indexmenu/scripts/ |
| D | contextmenu.local.js.example | 22 …xtmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\');"']); 50 * - IndexmenuContextmenu.srchpage(urlbase, sepchar, isdir, dokuid) 51 * - IndexmenuContextmenu.getid(urlbase, dokuid) 52 * - IndexmenuContextmenu.reqpage(urlbase, sepchar, dokuid, pagename) 53 * - IndexmenuContextmenu.insertTags(dokuid, sepchar)
|
| D | indexmenu.js | 63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) { argument 65 this.dokuid = dokuid; // page id of node 184 dTree.prototype.add = function (dokuid, id, pid, name, hns, isdir, ajax) { argument 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)) { 316 (node.hns) ? str += node.hns : str += node.dokuid; 614 … n = (this.aNodes[0].dokuid === '') ? 0 : this.aNodes[0].dokuid.split(this.config.sepchar).length; 620 if (cns === cn.dokuid || cns === cn.hns) { 628 if (cnsa === cn.dokuid || cnsa === cn.hns) { 808 id = (this.aNodes[n].hns) ? this.aNodes[n].hns : this.aNodes[n].dokuid; [all …]
|
| D | contextmenu.js | 341 id = node.hns || node.dokuid;
|
| /plugin/tindexmenu/ |
| D | indexmenu-full.js | 27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument 28 this.dokuid = dokuid; 91 dTree.prototype.add = function(dokuid, id, pid, name, hns, isdir, ajax) { argument 92 this.aNodes[this.aNodes.length] = new Node(dokuid, id, pid, name, hns, 159 if (this.pageid == (!cn.hns && cn.dokuid || cn.hns)) { 219 (node.hns) ? str += node.hns : str += node.dokuid; 456 n = (this.aNodes[0].dokuid == '') ? 0 : this.aNodes[0].dokuid 463 if (cns == cn.dokuid || cns == cn.hns) { 471 if (cnsa == cn.dokuid || cnsa == cn.hns) { 608 id = (this.aNodes[n].hns) ? this.aNodes[n].hns : this.aNodes[n].dokuid; [all …]
|
| D | indexmenu.js | 25 function Node(a,c,b,d,e,f,g){this.dokuid=a;this.id=c;this.pid=b;this.name=d;this.hns=e;this.isdir=f… 31 …is.config.useCookies)&&(b._io=this.isOpen(b.id)),this.pageid==(!b.hns&&b.dokuid||b.hns)?b._cp=!0:b… 34 …eFdUrl":"nodeUrl"),e+='" href="'+this.config.urlbase,a.hns?e+=a.hns:e+=a.dokuid,e+='" title="'+a.n… 45 …dokuid?0:this.aNodes[0].dokuid.split(this.config.sepchar).length,b.splice(a+c,b.length),b=b.join(t… 52 …"#t"+this.obj)[0],d=this.aNodes[a].hns?this.aNodes[a].hns:this.aNodes[a].dokuid,b.onmousedown=func… 55 …ew sack(DOKU_BASE+"lib/plugins/indexmenu/ajax.php"),a="req=index&idx="+c.dokuid+decodeURIComponent…
|