Lines Matching defs:RevInfo2
26 protected $RevInfo2;
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->showRevisionTitle() . ' ' . $this->RevInfo2->showCurrentIndicator());
204 $rev2Summary = ($this->RevInfo2->val('date'))
205 ? $this->RevInfo2->showEditSummary() . ' ' . $this->RevInfo2->showEditor()
212 explode("\n", $this->RevInfo2->val('text'))
239 if ($this->RevInfo2->val('extra') !== 'compareWith') {
255 . '<th' . $classEditType($this->RevInfo2->val('type')) . '>' . $title2 . '</th>'
266 if ($this->RevInfo2->val('extra') !== 'compareWith') {
274 . '<th colspan="2"' . $classEditType($this->RevInfo2->val('type')) . '>' . $title2 . '</th>'
296 if ($this->RevInfo2->val('extra') == 'compareWith') return;
299 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
342 if ($this->RevInfo2->val('extra') == 'compareWith') {
348 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
429 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
471 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];