Home
last modified time | relevance | path

Searched full:cache (Results 426 – 450 of 2069) sorted by relevance

1...<<11121314151617181920>>...83

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/locale/
H A Dlocale_fi.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_fr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_kr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_pl.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_si.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_sv.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
H A Dlocale_tr.js24 /******/ // The module cache
30 /******/ // Check if module is in cache
34 /******/ // Create a new module (and put it into the cache)
55 /******/ // expose the module cache
/plugin/authphpbb3/lang/en/
H A Dsettings.php10 $lang['phpbb_cache'] = 'Cache duration in days (0 will disable the cache).';
/plugin/tiledblog/lang/fr/
H A Dsettings.php12 $lang['adminGroup'] = 'qui peut effacer le cache';
13 $lang['sampleDelai'] = 'temps de cache pour l\'exemple (en secondes)';
/plugin/backlinks2/_test/
H A Dsyntax_include.test.php60 touch(DOKU_TMP_DATA.'cache/debug.log');
71 readfile(DOKU_TMP_DATA.'cache/debug.log');
72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_exclude.test.php60 touch(DOKU_TMP_DATA.'cache/debug.log');
71 readfile(DOKU_TMP_DATA.'cache/debug.log');
72 unlink(DOKU_TMP_DATA.'cache/debug.log');
H A Dsyntax_include_deep.test.php60 touch(DOKU_TMP_DATA.'cache/debug.log');
71 readfile(DOKU_TMP_DATA.'cache/debug.log');
72 unlink(DOKU_TMP_DATA.'cache/debug.log');
/plugin/combo/ComboStrap/
H A DCacheExpirationFrequency.php18 public const CANONICAL = "page-cache-expiration-frequency";
54 throw new ExceptionBadSyntax("The cache frequency expression ($value) is not a valid cron expression. <a href=\"https://crontab.guru/\">Validate it on this website</a>", CacheExpirationFrequency::PROPERTY_NAME, 0, $e);
74 return "Cache Expiration Frequency";
H A DCacheResults.php6 use dokuwiki\Cache\CacheParser;
15 const CANONICAL = "cache-results";
66 if (file_exists($cacheStore->cache)) {
/plugin/icalevents/vendor/sabre/xml/
H A D.travis.yml13 cache:
15 - $HOME/.composer/cache
/plugin/authsmf20/lang/en/
H A Dsettings.php13 $lang['smf_cache'] = 'Cache duration in days (0 will disable the cache).';
/plugin/authphpbb3/lang/de/
H A Dsettings.php10 $lang['phpbb_cache'] = 'Cache Laufzeit in Tagen (0 deaktiviert den Cache).';
/dokuwiki/inc/
H A Dload.php48 'cache' => 'cache.php',
49 'cache_parser' => 'cache.php',
50 'cache_instructions' => 'cache.php',
51 'cache_renderer' => 'cache.php',
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DFileCacheReader.php23 * File cache reader for annotations.
107 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
142 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
177 $path = $this->dir.'/'.strtr($key, '\\', '-').'.cache.php';
198 * Saves the cache file.
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DMessageFormatter.php71 $cache = [];
75 function (array $matches) use ($request, $response, $error, &$cache) {
76 if (isset($cache[$matches[1]])) {
77 return $cache[$matches[1]];
164 $cache[$matches[1]] = $result;
/plugin/authphpbb3/lang/fr/
H A Dsettings.php10 $lang['phpbb_cache'] = 'Durée de vie du cache en nombre de jours (0 désactive le cache).';
/plugin/pycode/lang/fr/
H A Dsettings.php10 $lang['cache'] = 'Désactiver le cache.';
/dokuwiki/
H A Dfeed.php15 use dokuwiki\Cache\Cache;
36 // the feed is dynamic - we need a cache for each combo
44 $cache = new Cache($key, '.feed');
46 // prepare cache depends
53 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
57 if ($cache->useCache($depends)) {
58 http_conditionalRequest($cache->getTime());
59 if ($conf['allowdebug']) header("X-CacheUsed: $cache
13 use dokuwiki\Cache\Cache; global() alias
39 $cache = new Cache($key, '.feed'); global() variable
[all...]
/plugin/latexit/
H A Daction.php32 //call _purgeCache before using parser's cache
75 * Function purges latexit cache, so even a change in recursively inserted
82 //touching main config will make all cache invalid
/plugin/geophp/vendor/funiq/geophp/
H A Dcomposer.json60 "cs": "vendor/bin/phpcs --cache -n -p src/",
61 "cs-warning": "vendor/bin/phpcs --cache -p -w src/ || true",
62 "cs-fix": "vendor/bin/phpcbf --cache -n -p src/",

1...<<11121314151617181920>>...83