Searched refs:exists (Results 1 – 11 of 11) sorted by relevance
| /dokuwiki/inc/lang/en/ |
| H A D | conflict.txt | 1 ====== A newer version exists ====== 3 A newer version of the document you edited exists. This happens when another user changed the docum…
|
| H A D | onceexisted.txt | 3 You've followed a link to a page that no longer exists. You can check the list of **Old revisions**…
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheRenderer.php | 49 foreach ($metadata['relation']['references'] as $id => $exists) { 50 if ($exists != page_exists($id, '', false)) {
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | RevisionInfo.php | 185 $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) {
|
| /dokuwiki/inc/lang/mg/ |
| H A D | conflict.txt | 1 ====== A newer version exists ======
|
| /dokuwiki/inc/ |
| H A D | init.php | 582 * @param bool $exists 586 function fullpath($path, $exists = false) argument 613 return fullpath($path, $exists); 632 if ($exists && !defined('DOKU_UNITTEST') && !file_exists($finalpath)) {
|
| H A D | pageutils.php | 562 function resolve_mediaid($ns, &$media, &$exists, $rev = '', $date_at = false) argument 567 $exists = media_exists($media, $rev, false, $date_at); 580 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false) argument 593 $exists = page_exists($page, $rev, false, $date_at);
|
| H A D | common.php | 1704 $exists = null; 1705 … $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists); 1707 if ($exists !== null) { 1708 if ($exists) {
|
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 915 * @param null|bool $exists reference which returns if an internal page exists 918 public function _resolveInterWiki(&$shortcut, $reference, &$exists = null) argument 979 $exists = page_exists($id);
|
| H A D | xhtml.php | 906 $exists = page_exists($id, $this->date_at, false, true); 911 if ($exists) { 1046 $exists = null; 1047 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists); 1060 if ($exists !== null && !$isImage) { 1061 if ($exists) { 1200 $exists = media_exists($src); 1233 if ($exists) $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')'; 1239 if (!$exists) { 1282 $exists = null; [all …]
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 5468 $exists = false; 5471 $exists = true; 5473 if (! $exists)
|