| /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/Search/Collection/ |
| H A D | AbstractCollection.php | 217 if (!$freqIndex->exists()) return []; 237 if (!$freqIndex->exists()) continue; 282 if (!$tokenIndex->exists() && !$freqIndex->exists()) continue; 284 if ($tokenIndex->exists() !== $freqIndex->exists()) { 287 ($tokenIndex->exists() ? 'frequency' : 'token') . ' index' 303 if ($entityIndex->exists() && $reverseIndex->exists()) {
|
| H A D | DirectCollection.php | 29 if ($entityIndex->exists() && $tokenIndex->exists()) {
|
| H A D | CollectionSearch.php | 108 if (!$tokenIndex->exists()) continue;
|
| /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 | 563 function resolve_mediaid($ns, &$media, &$exists, $rev = '', $date_at = false) argument 568 $exists = media_exists($media, $rev, false, $date_at); 581 function resolve_pageid($ns, &$page, &$exists, $rev = '', $date_at = false) argument 594 $exists = page_exists($page, $rev, false, $date_at);
|
| H A D | common.php | 1654 $exists = null; 1655 … $data['link']['url'] = $xhtml_renderer->_resolveInterWiki($shortcut, $username, $exists); 1657 if ($exists !== null) { 1658 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 | 907 $exists = page_exists($id, $this->date_at, false, true); 912 if ($exists) { 1047 $exists = null; 1048 $url = $this->_resolveInterWiki($wikiName, $wikiUri, $exists); 1061 if ($exists !== null && !$isImage) { 1062 if ($exists) { 1198 $exists = media_exists($src); 1231 if ($exists) $link['title'] .= ' (' . filesize_h(filesize(mediaFN($src))) . ')'; 1237 if (!$exists) { 1280 $exists = null; [all …]
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 106 public function exists(): bool function in dokuwiki\\Search\\Index\\AbstractIndex
|
| /dokuwiki/vendor/simplepie/simplepie/ |
| H A D | phpstan.dist.neon | 10 # Ignore that only one const exists atm
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 5468 $exists = false; 5471 $exists = true; 5473 if (! $exists)
|