Searched refs:currentRevision (Results 1 – 4 of 4) sorted by relevance
17 protected $currentRevision; variable in dokuwiki\\ChangeLog\\ChangeLog70 return $rev == $this->currentRevision();95 public function currentRevision() function in dokuwiki\\ChangeLog\\ChangeLog97 if (!isset($this->currentRevision)) {101 return $this->currentRevision;163 if (!isset($this->currentRevision) && $retrieveCurrentRevInfo) {418 $rev2 = $this->currentRevision();550 $revs[] = $this->currentRevision;623 if (isset($this->currentRevision)) {624 return $this->getRevisionInfo($this->currentRevision);[all …]
100 $this->rev2 = $this->changelog->currentRevision();118 $rev2 = $this->changelog->currentRevision();
352 ($rev1 ?: $changelog->currentRevision()),353 ($rev2 ?: $changelog->currentRevision())
94 $currentRevision = @filemtime($pagefile); // int or false104 'oldRevision' => $currentRevision,144 if ($fileRev === $currentRevision) {