Searched +full:nons +(+path:plugin +path:indexmenu) -(+path:plugin +path:indexmenu +path:lang) (Results 1 – 10 of 10) sorted by relevance
| /plugin/indexmenu/ |
| D | Search.php | 211 * <li>$opts['nons'] bool exclude namespace nodes</li> 258 * <li>$opts['nons'] bool Exclude namespace nodes,</li> 318 if ($opts['nons']) { 319 …return $isOpen; // in nons, level is only way to show/hide nodes (in nons nodes are not expandable) 341 //Nons.Set all pages at first level 342 if ($opts['nons']) { 355 … //Skip headpages to hide (nons has no namespace nodes, therefore, no duplicated links to headpage) 356 if (!$opts['nons'] && !empty($headpage) && $opts['hide_headpage']) { 364 if (noNS($id) == noNS(getNS($id))) return false; 367 … if (@is_dir(dirname(wikiFN($id)) . "/" . utf8_encodeFN(noNS($id)))) return false; [all …]
|
| D | CREDITS | 13 The nons e headpage option suggestion.
|
| D | action.php | 275 //nons only needed for init as it has no nested nodes 276 'nons' => $INPUT->bool('nons'), 412 $out .= $meta['title'] ? hsc($meta['title']) : hsc(noNS($id)); 503 'nons' => $INPUT->bool('nons', false, true),
|
| D | script.js | 248 … nons: options.opts.nons ? 1 : 0, //only init; without ns, no lower levels possible property 277 nons: options.opts.nons ? 1 : 0, property
|
| /plugin/indexmenu2/syntax/ |
| D | indexmenu.php | 145 $nons = true; 165 * i.e. 1+nons => array(1,'nons') 170 * i.e. sort+type+rev => array('sort','nons','rev') 178 $nons = in_array('nons',$options[0][1]); 198 * i.e. IndexMenu+ajax => array('IndexMenu','nons') 211 ,'nons' => $nons 234 * if 'nons' is set or NS is root, no need to adjust settings 236 if (($opts['js'] || $opts['navigation']) && !$opts['nons'] && $ns) { 263 if (!$opts['nons']) 273 if ($opts['js'] && !$opts['nons'] && !isset($opts['root']) && !$ns) { [all …]
|
| /plugin/tindexmenu/syntax/ |
| D | indexmenu.php | 86 $nons = true; 127 $nons = in_array('nons',$opts); 181 'nons' => $nons, 239 $renderer->doc .= ((empty($data[0])) ? $conf['title'] : nons($data[0])) ." index\n\n"; 411 $title=noNS($ns); 417 $page=$ns.":".noNS($ns); 521 if ($opts['nons']) { 541 //Nons.Set all pages at first level 542 if ($opts['nons']) $lvl=1; 552 if (!$opts['nons'] && [all …]
|
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 144 $nons = $this->hasOption($defaults, $opts, 'nons'); 324 'nons' => $nons, 413 …//opts for search(): level, nons, nopg, subnss, max, maxajax, js, skipns, skipfile, skipnscombined, 477 $renderer->doc .= (empty($ns) ? $conf['title'] : nons($ns)) . " index\n\n"; 492 …* @param array $opts entries of opts for search(): level, nons, nopg, nss, max, maxajax, js, skipn…
|
| /plugin/indexmenu/_test/ |
| D | IndexmenuSyntaxTest.php | 45 …$sort, $msort, $rsort, $nsort, $level, $nons, $nopg, $subnss, $max, $maxAjax, $js, $skipns, $skipf… 72 'nons' => $nons, 120 … "{{indexmenu>#2 test#6|navbar context tsort dsort msort hsort rsort nsort nons nopg}}", 129 …dexmenu>#2 test#6|navbar js#bj_ubuntu.png context tsort dsort msort hsort rsort nsort nons nopg}}", 138 …ocookie noscroll notoc nomenu dsort msort#date:modified hsort rsort nsort nons nopg max#2#4 maxjs#… 147 …ocookie noscroll notoc nomenu dsort msort#date:modified hsort rsort nsort nons nopg max#2#4 maxjs#…
|
| D | AjaxRequestsTest.php | 138 'nons' => 0,
|
| /plugin/indexmenu/scripts/ |
| D | toolbarindexwizard.js | 52 nons: {}, property
|