Searched refs:isDateAt (Results 1 – 3 of 3) sorted by relevance
| /dokuwiki/inc/File/ |
| H A D | PageResolver.php | 16 public function resolveId($id, $rev = '', $isDateAt = false) argument 30 $id = parent::resolveId($id, $rev, $isDateAt); 31 $id = $this->resolveStartPage($id, $rev, $isDateAt); 33 $id = $this->resolveAutoPlural($id, $rev, $isDateAt); 50 * @param bool $isDateAt 53 protected function resolveStartPage($id, $rev, $isDateAt) argument 59 if (page_exists($id . $conf['start'], $rev, true, $isDateAt)) { 62 } elseif (page_exists($id . noNS(cleanID($id)), $rev, true, $isDateAt)) { 65 } elseif (page_exists(substr($id, 0, -1), $rev, true, $isDateAt)) { 79 * @param bool $isDateAt [all …]
|
| H A D | MediaResolver.php | 11 public function resolveId($id, $rev = '', $isDateAt = false) argument 13 return cleanID(parent::resolveId($id, $rev, $isDateAt));
|
| H A D | Resolver.php | 29 * @param bool $isDateAt Is the given revision only a datetime hint not an exact revision? 32 public function resolveId($id, $rev = '', $isDateAt = false) argument
|