Lines Matching defs:RevInfo1
24 protected $RevInfo1;
70 $this->RevInfo1 = new RevisionInfo($info);
71 $this->RevInfo1->append([
104 if (!isset($this->RevInfo1, $this->RevInfo2)) {
138 // RevInfo1 : older, left side
144 $this->RevInfo1 = new RevisionInfo($changelogRev1);
147 foreach ([$this->RevInfo1, $this->RevInfo2] as $RevInfo) {
186 if (!isset($this->RevInfo1, $this->RevInfo2)) {
194 $rev1Title = trim($this->RevInfo1->showRevisionTitle() . ' ' . $this->RevInfo1->showCurrentIndicator());
195 $rev1Summary = ($this->RevInfo1->val('date'))
196 ? $this->RevInfo1->showEditSummary() . ' ' . $this->RevInfo1->showEditor()
211 explode("\n", $this->RevInfo1->val('text')),
246 . '<th' . $classEditType($this->RevInfo1->val('type')) . '>' . $title1 . '</th>'
273 . '<th colspan="2"' . $classEditType($this->RevInfo1->val('type')) . '>' . $title1 . '</th>'
299 [$rev1, $rev2] = [(int)$this->RevInfo1->val('date'), (int)$this->RevInfo2->val('date')];
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')];