Home
last modified time | relevance | path

Searched refs:cache (Results 401 – 425 of 671) sorted by relevance

1...<<11121314151617181920>>...27

/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_no.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_pl.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_fa.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_sk.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_es.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_hu.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_pt.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_ro.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
H A Dlocale_tr.js.map1cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require_…
/plugin/catlist/
H A Dsyntax.php469 // Disabling cache
517 /* Just cache the calls to auth_quickaclcheck, mainly for _any_child_perms */
519 static $cache = array();
520 if (!isset($cache[$id]))
521 $cache[$id] = auth_quickaclcheck($id);
522 return $cache[$id];
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt259 but if cache_default_only_suffix is enabled, cache filenames are simplified to
282 A: You can either let phpThumb's built-in cache purging features (see phpThumb.config.php)
284 the matching cache files and delete them:
296 Q: Is it safe to delete cache files?
297 A: Yes, it is safe to delete any cache files and/or directories. phpThumb will
299 settings in phpThumb.config.php for automatic cache purging.
303 cache a particular image?
304 A: It's not easily possible to get the cache filename. You can
/plugin/twitter/
H A DREADME.md3 …sers to put tweets and searches from twitter on a page. It uses the media cache thereby bypassing …
/plugin/lightweightcss/
H A Daction.php127 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );
/plugin/backlinks2/_test/data/meta/
H A Dbob_ross_says.meta3 …only pre-requisite is that it makes you happy.";}s:8:"internal";a:2:{s:5:"cache";b:1;s:3:"toc";b:1…
/plugin/tumblr/
H A Dsyntax.php90 $renderer->info['cache'] = false;
/plugin/siteexport/action/
H A Dstartup.php64 $event->data->cache = getCacheName($event->data->key,$event->data->ext);
/plugin/dirtylittlehelper/
H A Dscript.js745 cache: false
792 cache: false
871 cache: false
/plugin/form/
H A Dsyntax.php1089 $renderer->info['cache'] = false;
/plugin/backup/lang/en/
H A Dintro.txt11 …directories from being backed up (e.g., old backups, or rendered equation cache from [[doku>plugin…
/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/combo/action/
H A Dcss.php88 * * Ctrl+Shift+R to disable browser cache
100 * * then with CSS_CACHE_USE, you can change the cache key name
180 * Change the key of the cache.
183 * when a new cache is created (ie new cache(key,ext)
193 * Add Anonymous and comboTheme in the cache key
208 * Add Anonymous and comboTheme in the cache key
212 $event->data->cache = getCacheName($event->data->key, $event->data->ext);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php25 private static $cache = []; variable in PHPUnit_Framework_MockObject_Generator
562 if (isset(self::$cache[$key])) {
563 return self::$cache[$key];
578 self::$cache[$key] = $mock;
/plugin/jukebox/id3/
H A Dgetid3.lib.php1243 static $cache;
1244 if (isset($cache[$file][$name])) {
1245 return @$cache[$file][$name][$key];
1276 $cache[$file][$name][$ThisKey] = trim($ThisValue);
1281 return @$cache[$file][$name][$key];
/plugin/authgooglesheets/
H A Dcomposer.lock91 "cache/filesystem-adapter": "^0.3.2|^1.1",
103 … "cache/filesystem-adapter": "For caching certs and tokens (using Google\\Client::setCache)"
200 "psr/cache": "^1.0|^2.0|^3.0",
830 "name": "psr/cache",
834 "url": "https://github.com/php-fig/cache.git",
839 …"url": "https://api.github.com/repos/php-fig/cache/zipball/d11b50ad223250cf17b86e38383413f5a6764bf…
869 "cache",
874 "source": "https://github.com/php-fig/cache/tree/master"

1...<<11121314151617181920>>...27