Searched refs:noNS (Results 1 – 19 of 19) sorted by relevance
| /dokuwiki/_test/tests/inc/ |
| H A D | pageutils_nons.test.php | 13 $this->assertSame($expected, noNS($input), $input);
|
| H A D | common_saveWikiText.test.php | 39 $files = count(glob(dirname($attic).'/'.noNS($lastRevInfo['id']).'.*'));
|
| /dokuwiki/lib/exe/ |
| H A D | mediamanager.php | 113 $msg = sprintf($lang['deletesucc'], noNS($DEL)); 121 msg(sprintf($lang['mediainuse'], noNS($DEL)), 0); 123 msg(sprintf($lang['deletefail'], noNS($DEL)), -1);
|
| /dokuwiki/inc/File/ |
| H A D | PageResolver.php | 62 } elseif (page_exists($id . noNS(cleanID($id)), $rev, true, $isDateAt)) { 64 return $id . noNS(cleanID($id));
|
| H A D | MediaFile.php | 60 return noNS($this->id);
|
| H A D | PageFile.php | 169 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
|
| /dokuwiki/inc/Ui/ |
| H A D | Index.php | 92 … $html .= html_wikilink(':' . $item['id'], useHeading('navigation') ? null : noNS($item['id']));
|
| H A D | Search.php | 513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
|
| /dokuwiki/inc/Feed/ |
| H A D | FeedItemProcessor.php | 82 return $this->data['title'] ?? noNS($this->getId());
|
| H A D | FeedPageProcessor.php | 160 $this->data['title'] = noNS($this->id);
|
| /dokuwiki/inc/Action/ |
| H A D | Export.php | 56 $headers['Content-Disposition'] = 'attachment; filename=' . noNS($ID) . '.txt';
|
| /dokuwiki/inc/ |
| H A D | pageutils.php | 88 } elseif (page_exists($id . noNS(cleanID($id)))) { 90 $id .= noNS(cleanID($id)); 195 function noNS($id) function 215 return noNS(getNS($id)); 230 $p = noNS($id);
|
| H A D | Ajax.php | 71 $name = noNS($id) . ' (' . $ns . ')'; 355 $id = noNS($q);
|
| H A D | io.php | 81 $data = [[$file, true], getNS($id), noNS($id), $rev]; 217 $data = [[$file, $content, false], getNS($id), noNS($id), $rev];
|
| H A D | media.php | 41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>'; 1575 ->val(noNS($id));
|
| H A D | common.php | 1114 $file = noNS($id);
|
| /dokuwiki/inc/TreeBuilder/ |
| H A D | PageTreeBuilder.php | 70 $parent = $this->createNamespaceNode($this->namespace, noNS($this->namespace));
|
| /dokuwiki/inc/parser/ |
| H A D | xhtml.php | 1702 $title = $this->_xmlEntities(PhpString::basename(noNS($src))); 1741 return $this->_xmlEntities($title ?: PhpString::basename(noNS($src))); 1764 $title = PhpString::basename(noNS($src)); 1787 $ret .= $this->_xmlEntities(PhpString::basename(noNS($src))); 1954 ? $this->_xmlEntities(PhpString::basename(noNS($file))) 2023 $title = $atts['title'] ?: $this->_xmlEntities(PhpString::basename(noNS($file)));
|
| /dokuwiki/lib/plugins/acl/ |
| H A D | admin.php | 556 $ret .= noNS($item['id']);
|