Searched refs:getNamespaceFromID (Results 1 – 4 of 4) sorted by relevance
| /plugin/siteexport/inc/ |
| 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…
|
| D | functions.php | 69 public function getNamespaceFromID($NS, &$PAGE) { function in siteexport_functions
|
| /plugin/siteexport/ |
| D | helper.php | 106 …($sites, $conf['datadir'], 'search_allpages', array(), $functions->getNamespaceFromID($ID, $page));
|
| /plugin/siteexport/action/ |
| D | ajax.php | 352 $NS = $this->namespace = $this->functions->getNamespaceFromID($NS, $PAGE);
|