Searched refs:headpage (Results 1 – 11 of 11) sorted by relevance
| /plugin/indexmenu/ |
| D | Search.php | 279 $headpage = $opts['headpage']; 331 $title = static::getNamespaceTitle($id, $headpage, $hns); 334 $hns = $this->guessHeadpage($headpage, $id); 356 if (!$opts['nons'] && !empty($headpage) && $opts['hide_headpage']) { 360 $ahp = explode(",", $headpage); 454 $headpage = $opts['headpage']; 531 $title = static::getNamespaceTitle($id, $headpage, $hns); 535 $hns = $this->guessHeadpage($headpage, $id); 558 if (!$opts['nons'] && !empty($headpage) && $opts['hide_headpage']) { 562 $hpOptions = explode(",", $headpage); [all …]
|
| 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*/
|
| D | CREDITS | 13 The nons e headpage option suggestion.
|
| /plugin/tindexmenu/syntax/ |
| 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/images/thread2/ |
| 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/ |
| 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/ |
| 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*/
|
| D | CREDITS | 13 The nons e headpage option suggestion.
|
| /plugin/indexmenu/_test/ |
| D | IndexmenuSyntaxTest.php | 46 $skipnscombined, $skipfilecombined, $hsort, $headpage, $hide_headpage, $jsVersion 81 'headpage' => $headpage,
|
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 594 $headpage = $this->getConf('headpage'); 597 if (empty($ns) && !empty($headpage)) { 598 $headpage .= ',' . $conf['start']; 600 $title = Search::getNamespaceTitle($ns, $headpage, $hns);
|
| /plugin/indexmenu/scripts/ |
| D | contextmenu.js | 109 …[LANG.plugins.indexmenu.headpage, '"javascript: IndexmenuContextmenu.reqpage(\'"+index.config.urlb…
|