Lines Matching refs:val

148             $isCurrent = $changelog->isCurrentRevision($RevInfo->val('date'));
151 if ($RevInfo->val('type') == DOKU_CHANGE_TYPE_DELETE || empty($RevInfo->val('type'))) {
154 $rev = $isCurrent ? '' : $RevInfo->val('date');
195 $rev1Summary = ($this->RevInfo1->val('date'))
199 if ($this->RevInfo2->val('extra') == 'compareWith') {
204 $rev2Summary = ($this->RevInfo2->val('date'))
211 explode("\n", $this->RevInfo1->val('text')),
212 explode("\n", $this->RevInfo2->val('text'))
239 if ($this->RevInfo2->val('extra') !== 'compareWith') {
246 … . '<th' . $classEditType($this->RevInfo1->val('type')) . '>' . $title1 . '</th>'
255 . '<th' . $classEditType($this->RevInfo2->val('type')) . '>' . $title2 . '</th>'
266 if ($this->RevInfo2->val('extra') !== 'compareWith') {
273 … . '<th colspan="2"' . $classEditType($this->RevInfo1->val('type')) . '>' . $title1 . '</th>'
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')];
312 ->val($this->preference['difftype'])
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')];
482 ->val($rev1)->addClass('quickselect');
488 ->val($rev2)->addClass('quickselect');