| /dokuwiki/inc/Feed/ |
| H A D | FeedMediaProcessor.php | 17 '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 D | FeedPageProcessor.php | 75 return (array)($meta['subject'] ?? (string)getNS($this->getId()));
|
| /dokuwiki/inc/Menu/Item/ |
| H A D | Media.php | 19 $this->params['ns'] = getNS($ID);
|
| H A D | MediaManager.php | 18 $imgNS = getNS($IMG);
|
| /dokuwiki/lib/exe/ |
| H A D | mediamanager.php | 25 $NS = getNS($DEL); 28 $NS = getNS($IMG); 31 $NS = getNS($IMG); 84 if ($JUMPTO) $NS = getNS($JUMPTO);
|
| /dokuwiki/inc/Ui/ |
| H A D | Recent.php | 56 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 D | Index.php | 52 $ns = getNS($ID);
|
| H A D | Subscribe.php | 71 $ns = getNS($ID) . ':';
|
| H A D | MediaDiff.php | 127 $ns = getNS($this->id); 233 $ns = getNS($this->id);
|
| H A D | Search.php | 355 $namespace = getNS($page); 513 if (!useHeading('navigation') && $ns = getNS($id)) { 563 $restrictQueryToNSLink = $this->restrictQueryToNSLink(getNS($id));
|
| /dokuwiki/inc/ |
| H A D | Ajax.php | 69 $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 D | pageutils.php | 178 function getNS($id) function 215 return noNS(getNS($id)); 586 if (getNS($ID) == $ns) { 764 $ns = getNS($ns);
|
| H A D | io.php | 39 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 D | changelog.php | 355 if (($flags & RECENTS_SKIP_SUBSPACES) && (getNS($recent['id']) != $ns)) return false;
|
| H A D | auth.php | 717 return ltrim(getNS($id) . ':*', ':'); 788 $ns = getNS($id); 850 $ns = getNS($ns);
|
| H A D | template.php | 521 $parent = getNS($id) . ':'; 524 $pos = strrpos(getNS($id), ':'); 1509 $ns = getNS($image);
|
| /dokuwiki/inc/Ui/Media/ |
| H A D | DisplayTile.php | 23 'ns' => getNS($this->mediaFile->getId()),
|
| H A D | DisplayRow.php | 35 $link = wl('', ['do' => 'media', 'image' => $id, 'ns' => getNS($id)]);
|
| /dokuwiki/inc/Action/ |
| H A D | Search.php | 109 if (getNS($ID) !== false) { 110 $nsParts = explode(':', getNS($ID));
|
| /dokuwiki/inc/File/ |
| H A D | Resolver.php | 21 $this->contextNS = (string)getNS($contextID);
|
| H A D | PageFile.php | 172 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 181 $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 D | SubscriberManager.php | 177 $page = getNS(rtrim($page, ':')) . ':'; 292 $meta_froot = getNS($id);
|
| H A D | BulkSubscriptionSender.php | 72 $changes = getRecentsSince($lastupdate, null, getNS($target));
|
| /dokuwiki/inc/TreeBuilder/Node/ |
| H A D | AbstractNode.php | 49 return getNS($this->id);
|