Home
last modified time | relevance | path

Searched refs:cache (Results 601 – 625 of 671) sorted by path

1...<<21222324252627

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2-compressed.js14 …board);internal.init=true;for(var i=0,len=d.console.cache.length;i<len;i++){var item=d.console.cac…
27 …ert(el.left.console.monitor);}},cache:[],clear:function(){with(firebug){d.clean(el.left.console.mo…
28 …oryIndex:0,openObject:function(_index){with(firebug){d.dom.open(d.console.cache[_index],el.left.do…
31 …11));}},run:function(_command){with(firebug){if(!internal.init){d.console.cache.push({"command":_c…
41 …\")' onclick='firebug.d.html.inspect(firebug.d.console.cache["+(d.console.cache.push(_value)-1)+"]…
48 …ver\",\"ObjectLink\")' onclick='firebug.d.console.openObject("+(d.console.cache.push(_value)-1)+")…
68 …if(uri!=document.location.href){source=internal.cache[uri]||lib.xhr.get(uri).responseText;internal…
H A Dfirebug-lite-1.2.js352 for(var i=0, len=d.console.cache.length; i<len; i++){
353 var item = d.console.cache[i];
885 cache:[],
889 d.console.cache = [];
904 d.dom.open(d.console.cache[_index], el.left.dom.container, lib.env.ie);
955 … d.console.cache.push({ "command":_command, "arg":Array.prototype.slice.call(arguments,1) });
1225 …)' onclick='firebug.d.html.inspect(firebug.d.console.cache[" +( d.console.cache.push( _value ) -1 …
1273 …r\",\"ObjectLink\")' onclick='firebug.d.console.openObject(" +( d.console.cache.push( _value ) -1 …
1541 source = internal.cache[uri]||lib.xhr.get(uri).responseText;
1542 internal.cache[uri] = source;
H A Dfirebug-lite-1.4.js1255 }}var cache=instanceCheckMap[className];
1256 if(!cache){return false
1257 }for(var n in cache){var obj=cache[n];
1288 var cache=domMemberCache[name]={};
1291 ++i){cache[builtins[i]]=i
/plugin/webcomponent/_test/
H A DREADME.md20 const DOKU_CACHE_DIR = '/dokudata/cache';
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md2105 * Added: naturalselection. A tool to keep cache directories below a specified
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php32 protected $cache = []; variable in Sabre\\DAV\\Tree
56 if (isset($this->cache[$path])) return $this->cache[$path];
80 $this->cache[$path] = $node;
201 $this->cache[$basePath . $child->getName()] = $child;
231 foreach ($this->cache as $nodePath => $node) {
233 unset($this->cache[$nodePath]);
275 $this->cache[$fullPath] = $childNode;
/plugin/webdav/vendor/sabre/xml/lib/
H A DService.php276 static $cache = [];
278 if (!isset($cache[$str])) {
284 $cache[$str] = [
290 return $cache[$str];
/plugin/webthumbs/
H A Dsyntax.php78 'cache' => 'nocache',
/plugin/wikicalendar/
H A Dsyntax.php156 $renderer->info['cache'] = false;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dbasexml.asp30 Response.CacheControl = "no-cache"
/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/xlsx2dw/packages/exceljs/
H A Dexceljs.js37110 this.cache = Buffer.concat([this.cache, data]);
37119 this.cache = this.cache.slice(16);
37125 this.cache = this.cache.slice(16);
37134 if (this.cache.length) return this.cache;
37258 this.cache = Buffer.concat([this.cache, data]);
37264 this.cache = this.cache.slice(16);
37383 this.cache = Buffer.concat([this.cache, buf]);
37388 this.cache = this.cache.slice(16);
40837 if (has(cache, METHOD_NAME)) return cache[METHOD_NAME];
57719 cache = memoized.cache;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs1258 var cache = { class
1501 const utils = { decode: decode, encode: encode, hascp: hascp, magic: magic, cache:cache }; property in utils
H A Dxlsx.mjs7926 /* TODO: cache the values instead of encoding twice */
13702 // flags + cache
16965 var cache = parse_Cache(nc);
16969 cache[0].forEach(function(n,i) {
16970 cs[col + encode_row(i)] = {t:'n', v:n, z:cache[1] };
/plugin/xml/
H A Drenderer.php474 * @param string $cache
477 …function internalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
478 …$this->doc .= $this->_media('internalmedia', $src, $title, $align, $width, $height, $cache, $linki…
489 * @param string $cache
492 …function externalmedia ($src, $title=null, $align=null, $width=null, $height=null, $cache=null, $l… argument
493 …$this->doc .= $this->_media('externalmedia', $src, $title, $align, $width, $height, $cache, $linki…
561 * @param string $cache
564 …function _media($type, $src, $title=null, $align=null, $width=null, $height=null, $cache=null, $li… argument
578 …c).' align="'.$align.'" width="'.$width.'" height="'.$height.'" cache="'.$cache.'" linking="'.$lin…
/plugin/xslfo/
H A Daction.php71 $pdf_cache = new cache($cache_key, '.pdf');
79 if (!$this->generatePDF($cache_key, $pdf_cache->cache)) {
84 $this->sendFile($pdf_cache->cache, $title);
200 $xml_cache = new cache($ID.$REV.'_xslfo', '.xml');
202 return $xml_cache->cache;
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js13cache:{},mode:!1,critical_path_mode:!1,wrap_methods:function(t,e){if(e._prefetch_originals)for(var… property in t._cached_functions
H A Ddhtmlxgantt.js.map1cache","critical_path_mode","wrap_methods","methods","_prefetch_originals","prefetch","methodname"…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_click_drag.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Ddhtmlxgantt_csp.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Ddhtmlxgantt_drag_timeline.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Ddhtmlxgantt_fullscreen.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Ddhtmlxgantt_keyboard_navigation.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…

1...<<21222324252627