Home
last modified time | relevance | path

Searched refs:cache (Results 176 – 200 of 671) sorted by relevance

12345678910>>...27

/plugin/owncloud/
H A Dhelper.php430 … $link = $this->_getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render);
435 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
451 …$link['url'] = $this->ml($src,array('id'=>$ID,'cache'=>$cache,'fileid'=>$fileid),($linking=='direc…
486 $height=NULL, $cache=NULL, $linking=NULL) { argument
491 $link = $this->_getMediaLinkConf(-1,$src, $title, $align, $width, $height, $cache, $render);
494 $link['url'] = ml($src,array('cache'=>$cache));
658 * @param string $cache
663 function _getMediaLinkConf($fileid,$src, $title, $align, $width, $height, $cache, $render) argument
676 … $link['name'] = $this->_media($fileid, $src, $title, $align, $width, $height, $cache, $render);
689 $height=NULL, $cache=NULL, $render = true) { argument
[all …]
/plugin/photogallery/phpThumb/
H A DphpThumb.config.php.default57 …R__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
58 …].DIRECTORY_SEPARATOR.'phpthumb'.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; // set the cache
59cache'.DIRECTORY_SEPARATOR; // set th…
62 …DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR; …
63 // $PHPTHUMB_CONFIG['cache_directory'] = '/tmp/persistent/phpthumb/cache/';
69 // * Cache culling: phpThumb can automatically limit the contents of the cache directory
82 // * Source image cache configuration
84 …tory'] = __DIR__.DIRECTORY_SEPARATOR.'cache'.DIRECTORY_SEPARATOR.'source'.DIRECTORY_SEPARATOR; /…
86 // * cache source modification date configuration
91 // * Simplified cache filename configuration
[all …]
/plugin/combo/ComboStrap/
H A DIFetcherAbs.php14 * This is why there is a cache attribute - this is the cache of the generated file
28 * * cache
32 public const CACHE_KEY = 'cache';
33 public const CACHE_DEFAULT_VALUE = "cache";
57 * The cache
113 $cache = $tagAttributes->getValueAndRemove(self::CACHE_KEY);
114 if ($cache !== null) {
115 $this->setRequestedCache($cache);
123 * @return string $cache
[all...]
H A DFetcherVignette.php78 $cache = new FetcherCache($this);
81 * Building the cache dependencies
84 $cache->addFileDependency($this->page->getPathObject())
92 * Can we use the cache ?
94 if ($cache->isCacheUsable()) {
95 return LocalPath::createFromPathObject($cache->getFile());
229 $fileStringPath = $cache->getFile()->toAbsolutePath()->toAbsoluteId();
257 return $cache->getFile();
H A DLang.php54 // phpunit takes over and would catch and cache the error
61 $numberOfByte = @file_put_contents($languageDataCache->cache, $filePointer);
66 LogUtility::msg("Internal error: The language data ($langValue) could no be written to ($languageDataCache->cache)", LogUtility::LVL_MSG_ERROR, self::PROPERTY_NAME);
81 $languageData = json_decode(file_get_contents($languageDataCache->cache), $jsonAsArray);
/plugin/panoview/
H A Dscript.js113 this.cache = {};
116 this.cache['blank'] = new Image();
117 this.cache['blank'].src = blankTile;
119 this.cache['loading'] = new Image();
120 this.cache['loading'].src = loadingTile;
123 this.cache['loading'] = this.cache['blank'];
479 src = this.cache['blank'].src;
492 var tileImg = this.cache[tileImgId];
514 … loadingImg = this.cache[loadingImgId] = this.createPrototype(this.cache['loading'].src);
646 for (imgId in this.cache) {
[all …]
/plugin/openlayersmap/lang/fr/
H A Dadmin_intro.txt2 ====== Purger la mise en cache des tuiles et des cartes ======
4 Cette page vous permet de purger les tuiles et les cartes mises en cache qui sont utilisées par le backend des cartes statiques «locales».
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php191 $cache = File_Archive::getOption('cache', null);
192 if ($cache !== null && $this->compressionLevel > 0) {
201 if (($data = $cache->get($id, $group)) !== false) {
221 $cache->save($data, $id, $group);
/plugin/tagfilter/helper/
H A Dsyntax.php74 $allPageids = array_unique($allPageids); //TODO cache this
76 //cache $pageids and $tagFilters for all users
124 $cache = new Cache($cache_key, '.tpcache');
125 if (!$cache->useCache($depends)) {
142 $cache->storeCache(serialize($cache_page));
144 $cache_page = unserialize($cache->retrieveCache());
220 * multi, chosen, tagimage, pagesearch, pagesearchlabel, cache, rsort, labels, noneonclear, tagimagecolumn,
231 'cache' => false,
270 $conf['cache'] = intval($value);
273 $conf['cache']
[all...]
/plugin/advrack/
H A Djquery.qtip.js112 this.cache = { class in QTip
136 cache = this.cache,
583 cache = this.cache;
626 var cache = this.cache;
629 cache.waiting = TRUE;
699 var cache = this.cache,
966 var cache = this.cache,
1052 delete cache.origin;
2454 var cache = api.cache,
2531 cache.cornerLeft = adjust.left; cache.cornerTop = adjust.top;
[all …]
/plugin/findologicxmlexport/vendor/twig/extensions/
H A D.travis.yml5 cache:
8 - $HOME/.composer/cache/files
/plugin/findologicxmlexport/vendor/jms/serializer/
H A D.travis.yml8 cache:
10 - $HOME/.composer/cache
/plugin/docsearch/
H A Dcron.php177 $cache = $base . 'docsearch/cache'; variable
184 io_mkdir_p($cache);
191 $conf['cachedir'] = $cache;
/plugin/bez/renderer/
H A Dxhtmlmail.php7 'cache' => true, // may the rendered result cached?
30 * @param string $cache cache|recache|nocache
35 $height = null, $cache = null, $render = true) { argument
121 ml($src, array('cache' => $cache), true, '&'), $width, $height,
/plugin/gemini/
H A Drenderer.php401 $cache = null, argument
420 $cache = null, argument
432 …internalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) argument
434 $this->internalmedia($src, $title, $align, $width, $height, $cache);
438 …externalmedialink($src, $title = null, $align = null, $width = null, $height = null, $cache = null) argument
440 parent::externalmedia($src, $title, $align, $width, $height, $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/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.DefinitionRev.txt
/plugin/autolink2/
H A Dhelper.php285 $cache = $conf['cachedir'].'/autolink.idx';
289 if (@file_exists($cache)) {
290 if (@copy($cache, $index)){
291 @unlink($cache);
301 return $this->_buildindexFromOld($cache);
/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/advanced/lang/en/config/
H A Duserscript.txt10 …and cache the result. It also instructs browsers to cache the file, so when you are developing new…
/plugin/findologicxmlexport/vendor/jms/metadata/
H A D.travis.yml8 cache:
10 - $HOME/.composer/cache
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml3 cache:
6 - $HOME/.composer/cache
/plugin/findologicxmlexport/vendor/twig/twig/
H A D.travis.yml5 cache:
8 - $HOME/.composer/cache/files
/plugin/linksenhanced/
H A Daction.php79 $cache = &$event->data;
80 if(!isset($cache->page)) return;

12345678910>>...27