Lines Matching refs:ns
52 list($ns, $tag) = array_pad(explode('?', $match), 2, '');
55 $tag = $ns;
56 $ns = '';
59 if ($ns == '*' || $ns == ':') {
60 $ns = '';
61 } elseif ($ns == '.') {
62 $ns = getNS($ID);
64 $ns = cleanID($ns);
67 return [$ns, trim($tag), $flags];
79 list($ns, $tag, $flags) = $data;
100 $pages = $helper->getTopic($ns, '', $tag);