Lines Matching refs:ns
93 list($ns, $refine) = array_pad(explode(' ', $match, 2), 2, '');
95 if ($ns == '*' || $ns == ':') {
96 $ns = '';
97 } elseif ($ns == '.') {
98 $ns = getNS($ID);
100 $ns = cleanID($ns);
103 return [$ns, $flags, $refine, $customFlags];
116 list($ns, $flags, $refine, $customFlags) = $data;
125 $pages = $helper->getThreads($ns, null, $skipEmpty);
139 if (auth_quickaclcheck($ns . ':*') >= AUTH_CREATE && $format == 'xhtml') {
142 $renderer->doc .= $this->newThreadForm($ns);
155 $hasCreatePermission = auth_quickaclcheck($ns . ':*') >= AUTH_CREATE;
157 $renderer->doc .= $this->newThreadForm($ns);
185 $renderer->doc .= $this->newThreadForm($ns);
208 * @param string $ns
211 protected function newThreadForm($ns) argument
222 . '<input type="hidden" name="ns" value="' . $ns . '" />'