Home
last modified time | relevance | path

Searched refs:cache (Results 651 – 671 of 671) sorted by last modified time

1...<<21222324252627

/plugin/galleryv1.5/
H A Dsyntax.php173 if ( $data['pageAmount'] > 0 ) $renderer->info['cache'] = FALSE;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm312 <cfheader name="Pragma" value="no-cache">
313 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
H A Dcf_basexml.cfm27 <cfheader name="Pragma" value="no-cache">
28 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso231 Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0
232 Pragma: no-cache
/plugin/google_adsense2/
H A Dsyntax.php92 $renderer->info['cache'] = false;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp30 Response.CacheControl = "no-cache"
/plugin/embed/
H A Dsyntax.php85 …$renderer->info['cache'] = false; // prevent caching (to ensure ACL conformity) (TODO sometimes: m…
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-script.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest.js109 var cache = JsHttpRequest.CACHE[hash];
110 if (cache) {
111 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-script-xml.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
H A DJsHttpRequest-xml.js108 var cache = JsHttpRequest.CACHE[hash];
109 if (cache) {
110 this._dataReady(cache[0], cache[1]);
/plugin/flowplay/
H A Dchangelog2 * :!: Maybe you need to purge some cache...
/plugin/chessdiagram/toolbar/
H A Dreadme.txt7 - cleanup cache
/plugin/livepreview/
H A Dscript.js221 req.cache = false;
/plugin/bibtex/
H A Dsyntax.php377 //$link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
403 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
417 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
419 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
503 $height=NULL, $cache=NULL) { argument
510 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
/plugin/flickr/
H A Dsyntax.php119 … = $renderer->_media ($p['src'], $p['title'], $p['align'], $p['width'], $p['height'], $p['cache']);
/plugin/zip/
H A Dadmin.php84 File_Archive::setOption('cache', $cache);
/plugin/zip/pear/File/
H A DArchive.php466 $tmp =& File_Archive::cache($result);
548 function cache(&$toConvert) function in File_Archive
572 return File_Archive::cache(File_Archive::read($source));
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php191 $cache = File_Archive::getOption('cache', null);
192 if ($cache !== null && $this->compressionLevel > 0) {
201 if (($data = $cache->get($id, $group)) !== false) {
221 $cache->save($data, $id, $group);
/plugin/menupopup/
H A Dsyntax.php101 $renderer->info['cache'] = FALSE;

1...<<21222324252627