Home
last modified time | relevance | path

Searched refs:cache (Results 276 – 300 of 671) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/webcode/_test/data/pages/
H A Dwebcode.txt6 * [[display]]: This is possible to cache an individual code block
/plugin/google_adsense2/
H A Dsyntax.php92 $renderer->info['cache'] = false;
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-xml.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml13 - composer clear-cache
/plugin/siteexport/action/
H A Dajax.php1179 $cache = $this->functions->settings->cachetime;
1183 if ($media['mtime'] < time()-$cache) {
1287 …$cache = getCacheName('scripts' . $_SERVER['HTTP_HOST'] . '-siteexport-js-' . $_SERVER['SERVER_POR…
1288 $this->unlinkIfExists($cache);
1299 …$cache = getCacheName('styles' . $_SERVER['HTTP_HOST'] . '-siteexport-js-' . $_SERVER['SERVER_PORT…
1300 $this->unlinkIfExists($cache);
1306 private function unlinkIfExists($cache) { argument
1307 if (file_exists($cache) && @unlink($cache) === false) {
1308 $this->functions->debug->message('Could not remove file', $cache, 1 );
1311 if (function_exists('gzopen') && @unlink("{$cache}.gz") === false ) {
[all …]
H A Dpdfstyles.php42 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );
/plugin/dw2pdf/
H A Daction.php104 // prepare cache and its dependencies
106 $cache = $this->prepareCache($depends);
107 $cachefile = $cache->cache;
110 || !$cache->useCache($depends);
113 // hard work only when no cache available or needed for debugging
313 * Prepare cache
316 * @return cache
332 $cache = new Cache($cachekey, '.dw2.pdf');
368 return $cache;
[all...]
/plugin/hipchat/
H A Dcomposer.lock29 "guzzle/cache": "self.version",
39 "guzzle/plugin-cache": "self.version",
57 "zendframework/zend-cache": "2.0.*",
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml15 - composer clear-cache
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml18 - composer clear-cache
/plugin/combo/ComboStrap/
H A DCacheResult.php13 * A class to tracks the cache result of each rendering by slot
44 return LocalPath::createFromPathString($this->cacheParser->cache);
/plugin/authucenter/lib/uc_client/model/
H A Dmail.php27 $this->apps = &$this->base->cache['apps'];
42 $data[$k]['appname'] = $this->base->cache['apps'][$v['appid']]['name'];
/plugin/diagrams/script/
H A DDiagramsForm.js169 const url = `${DOKU_BASE}lib/exe/fetch.php?cache=nocache&media=${mediaid}`;
170 await fetch(url, {cache: 'reload', mode: 'no-cors'});
199 cache: 'no-cache',
/plugin/geonav/
H A Dsyntax.php84 $R->info['cache'] = false; // no cache please
/plugin/diagramsnet/lib/
H A Dworkbox-bed83ea8.js.map1cache from the window.\n * This is useful to cache resources loaded on the page prior to when …
H A Dworkbox-9fe249eb.js.map1cache from the window.\n * This is useful to cache resources loaded on the page prior to when …
H A Dworkbox-f163abaa.js.map1cache from the window.\n * This is useful to cache resources loaded on the page prior to when …
/plugin/embed/
H A Dsyntax.php85 …$renderer->info['cache'] = false; // prevent caching (to ensure ACL conformity) (TODO sometimes: m…
/plugin/maintenance/bin/
H A Dsample.sh25 tar --exclude=data/cache/[0-9a-f] --exclude=data/locks/[^_]* --exclude=data/tmp/* -jcvf "$backup_fi…
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf_basexml.cfm27 <cfheader name="Pragma" value="no-cache">
28 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
/plugin/flickr/
H A Dsyntax.php119 … = $renderer->_media ($p['src'], $p['title'], $p['align'], $p['width'], $p['height'], $p['cache']);
/plugin/openlayersmap/lang/nl/
H A Dadmin_intro.txt4 Let op: als de kaarten zijn gewist dienen ook de pagina's waarin de kaarten ingebed zitten te worden vernieuwd door ze uit de cache te verwijderen, zie hiervoor: http://www.dokuwiki.org/caching
/plugin/sviewer/
H A DREADME10 depends : cache (2008-03-22 or later)
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml24 cache: vendor
/plugin/facebooklike/
H A Dsyntax.php102 // $renderer->info['cache'] = false;

1...<<11121314151617181920>>...27