Searched refs:baseNS (Results 1 – 8 of 8) sorted by relevance
/plugin/yearbox/_test/ |
H A D | pagenameStrategy.test.php | 55 * @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 D | CompletelySeparated.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) argument 10 return "$baseNS:$year:$month:$day";
|
H A D | YearNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) argument 11 return "$baseNS:$year:$pagename";
|
H A D | YearMonthCombinedNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) argument 11 return "$baseNS:$year-$month:$pagename";
|
H A D | YearMonthSeperatedNS.php | 8 public function getPageId($baseNS, $year, $month, $day, $name) argument 11 return "$baseNS:$year:$month:$pagename";
|
H A D | PageNameStrategy.php | 24 abstract public function getPageId($baseNS, $year, $month, $day, $name); argument
|
/plugin/sitemapnavi/ |
H A D | helper.php | 10 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 D | syntax.php | 114 $ns = $this->baseNS($page); 119 $ns = $this->baseNS($page); 214 function baseNS($id){ function in syntax_plugin_translationbuddy
|