Searched refs:timestamp (Results 1 – 9 of 9) sorted by relevance
/dokuwiki/inc/ChangeLog/ |
H A D | PageChangeLog.php | 38 * @param int $timestamp log line date (optional) 43 public function addLogEntry(array $info, $timestamp = null) argument 47 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]); 50 $logline = $this->buildLogLine($info, $timestamp);
|
H A D | MediaChangeLog.php | 38 * @param int $timestamp log line date (optional) 43 public function addLogEntry(array $info, $timestamp = null) argument 47 if (isset($timestamp)) unset($this->cache[$this->id][$info['date']]); 50 $logline = $this->buildLogLine($info, $timestamp);
|
H A D | ChangeLogTrait.php | 17 abstract public function addLogEntry(array $info, $timestamp = null); argument 50 * @param int $timestamp log line date (optional) 53 public static function buildLogLine(array &$info, $timestamp = null) argument 57 'date' => $timestamp ?? $info['date'],
|
H A D | ChangeLog.php | 632 $timestamp = $fileRev; 635 $timestamp = $fileRev; 643 $timestamp = false; 649 'date' => $timestamp ?: $lastRev +1, 657 'timestamp' => $timestamp,
|
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/ |
H A D | Date.php | 26 private function parseTimestamp($timestamp) argument 29 $this->dateTime = $date->setTimestamp($timestamp);
|
/dokuwiki/inc/ |
H A D | httputils.php | 19 * @param int $timestamp lastmodified time of the cache file 22 function http_conditionalRequest($timestamp){ argument 27 $last_modified = substr(gmdate('r', $timestamp), 0, -5).'GMT';
|
/dokuwiki/inc/Remote/ |
H A D | ApiCore.php | 820 * @param int $timestamp unix timestamp 824 public function getRecentChanges($timestamp) argument 826 if (strlen($timestamp) != 10) { 830 $recents = getRecentsSince($timestamp); 859 * @param int $timestamp unix timestamp 863 public function getRecentMediaChanges($timestamp) argument 865 if (strlen($timestamp) != 10) 868 $recents = getRecentsSince($timestamp, null, '', RECENTS_MEDIA_CHANGES);
|
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/ |
H A D | Parser.php | 614 $timestamp = strtotime($entry['properties']['published'][0]); 615 $pub_date = date('F j Y g:ia', $timestamp).' GMT';
|
/dokuwiki/vendor/simplepie/simplepie/ |
H A D | CHANGELOG.md | 119 * All items are now forced to have a timestamp. [#348](https://github.com/simplepie/simplepie/pull/…
|