Home
last modified time | relevance | path

Searched refs:getNS (Results 26 – 29 of 29) sorted by last modified time

12

/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php181 $params = ['tab_details' => 'view', 'ns' => getNS($id), 'image' => $id];
275 $param = ['tab_details' => 'history', 'mediado' => 'diff', 'ns' => getNS($id), 'image' => $id];
350 $param = ['tab_details' => 'history', 'ns' => getNS($id), 'image' => $id];
/dokuwiki/inc/File/
H A DMediaFile.php165 return auth_quickaclcheck(getNS($this->id) . ':*');
H A DPageFile.php169 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
H A DResolver.php21 $this->contextNS = (string)getNS($contextID);

12