Searched refs:getNamespaceFromID (Results 1 – 4 of 4) sorted by relevance
/plugin/siteexport/inc/ |
H A D | settings.php | 90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE ); 97 …if (empty($this->namespace)) { $this->namespace = $functions->getNamespaceFromID(getNS($ID), $pg);… 99 …"%^" . preg_quote($functions->getNamespaceFromID($ens, $pg), '%') . "%", $this->namespace) ? $func…
|
H A D | functions.php | 69 public function getNamespaceFromID($NS, &$PAGE) { function in siteexport_functions
|
/plugin/siteexport/ |
H A D | helper.php | 106 …($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $page));
|
/plugin/siteexport/action/ |
H A D | ajax.php | 352 $NS = $this->namespace = $this->functions->getNamespaceFromID($NS, $PAGE);
|