Home
last modified time | relevance | path

Searched refs:noNS (Results 1 – 14 of 14) sorted by path

/dokuwiki/inc/Action/
H A DExport.php56 $headers['Content-Disposition'] = 'attachment; filename=' . noNS($ID) . '.txt';
/dokuwiki/inc/
H A DAjax.php71 $name = noNS($id) . ' (' . $ns . ')';
108 $data = array_map('noNS', $data);
355 $id = noNS($q);
H A Dcommon.php1145 $file = noNS($id);
H A Dio.php80 $data = [[$file, true], getNS($id), noNS($id), $rev];
216 $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 Dpageutils.php88 } elseif (page_exists($id . noNS(cleanID($id)))) {
90 $id .= noNS(cleanID($id));
195 function noNS($id)
215 return noNS(getNS($id));
230 $p = noNS($id);
191 function noNS($id) global() function
/dokuwiki/inc/File/
H A DMediaFile.php60 return noNS($this->id);
H A DPageFile.php169 $ioData = [[$pagefile, '', false], getNS($this->id), noNS($this->id), false];
H A DPageResolver.php62 } elseif (page_exists($id . noNS(cleanID($id)), $rev, true, $isDateAt)) {
64 return $id . noNS(cleanID($id));
/dokuwiki/inc/Ui/
H A DIndex.php91 // default is noNSorNS($id), but we want noNS($id) when useheading is off FS#2605
92 $html .= html_wikilink(':' . $item['id'], useHeading('navigation') ? null : noNS($item['id']));
H A DSearch.php513 $name = shorten(noNS($id), ' (' . $ns . ')', 30);
/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/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/lib/plugins/acl/
H A Dadmin.php556 $ret .= noNS($item['id']);