Home
last modified time | relevance | path

Searched full:cache (Results 126 – 150 of 2069) sorted by relevance

12345678910>>...83

/template/twigstarter/vendor/twig/twig/src/Cache/
H A DFilesystemCache.php12 namespace Twig\Cache;
15 * Implements a cache on the filesystem.
27 * @param string $directory The root cache directory
57 … throw new \RuntimeException(sprintf('Unable to create the cache directory (%s).', $dir));
61 … throw new \RuntimeException(sprintf('Unable to write in the cache directory (%s).', $dir));
69 // Compile cached file into bytecode cache
80 throw new \RuntimeException(sprintf('Failed to write cache file "%s".', $key));
93 class_alias('Twig\Cache\FilesystemCache', 'Twig_Cache_Filesystem');
/plugin/epub/lang/nl/
H A Dadmin_header.txt2 Met behulp van dit gereedschap kunnen toevoegingen aan de epub cache worden verwijderd en, indien g…
3 …erdere bestanden. Bij de keuze **Cache Only** worden de gekozen titels verwijderd uit de cache. …
4 titels uit de cache en de geassocieerde ebooks uit de media directory verwijderd. Het laatste werk…
/plugin/repo/
H A Dsyntax.php6 * [cachetime] - (OPTIONAL) how often the cache should be refreshed;
73 $renderer->info['cache'] = false;
102 $cache = getCacheName($url.$path, '.repo');
103 $mtime = @filemtime($cache); // 0 if it doesn't exist
106 $idx = io_readFile($cache, false);
107 if ($conf['allowdebug']) $idx .= "\n<!-- cachefile $cache used -->\n";
112 io_saveFile($cache, $idx);
182 $cache = getCacheName($url, '.code');
183 $mtime = @filemtime($cache); // 0 if it doesn't exist
189 $hi_code = io_readFile($cache, false);
[all …]
/template/r7throot4/
H A Dmain.php87 …<img src="<?php echo $DOKU_TPL; ?>/images/btn_donate.gif?w=&amp;h=&amp;cache=cache" class="media" …
88 …g src="<?php echo $DOKU_TPL; ?>/images/btn_rskaddict.png?w=&amp;h=&amp;cache=cache" class="media" …
89 …<img src="<?php echo $DOKU_TPL; ?>/images/btn_lastfm.png?w=&amp;h=&amp;cache=cache" class="media" …
90 … src="<?php echo $DOKU_TPL; ?>/images/btn_technorati.png?w=&amp;h=&amp;cache=cache" class="media" …
91 …mg src="<?php echo $DOKU_TPL; ?>/images/btn_dokuwiki.png?w=&amp;h=&amp;cache=cache" class="media" …
/template/r7throot8/
H A Dmain.php86 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_donate.gif?w=&amp;h=&amp;cache=cache" class="media" …
87 …c="<?php echo $DOKU_TPL; ?>/images/btn/btn_rskaddict.png?w=&amp;h=&amp;cache=cache" class="media" …
88 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_lastfm.png?w=&amp;h=&amp;cache=cache" class="media" …
89 …="<?php echo $DOKU_TPL; ?>/images/btn/btn_technorati.png?w=&amp;h=&amp;cache=cache" class="media" …
90 …rc="<?php echo $DOKU_TPL; ?>/images/btn/btn_dokuwiki.png?w=&amp;h=&amp;cache=cache" class="media" …
/plugin/epub/lang/de/
H A Dadmin_header.txt2 Mit diesem Werkzeug können Sie Einträge aus dem epub-Cache entfernen und wahlweise auch die zugehör…
3 …r mehrere Titel aus. Durch einen Klick auf den **Nur Cache** Knopf werden diese Titel aus dem Cach…
4 Durch einen Klick auf den **Cache und eBook(s)** Knopf werden sowohl die Bücher aus dem Cache als a…
/plugin/epub/lang/en/
H A Dadmin_header.txt2 Using this tool, you can delete entries from the epub cache and, if you choose, you can also delete…
3 …re titles. If you click the **Cache Only** button, those titles will be removed from the cache. …
4 titles will be removed from the cache and their associated ebooks will be deleted from the media di…
/plugin/epub/lang/fr/
H A Dadmin_header.txt2 En utilisant cet outil, vous pouvez supprimer des entrée du cache d'epub et, si vous le choisissez,…
3 …ment le cache**, ces titres seront supprimés du cache. Si vous cliquez sur le boutton **Cache et e…
/plugin/editsections/lang/en/
H A Dsettings.php10cache'] = 'Dokuwiki cache. Enabled: cache will be used but nested editing won\'t work and section …
15 $lang['order_type'] = 'Editing type. Warning : the hierarchical type will disable cache (see issues…
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php29 use Psr\Cache\CacheItemPoolInterface;
30 use Google\Auth\Cache\MemoryCacheItemPool;
56 private $cache; variable in Google\\AccessToken\\Verify
64 CacheItemPoolInterface $cache = null, argument
71 if (null === $cache) {
72 $cache = new MemoryCacheItemPool;
76 $this->cache = $cache;
143 return $this->cache;
187 if ($cache = $this->getCache()) {
198 if ($cache) {
[all …]
/plugin/csstimeline/
H A Dfeed.php49 // the feed is dynamic - we need a cache for each combo
51 $cache = getCacheName($id . $_SERVER['REMOTE_USER'], '.feed'); variable
52 $cmod = @filemtime($cache); // 0 if not exists
56 // ignore cache if feed prefs may have changed
62 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
73 if($conf['allowdebug']) header("X-CacheUsed: $cache");
74 print io_readFile($cache);
122 io_saveFile($cache, $feed);
/plugin/combo/ComboStrap/
H A DCacheExpirationDate.php14 * Represents the cache expiration date metadata
34 * @throws ExceptionNotFound - if their is no default value, the HTML document does not exists, the cache is disabled
41 throw new ExceptionNotFound("Cache expiration is only available for page fragment");
62 throw new ExceptionNotFound("Cache has been disabled globally on the site");
66 * Not the modified time (it's modified by a process when the cache is read
125 return "The next cache expiration date (calculated from the cache frequency expression)";
130 return "Cache Expiration Date";
H A DFetcherMarkup.php12 use dokuwiki\Cache\CacheInstructions;
13 use dokuwiki\Cache\CacheParser;
14 use dokuwiki\Cache\CacheRenderer;
27 * * manage the dependencies (snippets, cache)
31 * (as fetcher cache uses the url as unique identifier)
64 * @var CacheParser cache file (may be not set if this is not a {@link self::isPathExecution() execution}
79 * @var CacheRenderer This cache file stores the last render timestamp (see {@link p_get_metadata()}
113 * @var WikiPath the context path, it's important to resolve relative link and to create cache for each context namespace for instance
128 * Fighting file modified time, even if we cache has been stored,
364 * The cache i
[all...]
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DScopedAccessTokenMiddleware.php21 use Psr\Cache\CacheItemPoolInterface;
29 * string or an array of strings, as its value. If provided, a cache will be
57 * @param array<mixed> $cacheConfig configuration for the cache when it's present
58 * @param CacheItemPoolInterface $cache an implementation of CacheItemPoolInterface
64 CacheItemPoolInterface $cache = null argument
74 if (!is_null($cache)) {
75 $this->cache = $cache;
99 * $cache = new Memcache()
146 * Determine if token is available in the cache, if not call tokenFunc to
/plugin/epub/
H A Dadmin.php13 private $cache; variable in admin_plugin_epub
20 $this->cache = $this->helper->getCache() ;
41 if(is_array($_REQUEST['book_id'])) $this->cache = $this->helper->getCache() ;
60 $cache = $this->cache;
61 $current_books = $this->cache['current_books'];
62 unset ($cache['current_books']);
67 foreach($cache as $md5=>$id) {
81 …ptln(' <input type="submit" name="cmd[cache]" onclick="return epub_admin_confirm(\'cache\');" id…
/template/r7throot5/
H A Dmain.php101 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_donate.gif?w=&amp;h=&amp;cache=cache" class="media" …
102 …c="<?php echo $DOKU_TPL; ?>/images/btn/btn_rskaddict.png?w=&amp;h=&amp;cache=cache" class="media" …
103 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_lastfm.png?w=&amp;h=&amp;cache=cache" class="media" …
104 …="<?php echo $DOKU_TPL; ?>/images/btn/btn_technorati.png?w=&amp;h=&amp;cache=cache" class="media" …
105 …rc="<?php echo $DOKU_TPL; ?>/images/btn/btn_dokuwiki.png?w=&amp;h=&amp;cache=cache" class="media" …
/template/r7throot6/
H A Dmain.php101 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_donate.gif?w=&amp;h=&amp;cache=cache" class="media" …
102 …c="<?php echo $DOKU_TPL; ?>/images/btn/btn_rskaddict.png?w=&amp;h=&amp;cache=cache" class="media" …
103 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_lastfm.png?w=&amp;h=&amp;cache=cache" class="media" …
104 …="<?php echo $DOKU_TPL; ?>/images/btn/btn_technorati.png?w=&amp;h=&amp;cache=cache" class="media" …
105 …rc="<?php echo $DOKU_TPL; ?>/images/btn/btn_dokuwiki.png?w=&amp;h=&amp;cache=cache" class="media" …
/plugin/fksnewsfeed/
H A Daction.php10 use dokuwiki\Cache\Cache; alias
142 $cache = new Cache($file, '');
143 $cache->removeCache();
191 $cache = new cache($file, '');
192 $cache->removeCache();
221 $cache = new Cache($f, '');
222 $cache->removeCache();
226 $cache = new Cache($f, '');
227 $cache->removeCache();
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DRedis.php6 * SimplePie Redis Cache Extension
15 use SimplePie\Cache\Redis;
17 class_exists('SimplePie\Cache\Redis');
19 // @trigger_error(sprintf('Using the "SimplePie_Cache_Redis" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Redis" instead.'), \E_USER_DEPRECATED);
22 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Redis" instead */
/plugin/editsections/lang/fr/
H A Dsettings.php10cache'] = 'Dokuwiki cache. Activé: le cache sera utilisé mais l\'édition hiérarchique ne fonctionn…
15 $lang['order_type'] = 'Type d\'édition. Attention: le type Hiérarchique désactive le cache (voir is…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
H A DTag.php7 use Mpdf\Cache; alias
29 * @var \Mpdf\Cache
31 protected $cache; variable in Mpdf\\Tag\\Tag
88 Cache $cache, argument
100 $this->cache = $cache;
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DFile.php46 namespace SimplePie\Cache;
87 * Create a new cache object
90 * @param string $name Unique ID for the cache
102 * Save data to the cache
104 * @param array|\SimplePie\SimplePie $data Data to store in the cache. If passed a SimplePie object, only cache the $data property
121 * Retrieve the data saved to the cache
134 * Retrieve the last modified time for the cache
154 * Remove the cache
167 class_alias('SimplePie\Cache\Fil
[all...]
/plugin/prettyphoto/
H A Drenderer.php22 $cache=NULL, $linking=NULL, $return=false) { argument
29 $link = $this->_getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
36 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), ($linking === 'direct'));
44 $link['url'] = ml($src, array('id' => $ID, 'cache' => $cache), true);
/plugin/odt/action/
H A Dcache.php3 * ODT Plugin: extends the dependencies of the cache with ODT related files
15 * @package DokuWiki\Action\Cache
30 * Add dependencies to cache
41 $cache =& $event->data;
43 if($cache->mode != "odt") return;
51 $cache->depends['files'][] = $template_path;
/plugin/toctweak/action/
H A Drendertoc.php81 * manipulate cache validity (to get correct toc of other page)
88 $cache =& $event->data;
90 if (!$cache->page) return;
92 switch ($cache->mode) {
93 case 'i': // instruction cache
94 case 'metadata': // metadata cache
96 case 'xhtml': // xhtml cache
98 $depends = p_get_metadata($cache->page, 'relation toctweak');
100 $cache->depends['files'] = ($cache->depends['files'])
101 ? array_merge($cache->depends['files'], $depends)

12345678910>>...83