Home
last modified time | relevance | path

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

12

/dokuwiki/
H A Dfeed.php
/dokuwiki/inc/Action/
H A DSearch.php94 if (getNS($ID) !== false) {
95 $nsParts = explode(':', getNS($ID));
/dokuwiki/inc/
H A DAjax.php69 $ns = getNS($id);
284 $ns = $NS . ':' . getNS($id);
356 $ns = getNS($q);
382 if (strpos(getNS($pid), $id) !== false) {
384 $dirs[getNS($pid)] = 1; // assoc array avoids dupes
411 ['id' => getNS($ns), 'type' => 'u']
H A Dauth.php744 $ns = getNS($id);
806 $ns = getNS($ns);
H A Dchangelog.php355 if (($flags & RECENTS_SKIP_SUBSPACES) && (getNS($recent['id']) != $ns)) return false;
359 $recent['perms'] = auth_quickaclcheck(getNS($recent['id']) . ':*');
H A Dcommon.php196 $info['namespace'] = getNS($id);
1170 getNS($id),
H A Dfetch.functions.php177 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
H A Dio.php38 while (($id = getNS($id)) !== false) {
80 $data = [[$file, true], getNS($id), noNS($id), $rev];
216 $data = [[$file, $content, false], getNS($id), noNS($id), $rev];
H A Dmedia.php138 if (auth_aclcheck(getNS($id) . ':*', '', []) >= AUTH_READ) return true;
261 $auth = auth_quickaclcheck(ltrim(getNS($id) . ':*', ':'));
1680 $ns = (string)getNS($ID);
/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);
/dokuwiki/inc/Menu/Item/
H A DMedia.php19 $this->params['ns'] = getNS($ID);
H A DMediaManager.php18 $imgNS = getNS($IMG);
/dokuwiki/inc/Remote/
H A DApiCore.php922 $auth = auth_quickaclcheck(getNS($media) . ':*');
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php72 $changes = getRecentsSince($lastupdate, null, getNS($target));
H A DSubscriberManager.php177 $page = getNS(rtrim($page, ':')) . ':';
292 $meta_froot = getNS($id);
/dokuwiki/inc/Ui/
H A DIndex.php52 $ns = getNS($ID);
H A DMediaDiff.php126 $ns = getNS($this->id);
238 $ns = getNS($this->id);
H A DRecent.php56 if (getNS($ID) != '') {
58 . sprintf($lang['recent_global'], getNS($ID), wl('', 'do=recent'))
135 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
138 $recents = getRecents($first, $conf['recent'] + 1, getNS($ID), $flags);
H A DSearch.php354 $namespace = getNS($page);
512 if (!useHeading('navigation') && $ns = getNS($id)) {
561 $restrictQueryToNSLink = $this->restrictQueryToNSLink(getNS($id));
H A DSubscribe.php71 $ns = getNS($ID) . ':';
/dokuwiki/inc/Ui/Media/
H A DDisplayRow.php35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
H A DDisplayTile.php23 'ns' => getNS($this->mediaFile->getId()),

12