Lines Matching refs:timestamp

43      * @param string|int $rev empty string or revision timestamp
58 * @param int $rev timestamp of current page
69 * @param int $rev revision timestamp
83 * The value of identifier can be determined by timestamp as far as the file exists,
86 * @return int|false revision timestamp
100 * @return int|false revision timestamp
126 * Get the changelog information for a specific revision (timestamp)
132 * @param int $rev revision timestamp
136 * - date: unix timestamp
307 * Get the nth revision left or right-hand side for a specific page id and revision (timestamp)
315 * @param int $rev revision timestamp used as start date
320 * timestamp of the requested revision
388 * @param int $rev1 oldest revision timestamp
389 * @param int $rev2 newest revision timestamp (0 looks up last revision)
453 * @param number $date_at timestamp
459 //requested date_at(timestamp) younger or equal then modified_time($this->id) => load current
471 * Collect the $max revisions near to the timestamp $rev
474 * The returned array $requestedRevs may not contain the reference timestamp $rev
477 * @param int $rev revision timestamp
535 //given timestamp $rev is newer than the most recent line in chunk
578 * The change date of the file can be determined by timestamp as far as the file exists,
586 * - date: revision identifier (timestamp or last revision +1)
594 * - timestamp: unix timestamp or false (key set only for external edit occurred)
608 // get revision id from the item file timestamp and changelog
639 'timestamp' => false,
642 } else { // item file exists, with timestamp $fileRev
643 // here, file timestamp $fileRev is different with last revision timestamp $lastRev in changelog
653 $timestamp = $fileRev;
656 $timestamp = $fileRev;
664 $timestamp = false;
670 'date' => $timestamp ?: $lastRev + 1,
678 'timestamp' => $timestamp,