Home
last modified time | relevance | path

Searched full:cache (Results 176 – 200 of 2069) sorted by relevance

12345678910>>...83

/plugin/gh/
H A Dsyntax.php113 // check if there's a usable cache
115 $cache = getCacheName($raw, '.ghplugin');
116 $tcache = @filemtime($cache);
121 // use cache when it's younger than twice the age of the page
122 $text = io_readFile($cache);
126 // no cache loaded, get from HTTP
132 // save to cache
133 io_saveFile($cache, $text);
135 // HTTP failed but there's an old cache - use it
136 $text = io_readFile($cache);
/template/r7throot7/
H A Dmain.php109 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_donate.gif?w=&amp;h=&amp;cache=cache" class="media" …
110 …c="<?php echo $DOKU_TPL; ?>/images/btn/btn_rskaddict.png?w=&amp;h=&amp;cache=cache" class="media" …
111 … src="<?php echo $DOKU_TPL; ?>/images/btn/btn_lastfm.png?w=&amp;h=&amp;cache=cache" class="media" …
112 …="<?php echo $DOKU_TPL; ?>/images/btn/btn_technorati.png?w=&amp;h=&amp;cache=cache" class="media" …
113 …rc="<?php echo $DOKU_TPL; ?>/images/btn/btn_dokuwiki.png?w=&amp;h=&amp;cache=cache" class="media" …
/plugin/move/_test/
H A Dcache_handling.test.php33 p_wiki_xhtml($testid); // populate cache
35 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
36 $this->assertTrue($cache->useCache());
42 $cache = new cache_renderer($testid, wikiFN($testid), 'xhtml');
43 $this->assertFalse($cache->useCache());
/dokuwiki/inc/
H A Dhttputils.php17 * @param int $timestamp lastmodified time of the cache file
214 * HTTP headers. If a useable cache is present, it is passed to the web server
217 * @param string $cache cache file name
218 * @param bool $cache_ok if cache can be used
220 function http_cached($cache, $cache_ok)
224 // check cache age & handle conditional request
226 header('Cache-Control: public, max-age=31536000');
229 http_conditionalRequest(filemtime($cache));
230 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
215 http_cached($cache, $cache_ok) global() argument
[all...]
/plugin/panoview/
H A Dtiles.php48 // cache times
49 $data['cache'] = getCacheName($data['file'], '.pv.'.$data['zoom'].'-'.$data['col'].'-'.$data['row'…
50 $data['cachet'] = @filemtime($data['cache']);
68 if(http_sendfile($data['cache'])) exit;
71 $fp = @fopen($data['cache'], "rb");
73 http_rangeRequest($fp, filesize($data['cache']), 'image/jpeg');
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default57 …R__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
58 …].DIRECTORY_SEPARATOR.'phpthumb'.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; // set the cache
59cache'.DIRECTORY_SEPARATOR; // set th…
62 …DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
63 // $PHPTHUMB_CONFIG['cache_directory'] = '/tmp/persistent/phpthumb/cache/';
69 // * Cache culling: phpThumb can automatically limit the contents of the cache directory
82 // * Source image cache configuration
84 …tory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIRECTORY_SEPARATOR; /…
86 // * cache source modification date configuration
91 // * Simplified cache filename configuration
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCache.php13 * Mustache Cache interface.
21 * Load a compiled Mustache_Template class from cache.
30 * Cache and load a compiled Mustache_Template class.
35 public function cache($key, $value); function
/plugin/combo/action/
H A Dcache.php16 * Can we use the parser cache
25 const CANONICAL = "cache";
42 * To add the cache result in the HTML
70 * To log the cache used by bar
71 * @var \dokuwiki\Cache\CacheParser $data
87 * Add cache data to the rendered html page
140 * But cache problem at:
168 * Cache is for manager
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DServiceFactory.php56 $cache = new Cache($cacheBasePath, $config['cacheCleanupInterval']);
57 $fontCache = new FontCache(new Cache($cacheBasePath . '/ttfontdata', $config['cacheCleanupInterval']));
63 $cssManager = new CssManager($mpdf, $cache, $sizeConverter, $colorConverter, $remoteContentFetcher);
86 $cache,
95 $cache,
134 'cache' => $cache,
/plugin/eventline/
H A Dplain.php108 $height=NULL, $cache=NULL, $linking=NULL) { argument
115 $link = $this->getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render);
125 $height=NULL, $cache=NULL, $linking=NULL) { argument
203 * @param string $cache
208 function getMediaLinkConf($src, $title, $align, $width, $height, $cache, $render) argument
219 … $link['name'] = $this->timelineMedia($src, $title, $align, $width, $height, $cache, $render);
231 $height=NULL, $cache=NULL, $render = true) { argument
259 $ret .= 'image="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
290 $ret .= html_flashobject(ml($src,array('cache'=>$cache),true,'&'),$width,$height,
/plugin/authgooglesheets/vendor/google/auth/src/
H A DFetchAuthTokenCache.php20 use Psr\Cache\CacheItemPoolInterface;
42 * @param array<mixed> $cacheConfig Configuration for the cache
43 * @param CacheItemPoolInterface $cache
48 CacheItemPoolInterface $cache argument
51 $this->cache = $cache;
61 * Checks the cache for a valid auth token and fetches the auth tokens
135 // Pass the access token from cache to GCECredentials for signing a blob.
239 // TODO: correct caching; enable the cache to be cleared.
241 // if $authUri is set, use it as the cache key
271 // if $authUri is set, use it as the cache key
/plugin/combo/ComboStrap/
H A DFetcherPage.php113 * Purge the cache
134 $cache = $this->fetcherCache;
137 * Public static cache
138 * (Do we create the page or return the cache)
141 $isCacheUsable = $cache->isCacheUsable();
144 return FileSystems::getContent($cache->getFile());
146 // the cache file should exists
147 LogUtility::internalError("The cache HTML fragment file was not found", self::NAME);
163 $cache->storeCache($htmlDocumentString);
229 * Build the cache
[all...]
H A DCacheTag.php11 public const MARKUP = "cache";
31 $message = "No markup executing. Cache expiration date could not be set";
49 $message = "Internal Error: The cache expiration date could not be stored: {$e->getMessage()}";
56 LogUtility::warning("The cache syntax component has been deprecated for the cache frequency metadata", CacheExpirationFrequency::PROPERTY_NAME);
83 LogUtility::error("Unable to store the cache expiration date because no requested page", self::MARKUP, $e);
H A DCacheMenuItem.php25 const CLASS_HTML = "combo-cache-item";
26 const CANONICAL = "cache";
46 return "Cache Manager";
65 return "Show the cache results";
71 return DirectoryLayout::getComboImagesDirectory()->resolve('mdi-cache.svg')->toAbsoluteId();
/plugin/plantuml/
H A Dsyntax.php99 * Cache file is based on parameters that influence the result image
155 $cache = $this->_cachename($data, 'png');
158 if (!file_exists($cache)) {
161 $ok = $this->_remote($data, $in, $cache);
163 $ok = $this->_local($data, $in, $cache);
173 $cache = media_resize_image($cache, 'png', $data['width'], $data['height']);
176 return file_exists($cache) ? $cache : false;
271 …a message in a log file (named dokuwiki_plantuml.log and located in the Dokuwidi's cache directory)
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php152 $cache =& $cache_authname;
158 if (!isset($cache[$name][$skip_group])) {
160 $cache[$name][$skip_group] = '@'.preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
163 $cache[$name][$skip_group] = preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
168 return $cache[$name][$skip_group];
194 static $cache = array();
196 // check if it's already in the memory cache
197 if (isset($cache[(string)$raw_id])) {
198 return $cache[(string)$raw_id];
231 $cache[(string)$raw_id] = $id;
/plugin/visrep/
H A Dsyntax.php99 * Cache file is based on parameters that influence the result image
143 $cache = $this->_cachename($data, 'png');
145 if (!file_exists($cache)) {
147 $ok = $this->_run($data, $in, $cache);
154 // $cache = media_resize_image($cache, 'png', $data['width'], $data['height']);
158 if(!file_exists($cache)) return false;
159 return $cache;
/plugin/feed/
H A Dfeed.php44 // the feed is dynamic - we need a cache for each combo
46 $cache = getCacheName($plugin . $fn . $ns . $num . $other . $type . $INPUT->server->str('REMOTE_USE… variable
47 $cmod = @filemtime($cache); // 0 if not exists
51 // ignore cache if feed prefs may have changed
57 header('Cache-Control: must-revalidate, post-check=0, pre-check=0');
71 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
72 print io_readFile($cache);
103 io_saveFile($cache, $feed);
/plugin/csv/syntax/
H A Dvalue.php62 $cache = md5(serialize($opt));
63 if (!isset($this->rowcache[$cache])) {
69 $this->rowcache[$cache] = helper_plugin_csv::prepareData($content, $opt);
72 if (isset($this->rowcache[$cache][$r][$c])) {
73 return $this->rowcache[$cache][$r][$c];
89 if (!media_ispublic($opt['file'])) $renderer->info['cache'] = false;
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DNoopCache.php13 * Mustache Cache in-memory implementation.
15 …* The in-memory cache is used for uncached lambda section templates. It's also useful during devel…
38 public function cache($key, $value) function in Mustache_Cache_NoopCache
42 'Template cache disabled, evaluating "{className}" class at runtime',
/plugin/quickstats/lang/nl/
H A Dintro.txt1 …oodzakelijk de tabel sorteer scrips downloaden. Hiervoor bewaart het een cache bestand van pagina…
3 …n het geheugen te plaatsen; klik op 'Bevestig verwijderen' om deze uit de cache te verwijderen. H…
4 een pagina uit de cache te verwijderen. Indien het de ''quickstats'' syntax bevat, zal het weer in…
/plugin/quickstats/lang/en/
H A Dintro.txt1 …ad its table sorting scripts only if needed. For this purpose it keeps a cache file of pages which
3 …etions to memory; clicking on 'Confirm Deletion' will remove them from the cache. There is no harm
4 in removing a page from the cache file. If it contains ''quickstats'' syntax, it will be added to …
/plugin/quickstats/lang/fr/
H A Dintro.txt1 …cript de tri de tableau à la demande. Dans ce but, il conserve un fichier cache qui utilise la syn…
2 …ent du cache. Il n'y a aucun mal à supprimer une page du cache. Si elle contient de la syntaxe ''q…
/plugin/editx/
H A Daction.php104 static $cache = null;
105 if (!$cache[$id]) {
106 $cache[$id] = auth_quickaclcheck($id)>=AUTH_EDIT &&
109 return $cache[$id];
113 static $cache = null;
114 if (!$cache[$id]) {
118 return $cache[$id];
122 static $cache = null;
123 if (!$cache[$id]) {
127 return $cache[$id];
[all …]
/plugin/dokutranslate/
H A Daction.php386 $cache =& $event->data;
388 …if (empty($cache->page) || empty($cache->mode) || $cache->mode != 'xhtml' || !@file_exists(metaFN(…
393 $cache->depends['files'][] = dirname(__FILE__) . '/plugin.info.txt';
397 # the same cache file.
399 $cache->cache .= '_export';
401 # Separate cache file for each moderator
402 if (isModerator($cache->page)) {
403 $cache->cache .= '.' . urlencode($_SERVER['REMOTE_USER']);
407 $cache->depends['files'][] = metaFN($cache->page, '.translate');

12345678910>>...83