Home
last modified time | relevance | path

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

123

/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)) {
1262 '&' . time();
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 DJpegMeta.php660 $earliestTime = time();
/dokuwiki/lib/plugins/authad/
H A Dauth.php266 // check expiry time
272 $info['expiresin'] = round(($info['expiresat'] - time()) / (24 * 60 * 60));
/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 DCHANGELOG947 help automate file highlighting (though the extension array at this time is quite bare)
/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/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/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/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.
/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/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php
/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)

123