Home
last modified time | relevance | path

Searched refs:caches (Results 1 – 25 of 49) sorted by relevance

12

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DDefinitionCacheFactory.php11 protected $caches = array('Serializer' => array()); variable in HTMLPurifier_DefinitionCacheFactory
70 if (!empty($this->caches[$method][$type])) {
71 return $this->caches[$method][$type];
88 $this->caches[$method][$type] = $cache;
89 return $this->caches[$method][$type];
/plugin/pwaoffline/
Dsw.js38 caches.open(cacheName).then(function (cache) {
95 return caches.open(cacheName).then(function (cache) {
105 return caches.match(request).then(function (cacheResponse) {
107 return caches.open(cacheName).then(function (cache) {
134 return caches.open(cacheName).then(function (cache) {
/plugin/asciidocjs/node_modules/lodash/
D_baseIntersection.js26 caches = Array(othLength),
36 caches[othIndex] = !comparator && (iteratee || (length >= 120 && array.length >= 120))
43 seen = caches[0];
57 var cache = caches[othIndex];
/plugin/llm/llm.js/
Dllm.js1 …0===r)console.log("Oops, `window` is not defined");else if(r&&r.caches){a=await r.caches.open("llm… field in a
/plugin/livemark/
Dplugin.info.txt8 desc This plugin will put a watermark on your images on-the-fly and caches the results. Orginal i…
DREADME.md4 This plugin will put a watermark on your images on-the-fly and caches the results. Orginal images a…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_smart_rendering.js309 var caches = [
318 for(var i = 0; i < caches.length; i++){
319 var method = caches[i];
/plugin/quickstats/GEOIP/vendor/composer/ca-bundle/
DREADME.md36 - `CaBundle::reset()`: Resets the static caches
/plugin/diagramsnet/lib/
Dworkbox-f163abaa.js1caches.match(r,o);for(const t of this.iterateCallbacks("cachedResponseWillBeUsed"))s=await t({cach…
Dworkbox-9fe249eb.js1caches.match(r,o);for(const t of this.iterateCallbacks("cachedResponseWillBeUsed"))s=await t({cach…
Dworkbox-bed83ea8.js1caches.match(r,o);for(const t of this.iterateCallbacks("cachedResponseWillBeUsed"))s=await t({cach…
Dservice-worker.js.map1 …();\n }\n});\n\n\n\n\n/**\n * The precacheAndRoute() method efficiently caches and responds to\n …
Dworkbox-9fe249eb.js.map1caches.match(effectiveRequest, multiMatchOptions);\n if (process.env.NODE_ENV !== 'producti…
Dworkbox-f163abaa.js.map1caches.match(effectiveRequest, multiMatchOptions);\n if (process.env.NODE_ENV !== 'producti…
/plugin/pagestats/
DREADME.md45 The plugin caches results to improve performance. The cache is automatically cleared when:
/plugin/snippeter/
DREADME.md51 be changed in the future. Please refresh dokuwikis caches to see your new icon!
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_smart_rendering.js.map1caches","method","calculate","cache","invalidateCache","smartRender","clearViewPortCache","clearAl…
/plugin/aichat/
DAGENTS.md58 - Creates and caches model instances (chat, rephrase, embedding)
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.js221 … $proto.templates = $proto.caches = $proto.backend = $proto.engine = $proto.template_dirs = nil;
223 …self.caches = $hash2(["scans", "templates"], {"scans": $hash2([], {}), "templates": $hash2([], {})…
227 if (self.caches == null) self.caches = nil;
230 if ($truthy(self.caches['$[]']("scans"))) {
231 self.caches['$[]']("scans").$clear()
233 if ($truthy(self.caches['$[]']("templates"))) {
234 return self.caches['$[]']("templates").$clear()
251 self.caches = self.$class().$caches()
253 self.caches = opts['$[]']("template_cache")
255 self.caches = $hash2([], {})
[all …]
Dasciidoctor.cjs202 …Opal.add_stubs('[],clear,===,caches,class,scan,node_name,raise,ctx,==,strip,rstrip,key?,merge,[]=,…
213 … $proto.templates = $proto.caches = $proto.backend = $proto.engine = $proto.template_dirs = nil;
215 …self.caches = $hash2(["scans", "templates"], {"scans": $hash2([], {}), "templates": $hash2([], {})…
216 $defs(self, '$caches', $return_ivar("caches"));
219 if (self.caches == null) self.caches = nil;
222 if ($truthy(self.caches['$[]']("scans"))) {
223 self.caches['$[]']("scans").$clear();
224 } if ($truthy(self.caches['$[]']("templates"))) {
225 return self.caches['$[]']("templates").$clear()
241 self.caches = self.$class().$caches();
[all …]
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
Dannotations.rst128 The AnnotationReader works and caches under the
/plugin/asciidocjs/node_modules/ejs/
DREADME.md65 are using `renderFile()`. Used by `cache` to key caches, and for includes.
/plugin/farm/install/animaltemplate/data/pages/wiki/
Dsyntax.txt414 | %%~~NOCACHE~~%% | DokuWiki caches all output by default. Sometimes this might not be wanted (eg. …
/plugin/asciidocjs/node_modules/glob/
DREADME.md364 As part of its internal implementation, this program caches all stat
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dapi.rst40 The ``cache`` option is a compilation cache directory, where Twig caches

12