Home
last modified time | relevance | path

Searched refs:currentNS (Results 1 – 3 of 3) sorted by relevance

/plugin/sitemapnavi/
Dhelper.php18 $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/
Dadmin.php228 * @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/
Dindexmenu.php446 $currentNS = getNS($INFO['id']);
447 if ($currentNS !== false) {
448 $opts['subnss'][] = [$currentNS, 1];