Lines Matching refs:NS
70 public function getNamespaceFromID($NS, &$PAGE) { argument
73 $NS = (new PageResolver($NS))->resolveId($NS);
74 $NSa = explode(':', $NS);
75 …if (!page_exists($NS) && array_pop($NSa) != strtolower($conf['start'])) { // Compare to lowercase …
76 $NS .= ':' . $conf['start'];
77 $NS = (new PageResolver($NS))->resolveId($NS);
80 $PAGE = noNS($NS);
81 $NS = getNS($NS);
83 return utf8_encodeFN(str_replace(':', '/', $NS));
139 $NS = $this->settings->exportNamespace;
141 $NAME = preg_replace("%^((_media|_detail)/)?(" . preg_quote($NS, '%') . "/)?%", "", $NAME);
400 …$NS = array_key_exists( 'ns', $data ) ? $data['ns'] : ( array_key_exists( 'id', $data ) ? $data['i…
429 return wl($NS, $data, true, '&') . $additionalKeys;