Searched refs:headpage (Results 1 – 10 of 10) sorted by relevance
/plugin/tindexmenu/syntax/ |
H A D | indexmenu.php | 316 $headpage=$this->getConf('headpage'); 317 if (empty($ns) && !empty($headpage)) $headpage.=','.$conf['start']; 318 $title=$this->_getTitle($ns,$headpage,$hns); 408 function _getTitle ($ns,$headpage,&$hns) { argument 412 if (empty($headpage)) return $title; 413 $ahp=explode(",",$headpage); 493 $headpage=$opts['headpage']; 535 $title=$this->_getTitle($id,$headpage,$hns); 553 !empty($headpage) && 556 $ahp=explode(",",$headpage);
|
/plugin/indexmenu/syntax/ |
H A D | indexmenu.php | 335 '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/indexmenu/images/thread2/ |
H A D | style.css | 7 a.nodeFdUrl Namespace with url link (headpage) js 12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
|
/plugin/indexmenu/images/human.png/ |
H A D | style.css | 7 a.nodeFdUrl Namespace with url link (headpage) js 12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs
|
/plugin/tindexmenu/ |
H A D | style.css | 7 a.nodeFdUrl Namespace with url link (headpage) js 12 a.indexmenu_idx_head link style of a namespace with url (headpage) nojs 70 /*Namespace with page link (headpage) in nojs mode. !important has to be used*/
|
H A D | CREDITS | 13 The nons e headpage option suggestion.
|
/plugin/indexmenu/_test/ |
H A D | indexmenu_syntax_indexmenu.test.php |
|
/plugin/indexmenu/ |
H A D | style.css | 7 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 D | CREDITS | 13 The nons e headpage option suggestion.
|
/plugin/indexmenu/scripts/ |
H A D | contextmenu.js | 5 * 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],
|