Home
last modified time | relevance | path

Searched defs:cache (Results 76 – 100 of 163) sorted by path

1234567

/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DSerializerBuilder.php496 public function setMetadataCache(CacheInterface $cache): self
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/Stream/
H A DCachingFactory.php19 protected static $cache = []; variable in PHP_Token_Stream_CachingFactory
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php25 private static $cache = []; variable in PHPUnit_Framework_MockObject_Generator
/plugin/findologicxmlexport/vendor/twig/twig/ext/twig/
H A Dtwig.c675 static void twig_add_class_to_cache(zval *cache, zval *object, char *class_name TSRMLS_DC) in twig_add_class_to_cache()
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php55 protected $cache; variable in Twig\\Environment
296 public function setCache($cache)
H A DTemplate.php35 protected static $cache = []; variable in Twig\\Template
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php28 protected $cache = []; variable in Twig\\Loader\\FilesystemLoader
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Cache/
H A DFilesystemTest.php20 private $cache; variable in Twig_Tests_Cache_FilesystemTest
/plugin/flowcharts/
H A Drenderer.php51 $height = null, $cache = null, $linking = null, $return = false) {
/plugin/gemini/
H A Drenderer.php401 $cache = null,
420 $cache = null,
432 …internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null)
438 …externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null)
/plugin/ghissues/helper/
H A DapiCacheInterface.php74 public function checkCacheFreshness($apiURL, &$cache=NULL) {
88 public function callGithubAPI($apiURL, &$cache=NULL) {
/plugin/graphgear/
H A Dload.php14 $cache = getcachename($xmlid,'graphgear'); variable
/plugin/graphviz/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
/plugin/issuetracker/
H A Dprototype.js5349 cache: {} property in Event
/plugin/jcapture/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php56 $cache = 'sqlite3'; variable
183 …function scan_files($dir, $match, $cache='sqlite3', $opt=array('table'=>'getid3_cache', 'hide'=>tr…
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Asset/
H A DAssetCache.php26 private $cache; variable in Assetic\\Asset\\AssetCache
28 public function __construct(AssetInterface $asset, CacheInterface $cache)
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DArrayCache.php21 private $cache = array(); variable in Assetic\\Cache\\ArrayCache
H A DExpiringCache.php21 private $cache; variable in Assetic\\Cache\\ExpiringCache
24 public function __construct(CacheInterface $cache, $lifetime)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCache.php35 public function cache($key, $value); function
H A DEngine.php45 private $cache; variable in Mustache_Engine
559 public function setCache(Mustache_Cache $cache)
727 private function loadSource($source, Mustache_Cache $cache = null)
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A DFilesystemCache.php64 public function cache($key, $value) function in Mustache_Cache_FilesystemCache
H A DNoopCache.php38 public function cache($key, $value) function in Mustache_Cache_NoopCache

1234567