Home
last modified time | relevance | path

Searched refs:Cache (Results 151 – 158 of 158) sorted by path

1234567

/plugin/tagfilter/syntax/
H A Dfilter.php3 use dokuwiki\Cache\Cache; alias
193 $filterDataCache = new Cache($filterDataCacheKey, '.tcache');
207 $htmlPerUserCache = new Cache($htmlPerUserCacheKey, '.tucache');
/plugin/webcode/
H A DREADME.md105 …* Cache bursting implementation for the weCodeConsole.(js|css) file so that they are not cached fo…
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1518 }}}}Firebug.Lite.Cache.Element.clear();
1519 Firebug.Lite.Cache.StyleSheet.clear();
2894 var CID=Firebug.Lite.Cache.ID;
2931 Firebug.Lite.Cache.StyleSheet=createCache();
2932 Firebug.Lite.Cache.Element=createCache();
2933 Firebug.Lite.Cache.Event=createCache()
6379 var cacheID=Firebug.Lite.Cache.ID;
6807 var ElementCache=Firebug.Lite.Cache.Element;
6808 var StyleSheetCache=Firebug.Lite.Cache.StyleSheet;
7047 var ElementCache=Firebug.Lite.Cache.Element;
[all …]
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1782 * Added: Cache layer in the ObjectTree.
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_connector.cfm313 <cfheader name="Cache-Control" value="no-cache, no-store, must-revalidate">
H A Dcf_basexml.cfm28 <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
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js57730 memoized.cache = new (memoize.Cache || MapCache)();
57735 memoize.Cache = MapCache;

1234567