Home
last modified time | relevance | path

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

/plugin/tindexmenu/
H A Dindexmenu-full.js32 this.hns = hns;
159 if (this.pageid == (!cn.hns && cn.dokuid || cn.hns)) {
166 if (!cn._hc && cn.isdir && !cn.ajax && !cn.hns) {
211 if (!node._hc || node.hns) {
219 (node.hns) ? str += node.hns : str += node.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;
734 if (((!node._hc || node.hns) && !cmenu[i + 2])
735 || (node._hc && !node.hns && !cmenu[i + 3])) {
[all …]
H A 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/
H A 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/
H A Dindexmenu.js58 * @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...]
H A Dcontextmenu.js5 * node.hns = headpage id;
341 id = node.hns || node.dokuid;
/plugin/indexmenu/syntax/
H A Dindexmenu.php587 $hns = false;
600 $title = Search::getNamespaceTitle($ns, $headpage, $hns);
635 if ($hns) {
636 $out .= ",'" . idfilter(cleanID($hns), false) . "'";
725 //hns
726 if ($node['hns']) {
727 $out .= ",'" . idfilter($node['hns'], false) . "'";
811 * - hns page id of headpage of the namespace or false
832 if ($item['hns']) {
833 $link = $item['hns'];
568 _getTitle($ns, $headpage, & $hns) global() argument
[all...]