Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 10 of 10) sorted by last modified time

/dokuwiki/inc/
H A Dpageutils.php92 // page like namespace exists
283 * @return bool exists?
305 * @return bool exists?
557 * @param bool &$exists (reference) updated with existance of media
562 function resolve_mediaid($ns, &$media, &$exists, $rev = '', $date_at = false)
567 $exists = media_exists($media, $rev, false, $date_at);
576 * @param bool &$exists (reference) updated with existance of media
580 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false)
593 $exists = page_exists($page, $rev, false, $date_at);
556 resolve_mediaid($ns, & $media, & $exists, $rev = '', $date_at = false) global() argument
574 resolve_pageid($ns, & $page, & $exists, $rev = '', $date_at = false) global() argument
H A Dcommon.php234 $info['exists'] = file_exists($info['filepath']);
239 if ($info['exists'] && ($info['currentrev'] == $REV)) {
249 $info['exists'] = file_exists($info['filepath']);
253 if ($info['exists']) {
1735 $exists = null;
1736 $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists);
1738 if ($exists !== null) {
1739 if ($exists) {
1773 * When no image exists, returns an empty string
H A Dinit.php609 * @param bool $exists
613 function fullpath($path, $exists = false)
640 return fullpath($path, $exists);
659 if ($exists && !defined('DOKU_UNITTEST') && !file_exists($finalpath)) {
585 fullpath($path, $exists = false) global() argument
/dokuwiki/inc/parser/
H A Dxhtml.php905 $exists = page_exists($id, $this->date_at, false, true);
910 if ($exists) {
1045 $exists = null;
1046 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists);
1059 if ($exists !== null && !$isImage) {
1060 if ($exists) {
1199 $exists = media_exists($src);
1232 if ($exists) $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')';
1238 if (!$exists) {
1281 $exists
[all...]
H A Drenderer.php912 * @param null|bool $exists reference which returns if an internal page exists
915 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null)
976 $exists = page_exists($id);
804 _resolveInterWiki(& $shortcut, $reference, & $exists = null) global() argument
/dokuwiki/inc/lang/mg/
H A Dconflict.txt1 ====== A newer version exists ======
/dokuwiki/inc/lang/en/
H A Dconflict.txt1 ====== A newer version exists ======
3 A newer version of the document you edited exists. This happens when another user changed the document while you were editing it.
H A Donceexisted.txt3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions** to see when and why it was deleted, access old revisions or restore it.
/dokuwiki/inc/Cache/
H A DCacheRenderer.php49 foreach ($metadata['relation']['references'] as $id => $exists) {
50 if ($exists != page_exists($id, '', false)) {
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php185 $exists = file_exists(mediaFN($id, $rev));
192 $exists = page_exists($id, $rev);
195 if ($exists) {
234 $exists = file_exists(mediaFN($id, $rev));
238 $exists = page_exists($id, $rev);
240 if ($exists) {