Home
last modified time | relevance | path

Searched refs:dest_ns (Results 1 – 2 of 2) sorted by relevance

/plugin/addnewpagedeluxe/
Dsyntax.php148 * @param string|false $dest_ns The destination namespace, or false if none provided.
153 protected function _htmlNamespaceInput($dest_ns, &$disablecache) { argument
161 $parsed_dest_ns = $this->_parseNS($dest_ns);
167 if($hide && !empty($dest_ns)) {
185 if(empty($dest_ns)) {
190 …= '<option ' . (($currentns == $dest_ns) ? 'selected ' : '') . ' value="' . formText($dest_ns) . '…
195 $subnamespaces = $this->_getNamespaceList($dest_ns);
199 if (!empty($dest_ns)) {
200 $ancestor_stack[] = $dest_ns;
203 print_r($dest_ns);
/plugin/addnewpage/
H A Dsyntax.php261 * @param string|false $dest_ns The destination namespace, or false if none provided.
266 protected function htmlNamespaceInput($dest_ns, &$disablecache) argument
275 $parsed_dest_ns = $this->parseNS($dest_ns);
281 if ($hide && !empty($dest_ns)) {
299 if (empty($dest_ns)) {
305 $ret .= '<option ' . (($currentns == $dest_ns) ? 'selected ' : '')
306 . ' value="' . formText($dest_ns) . '">' . formText($dest_ns) . '</option>';
311 $subnamespaces = $this->getNamespaceList($dest_ns);
315 if (!empty($dest_ns)) {
316 $ancestor_stack[] = $dest_ns;