Home
last modified time | relevance | path

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

/plugin/sitemapnavi/
H A 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/
H A 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";