Home
last modified time | relevance | path

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

123

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSimplePie.php833 * This allows you to change the maximum time the feed's server to respond
913 * Set the length of time (in seconds) that the contents of a feed will be
924 * Set the length of time (in seconds) that the autodiscovered feed URL will
1668 $this->data['cache_expiration_time'] = $this->cache_duration + time();
1761 elseif (isset($this->data['cache_expiration_time']) && $this->data['cache_expiration_time'] > time()) {
1892 'cache_expiration_time' => $this->cache_duration + time(),
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DLICENSE
H A Dlessc.inc.php
/dokuwiki/inc/Remote/
H A DApiCore.php104 * Return the current server time
108 * You can use this to compensate for differences between your client's time and the
109 * server's time when working with last modified timestamps (revisions).
115 return time();
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DLICENSE304 Library. A suitable mechanism is one that (1) uses at run time a
372 10. Each time you redistribute the Library (or any work based on the
421 versions of the Lesser General Public License from time to time.
/dokuwiki/inc/Subscriptions/
H A DSubscriberManager.php57 $data = time();
58 } //always add current time for new subscriptions
/dokuwiki/data/pages/wiki/
H A Dsyntax.txt324 ^ Heading 4 | no colspan this time | |
331 ^ Heading 4 | no colspan this time | |
406 [[wiki:DokuWiki]] can highlight sourcecode, which makes it easier to read. It uses the [[http://qbnz.com/highlighter/|GeSHi]] Generic Syntax Highlighter -- so any language supported by GeSHi is supported. The syntax uses the same code and file blocks described in the previous section, but this time the name of the language syntax to be highlighted is included inside the tag, e.g. ''<nowiki><code java></nowiki>'' or ''<nowiki><file java></nowiki>''.
/dokuwiki/
H A Dfeed.php52 // time or the update interval has not passed, also handles conditional requests
63 http_conditionalRequest(time());
/dokuwiki/inc/Action/
H A DLocked.php45 $min = round(($conf['locktime'] - (time() - $locktime)) / 60);
H A DResendpwd.php92 if ((time() - filemtime($tfile)) > (3 * 60 * 60 * 24)) {
/dokuwiki/inc/
H A Dauth.php311 ($session['time'] >= time() - $conf['auth_security_timeout']) &&
512 'expires' => time() - 600000,
1118 $_SESSION[DOKU_COOKIE]['auth']['time'] = 0;
1212 if ((time() - filemtime($tfile)) > (3 * 60 * 60 * 24)) {
1365 $time = $sticky ? (time() + 60 * 60 * 24 * 365) : 0; //one year
1367 'expires' => $time,
1379 $_SESSION[DOKU_COOKIE]['auth']['time'] = time();
[all...]
H A Dchangelog.php73 if (!$date) $date = time(); //use current time if none supplied
131 if (!$date) $date = time(); //use current time if none supplied
252 * returns an array of files changed since a given time using the
H A Ddeprecated.php688 public function __construct($time)
691 parent::__construct($time);
686 __construct($time) global() argument
H A DJpegMeta.php660 $earliestTime = time();
H A DLogger.php126 $datetime = time();
216 if (!$date) $date = time();
/dokuwiki/lib/plugins/styling/
H A Daction.php50 $event->data['link'][$i]['href'] .= '&preview=1&tseed=' . time();
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A Dconstants.php4 define("TIME_ZONE", date("O", 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/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/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/vendor/simplepie/simplepie/
H A DCHANGELOG.md264 * Added cache purging after a specified period of time when using MySQL cache. [#329](https://github.com/simplepie/simplepie/pull/329)
H A DREADME.markdown73 This means that feature requests may not be fulfilled straight away, as time has
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMySQL.php181 $sql = 'UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `items` = :items, `data` = :data, `mtime` = :time WHERE `id` = :feed';
185 $sql = 'UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `data` = :data, `mtime` = :time WHERE `id` = :feed';
190 $query->bindValue(':time', time());
196 $query = $this->mysql->prepare('INSERT INTO `' . $this->options['extras']['prefix'] . 'cache_data` (`id`, `items`, `data`, `mtime`) VALUES(:feed, :count, :data, :time)');
200 $query->bindValue(':time', time());
225 $date = time();
248 $query = $this->mysql->prepare('UPDATE `' . $this->options['extras']['prefix'] . 'cache_data` SET `items` = 0, `data` = :data, `mtime` = :time WHERE `id` = :feed');
250 $query->bindValue(':time', tim
[all...]
/dokuwiki/vendor/simplepie/simplepie/idn/
H A DLICENCE299 Library. A suitable mechanism is one that (1) uses at run time a
366 10. Each time you redistribute the Library (or any work based on the
414 versions of the Lesser General Public License from time to time.

123