Home
last modified time | relevance | path

Searched refs:noNS (Results 1 – 19 of 19) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dpageutils_nons.test.php13 $this->assertSame($expected, noNS($input), $input);
H A Dcommon_saveWikiText.test.php39 $files = count(glob(dirname($attic).'/'.noNS($lastRevInfo['id']).'.*'));
/dokuwiki/lib/exe/
H A Dmediamanager.php113 $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 DPageResolver.php62 } elseif (page_exists($id . noNS(cleanID($id)), $rev, true, $isDateAt)) {
64 return $id . noNS(cleanID($id));
H A DMediaFile.php60 return noNS($this->id);
H A DPageFile.php169 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
/dokuwiki/inc/Ui/
H A DIndex.php92 … $html .= html_wikilink(':' . $item['id'], useHeading('navigation') ? null : noNS($item['id']));
H A DSearch.php513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php82 return $this->data['title'] ?? noNS($this->getId());
H A DFeedPageProcessor.php160 $this->data['title'] = noNS($this->id);
/dokuwiki/inc/Action/
H A DExport.php56 $headers['Content-Disposition'] = 'attachment; filename=' . noNS($ID) . '.txt';
/dokuwiki/inc/
H A Dpageutils.php88 } 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 DAjax.php71 $name = noNS($id) . ' (' . $ns . ')';
355 $id = noNS($q);
H A Dio.php81 $data = [[$file, true], getNS($id), noNS($id), $rev];
217 $data = [[$file, $content, false], getNS($id), noNS($id), $rev];
H A Dmedia.php41 echo '<h1>' . $lang['reference'] . ' <code>' . hsc(noNS($id)) . '</code></h1>';
1575 ->val(noNS($id));
H A Dcommon.php1114 $file = noNS($id);
/dokuwiki/inc/TreeBuilder/
H A DPageTreeBuilder.php70 $parent = $this->createNamespaceNode($this->namespace, noNS($this->namespace));
/dokuwiki/inc/parser/
H A Dxhtml.php1702 $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 Dadmin.php556 $ret .= noNS($item['id']);