Searched defs:ns (Results 1 - 15 of 15) sorted by relevance
/dokuwiki/lib/plugins/acl/ |
H A D | action.php | 65 $ns = $INPUT->str('ns'); variable 67 $ns = ''; variable 69 $ns = cleanID($ns); variable 71 $ns = utf8_encodeFN(str_replace(':', '/', $ns)); variable [all...] |
H A D | admin.php | 20 protected $ns = null; variable 70 $this->ns = '*'; variable 72 $this->ns = cleanID($INPUT->str('ns')); variable 236 $ns = $this->ns; global() variable 238 $ns = dirname(str_replace(':', '/', $ID)); global() variable 241 $ns =''; global() variable 243 $ns = utf8_encodeFN(str_replace(':', '/', $ns)); global() variable 434 $ns = $this->ns; global() variable [all...] |
/dokuwiki/inc/Ui/ |
H A D | Index.php | 15 protected $ns; variable 24 $this->ns = $ns; variable 53 $ns = cleanID($this->ns); variable 55 $ns = getNS($ID); variable 58 $ns = utf8_encodeFN(str_replace(':', '/', $ns)); global() variable [all...] |
H A D | Subscribe.php | 71 $ns = getNS($ID).':'; variable 74 $ns => '<code class="ns">'.prettyprint_id($ns).'</code>', variable
|
/dokuwiki/inc/Action/ |
H A D | Search.php | 94 $ns = implode(':', array_slice($nsParts, 0, $conf['search_nslimit'])); variable
|
/dokuwiki/inc/ |
H A D | search.php | 135 $ns = isset($opts['ns']) ? $opts['ns'] : ''; variable
|
H A D | Ajax.php | 64 $ns = getNS($id); variable 185 $ns = cleanID($INPUT->post->str('ns')); variable 272 $ns variable 319 $ns = cleanID($INPUT->post->str('idx')); global() variable 345 $ns = getNS($q); global() variable 347 $ns = cleanID($ns); global() variable [all...] |
H A D | pageutils.php | 768 $ns = $ID; global() variable 770 $ns = getNS($ns); global() variable [all...] |
H A D | io.php | 458 $ns = $id; variable 462 $ns = implode(':', $ns_stack); variable [all...] |
H A D | auth.php | 645 $ns = getNS($id); variable 707 $ns = getNS($ns); variable
|
H A D | fulltext.php | 115 $ns = cleanID(substr($token, 3)) . ':'; variable 266 $ns = cleanID($parsedQuery['ns'][0]) . ':'; variable [all...] |
H A D | template.php | 1435 $ns = getNS($image); variable
|
H A D | media.php | 684 $ns = cleanID($ns); variable 1527 $ns = cleanID($ns); global() variable 1784 $ns = cleanID($ns); global() variable 1787 $ns = (string)getNS($ID); global() variable [all...] |
/dokuwiki/ |
H A D | feed.php | 492 $ns = ':'.cleanID($opt['namespace']); variable 493 $ns = utf8_encodeFN(str_replace(':', '/', $ns)); variable
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 347 $ns = cleanID($ns); variable 425 $ns = cleanID($ns); variable [all...] |
Completed in 15 milliseconds