Home
last modified time | relevance | path

Searched refs:dokuid (Results 1 – 5 of 5) sorted by relevance

/plugin/indexmenu/scripts/
Dcontextmenu.local.js.example22 …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)
Dindexmenu.js63 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 …]
Dcontextmenu.js341 id = node.hns || node.dokuid;
/plugin/tindexmenu/
Dindexmenu-full.js27 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 …]
Dindexmenu.js25 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…
45dokuid?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…