Home
last modified time | relevance | path

Searched refs:getNS (Results 26 – 29 of 29) sorted by path

12

/dokuwiki/inc/
H A Dpageutils.php178 function getNS($id)
215 return noNS(getNS($id));
585 if (getNS($ID) == $ns) {
763 $ns = getNS($ns);
174 function getNS($id) global() function
H A Dsearch.php213 $info['perm'] = auth_quickaclcheck(getNS($info['id']) . ':*');
280 $info['perm'] = auth_quickaclcheck(getNS($id) . ':*');
514 $item['ns'] = getNS($item['id']);
H A Dtemplate.php525 $parent = getNS($id) . ':';
528 $pos = strrpos(getNS($id), ':');
1525 $ns = getNS($image);
/dokuwiki/lib/exe/
H A Dmediamanager.php25 $NS = getNS($DEL);
28 $NS = getNS($IMG);
31 $NS = getNS($IMG);
88 if ($JUMPTO) $NS = getNS($JUMPTO);

12