Home
last modified time | relevance | path

Searched +full:headpage +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 14 of 14) sorted by relevance

/plugin/indexmenu/syntax/
H A Dindexmenu.php335 'headpage' => $this->getConf('headpage'),
414 //skipfilecombined, headpage, hide_headpage
493 * skipnscombined, skipfilecombined, headpage, hide_headpage
548 unset($opts['headpage']);
594 $headpage = $this->getConf('headpage');
595 // if rootnamespace and headpage, then add startpage as headpage
596 // TODO seems not logic, when desired use $conf[headpage]
568 _getTitle($ns, $headpage, & $hns) global() argument
[all...]
/plugin/tindexmenu/syntax/
H A Dindexmenu.php188 'headpage' => $this->getConf('headpage'),
316 $headpage=$this->getConf('headpage');
317 if (empty($ns) && !empty($headpage)) $headpage.=','.$conf['start'];
413 $ahp=explode(",",$headpage);
430 //check headpage
435 //headpage found, exit for
493 $headpage=$opts['headpage'];
534 //Set title and headpage
553 !empty($headpage) &&
556 $ahp=explode(",",$headpage);
[all …]
/plugin/indexmenu/images/thread2/
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
/plugin/indexmenu/
H A DCREDITS13 The nons e headpage option suggestion.
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
74 /*Namespace with page link (headpage) in nojs mode. !important has to be used*/
H A Dajax.php
H A Daction.php283 'headpage' => $this->getConf('headpage'),
510 'headpage' => $idxm->getConf('headpage'),
/plugin/indexmenu/images/human.png/
H A Dstyle.css7 a.nodeFdUrl Namespace with url link (headpage) js
12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
/plugin/indexmenu/scripts/
H A Dcontextmenu.js5 * node.hns = headpage id;
7 * node.dokuid = the DW id (namespace parent in case of headpage);
8 * id = the DW id of the selected node (headpage id in case of headpage);
109 [LANG.plugins.indexmenu.headpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlbase+"\',\'"+index.config.sepchar+"\',\'"+node.dokuid+"\',\'"+node.name+"\');"', LANG.plugins.indexmenu.headpagetooltip],
H A Dindexmenu.js58 * @param {number|string} hns page id of headpage of namespace
73 this.hns = hns; // headpage of namespace or zero
165 * a.nodeFdUrl Namespace with url link (headpage)
180 * @param {number|string} hns page id of headpage of namespace
/plugin/indexmenu2/syntax/
H A Dindexmenu.php468 //check if it's a headpage (acrobatic check)
494 * this will check 3 kinds of headpage:
512 //headpage exists
517 * open namespace index, if headpage does not exists
/plugin/indexmenu/conf/
H A Ddefault.php13 $conf['headpage'] = ':start:,:same:,:inside:';
H A Dmetadata.php13 $meta['headpage'] = array('multicheckbox', '_choices' => array(':start:', ':same:', ':inside:'));
/plugin/indexmenu/_test/
H A Dindexmenu_syntax_indexmenu.test.php