Home
last modified time | relevance | path

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

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.php505 $parent = getNS($id) . ':';
508 $pos = strrpos(getNS($id), ':');
1505 $ns = getNS($image);
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 Dcommon.php196 $info['namespace'] = getNS($id);
1170 getNS($id),
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 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 Dmedia.php138 if (auth_aclcheck(getNS($id) . ':*', '', []) >= AUTH_READ) return true;
261 $auth = auth_quickaclcheck(ltrim(getNS($id) . ':*', ':'));
1680 $ns = (string)getNS($ID);
H A Dfetch.functions.php177 if (auth_quickaclcheck(getNS($media) . ':X') < AUTH_READ) {
/dokuwiki/lib/exe/
H A Dmediamanager.php25 $NS = getNS($DEL);
28 $NS = getNS($IMG);
31 $NS = getNS($IMG);
88 if ($JUMPTO) $NS = getNS($JUMPTO);
/dokuwiki/inc/Menu/Item/
H A DMediaManager.php18 $imgNS = getNS($IMG);
H A DMedia.php19 $this->params['ns'] = getNS($ID);
/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 DSubscribe.php71 $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));
/dokuwiki/inc/Action/
H A DSearch.php94 if (getNS($ID) !== false) {
95 $nsParts = explode(':', getNS($ID));
/dokuwiki/inc/Remote/
H A DApiCore.php895 $auth = auth_quickaclcheck(getNS($media) . ':*');
/dokuwiki/inc/Ui/Media/
H A DDisplayTile.php23 'ns' => getNS($this->mediaFile->getId()),
H A DDisplayRow.php35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
/dokuwiki/
H A Dfeed.php

12