Lines Matching refs:info
116 $info = static::parseLogLine($value);
117 if (is_array($info)) {
118 $info['mode'] = $this->getMode();
119 $this->cache[$this->id][$info['date']] ??= $info;
120 return $info;
299 $info = $this->parseAndCacheLogLine($lines[$i]);
300 if (is_array($info)) {
301 $revs[] = $info['date'];
347 $info = [];
358 $info = $this->parseAndCacheLogLine($lines[$i]);
359 if (is_array($info)) {
361 … if (($direction > 0 && $info['date'] > $rev) || ($direction < 0 && $info['date'] < $rev)) {
364 $relativeRev = $info['date'];
372 && ($info['date'] == $rev || ($revCounter > 0 && !$relativeRev))
437 $info = $this->parseAndCacheLogLine($lines[$i]);
438 if (is_array($info)) {
439 $revs1[] = $info['date'];
517 $info = $this->parseAndCacheLogLine($line);
518 if (is_array($info)) {
519 $revs[] = $info['date'];
520 if ($info['date'] >= $rev) {
561 $info = $this->parseAndCacheLogLine($lines[$i]);
562 if (is_array($info)) {
563 $revs[] = $info['date'];