Home
last modified time | relevance | path

Searched refs:RevInfo2 (Results 1 – 2 of 2) sorted by last modified time

/dokuwiki/inc/Ui/
H A DMediaDiff.php24 protected $RevInfo2; variable in dokuwiki\\Ui\\MediaDiff
81 // RevInfo2 : newer, right side
87 $this->RevInfo2 = new RevisionInfo($changelogRev2);
91 foreach ([$this->RevInfo1, $this->RevInfo2] as $RevInfo) {
108 && ($this->RevInfo2->val('previewSize')[0] ?? 0) >= 30
168 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
198 $rev2 = $this->RevInfo2->isCurrent() ? '' : $this->RevInfo2->val('date');
205 $rev2Size = $this->RevInfo2->val('previewSize');
242 $rev2 = $this->RevInfo2
[all...]
H A DPageDiff.php26 protected $RevInfo2; variable in dokuwiki\\Ui\\PageDiff
77 $this->RevInfo2 = new RevisionInfo();
78 $this->RevInfo2->append([
104 if (!isset($this->RevInfo1, $this->RevInfo2)) {
139 // RevInfo2 : newer, right side
145 $this->RevInfo2 = new RevisionInfo($changelogRev2);
147 foreach ([$this->RevInfo1, $this->RevInfo2] as $RevInfo) {
186 if (!isset($this->RevInfo1, $this->RevInfo2)) {
199 if ($this->RevInfo2->val('extra') == 'compareWith') {
203 $rev2Title = trim($this->RevInfo2
[all...]