Searched refs:currentNS (Results 1 – 3 of 3) sorted by relevance
/plugin/sitemapnavi/ |
D | helper.php | 18 $currentNS = utf8_encodeFN(str_replace(':', '/', $INFO['namespace'])); 19 … search($pages, $conf['datadir'], 'search_index', array('ns' => $currentNS), $subdir, $level); 21 …search($media, $conf['mediadir'], [$this, 'searchMediaIndex'], array('ns' => $currentNS, 'depth' =…
|
/plugin/linkfix/ |
D | admin.php | 228 * @param string $currentNS the namespace of the page the link was found in 231 protected function changeLink($link, $full, $currentNS) { argument 251 if($currentNS && strpos($new, ':') === false) $new = ":$new";
|
/plugin/indexmenu/syntax/ |
D | indexmenu.php | 446 $currentNS = getNS($INFO['id']); 447 if ($currentNS !== false) { 448 $opts['subnss'][] = [$currentNS, 1];
|