Home
last modified time | relevance | path

Searched refs:time (Results 26 – 50 of 67) sorted by relevance

123

/dokuwiki/inc/Action/
H A DResendpwd.php92 if ((time() - filemtime($tfile)) > (3 * 60 * 60 * 24)) {
/dokuwiki/inc/Cache/
H A DCache.php123 if (!empty($this->depends['age']) && ((time() - $this->_time) > $this->depends['age'])) {
/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/inc/Subscriptions/
H A DSubscriberManager.php57 $data = time();
58 } //always add current time for new subscriptions
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php36 $this->mtime = time();
/dokuwiki/vendor/geshi/geshi/
H A DBUGS25 guarantee it is working all the time.
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DAtomCreator10.php78 $this->items[$i]->date = time();
/dokuwiki/inc/
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 Ddeprecated.php688 public function __construct($time)
691 parent::__construct($time);
686 __construct($time) global() argument
H A Dindexer.php288 && (time() < @filemtime($conf['indexdir'] . '/lengths.idx') + $conf['readdircache'])
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 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);
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,
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php427 $time = isset($var[0]) ? $var[0] : null;
429 return $this->sftp->touch($path, $time, $atime);
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php207 * Real-time log file pointer
215 * Real-time log file size
223 * Real-time log file wrap boolean
1538 * Sets access and modification time of file.
1543 * @param int $time
1548 public function touch($filename, $time = null, $atime = null)
1559 if (!isset($time)) {
1560 $time = time();
1563 $atime = $time;
1690 touch($filename, $time = null, $atime = null) global() argument
[all...]
/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/vendor/phpseclib/phpseclib/
H A DREADME.md8 - [One-time donation via PayPal or crypto-currencies](http://sourceforge.net/donate/index.php?group_id=198487)
/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/vendor/simplepie/simplepie/src/
H A DEnclosure.php433 $time = \SimplePie\Misc::time_hms($this->duration);
434 return $time;
/dokuwiki/
H A Dfeed.php52 // time or the update interval has not passed, also handles conditional requests
63 http_conditionalRequest(time());
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown73 This means that feature requests may not be fulfilled straight away, as time has
/dokuwiki/lib/plugins/usermanager/
H A Dadmin.php739 io_saveFile($conf['cachedir'] . '/sessionpurge', time());
836 io_saveFile($conf['cachedir'] . '/sessionpurge', 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/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/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";

123