Lines Matching defs:timestamp
106 * Returns a Unix timestamp (seconds since 1970-01-01 00:00:00 UTC).
111 * @return int A unix timestamp
354 * a given timestamp.
357 * when no timestamp is given.
360 * @param int $timestamp Only show changes newer than this unix timestamp
365 public function getRecentPageChanges($timestamp = 0)
367 $recents = getRecentsSince($timestamp);
396 * @param int $rev Revision timestamp to access an older revision
425 * @param int $rev revision timestamp
445 * @param int $rev revision timestamp
784 * a given timestamp.
787 * when no timestamp is given.
790 * @param int $timestamp Only show changes newer than this unix timestamp
795 public function getRecentMediaChanges($timestamp = 0)
798 $recents = getRecentsSince($timestamp, null, '', RECENTS_MEDIA_CHANGES);
823 * @param int $rev revision timestamp
854 * @param int $rev revision timestamp