Home
last modified time | relevance | path

Searched full:time (Results 1 – 25 of 258) sorted by relevance

1234567891011

/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.php17 // remember time stamp
18 $time = filemtime($local);
27 $this->assertEquals($time, filemtime($local));
56 // remember time stamp
57 $time = filemtime($local);
66 $this->assertEquals($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
18 // $time can be a PHP timestamp or an ISO one
19 if (is_numeric($time)) {
20 $this->parseTimestamp($time);
22 $this->parseIso($time);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ASN1/Maps/
H A DTime.php4 * Time
19 * Time
23 abstract class Time class
H A DValidity.php28 'notBefore' => Time::MAP,
29 'notAfter' => Time::MAP
H A DTBSCertList.php36 'thisUpdate' => Time::MAP,
39 ] + Time::MAP,
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php53 // ignore data if internal cache expiration time is not set
58 // ignore data if internal cache expiration time is expired
59 if ($data['__cache_expiration_time'] < time()) {
63 // remove internal cache expiration time
70 … * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
94 // place internal cache expiration time
95 $value['__cache_expiration_time'] = time() + $ttl;
H A DMySQL.php141 …'prefix'] . 'cache_data` SET `items` = :items, `data` = :data, `mtime` = :time WHERE `id` = :feed';
145 …options['extras']['prefix'] . 'cache_data` SET `data` = :data, `mtime` = :time WHERE `id` = :feed';
150 $query->bindValue(':time', time());
156 …']['prefix'] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(:feed, :count, :data, :time)');
160 $query->bindValue(':time', time());
185 $date = time();
208 …as']['prefix'] . 'cache_data` SET `items` = 0, `data` = :data, `mtime` = :time WHERE `id` = :feed'…
210 $query->bindValue(':time', time());
216 …'extras']['prefix'] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(:id, 0, :data, :time)');
219 $query->bindValue(':time', time());
[all …]
H A DBase.php59 * Retrieve the last modified time for the cache
66 * Set the last modified time to the current time
H A DMemcached.php98 * Retrieve the last modified time for the cache
108 * Set the last modified time to the current time
127 * Set the last modified time and data to NativeMemcached
134 … $this->cache->set($this->name . '_mtime', time(), (int)$this->options['extras']['timeout']);
H A DMemcache.php102 * Retrieve the last modified time for the cache
112 return time();
119 * Set the last modified time to the current time
H A DFile.php94 * Retrieve the last modified time for the cache
104 * Set the last modified time to the current time
H A DRedis.php125 * Retrieve the last modified time for the cache
134 return time();
141 * Set the last modified time to the current time
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php36 * Start time
44 * End time
91 * Get the end time
93 * @return string|null Time in the format 'hh:mm:ss.SSS'
120 * Get the start time
122 * @return string|null Time in the format 'hh:mm:ss.SSS'
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Element/
H A DFeedDate.php14 * can parse, really) as well as unix time stamps.
17 * time is used.
62 * Gets the date stored in this FeedDate as unix time stamp.
64 * @return int a date as a unix time stamp
/dokuwiki/vendor/php81_bc/strftime/src/
H A DIntlLocaleFormatter.php33 // %c = Preferred date and time stamp based on locale
40 // %x = Preferred date representation based on locale, without the time
47 // Localized time format
65 …// This leads to the same instants in time, as expressed in Unix time, having different representa…
H A DDateLocaleFormatter.php21 '%c' => 'F j, Y \a\t g:i A', // Preferred date and time stamp
22 '%x' => 'n/j/y', // Preferred date representation, without the time
23 '%X' => 'g:i:s A', // Time only
H A Dphp-8.1-strftime.php40 …tion('$timestamp argument is neither a valid UNIX timestamp, a valid date-time string or a DateTim…
100 // Time
116 '%X' => $locale_formatter, // Preferred time representation based on locale, without the date
122 // Time and Date Stamps
141 … throw new InvalidArgumentException(sprintf('Format "%s" is unknown in time format', $pattern));
/dokuwiki/vendor/php81_bc/strftime/
H A DREADME.md33 - [Time](#time)
34 - [Time and Date Stamps](#time-and-date-stamps)
132 ### Time subsection
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:…
151 ### Time and Date Stamps
154 | `%c` | Preferred date and time stamp based on locale | Example: `Tue Feb 5 00…
[all …]
/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/popularity/
H A Daction.php52 //Update the last time we sent data
61 * Check if it's time to send autosubmit data
67 return $lastSubmit + 24 * 60 * 60 * 30 > time();
/dokuwiki/inc/Subscriptions/
H A DBulkSubscriptionSender.php54 if ($lastupdate + $conf['subscribe_time'] > time()) {
55 // Less than the configured time period passed since last
118 // Update notification time.
119 $subscriberManager->add($target, $user, $style, time());
133 * We don't use io_lock() her because we do not wait for the lock and use a larger stale time
147 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
187 * @param int $lastupdate Time of the last notification
/dokuwiki/_test/tests/Subscriptions/
H A DBulkSubscriptionsSenderTest.php58 // should not trigger a mail, because the subscription time has not been reached, yet
62 // reset the subscription time
100 // should not trigger a mail, because the subscription time has not been reached, yet
104 // reset the subscription time
/dokuwiki/vendor/composer/
H A Dinstalled.json21 "time": "2017-05-22T14:05:57+00:00", string
65 "time": "2024-03-17T14:59:35+00:00", string
119 "time": "2025-04-22T07:42:43+00:00", string
173 "time": "2024-02-22T11:08:24+00:00", string
234 "time": "2025-09-24T15:06:41+00:00", string
260 … "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
307 "time": "2020-10-15T08:29:30+00:00", string
359 "time": "2025-05-20T20:04:36+00:00", string
417 "time": "2026-01-27T09:17:28+00:00", string
538 "time": "2025-09-12T06:34:27+00:00", string
[all …]

1234567891011