Home
last modified time | relevance | path

Searched refs:time (Results 1 – 25 of 67) sorted by last modified time

123

/dokuwiki/vendor/geshi/geshi/
H A DLICENSE189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
H A DBUGS25 guarantee it is working all the time.
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php21 * and when it was submited for the last time
32 * submitted for the last time
76 * Compute the last time the data was sent. If it has never been sent, we return 0.
146 $data['now'] = time();
/dokuwiki/inc/
H A Dparserutils.php58 * like the indexer or in cli scripts where the execution time normally isn't
304 $cachefile->storeCache(time());
H A Dtemplate.php341 if ((time() - $INFO['lastmod']) >= $conf['indexdelay'] && !isHiddenPage($ID)) {
1242 '&' . time();
H A Dio.php427 * It waits maximal 3 seconds for the lock, after this time
441 $timeStart = time();
444 if ((time() - $timeStart) > 3) break;
H A Dcommon.php934 if ((time() - filemtime($lock)) > $conf['locktime']) {
1459 $ago = time() - $dt;
1498 if (is_null($dt)) $dt = time();
1990 'expires' => time() + 365 * 24 * 3600,
H A Dinfoutils.php43 if ($lm < time() - (60 * 60 * 24) || $lm < @filemtime(DOKU_INC . DOKU_SCRIPT)) {
343 // rough time check
348 $now = time();
350 $time = strtotime($http->resp_headers['date']);
351 $diff = $time - $now;
354 msg("Server time seems to be okay. Diff: {$diff}s", 1);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php142 * Retrieve the last modified time for the cache
152 return time();
159 * Set the last modified time to the current time
H A DMemcached.php138 * Retrieve the last modified time for the cache
148 * Set the last modified time to the current time
167 * Set the last modified time and data to NativeMemcached
173 $this->cache->set($this->name . '_mtime', time(), (int)$this->options['extras']['timeout']);
H A DBaseDataCache.php93 // ignore data if internal cache expiration time is not set
98 // ignore data if internal cache expiration time is expired
99 if ($data['__cache_expiration_time'] < time()) {
103 // remove internal cache expiration time
110 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
134 // place internal cache expiration time
135 $value['__cache_expiration_time'] = time() + $ttl;
/dokuwiki/vendor/kissifrot/php-ixr/
H A DREADME.md17 The original XML-RPC library was developed back in 2002 and updated through 2010 by Incutio for a number of projects the company was working on at the time. It has become fairly dated but is still used extensively by a wide range of commercial and open-source projects.
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php61 $time = '';
66 $time .= $hours.':';
78 $time .= $minutes.':';
79 $time .= $seconds;
81 return $time;
2047 header('Expires: ' . gmdate('D, d M Y H:i:s', time() + 604800) . ' GMT'); // 7 days
2077 * Uses the git index if it exists, otherwise uses the modification time
2092 $time = 0;
2094 if (($mtime = filemtime($file)) > $time) {
2095 $time
[all...]
/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/splitbrain/php-archive/src/
H A DFileInfo.php36 $this->mtime = time();
H A DZip.php201 time(),
322 $time = $fileinfo->getMtime();
326 $time,
386 $time,
426 $time = $fileinfo->getMtime();
430 $time,
448 $time,
847 * @param $time
850 protected function makeDosTime($time) argument
852 $timearray = getdate($time);
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php293 $pages[$new_id] = 'deleted:' . time() . random_int(0, 9999);
952 if (is_dir($lock) && time() - @filemtime($lock) > 60 * 5) {
/dokuwiki/inc/Sitemap/
H A DMapper.php51 @filemtime($sitemap) > (time() - ($conf['sitemap'] * 86400))
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php203 // maybe use this in addition to file time checking
204 //header("Expires: ".date("r",time()+$this->_timeout));
228 * before anything else, especially before you do the time consuming task to build the feed
244 if (file_exists($filename) AND (time() - filemtime($filename) < $timeout)) {
/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) {
/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 monthly dispatch, to keep developers informed when your wiki grows. Your repeated data sets will be identified by an anonymous ID.
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php739 io_saveFile($conf['cachedir'] . '/sessionpurge', time());
836 io_saveFile($conf['cachedir'] . '/sessionpurge', time());
/dokuwiki/
H A DCOPYING189 6. Each time you redistribute the Program (or any work based on the
238 of the General Public License from time to time. Such new versions will
/dokuwiki/vendor/kissifrot/php-ixr/src/Server/
H A DIntrospectionServer.php148 $return[] = new Date(time());

123