Home
last modified time | relevance | path

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

123

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DRedis.php163 * Retrieve the last modified time for the cache
172 return time();
179 * Set the last modified time to the current time
/dokuwiki/vendor/simplepie/simplepie/src/
H A DEnclosure.php433 $time = \SimplePie\Misc::time_hms($this->duration);
434 return $time;
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php312 * The time it took to parse the code
315 protected $time = 0; variable in GeSHi
1826 //Split up the job using single lines at a time
3173 // to use instead of building a string every time
3662 * Sets the time taken to parse the code
3664 * @param string $start_time The time when parsing started as returned by @see microtime()
3665 * @param string $end_time The time when parsing ended as returned by @see microtime()
3671 $this->time = $end[0] + $end[1] - $start[0] - $start[1];
3675 * Gets the time taken to parse the code
3677 * @return double The time take
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator03.php67 $this->items[$i]->date = time();
H A DAtomCreator10.php78 $this->items[$i]->date = time();
/dokuwiki/inc/
H A DTaskRunner.php112 (@filemtime($fn . '.trimmed') + 86400) < time() &&
126 $trim_time = time() - $conf['recent_days'] * 86400;
H A Dmedia.php287 addMediaLogEntry(time(), $id, DOKU_CHANGE_TYPE_DELETE, $lang['deleted'], '', null, $sizechange);
1898 ($cache != -1 && $mtime < time() - $cache) // 'recache' and cache has expired
H A Dfetch.functions.php23 * @param int $cache remaining cache time in seconds (-1 for $conf['cache'], 0 for no-cache)
44 $expires = time() + $maxage;
46 $maxage = $cache; // given time
47 $expires = time() + $maxage;
H A Dhttputils.php17 * @param int $timestamp lastmodified time of the cache file
171 @set_time_limit(30); // large files can take a lot of time
244 http_conditionalRequest(time());
H A Dindexer.php288 && (time() < @filemtime($conf['indexdir'] . '/lengths.idx') + $conf['readdircache'])
/dokuwiki/vendor/geshi/geshi/
H A DCHANGELOG947 help automate file highlighting (though the extension array at this time is quite bare)
/dokuwiki/vendor/splitbrain/slika/
H A DREADME.md66 Similar to resizing, but this time the image will be cropped to fit the new aspect ratio.
/dokuwiki/inc/Cache/
H A DCache.php123 if (!empty($this->depends['age']) && ((time() - $this->_time) > $this->depends['age'])) {
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php580 * In such case we assign 1 sec before current time() for the external deletion.
581 * As a result, the value of current revision identifier may change each time because:
631 'date' => max($lastRev + 1, time() - 1), // 1 sec before now or new page save
660 $msg = "Warning: current file modification time is older than last revision date";
/dokuwiki/inc/File/
H A DPageFile.php212 // update the purgefile (timestamp of the last time anything within the wiki was changed)
213 io_saveFile($conf['cachedir'] . '/purgefile', time());
235 // try to change file modification time
252 if ($revInfo['date'] == time()) sleep(1); // wait a tick
/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/lib/plugins/authad/
H A Dauth.php266 // check expiry time
272 $info['expiresin'] = round(($info['expiresat'] - time()) / (24 * 60 * 60));

123