Home
last modified time | relevance | path

Searched full:cache (Results 1601 – 1625 of 2069) sorted by relevance

1...<<61626364656667686970>>...83

/plugin/data/_test/
H A Dhelper.test.php
/plugin/mantis/lib/
H A Dchangelog193 - wsdlcache: add cache lifetime, after which cache contents are invalidated (Thanks Ingo)
536 - wsdlcache: address some issues with non-existing cache-files and PHP Warnings which came in such …
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFile.js43 cacheHits: 0, /* number of times the cache returned patches */
44 cacheMiss: 0, /* number of times we have missed a cache entry */
45 cacheFail: 0 /* number of times we have failed to read the cache */
1355 * token can be obtained from the cache for writing the patch after
1360 * the cache before the saving client wrote the patch and inject
1995 * Creates a secret and token pair for writing a patch to the cache.
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D61.61.js1 …"BROWSE","BUCKET_COUNT","BUFFER","BUFFERCOUNT","BULK","BULK_LOGGED","BY","CACHE","CALL","CALLED","…
/plugin/mdpage/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/findologicxmlexport/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/webdav/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/revealjs/
H A Dexample_presentation.dokuwiki98 If you disable the cache for the page, then you are able to change the options direct in the URL.
/plugin/groupmgr/
H A Dsyntax.php136 $renderer->info['cache'] = false;
/plugin/vbsso/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/sfauth/
H A Dhelper.php292 * Load current user's data into memory cache
/plugin/icalevents/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/minimap/
H A Dsyntax.php93 // Cache the values
/plugin/navbox/
H A Dsyntax.php227 $renderer->info['cache'] = false;
/plugin/jplayer/vendor/composer/
H A DClassLoader.php276 * APCu prefix to use to cache found/not-found classes, if the extension is enabled.
/plugin/datatemplate/syntax/
H A Dentry.php298 // (Maybe for cache handling one should hand the template file name to the
/plugin/dropfiles/src/
H A Dupload.js336 'cache': false, property in AnonymousFunctionba10387b0b00.settings
/plugin/strata/types/
H A Dwiki.php93 list($src, $title, $align, $width, $height, $cache, $linking) = $instruction;
/plugin/authgooglesheets/vendor/composer/
H A DInstalledVersions.php146 'psr/cache' =>
/template/sprintdoc/
H A Dstyle.ini15 ; be checked for updates when considering a cache rebuild while files
/template/twigstarter/vendor/twig/twig/src/Error/
H A DError.php24 * cache directory is not writable for instance).
/plugin/sectiontoggle/
H A DMobile_Detect.php77 * A cache for resolved matches
80 protected $cache = array(); variable in Mobile_Detect
846 // Invalidate cache due to #375
847 $this->cache = array();
1128 if (false === isset($this->cache[$key])) {
1134 $this->cache[$key] = $this->match($_rules[$key]);
1137 if (false === isset($this->cache[$key])) {
1138 $this->cache[$key] = false;
1142 return $this->cache[$key];
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A Dcomposer.lock246 "psr/cache": "^1 || ^2 || ^3"
249 "doctrine/cache": "^2.0",
253 "symfony/cache": "^5.4 || ^6",
1247 "name": "psr/cache",
1251 "url": "https://github.com/php-fig/cache.git",
1256 "url": "https://api.github.com/repos/php-fig/cache/zipball/aa5030cfa5405eccfdcb1083ce040c2cb8d253bf",
1271 "Psr\\Cache\\": "src/"
1286 "cache",
1291 "source": "https://github.com/php-fig/cache/tree/3.0.0"
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js60 // Force the background cache to be used. No reason it shouldn't be.
1266 var cache = this._lockedValues || ( this._lockedValues = {} );
1267 return ( uid in cache ) ? cache[ uid ] : ( cache[ uid ] = fn.call( this ) );
1301 cache = this.constructor._propsCache;
1302 … return css ? ( css in cache ? cache[ css ] : ( cache[ css ] = this.parseCss( css ) ) ) : null;
H A DPIE_uncompressed.htc66 // Force the background cache to be used. No reason it shouldn't be.
1272 var cache = this._lockedValues || ( this._lockedValues = {} );
1273 return ( uid in cache ) ? cache[ uid ] : ( cache[ uid ] = fn.call( this ) );
1307 cache = this.constructor._propsCache;
1308 … return css ? ( css in cache ? cache[ css ] : ( cache[ css ] = this.parseCss( css ) ) ) : null;

1...<<61626364656667686970>>...83