Home
last modified time | relevance | path

Searched refs:isCurrentRevision (Results 1 – 6 of 6) sorted by path

/dokuwiki/inc/ChangeLog/
H A DChangeLog.php61 public function isCurrentRevision($rev)
329 if (!$direction || ($direction > 0 && $this->isCurrentRevision($rev))) {
528 count($revs) && !$this->isCurrentRevision($revs[count($revs) - 1])
53 public function isCurrentRevision($rev) global() function in dokuwiki\\ChangeLog\\ChangeLog
/dokuwiki/inc/Ui/
H A DMediaDiff.php92 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
H A DMediaRevisions.php74 $RevInfo->isCurrent($changelog->isCurrentRevision($rev));
H A DPageDiff.php148 $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
405 if ($changelog->isCurrentRevision($rev2Next)) {
H A DPageRevisions.php74 $RevInfo->isCurrent($changelog->isCurrentRevision($rev));
H A DRecent.php163 if (!$changelog->isCurrentRevision($info['date'])) {