Home
last modified time | relevance | path

Searched refs:cache (Results 251 – 275 of 671) sorted by path

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

/plugin/externalembed/
H A Daction.php125 … $page_cache->depends['files'][] = $new_cache->cache; //add cache file to the 'depends' array
152 …$page_cache->depends['files'][] = $new_cache->cache; //add new playlist cache file to the depends …
157 … $page_cache->depends['files'][] = $cacheHelper->getExistingCache($playlist_id)->cache;
/plugin/externalembed/helper/
H A DcacheInterface.php21 $cache = new cache_externalembed($cache_id);
22 return json_decode($cache->retrieveCache(), true);
30 $cache = new cache_externalembed($cache_id);
31 $cache->storeETag(md5(time()));
41 $cache = new cache_externalembed($cache_id);
43 if($cache->checkETag($time)) return true;
/plugin/extranet/
H A Daction.php68 $cache = $event->data;
69 $cache->key .= '#extranet';
70 $cache->cache = getCacheName($cache->key, $cache->ext);
/plugin/facebooklike/
H A Dsyntax.php102 // $renderer->info['cache'] = false;
/plugin/farm/install/animaltemplate/conf/
H A Dinterwiki.conf44 Cache http://www.google.com/search?q=cache:
/plugin/favoris/
H A Dfavoris.js58 function cache(id) { function
102 cache('exclues');
H A Dsyntax.php51 $renderer->info['cache'] = FALSE;
/plugin/fckg/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php152 $cache =& $cache_authname;
158 if (!isset($cache[$name][$skip_group])) {
160 $cache[$name][$skip_group] = '@'.preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
163 $cache[$name][$skip_group] = preg_replace('/([\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f])/e',
168 return $cache[$name][$skip_group];
194 static $cache = array();
197 if (isset($cache[(string)$raw_id])) {
198 return $cache[(string)$raw_id];
231 $cache[(string)$raw_id] = $id;
/plugin/feed/
H A Dfeed.php46 $cache = getCacheName($plugin . $fn . $ns . $num . $other . $type . $INPUT->server->str('REMOTE_USE… variable
47 $cmod = @filemtime($cache); // 0 if not exists
71 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
72 print io_readFile($cache);
103 io_saveFile($cache, $feed);
/plugin/fetchmedia/
H A Dyarn.lock827 lazy-cache "^1.0.3"
1004 lru-cache "^4.0.1"
1440 file-entry-cache@^2.0.0:
1444 flat-cache "^1.2.1"
1461 find-cache-dir@^0.1.1:
1469 find-cache-dir@^1.0.0:
1490 flat-cache@^1.2.1:
1997 lazy-cache@^1.0.3:
2023 loader-fs-cache@^1.0.0:
2067 lru-cache@^4.0.1:
[all …]
/plugin/filelisting/action/
H A Dcache.php43 /** @var CacheRenderer $cache */
44 $cache = $event->data;
46 if(!isset($cache->page)) return;
47 //purge only xhtml cache
48 if($cache->mode != 'xhtml') return;
50 $filelisting = p_get_metadata($cache->page, 'filelisting');
54 //and the cache invalidates every files change - just ignore it.
55 $cache->_nocache = true;
/plugin/filterrss/
H A Daction.php29 $cache = $event->data;
30 if ($cache->mode != 'xhtml') return;
31 if (!isset($cache->page)) return;
32 $meta = p_get_metadata($cache->page, 'plugin_filterrss');
/plugin/findologicxmlexport/vendor/doctrine/annotations/
H A DCHANGELOG.md93 * testing all parent classes and interfaces when checking if the annotation cache
95 * simplifying the cache keys used by the `CachedReader`: keys are no longer artificially
108 - [62: &#91;CachedReader&#92; Test traits and parent class to see if cache is fresh](https://github…
109 - [65: Remove cache salt making key unnecessarily long](https://github.com/doctrine/annotations/pul…
118 - [98: Enhancement/#65 remove cache salt from cached reader](https://github.com/doctrine/annotation…
131 - [49: #46 - applying correct `chmod()` to generated cache file](https://github.com/doctrine/annota…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst88 Since parsing docblocks can be expensive you should cache this process by using
100 "/path/to/cache",
104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
105 …uring development. If you don't set it to true you have to delete the directory to clear the cache.
109 You can also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the anno…
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
132 accessible if a cache is used unless the cache is cleared and the
149 …the cache with indexed or numeric keys, otherwise your code may experience failures due to caching…
H A Dcustom.rst250 Be careful with constants and the cache !
254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
255 When a constant is changed the cache must be cleaned.
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DCachedReader.php41 private $cache; variable in Doctrine\\Common\\Annotations\\CachedReader
57 * @param Cache $cache
60 public function __construct(Reader $reader, Cache $cache, $debug = false) argument
63 $this->cache = $cache;
188 if (($data = $this->cache->fetch($cacheKey)) !== false) {
207 $this->cache->save($cacheKey, $value);
209 $this->cache->save('[C]'.$cacheKey, time());
227 return $this->cache->fetch('[C]'.$cacheKey) >= $lastModification;
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml3 cache:
6 - $HOME/.composer/cache
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A D.travis.yml41 cache:
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml8 cache:
10 - $HOME/.composer/cache
H A DCHANGELOG.md41 - Why 0666 mode for cache file [\#48](https://github.com/schmittjoh/metadata/issues/48)
77 - Set cache files to be world readable [\#34](https://github.com/schmittjoh/metadata/pull/34) ([tom…
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DDoctrineCacheAdapter.php22 private $cache; variable in Metadata\\Cache\\DoctrineCacheAdapter
24 public function __construct(string $prefix, Cache $cache) argument
27 $this->cache = $cache;
35 $cache = $this->cache->fetch($this->prefix . $class);
36 return false === $cache ? null : $cache;
44 $this->cache->save($this->prefix . $metadata->name, $metadata);
52 $this->cache->delete($this->prefix . $class);
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMetadataFactory.php21 private $cache; variable in Metadata\\MetadataFactory
60 public function setCache(CacheInterface $cache): void argument
62 $this->cache = $cache;
85 if (null !== $this->cache) {
86 … if (($classMetadata = $this->cache->load($class->getName())) instanceof NullMetadata) {
97 $this->cache->evict($classMetadata->name);
111 if (null !== $this->cache) {
112 $this->cache->put($classMetadata);
118 if (null !== $this->cache && !$this->debug) {
119 $this->cache->put(new NullMetadata($class->getName()));
/plugin/findologicxmlexport/vendor/jms/metadata/tests/Cache/
H A DDoctrineCacheAdapterTest.php27 $cache = new DoctrineCacheAdapter('metadata-test', new ArrayCache());
29 $this->assertNull($cache->load(TestObject::class));
30 $cache->put($metadata = new ClassMetadata(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
34 $cache->evict(TestObject::class);
35 $this->assertNull($cache->load(TestObject::class));
H A DFileCacheTest.php28 $cache = new FileCache($this->dir);
30 $this->assertNull($cache->load(TestObject::class));
31 $cache->put($metadata = new ClassMetadata(TestObject::class));
33 $this->assertEquals($metadata, $cache->load(TestObject::class));
35 $cache->evict(TestObject::class);
36 $this->assertNull($cache->load(TestObject::class));
H A DPsrCacheAdapterTest.php27 $cache = new PsrCacheAdapter('metadata-test', new ArrayAdapter());
29 $this->assertNull($cache->load(TestObject::class));
30 $cache->put($metadata = new ClassMetadata(TestObject::class));
32 $this->assertEquals($metadata, $cache->load(TestObject::class));
34 $cache->evict(TestObject::class);
35 $this->assertNull($cache->load(TestObject::class));

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