Lines Matching refs:timestamp
672 $timestamp = $fileRev;
675 $timestamp = $fileRev;
683 $timestamp = false;
689 'date' => $timestamp ?: $lastRev + 1,
697 'timestamp' => $timestamp,
723 * @param int $timestamp log line date (optional)
726 public function addLogEntry(array $info, $timestamp = null) argument
731 return $this->writeLogEntry($info, $timestamp);
750 * @param int $timestamp log line date (optional)
754 protected function writeLogEntry(array $info, $timestamp = null) argument
758 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]);
760 $logline = static::buildLogLine($info, $timestamp);