Home
last modified time | relevance | path

Searched refs:getNamespaceFromID (Results 1 – 4 of 4) sorted by relevance

/plugin/siteexport/inc/
H A Dsettings.php90 $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 Dfunctions.php69 public function getNamespaceFromID($NS, &$PAGE) { function in siteexport_functions
/plugin/siteexport/
H A Dhelper.php106 …($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $page));
/plugin/siteexport/action/
H A Dajax.php352 $NS = $this->namespace = $this->functions->getNamespaceFromID($NS, $PAGE);