Home
last modified time | relevance | path

Searched full:cache (Results 101 – 125 of 2069) sorted by relevance

12345678910>>...83

/plugin/combo/action/
H A Dcacheexpiration.php16 use dokuwiki\Cache\CacheRenderer;
21 * Can we use the parser cache
31 const SLOT_CACHE_EXPIRATION_EVENT = "slot-cache-expiration";
58 * Purge the cache if needed
66 * No cache for all mode
73 * For whatever reason, the cache file of XHTML
82 if (file_exists($data->cache)) {
83 if (filesize($data->cache) === 0) {
98 LogUtility::internalError("Cache expiration: The requested path could not be determined, default context path was set instead.");
120 * The cache fil
[all...]
/plugin/authgooglesheets/vendor/google/apiclient/src/AuthHandler/
H A DGuzzle5AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface;
20 protected $cache; variable in Google\\AuthHandler\\Guzzle5AuthHandler
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = []) argument
25 $this->cache = $cache;
34 // use the provided cache
35 if ($this->cache) {
39 $this->cache
78 $this->cache
H A DGuzzle6AuthHandler.php13 use Psr\Cache\CacheItemPoolInterface;
20 protected $cache; variable in Google\\AuthHandler\\Guzzle6AuthHandler
23 public function __construct(CacheItemPoolInterface $cache = null, array $cacheConfig = []) argument
25 $this->cache = $cache;
34 // use the provided cache
35 if ($this->cache) {
39 $this->cache
81 $this->cache
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/Stream/
H A DCachingFactory.php19 protected static $cache = []; variable in PHP_Token_Stream_CachingFactory
28 if (!isset(self::$cache[$filename])) {
29 self::$cache[$filename] = new PHP_Token_Stream($filename);
32 return self::$cache[$filename];
41 unset(self::$cache[$filename]);
43 self::$cache = [];
/plugin/refnotes/
H A Ddatabase.php114 $cache = new refnotes_reference_database_cache();
121 $this->page[$pageId] = new refnotes_reference_database_page($this, $cache, $pageId);
126 $cache->save();
194 public function __construct($database, $cache, $id) { argument
201 if ($cache->isCached($this->fileName)) {
202 $this->namespace = $cache->getNamespaces($this->fileName);
207 $cache->update($this->fileName, $this->namespace);
475 private $cache; variable in refnotes_reference_database_cache
494 $this->cache = array();
498 $this->cache
[all...]
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php27 * Supported Cache Types (this extension)
35 $cache='mysql';
44 $cache='sqlite3';
56 $cache = 'sqlite3'; variable
61 $cache = 'mysql';
180 * @param string $cache caching extention, select one of sqlite3, mysql, dbm
185 switch ($cache) { // load the caching module
188 require_once(dirname(__FILE__)).'/extension.cache.sqlite3.php';
194 require_once(dirname(__FILE__)).'/extension.cache.mysql.php';
201 // require_once(dirname(__FILE__)).'/extension.cache.dbm.php';
[all …]
/template/twigstarter/vendor/twig/twig/src/
H A DEnvironment.php14 use Twig\Cache\CacheInterface;
15 use Twig\Cache\FilesystemCache;
16 use Twig\Cache\NullCache;
52 private $cache; variable in Twig\\Environment
112 'cache' => false,
245 * @param bool $original Whether to return the original cache option or the real cache instance
259 * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation,
265 if (\is_string($cache)) {
267 $this->cache = new FilesystemCache($cache);
272 $this->originalCache = $this->cache = $cache;
[all …]
/plugin/ireadit/action/
H A Dcache.php38 /** @var \dokuwiki\Cache\CacheParser $cache */
39 $cache = $event->data;
40 if ($cache->mode != 'xhtml') return true;
41 if (!$cache->page) return true; // not a page cache
44 if (p_get_metadata($cache->page, 'plugin_ireadit_list')) {
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.dbm.php9 // extension.cache.dbm.php - part of getID3() //
36 * require_once 'getid3/getid3/extension.cache.dbm.php';
44 * Supported Cache Types
46 * SQL Databases: (use extension.cache.mysql)
66 * Recommended Cache Types
96 * constructor - see top of this file for cache type and cache_options
109 throw new Exception('PHP is not compiled with dba support, required to use DBM style cache.');
162 // Check version number and clear cache if changed
190 * clear cache
203 throw new Exception('failed to clear cache/recreate dbm file: '.$this->dbm_filename);
[all …]
/plugin/mathpublish/
H A Dimg.php12 $cache = getCacheName($_GET['img'], '.mathpublish.png'); variable
13 if(!file_exists($cache)) _fail();
14 $time = filemtime($cache);
18 header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'], …
21 http_sendfile($cache); // exits if x-sendfile support
22 $fp = @fopen($cache, "rb");
24 http_rangeRequest($fp, filesize($cache), 'image/png');
/plugin/cacherevisionseraser/lang/en/
H A Dlang.php13 $lang['menu'] = 'Erase cache/revisions';
14 $lang['title'] = 'Cache/Revisions Eraser';
15 $lang['desc'] = 'Erase wiki\'s cache and/or old revisions';
24 $lang['erasecachebtn'] = 'Start (cache)';
28 $lang['cachedesc'] = '[[ Cache Options ]]';
32 $lang['cachedisabled'] = 'Erasing all cache has been disabled';
50 $lang['analyze_cachedirfailed'] = 'ERROR: Plug-in failed to get the cache directory<br />Use…
62 $lang['cache_word'] = 'cache';
66 $lang['delxcacheclass'] = 'Display cache class';
76 $lang['searchyounewversionurl'] = 'Visit Cache and Revisions Eraser Website (Open new window…
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DExpressionParserTest.php28 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
57 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
70 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
236 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
247 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
259 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
272 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
291 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
320 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
332 …nment($this->getMockBuilder('\Twig\Loader\LoaderInterface')->getMock(), ['cache' => false, 'autoes…
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php14 use Twig\Cache\CacheInterface;
15 use Twig\Cache\FilesystemCache;
16 use Twig\Cache\NullCache;
55 protected $cache; variable in Twig\\Environment
137 'cache' => false,
278 * @param bool $original Whether to return the original cache option or the real cache instance
292 * @param CacheInterface|string|false $cache A Twig\Cache\CacheInterface implementation,
298 if (\is_string($cache)) {
300 $this->cache = new FilesystemCache($cache);
309 $this->originalCache = $this->cache = $cache;
[all …]
/dokuwiki/inc/Cache/
H A DCacheRenderer.php3 namespace dokuwiki\Cache;
11 * method contains cache use decision logic
27 // meta cache older than file it depends on?
32 // check current link existence is consistent with cache version
34 // - if the cache is more recent than the purgefile we know no links can have been updated
62 // default renderer cache file 'age' is dependent on 'cachetime' setting, two special values:
63 // -1 : do not cache (should not be overridden)
64 // 0 : cache never expires (can be overridden) - no need to set depends['age']
73 // renderer cache file dependencies ...
/plugin/authgooglesheets/vendor/google/auth/src/
H A DCacheTrait.php20 use Psr\Cache\CacheItemPoolInterface;
37 private $cache; variable
40 * Gets the cached value if it is present in the cache when that is
49 if (is_null($this->cache)) {
58 $cacheItem = $this->cache->getItem($key);
65 * Saves the value in the cache when that is available.
73 if (is_null($this->cache)) {
82 $cacheItem = $this->cache->getItem($key);
85 return $this->cache->save($cacheItem);
/plugin/mantis/
H A Dsyntax.php42 $Cache = null;
55 $Cache = $Content["Content"];
59 return array($Update,$Cache);
64 $Cache = array();
66 $Cache["Content"] = $rs;
67 $Cache = serialize($Cache);
69 fwrite($handle,$Cache);
109 //print_r($Cache);
110 if(is_array($Cache)){
111 if($Cache[0] == false)
[all …]
/plugin/htmlokay/
H A Daction.php9 require_once(DOKU_INC . 'inc/cache.php');
49 $event->data[] = 'Cache-control: no-cache,must-revalidate,no-store';
56 $cache =$event->data;
58 if (!isset($cache->page)) return;
59 if (isset($cache->mode) && $cache->mode == 'metadata') return;
60 $depends = p_get_metadata($cache->page, 'relation htmlokay');
61 $meta_file = metaFN($cache->page,'.meta');
63 if(!empty($cache->depends['files'])) {
64 $cache->depends['files'][] = $meta_file;
65 //msg($cache->cache);
[all …]
/plugin/fksnewsfeed/syntax/
H A Dfeed.php5 use dokuwiki\Cache\Cache; alias
78 $cache = new Cache($f, '');
79 if ($cache->useCache()) {
81 $innerHtml = json_decode($cache->retrieveCache());
85 $cache->storeCache(json_encode($innerHtml));
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php19 use Handlebars\Cache\Dummy;
72 * @var Cache
74 private $cache; variable in Handlebars\\Handlebars
104 * cache => Cache object
125 if (isset($options['cache'])) {
126 $this->setCache($options['cache']);
308 * Set cache for current engine
310 * @param Cache $cache handlebar
313 setCache(Cache $cache) global() argument
[all...]
/plugin/cacherevisionseraser/lang/pt/
H A Dlang.php13 $lang['menu'] = 'Eliminar cache/todas a revis�es';
14 $lang['title'] = 'Eliminador da Cache/Revis�es';
15 $lang['desc'] = 'Elimina Dokuwiki\'s Cache e/ou todas as revis�es';
24 $lang['erasecachebtn'] = 'Iniciar (cache)';
28 $lang['cachedesc'] = '[[ Op��es da cache ]]';
32 $lang['cachedisabled'] = 'Elimina��o de toda a cache foi desactivada';
50 $lang['analyze_cachedirfailed'] = 'ERRO: Plug-in falhou a obter o direct�rio da cache<br />U…
62 $lang['cache_word'] = 'cache';
66 $lang['delxcacheclass'] = 'Mostrar classe da cache';
76 $lang['searchyounewversionurl'] = 'Visitar o site Cache and Revisions Eraser (Abre nova jane…
/plugin/cacherevisionseraser/lang/br/
H A Dlang.php13 $lang['menu'] = 'Eliminar cache/todas a revis�es';
14 $lang['title'] = 'Eliminador da Cache/Revis�es';
15 $lang['desc'] = 'Elimina Dokuwiki\'s Cache e/ou todas as revis�es';
24 $lang['erasecachebtn'] = 'Iniciar (cache)';
28 $lang['cachedesc'] = '[[ Op��es da cache ]]';
32 $lang['cachedisabled'] = 'Elimina��o de toda a cache foi desactivada';
50 $lang['analyze_cachedirfailed'] = 'ERRO: Plug-in falhou a obter o diret�rio da cache<br />Ut…
62 $lang['cache_word'] = 'cache';
66 $lang['delxcacheclass'] = 'Mostrar classe da cache';
76 $lang['searchyounewversionurl'] = 'Visitar o site Cache and Revisions Eraser (Abre nova jane…
/plugin/cacherevisionseraser/lang/de/
H A Dlang.php13 $lang['menu'] = 'Cache/Revisionen l&ouml;schen';
14 $lang['title'] = 'Cache/Revisions Eraser';
15 $lang['desc'] = 'L&ouml;sche wikis Cache und/oder alte Revisionen';
24 $lang['erasecachebtn'] = 'Start (Cache)';
26 $lang['askcache'] = 'Wollen Sie wirklich den Cache l&ouml;schen?';
28 $lang['cachedesc'] = '[[ Optionen: Cache ]]';
50 $lang['analyze_cachedirfailed'] = 'Fehler: Plug-in konnte das \'Cache\' Verzeichnis nicht fi…
62 $lang['cache_word'] = 'Cache';
66 $lang['delxcacheclass'] = 'Zeige Cache Klasse';
76 $lang['searchyounewversionurl'] = 'Besuch Cache and Revisions Eraser Website (&ouml;ffnet ei…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNSimulator.php12 * The context cache maps all PredictionContext objects that are ==
13 * to a single cached copy. This cache is shared across all contexts
19 * This cache makes a huge difference in memory and a little bit in speed.
27 * I tried a cache for use during closure operations, that was
38 * The context cache maps all PredictionContext objects that are equals()
39 * to a single cached copy. This cache is shared across all contexts
45 * This cache makes a huge difference in memory and a little bit in speed.
53 * I tried a cache for use during closure operations, that was
78 * Clear the DFA cache used by the current instance. Since the DFA cache
[all...]
/plugin/datatemplate/syntax/inc/
H A Dcache.php42 // Build minimalistic data array for checking the cache
58 // Ask dokuwiki for cache file name
78 // We arrive here when the cache seems up-to-date. However,
79 // it is possible that the cache contains items which should
99 $cache = $this->getData($sql);
101 foreach($cache as $num=>$row) {
104 // Now calculate the difference and update cache if necessary.
108 unset($cache[$num]);
110 file_put_contents($cachefile, serialize($cache), LOCK_EX);
/plugin/swiftmail/Swift/Cache/
H A DDisk.php4 * Swift Mailer disk runtime cache
53 * Write data to the cache
54 * @param string The cache key
70 * @param string The cache key
78 * @param string The cache key
86 * Read data from the cache for $key
87 * @param string The cache key
120 * Clear out cached data at end of script execution or cache destruction

12345678910>>...83