Home
last modified time | relevance | path

Searched refs:cache (Results 276 – 300 of 671) sorted by path

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

/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMetadataFactoryTest.php125 $cache
131 $cache
136 $factory->setCache($cache);
218 $cache
226 $cache
235 $factory->setCache($cache);
242 $factory->setCache($cache);
259 $cache
265 $cache
271 $factory->setCache($cache);
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.travis.yml8 cache:
10 - $HOME/.composer/cache
H A DCHANGELOG.md572 - check that cache directory was not created before throwing exception [\#729](https://github.com/s…
591 - Doctrine cache dependency when using setCacheDir [\#676](https://github.com/schmittjoh/serializer…
614 - Include reference to cache [\#727](https://github.com/schmittjoh/serializer/pull/727) ([hyperized…
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst25 … fully functional, but you might want to tweak it a bit for example to configure a cache directory.
30 order to make this process as efficient as possible, it is encourage to let the serializer cache th…
31 that, you can configure a cache directory::
43 so that you do not need to manually clear cache folders, however in production they are just unnece…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php496 public function setMetadataCache(CacheInterface $cache): self argument
498 $this->metadataCache = $cache;
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml22 cache:
24 - $HOME/.composer/cache/files
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-common/
H A D.travis.yml16 cache:
18 - $HOME/.composer/cache
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.travis.yml28 - composer clear-cache
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dholder.min.js12cache.themeKeys=J.vars.cache.themeKeys||Object.keys(b.instanceOptions.themes);var h=J.vars.cache.t…
H A Dhtml5shiv.min.js139 if (data.cache[nodeName]) {
140 node = data.cache[nodeName].cloneNode();
142 node = (data.cache[nodeName] = data.createElem(nodeName)).cloneNode();
188 if (!data.cache) {
189 data.cache = {};
H A Djquery.min.js3cache:function(a){var b=a[this.expando];return b||(b={},T(a)&&(a.nodeType?a[this.expando]=b:Object…
4cache===!1&&(f=f.replace(Ab,"$1"),n=(sb.test(f)?"&":"?")+"_="+rb++ +n),o.url=f+n),o.ifModified&&(r…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A D.travis.yml18 - composer clear-cache
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A D.travis.yml13 - composer clear-cache
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/Stream/
H A DCachingFactory.php19 protected static $cache = []; variable in PHP_Token_Stream_CachingFactory
28 if (!isset(self::$cache[$filename])) {
29 self::$cache[$filename] = new PHP_Token_Stream($filename);
32 return self::$cache[$filename];
41 unset(self::$cache[$filename]);
43 self::$cache = [];
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.travis.yml15 - composer clear-cache
/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/findologicxmlexport/vendor/phpunit/phpunit/
H A D.travis.yml32 - composer clear-cache
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.travis.yml15 - composer clear-cache
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.travis.yml18 - composer clear-cache
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.travis.yml13 - composer clear-cache
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml5 cache:
8 - $HOME/.composer/cache/files
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Di18n.rst152 PHP files, you can use ``xgettext`` on the template cache instead.
154 Create a script that forces the generation of the cache for all your
158 $tmpDir = '/tmp/cache/';
163 'cache' => $tmpDir,
183 …xt --default-domain=messages -p ./locale --from-code=UTF-8 -n --omit-header -L PHP /tmp/cache/*.php
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml5 cache:
8 - $HOME/.composer/cache/files
H A DCHANGELOG150 * fixed offline cache warm-ups for embedded templates
221 * removed usage of realpath in cache keys
231 * fixed a potential PHP warning when loading the cache
338 * optimized the number of inodes and the size of realpath cache when using the cache
363 * fixed cache management with statcache
765 Flush your cache after upgrading.
898 * fixed race condition when writing template cache
913 * fixed default cache umask
939 * changed the cache option to only accepts an explicit path to a cache directory or false
1028 'cache' => '/path/to/compilation_cache',
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst29 'cache' => '/path/to/compilation_cache',
40 The ``cache`` option is a compilation cache directory, where Twig caches
42 requests. It is very different from the cache you might want to add for
44 cache library.
106 * ``cache`` *string* or ``false``
158 All template loaders can cache the compiled templates on the filesystem for
161 See the ``cache`` and ``auto_reload`` options of ``\Twig\Environment`` above
244 "changes" (the cache key being the source code of the template). If you
246 of clearing the old cache file by yourself.
296 * Gets the cache key to use for the cache for a given template name.
[all …]

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