Home
last modified time | relevance | path

Searched refs:cache (Results 376 – 400 of 671) sorted by path

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

/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.dirscan.php56 $cache = 'sqlite3'; variable
180 * @param string $cache caching extention, select one of sqlite3, mysql, dbm
183 …function scan_files($dir, $match, $cache='sqlite3', $opt=array('table'=>'getid3_cache', 'hide'=>tr… argument
185 switch ($cache) { // load the caching module
256 dirscan::scan_files($dir, $media, $cache, $database);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1649 static $cache;
1650 if (isset($cache[$file][$name])) {
1651 return (isset($cache[$file][$name][$key]) ? $cache[$file][$name][$key] : '');
1684 $cache[$file][$name][$ThisKey] = trim($ThisValue);
1689 return (isset($cache[$file][$name][$key]) ? $cache[$file][$name][$key] : '');
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md13 * Added CssCacheBustingFilter to apply cache busting on URLs in the CSS
H A DREADME.md268 new FilesystemCache('/path/to/cache')
/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) argument
31 $this->cache = $cache;
52 if ($this->cache->has($cacheKey)) {
53 $this->asset->setContent($this->cache->get($cacheKey));
59 $this->cache->set($cacheKey, $this->asset->getContent());
65 if ($this->cache->has($cacheKey)) {
66 return $this->cache->get($cacheKey);
70 $this->cache->set($cacheKey, $content);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Cache/
H A DArrayCache.php21 private $cache = array(); variable in Assetic\\Cache\\ArrayCache
28 return isset($this->cache[$key]);
40 return $this->cache[$key];
48 $this->cache[$key] = $value;
56 unset($this->cache[$key]);
H A DExpiringCache.php21 private $cache; variable in Assetic\\Cache\\ExpiringCache
24 public function __construct(CacheInterface $cache, $lifetime) argument
26 $this->cache = $cache;
32 if ($this->cache->has($key)) {
33 if (time() < $this->cache->get($key.'.expires')) {
37 $this->cache->remove($key.'.expires');
38 $this->cache->remove($key);
46 return $this->cache->get($key);
52 $this->cache->set($key, $value);
57 $this->cache->remove($key.'.expires');
[all …]
/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
153 $cache = $options['cache'];
155 if (is_string($cache)) {
157 $cache = new Mustache_Cache_FilesystemCache($cache, $mode);
160 $this->setCache($cache);
557 * @param Mustache_Cache $cache
565 $this->cache = $cache;
577 if (!isset($this->cache)) {
581 return $this->cache;
732 if ($cache === null) {
[all …]
/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
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16cache:{},uuid:0,expando:"jQuery"+(f.fn.jquery+Math.random()).replace(/\D/g,""),noData:{embed:!0,ob…
/plugin/jquery/
H A Djquery-1.4.2.js989 cache: {},
1010 var id = elem[ expando ], cache = jQuery.cache, thisCache;
1027 } else if ( !cache[ id ] ) {
1029 cache[ id ] = {};
1032 thisCache = cache[ id ];
1051 var id = elem[ expando ], cache = jQuery.cache, thisCache = cache[ id ];
1075 delete cache[ id ];
4509 var data, id, cache = jQuery.cache,
4517 data = cache[ id ];
4537 delete cache[ id ];
[all …]
H A Djquery-1.4.2.min.js37 …seMap",frameborder:"frameBorder"};var G="jQuery"+J(),Ya=0,za={};c.extend({cache:{},expando:G,noDat…
38cache;if(!f&&typeof b==="string"&&d===w)return null;f||(f=++Ya);if(typeof b==="object"){a[G]=f;e[f…
53 e=e.slice(0,-1);a.exclusive=true}if(!d){a.stopPropagation();c.event.global[e]&&c.each(c.cache,funct…
69 ….attachEvent("onunload",function(){for(var a in c.cache)if(c.cache[a].handle)try{c.event.remove(c.
113 …"))));d.appendChild(e[j])}return e},cleanData:function(a){for(var b,d,f=c.cache,e=c.event.special,…
125 …catch(p){}z&&z.removeChild(C)}}if(e.dataType==="script"&&e.cache===null)e.cache=false;if(e.cache===
H A Dscript.js12cache:{},data:function(F,E,G){F=F==l?A:F;var H=F[h];if(!H){H=F[h]=++v}if(E&&!o.cache[H]){o.cache[H…
19cache,function(){if(this.events&&this.events[G]){o.event.trigger(I,K,this.handle.elem)}})}}if(!H||…
/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/lastfm/
H A Dsyntax.php125 $renderer->info['cache'] = false;
/plugin/latexit/
H A Drenderer.php1124 * @param string $cache We delete cache, so we don't use this param.
1127 …media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking =… argument
1175 * @param string|null $cache We delete cache, so we don't use this param.
1178 …media($src, $title = NULL, $align = NULL, $width = NULL, $height = NULL, $cache = NULL, $linking =… argument
/plugin/latexport/_test/
H A Ddecorator_mock.php88 $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
/plugin/latexport/helpers/
H A Dinternal_media.php21 * @param string $cache cache|recache|nocache
41 private $cache; variable in InternalMedia
53 * @param string $cache cache|recache|nocache
56 function __construct($src, $title, $align, $width, $height, $cache, $linking) { argument
63 $this->cache = $cache;
95 return $this->cache;
/plugin/latexport/implementation/
H A Ddecorator.php833 * @param string $cache cache|recache|nocache
839 … $height = null, $cache = null, $linking = null, $positionInGroup = 1, $totalInGroup = 1) { argument
852 * @param string $cache cache|recache|nocache
856 $height = null, $cache = null, $linking = null) { argument
858 $this->decorator->externalmedia($src, $title, $align, $width, $height, $cache, $linking);
869 * @param string $cache cache|recache|nocache
872 $width = null, $height = null, $cache = null) { argument
874 $this->decorator->internalmedialink($src, $title, $align, $width, $height, $cache);
885 * @param string $cache cache|recache|nocache
888 $width = null, $height = null, $cache = null) { argument
[all …]
H A Ddecorator_images.php38 * @param string $cache cache|recache|nocache
42 … $height = null, $cache = null, $linking = null, $positionInGroup = 0, $totalInGroup = 1) { argument
45 …$this->internalMediaGroup[] = new InternalMedia($src, $title, $align, $width, $height, $cache, $li…
H A Ddecorator_persister.php782 * @param string $cache cache|recache|nocache
788 $height = null, $cache = null, $linking = null, argument
875 …media($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking =… argument
883 …ternalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) { argument
890 …ternalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) { argument
/plugin/lightbox/
H A Daction.php47 $cache =& $event->data;
50 if (!isset($cache->page)) return;
/plugin/lightweightcss/
H A Daction.php127 $event->data->cache = getCacheName( $event->data->key, $event->data->ext );

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