Home
last modified time | relevance | path

Searched full:cache (Results 2001 – 2025 of 2069) sorted by last modified time

1...<<818283

/plugin/snap/
H A Dsyntax.php.ori85 //Utiliser le cache ?
86 //Use cache?
107 …url|larg ou url|xhaut ou url|largxhaut; + un ! pour forcer la capture sans recherche dans le cache)
195 else error_log("$image found in cache");
/plugin/register/
H A Dsyntax.php68 $url = DOKU_BASE . "lib/exe/fetch.php?cache=$cache&amp;media=" . urlencode("register:$hash.png");
/plugin/math2/
H A Dsyntax.php37 $mathplugin_urlimg = DOKU_URL.'lib/exe/fetch.php?w=&amp;h=&amp;cache=cache&amp;media=';
/plugin/autoviewer/
H A Dsyntax.php7 depends : cache (2008-03-22 or later)
17 if(!file_exists(DOKU_PLUGIN.'cache/plugin_cache.php')){
18 …es <a href="http://wiki.symplus.co.jp/computer/en/cache_plugin" target="_blank">cache plugin.</b>';
21 if (!class_exists('plugin_cache')) @require(DOKU_PLUGIN.'cache/plugin_cache.php');
/plugin/vote/
H A Dsyntax.php72 $renderer->info['cache'] = false;
/template/masa/lang/en/
H A Dlang.php8 $lang['purge'] = 'Delete from cache';
/plugin/slideshow/
H A Dsyntax.php7 depends : cache (2008-03-22)
14 if (!class_exists('plugin_cache')) @require(DOKU_PLUGIN.'cache/plugin_cache.php');
135 create_function('$matches','return ml($matches[1],"cache=nocache");'),
/plugin/svg/
H A Dsyntax.php34 …p://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:d…
H A Dsyntax.php.save34 …p://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=project:d…
H A Dmanager.dat2 url=http://www.cvpcs.org/dokuwiki/lib/exe/fetch.php?id=project%3Adokuwiki-svg&cache=cache&media=pro…
/plugin/nroff/
H A Drenderer.php702 $height=NULL, $cache=NULL, $linking=NULL) { argument
719 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),($linking=='direct'));
727 $link['url'] = ml($src,array('id'=>$ID,'cache'=>$cache),true);
729 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
740 $height=NULL, $cache=NULL, $linking=NULL) { argument
752 $link['url'] = ml($src,array('cache'=>$cache));
753 $link['name'] = $this->_media ($src, $title, $align, $width, $height, $cache);
961 $height=NULL, $cache=NULL) { argument
968 $ret .= '<img src="'.ml($src,array('w'=>$width,'h'=>$height,'cache'=>$cache)).'"';
1094 $img['cache']);
/plugin/slideshow/lang/en/
H A Dstart.txt4 Cache files are in the media directory.
/plugin/phpimplicitnocache/
H A Dsyntax.php58 $renderer->info['cache'] = false;
/plugin/wysiwyg/
H A Dajax.php85 header('Cache-Control: public, max-age=3600');
/plugin/galleryv1.5/
H A Dsyntax.php173 if ( $data['pageAmount'] > 0 ) $renderer->info['cache'] = FALSE;
/plugin/wysiwyg/fckeditor/editor/
H A Dfckeditor.original.html30 <meta http-equiv="Cache-Control" content="public" />
H A Dfckeditor.html29 <meta http-equiv="Cache-Control" content="public" />
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckstyle.js343 // Cache the next node to be processed. Do it now, because
638 // so let's cache the first and last nodes for later checking.
H A Dfckw3crange.js323 // Cache the next sibling.
371 // Cache the next sibling.
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckstyles.js206 // Cache the next node to be processed. Do it now, because
/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/py/
H A Dfckoutput.py58 self.setHeader('Cache-Control','no-store, no-cache, must-revalidate')
59 self.setHeader('Cache-Control','post-check=0, pre-check=0')
61 self.setHeader('Pragma','no-cache')

1...<<818283