Home
last modified time | relevance | path

Searched refs:getCache (Results 1 – 25 of 39) sorted by relevance

12

/plugin/statistics/vendor/matomo/device-detector/Parser/
DAbstractParser.php243 public function getCache(): CacheInterface function in DeviceDetector\\Parser\\AbstractParser
286 $cacheContent = $this->getCache()->fetch($cacheKey);
302 $this->getCache()->save($cacheKey, $this->regexList);
463 $overAllMatch = $this->getCache()->fetch($cacheKey);
475 $this->getCache()->save($cacheKey, $this->overAllMatch);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
DEngine.php459 if ($this->getCache()->getLogger() === null) {
460 $this->getCache()->setLogger($logger);
575 public function getCache() function in Mustache_Engine
596 return $this->getCache();
733 $cache = $this->getCache();
/plugin/epub/
Dadmin.php20 $this->cache = $this->helper->getCache() ;
41 if(is_array($_REQUEST['book_id'])) $this->cache = $this->helper->getCache() ;
Dhelper.php62 function getCache() { function in helper_plugin_epub
/plugin/poldek/
Dhelper.php101 foreach (file($this->getCache()) as $line) {
121 public function getCache() { function in helper_plugin_poldek
Daction.php65 $cache->depends['files'][] = $helper->getCache();
/plugin/swiftmail/Swift/Message/
DEncoder.php155 $cache = Swift_CacheFactory::getCache();
270 $cache = Swift_CacheFactory::getCache();
301 $cache = Swift_CacheFactory::getCache();
329 $cache = Swift_CacheFactory::getCache();
DMime.php110 $this->cache = Swift_CacheFactory::getCache();
/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHandlebars.php323 public function getCache() function in Handlebars\\Handlebars
524 $tree = $this->getCache()->get($hash);
528 $this->getCache()->set($hash, $tree);
/plugin/botbouncer/lib/
Dbotbouncer.php208 $serverList = $this->getCache('mollomServerList');
215 $validKey = $this->getCache('mollomKeyValid');
321 private function getCache($key) { function in botBouncer
385 $cached = $this->getCache('akismetKeyValid');
423 $cached = $this->getCache('mollom'.md5(serialize($data)));
696 $cached = $this->getCache('SFS'.$apiRequest);
/plugin/swiftmail/Swift/
DCacheFactory.php40 public static function getCache() function in Swift_CacheFactory
/plugin/statistics/vendor/matomo/device-detector/
DDeviceDetector.php711 public function getCache(): CacheInterface function in DeviceDetector\\DeviceDetector
846 $parser->setCache($this->getCache());
873 $parser->setCache($this->getCache());
895 $parser->setCache($this->getCache());
921 $vendorParser->setCache($this->getCache());
1150 $osParser->setCache($this->getCache());
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
DVerify.php141 private function getCache() function in Google\\AccessToken\\Verify
187 if ($cache = $this->getCache()) {
/plugin/authgooglesheets/vendor/google/apiclient/src/
DClient.php801 $this->getCache(),
1096 public function getCache() function in Google\\Client
1247 $sub ? null : $this->getCache(),
1267 $this->getCache()
1281 $this->getCache(),
/plugin/latexport/helpers/
Dinternal_media.php94 function getCache() { function in InternalMedia
/plugin/latexport/implementation/
Ddecorator_images.php86 $internalMedia->getCache(),
/plugin/quickstats/
Dhelper.php123 function getCache() { function in helper_plugin_quickstats
Dadmin.php36 $this->cache = $this->helper->getCache();
/plugin/authgoogle/google/
DGoogle_Client.php419 public function getCache() { function in Google_Client
/plugin/diagramsnet/lib/WEB-INF/lib/
Dcache-api-1.1.1.jarMETA-INF/MANIFEST.MF META-INF/ javax/ javax/cache/ javax/ ...
/plugin/statistics/vendor/matomo/device-detector/Parser/Client/
DBrowser.php1259 $engineParser->setCache($this->getCache());
/plugin/asciidocjs/node_modules/@asciidoctor/core/types/
Dindex.d.ts3440 static getCache(): TemplateConverter.TemplateCache;
/plugin/findologicxmlexport/vendor/twig/twig/src/
DEnvironment.php284 public function getCache($original = true) function in Twig\\Environment
/plugin/asciidocjs/node_modules/asciidoctor/types/
Dindex.d.ts3440 static getCache(): TemplateConverter.TemplateCache;
/plugin/webcode/vendor/
Dfirebug-lite-1.2.js2489 if(!this.environment.getCache())

12