Home
last modified time | relevance | path

Searched refs:baseNS (Results 1 – 8 of 8) sorted by relevance

/plugin/yearbox/_test/
H A DpagenameStrategy.test.php55 * @param string $baseNS
60 public function test_pagenameStrategy($strategyName, $baseNS, $name, $expectedPageId, $msg) argument
68 $actual_id = $strategy->getPageId($baseNS, $year, $month, $day, $name);
/plugin/yearbox/services/pageNameStrategies/
H A DCompletelySeparated.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
10 return "$baseNS:$year:$month:$day";
H A DYearNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
11 return "$baseNS:$year:$pagename";
H A DYearMonthCombinedNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
11 return "$baseNS:$year-$month:$pagename";
H A DYearMonthSeperatedNS.php8 public function getPageId($baseNS, $year, $month, $day, $name) argument
11 return "$baseNS:$year:$month:$pagename";
H A DPageNameStrategy.php24 abstract public function getPageId($baseNS, $year, $month, $day, $name); argument
/plugin/sitemapnavi/
H A Dhelper.php10 public function getSiteMap($baseNS) argument
14 $subdir = trim(str_replace(':', '/', $baseNS),'/');
15 $level = $this->getNumberOfSubnamespaces($baseNS) + 1;
21 …ndex'], array('ns' => $currentNS, 'depth' => 1, 'showmsg'=>false), str_replace(':', '/', $baseNS));
/plugin/translationbuddy/
H A Dsyntax.php114 $ns = $this->baseNS($page);
119 $ns = $this->baseNS($page);
214 function baseNS($id){ function in syntax_plugin_translationbuddy