Home
last modified time | relevance | path

Searched full:cache (Results 1726 – 1750 of 2069) sorted by path

1...<<61626364656667686970>>...83

/plugin/tumblr/
H A Dsyntax.php90 $renderer->info['cache'] = false;
/plugin/tuxquote/
H A Dquotes.txt3529 There's no such thing as a simple cache bug. <BR> -- Rob Pike
4183 There are only two hard things in Computer Science: cache invalidation, naming things, and off-by-o…
/plugin/twitter/
H A DREADME.md3 …sers to put tweets and searches from twitter on a page. It uses the media cache thereby bypassing …
H A Daction.php25 * prepare the cache object for default _useCache action
28 $cache =& $event->data;
31 if (!isset($cache->page)) {
34 if (!isset($cache->mode) || !in_array($cache->mode, array('i', 'metadata'))) {
38 $max_age = $this->_cache_maxage($cache->page);
45 // expire the cache
46 //no cache for twitter!
52 …$cache->depends['age'] = !empty($cache->depends['age']) ? min($cache->depends['age'], $max_age) : …
56 * determine the max allowable age of the cache
60 * @return int max allowable age of the cache null means not applicable
[all …]
H A Dsyntax.php322 $renderer->info ['cache'] = false;
/plugin/twitter/lang/en/
H A Dsettings.php10 $lang ['timeout'] = 'Timeout for twitter news cache';
/plugin/twitter/lang/fr/
H A Dsettings.php11 $lang ['timeout'] = 'Timeout du cache twitter';
/plugin/twitter/lang/nl/
H A Dsettings.php10 $lang ['timeout'] = 'Timeout voor de twitter berichten cache';
/plugin/txt2tags/
H A Ddeploy.sh3 rm -fr ../../../data/cache/*
/plugin/txtconf/
H A Dadmin.php14 * - Remove cache for pages affected by conf modif
/plugin/uilanguage/
H A Drtlcss.php21 // This will make css_out() use a separate cache.
/plugin/upgrade/
H A Dlegacy.php28 $conf['cachedir'] = $conf['savedir'] . 'cache/';
/plugin/upgrade/vendor/composer/
H A DClassLoader.php365 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/upload/
H A Daction.php3 * Upload Action Plugin: Handle Upload and temporarily disabling cache of page.
49 $event->data->cache = getCacheName($event->data->key, $event->data->ext);
H A Dsyntax.php78 // $renderer->info['cache'] = false;
/plugin/userpoll/
H A Dsyntax.php130 $renderer->info['cache'] = false;
/plugin/usersubscriptions/
H A Dsyntax.php77 $renderer->info['cache'] = false;
/plugin/vbsso/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/vertical/
H A DREADME.md11 After installing the plugin you should make sure that your DokuWiki cache is updated. This can easi…
/plugin/visio/
H A Dsyntax.php82 …$renderer->doc .= DOKU_URL."lib/exe/fetch.php?id=".$data['file']."&cache=cache&media=".$data['file…
88 …r->doc .= '<a href="'.DOKU_URL.'lib/exe/fetch.php?id='.$data['file'].'&cache=cache&media='.$data['…
/plugin/visrep/
H A Dimg.php13 $cache = $plugin->_imgfile($_REQUEST); variable
15 if($cache) {
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3…
21 echo io_readFile($cache, false);
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/vote/
H A Dsyntax.php72 $renderer->info['cache'] = false;
/plugin/watchcycle/
H A Daction.php270 // check cache
271 $cachedGroups = new cache('retrievedGroups', '.txt');
352 * clean the cache every 24 hours
/plugin/webcode/
H A DREADME.md72 * Added the possibility to cache a code block
105 …* Cache bursting implementation for the weCodeConsole.(js|css) file so that they are not cached fo…

1...<<61626364656667686970>>...83