Searched defs:timestamp (Results 1 – 10 of 10) sorted by relevance
| /dokuwiki/vendor/php81_bc/strftime/src/ |
| H A D | DateLocaleFormatter.php | 27 public function __invoke(DateTimeInterface $timestamp, string $format)
|
| H A D | AbstractLocaleFormatter.php | 29 abstract public function __invoke(DateTimeInterface $timestamp, string $format);
|
| H A D | IntlLocaleFormatter.php | 25 public function __invoke(DateTimeInterface $timestamp, string $format)
|
| H A D | php-8.1-strftime.php | 33 function strftime (string $format, $timestamp = null, ?string $locale = null) : string {
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 17 abstract public function addLogEntry(array $info, $timestamp = null); 53 public static function buildLogLine(array &$info, $timestamp = null)
|
| H A D | ChangeLog.php | 792 public function addLogEntry(array $info, $timestamp = null) 826 protected function writeLogEntry(array $info, $timestamp = null, $external = false)
|
| /dokuwiki/vendor/kissifrot/php-ixr/src/DataType/ |
| H A D | Date.php | 26 private function parseTimestamp($timestamp)
|
| /dokuwiki/inc/ |
| H A D | httputils.php | 23 function http_conditionalRequest($timestamp)
|
| /dokuwiki/inc/Remote/ |
| H A D | LegacyApiCore.php | 451 public function legacyGetRecentChanges($timestamp) 471 public function legacyGetRecentMediaChanges($timestamp)
|
| H A D | ApiCore.php | 402 public function getRecentPageChanges($timestamp = 0) 835 public function getRecentMediaChanges($timestamp = 0)
|