Lines Matching refs:ns
79 list($ns, $refine) = explode(' ', $match, 2);
81 if (($ns == '*') || ($ns == ':')) $ns = '';
82 elseif ($ns == '.') $ns = getNS($ID);
83 else $ns = cleanID($ns);
85 return array($ns, $flags, $refine, $customFlags);
97 list($ns, $flags, $refine, $customFlags) = $data;
105 … if ($my =& plugin_load('helper', 'discussion')) $pages = $my->getThreads($ns, null, $skipEmpty);
118 if ((auth_quickaclcheck($ns.':*') >= AUTH_CREATE) && ($mode == 'xhtml')) {
121 $renderer->doc .= $this->_newThreadForm($ns);
134 $perm_create = (auth_quickaclcheck($ns.':*') >= AUTH_CREATE);
136 $renderer->doc .= $this->_newThreadForm($ns);
162 $renderer->doc .= $this->_newThreadForm($ns);
185 * @param string $ns
188 function _newThreadForm($ns) { argument
198 DOKU_TAB.DOKU_TAB.'<input type="hidden" name="ns" value="'.$ns.'" />'.DOKU_LF.