Home
last modified time | relevance | path

Searched refs:getNS (Results 1 – 25 of 28) sorted by relevance

12

/dokuwiki/inc/Feed/
H A DFeedMediaProcessor.php17 'ns' => getNS($this->getId()),
22 'ns' => getNS($this->getId()),
28 'ns' => getNS($this->getId())
32 'ns' => getNS($this->getId()),
77 return (array)getNS($this->getId());
H A DFeedPageProcessor.php75 return (array)($meta['subject'] ?? (string)getNS($this->getId()));
/dokuwiki/inc/Menu/Item/
H A DMedia.php19 $this->params['ns'] = getNS($ID);
H A DMediaManager.php18 $imgNS = getNS($IMG);
/dokuwiki/lib/exe/
H A Dmediamanager.php25 $NS = getNS($DEL);
28 $NS = getNS($IMG);
31 $NS = getNS($IMG);
84 if ($JUMPTO) $NS = getNS($JUMPTO);
/dokuwiki/inc/Ui/
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 DIndex.php52 $ns = getNS($ID);
H A DSubscribe.php71 $ns = getNS($ID) . ':';
H A DMediaDiff.php127 $ns = getNS($this->id);
233 $ns = getNS($this->id);
H A DSearch.php355 $namespace = getNS($page);
513 if (!useHeading('navigation') && $ns = getNS($id)) {
563 $restrictQueryToNSLink = $this->restrictQueryToNSLink(getNS($id));
/dokuwiki/inc/
H A DAjax.php69 $ns = getNS($id);
284 $ns = $NS . ':' . getNS($id);
356 $ns = getNS($q);
382 if (str_contains(getNS($pid), $id)) {
384 $dirs[getNS($pid)] = 1; // assoc array avoids dupes
411 ['id' => getNS($ns), 'type' => 'u']
H A Dpageutils.php178 function getNS($id) function
215 return noNS(getNS($id));
586 if (getNS($ID) == $ns) {
764 $ns = getNS($ns);
H A Dio.php39 while (($id = getNS($id)) !== false) {
81 $data = [[$file, true], getNS($id), noNS($id), $rev];
267 $data = [[$file, $content, false], getNS($id), noNS($id), $rev];
H A Dchangelog.php355 if (($flags & RECENTS_SKIP_SUBSPACES) && (getNS($recent['id']) != $ns)) return false;
H A Dauth.php717 return ltrim(getNS($id) . ':*', ':');
788 $ns = getNS($id);
850 $ns = getNS($ns);
H A Dtemplate.php521 $parent = getNS($id) . ':';
524 $pos = strrpos(getNS($id), ':');
1509 $ns = getNS($image);
/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/inc/Action/
H A DSearch.php109 if (getNS($ID) !== false) {
110 $nsParts = explode(':', getNS($ID));
/dokuwiki/inc/File/
H A DResolver.php21 $this->contextNS = (string)getNS($contextID);
H A DPageFile.php172 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php181 $params = ['tab_details' => 'view', 'ns' => getNS($id), 'image' => $id];
280 … $param = ['tab_details' => 'history', 'mediado' => 'diff', 'ns' => getNS($id), 'image' => $id];
360 $param = ['tab_details' => 'history', 'ns' => getNS($id), 'image' => $id];
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php177 $page = getNS(rtrim($page, ':')) . ':';
292 $meta_froot = getNS($id);
H A DBulkSubscriptionSender.php72 $changes = getRecentsSince($lastupdate, null, getNS($target));
/dokuwiki/inc/TreeBuilder/Node/
H A DAbstractNode.php49 return getNS($this->id);

12