Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 86) sorted by relevance

1234

/dokuwiki/_test/tests/inc/
H A Dcache_use.test.php30 $time = time();
31 touch($file, $time-1);
32 touch($this->cache->cache, $time);
65 $time = time() - $age - 1; // older than age
67 touch($this->cache->file, $time - 1);
68 touch($this->cache->cache, $time);
H A Dmedia_get_from_url.test.php27 $this->assertEquals($time, filemtime($local));
57 $time = filemtime($local);
76 $this->assertNotEquals($time, filemtime($local));
H A Dcache_stalecheck.test.php21 $time = filemtime($file);
22 touch($cache->cache, $time);
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DDate.php16 public function __construct($time) argument
19 if (is_numeric($time)) {
20 $this->parseTimestamp($time);
22 $this->parseIso($time);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php4 define("TIME_ZONE", date("O", time()));
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php98 if ($data['__cache_expiration_time'] < time()) {
134 $value['__cache_expiration_time'] = time() + $ttl;
H A DMySQL.php189 $query->bindValue(':time', time());
199 $query->bindValue(':time', time());
224 $date = time();
249 $query->bindValue(':time', time());
258 $query->bindValue(':time', time());
338 if ($query->execute() && ($time = $query->fetchColumn())) {
339 return $time;
357 $query->bindValue(':time', time());
/dokuwiki/inc/
H A DJWT.php74 if (isset($payload['exp']) && $payload['exp'] < time()) {
110 $token = new self($user, time());
148 $this->issued = time();
H A Ddeprecated.php125 public function __construct($time) argument
128 parent::__construct($time);
H A Dfetch.functions.php44 $expires = time() + $maxage;
47 $expires = time() + $maxage;
/dokuwiki/inc/Action/
H A DLocked.php45 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
/dokuwiki/lib/plugins/popularity/lang/en/
H A Dintro.txt5 You are encouraged to repeat this step from time to time, or even better to opt for an automated mo…
/dokuwiki/lib/plugins/logviewer/
H A Daction.php35 if (@filemtime($prune) > time() - 24 * 60 * 60) {
/dokuwiki/lib/plugins/styling/
H A Daction.php50 $event->data['link'][$i]['href'] .= '&preview=1&tseed=' . time();
/dokuwiki/_test/tests/inc/parser/
H A Drenderer_metadata.test.php27 $now = time();
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php54 if ($lastupdate + $conf['subscribe_time'] > time()) {
119 $subscriberManager->add($target, $user, $style, time());
147 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md33 - [Time](#time)
34 - [Time and Date Stamps](#time-and-date-stamps)
140 | `%p` | UPPER-CASE '`AM`' or '`PM`' based on the given time | Example:…
141 | `%P` | lower-case '`am`' or '`pm`' based on the given time | Example:…
146 | `%X` | Preferred time representation based on locale, without the date | Example:…
147 | `%z` | The time zone offset | Example:…
148 | `%Z` | The time zone abbreviation | Example:…
154 | `%c` | Preferred date and time stamp based on locale | Example: `Tue Feb 5 00…
157 | `%s` | Unix Epoch Time timestamp (same as the `time()` function) | Example: `305815200` f…
158 | `%x` | Preferred date representation based on locale, without the time | Example: `02/05/09` fo…
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php60 $time = '';
65 $time .= $hours.':';
77 $time .= $minutes.':';
78 $time .= $seconds;
80 return $time;
2046 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 604800) . ' GMT'); // 7 days
2091 $time = 0;
2093 if (($mtime = filemtime($file)) > $time) {
2094 $time = $mtime;
2097 static::$SIMPLEPIE_BUILD = $time;
/dokuwiki/lib/plugins/popularity/
H A Daction.php67 return $lastSubmit + 24 * 60 * 60 * 30 > time();
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DZip.php201 time(),
322 $time = $fileinfo->getMtime();
326 $time,
386 $time,
426 $time = $fileinfo->getMtime();
430 $time,
448 $time,
850 protected function makeDosTime($time) argument
852 $timearray = getdate($time);
889 $mtime = time();
/dokuwiki/_test/
H A Dbootstrap.php70 'REQUEST_TIME' => time(),
H A Dcomposer.lock67 "time": "2023-09-10T13:50:09+00:00"
133 "time": "2024-09-25T14:11:13+00:00"
213 "time": "2024-09-09T11:45:10+00:00"
285 "time": "2022-12-30T00:15:36+00:00"
345 "time": "2025-02-12T12:17:51+00:00"
403 "time": "2024-12-30T11:07:19+00:00"
470 "time": "2024-03-03T12:33:53+00:00"
521 "time": "2022-02-21T01:04:05+00:00"
579 "time": "2025-03-09T09:24:50+00:00"
657 "time": "2024-08-22T04:23:01+00:00"
[all …]
/dokuwiki/
H A Dcomposer.lock52 "time": "2017-05-22T14:05:57+00:00"
99 "time": "2024-03-17T14:59:35+00:00"
151 "time": "2025-04-22T07:42:43+00:00"
206 "time": "2024-02-22T11:08:24+00:00"
253 … "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
273 "time": "2024-05-08T12:18:48+00:00"
323 "time": "2020-10-15T08:29:30+00:00"
372 "time": "2025-05-20T20:04:36+00:00"
482 "time": "2024-12-14T21:12:59+00:00"
558 "time": "2024-11-22T16:33:20+00:00"
[all …]
H A Dfeed.php63 http_conditionalRequest(time());
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.lock78 "time": "2022-12-30T00:15:36+00:00"
137 "time": "2023-03-08T13:26:56+00:00"
197 "time": "2021-07-20T11:28:43+00:00"
248 "time": "2022-02-21T01:04:05+00:00"
321 "time": "2021-07-26T12:20:09+00:00"
381 "time": "2021-12-02T12:42:26+00:00"
426 "time": "2015-06-21T13:50:34+00:00"
485 "time": "2020-11-30T08:20:02+00:00"
545 "time": "2020-08-04T08:28:15+00:00"
642 "time": "2023-02-27T13:04:50+00:00"
[all …]

1234