Home
last modified time | relevance | path

Searched refs:hns (Results 1 – 8 of 8) sorted by relevance

/plugin/indexmenu/
DSearch.php274 $hns = false;
331 $title = static::getNamespaceTitle($id, $headpage, $hns);
333 if ($opts['nopg'] && $hns === false) {
334 $hns = $this->guessHeadpage($headpage, $id);
394 'hns' => $hns,
449 $hns = false;
531 $title = static::getNamespaceTitle($id, $headpage, $hns);
534 if ($opts['nopg'] && $hns === false) {
535 $hns = $this->guessHeadpage($headpage, $id);
597 'hns' => $hns,
[all …]
Dscript.js194 if(node.key === JSINFO.id || node.data.hns === JSINFO.id) {
/plugin/tindexmenu/
Dindexmenu-full.js27 function Node(dokuid, id, pid, name, hns, isdir, ajax) { argument
32 this.hns = hns;
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)) {
166 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) {
201 : ((node.hns) ? this.icon.folderH : ((node._hc) ? this.icon.folder
203 node.iconOpen = (node._hc) ? ((node.hns) ? this.icon.folderHOpen
211 if (!node._hc || node.hns) {
219 (node.hns) ? str += node.hns : str += node.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…
31hns&&b.dokuid||b.hns)?b._cp=!0:b.id==this.selectedNode&&!this.selectedFound&&(b._is=!0,this.select…
33 …is.root.id==a.pid?this.icon.root:a.hns?this.icon.folderH:a._hc?this.icon.folder:this.icon.node;a.i…
34 ….hns?(e+='<a id="s'+this.obj+c+'" class="'+(a._cp?"navSel":a._is?"nodeSel":a._hc?"nodeFdUrl":"node…
45 …==a.dokuid||e==a.hns){this.openTo(a.id,!1,!0);this.fajax=!1;0<=a.pid&&jQuery(this.scroll("l",4,a.p…
52 …node"!=g.className&&(b=jQuery("#t"+this.obj)[0],d=this.aNodes[a].hns?this.aNodes[a].hns:this.aNode…
57 …e.name+"</div>";for(h=0;h<f.length;h++,h++,h++,h++)(!e._hc||e.hns)&&!f[h+2]||e._hc&&!e.hns&&!f[h+3…
/plugin/tindexmenu/syntax/
Dindexmenu.php313 $hns=false;
318 $title=$this->_getTitle($ns,$headpage,$hns);
334 if ($hns) $out .= ",'".idfilter(cleanID($hns))."'";
408 function _getTitle ($ns,$headpage,&$hns) { argument
410 $hns=false;
434 $hns=$page;
488 $hns=false;
535 $title=$this->_getTitle($id,$headpage,$hns);
536 if (!$hns && $opts['nopg']) $hns=$id.":".$conf['start'];
584 'hns' => $hns,
/plugin/indexmenu/scripts/
Dindexmenu.js63 function dTreeNode(dokuid, id, pid, name, hns, isdir, ajax) { argument
73 this.hns = hns; // headpage of namespace or zero
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)) {
262 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) {
306 …node.icon = (this.root.id === node.pid) ? this.icon.root : ((node.hns) ? this.icon.folderH : ((nod…
307 …node.iconOpen = (node._hc) ? ((node.hns) ? this.icon.folderHOpen : this.icon.folderOpen) : this.ic…
313 if (!node._hc || node.hns) {
316 (node.hns) ? str += node.hns : str += node.dokuid;
[all …]
Dcontextmenu.js341 id = node.hns || node.dokuid;
/plugin/indexmenu/syntax/
Dindexmenu.php587 $hns = false;
600 $title = Search::getNamespaceTitle($ns, $headpage, $hns);
635 if ($hns) {
636 $out .= ",'" . idfilter(cleanID($hns), false) . "'";