Home
last modified time | relevance | path

Searched full:cache (Results 201 – 225 of 2069) sorted by relevance

12345678910>>...83

/plugin/swiftmail/Swift/
H A DCacheFactory.php4 * Swift Mailer Cache Factory class
14 * Makes instances of the cache the user has defined
21 * The name of the class which defines the cache
37 * Return a new instance of the cache object
/plugin/visrep/
H A Dimg.php13 $cache = $plugin->_imgfile($_REQUEST); variable
15 if($cache) {
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 3…
21 echo io_readFile($cache, false);
/plugin/plantuml/
H A Dimg.php13 $cache = $plugin->_imgfile($data); variable
15 if ($cache) {
18 …header('Cache-Control: public, proxy-revalidate, no-transform, max-age=' . max($conf['cachetime'],…
21 echo io_readFile($cache, false);
/plugin/authgooglesheets/vendor/psr/cache/
H A DCHANGELOG.md9 - Make spacing consistent in phpdoc annotations php-fig/cache#9 - chalasr
10 - Fix grammar in phpdoc annotations php-fig/cache#10 - chalasr
11 …()` take an array of strings (`string[]`) compared to just `array` php-fig/cache#8 - GrahamCampbell
12 …valid parameters as well as an implementation of DateTimeInterface php-fig/cache#7 - GrahamCampbell
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.sqlite3.php8 // extension.cache.mysqli.php - part of getID3() //
13 // extension.cache.sqlite3.php - part of getID3() //
40 * require_once 'getid3/extension.cache.sqlite3.php';
48 * Supported Cache Types (this extension)
75 * DBM-Style Databases: (use extension.cache.dbm)
87 * Recommended Cache Types
134 $this->create_table(); // Create cache table if not exists
141 if ($version != getID3::VERSION) { // Check version number and clear cache if changed
156 * clear the cache
173 * analyze file and cache them, if cached pull from the db
[all …]
H A Dextension.cache.mysqli.php9 // extension.cache.mysqli.php - part of getID3() //
24 * Example: (see also demo.cache.mysql.php in /demo/)
37 * require_once 'getid3/getid3/extension.cache.mysqli.php';
45 * Supported Cache Types (this extension)
54 * DBM-Style Databases: (use extension.cache.dbm)
67 * Recommended Cache Types
97 * constructor - see top of this file for cache type and cache_options
129 // Create cache table if not exists
135 // Check version number and clear cache if changed
153 * clear cache
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php32 var $cache = array(); variable in base
93 $this->settings = $this->cache('settings');
110 function &cache($cachefile) { function in base
113 $cachepath = UC_DATADIR.'./cache/'.$cachefile.'.php';
115 $this->load('cache');
116 $_ENV['cache']->updatedata($cachefile);
137 $this->settings = $this->cache('settings');
138 $this->cache['apps'] = $this->cache('apps');
/plugin/zip/pear/File/Archive/Writer/
H A DZip.php190 //Try to read from the cache
191 $cache = File_Archive::getOption('cache', null);
192 if ($cache !== null && $this->compressionLevel > 0) {
200 //Tries to read from cache
201 if (($data = $cache->get($id, $group)) !== false) {
206 //If cache failed or file modified since then
221 $cache->save($data, $id, $group);
234 //If no cache system, use the standard way
/plugin/rater/scripts/
H A Djquery.tablesorter.js257 cache = { class in AnonymousFunctionb162a0010100.buildCache
271 cache.row[cache.row.length - 1] = cache.row[cache.row.length - 1].add(c);
276 cache.row.push(c);
283 cache.normalized.push(cols);
291 return cache;
322 function appendToTable(table, cache) { argument
328 var c = cache,
627 cache.normalized.sort(sortWrapper);
633 return cache;
716 cache = buildCache(this);
[all …]
/plugin/seqdia/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
15 if(!$cache) _fail();
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
22 echo io_readFile($cache,false);
/plugin/graphviz/
H A Dimg.php14 $cache = $plugin->_imgfile($data); variable
15 if(!$cache) _fail();
19 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
22 echo io_readFile($cache,false);
/plugin/graphgear/
H A Dload.php14 $cache = getcachename($xmlid,'graphgear'); variable
15 $time = @filemtime($cache);
24 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
27 echo io_readFile($cache);
/plugin/dataplot/
H A Dimg.php16 $cache = $plugin->_imgfile($data); variable
17 if(!$cache) _fail();
21 header('Cache-Control: public, proxy-revalidate, no-transform, max-age='.max($conf['cachetime'], 36…
24 echo io_readFile($cache, false);
/plugin/openlayersmap/lang/fr/
H A Dlang.php32 $lang ['menu'] = 'Gestionnaire de cache Openlayersmap';
34 $lang ['admin_purge_tiles'] = 'Purger la mise en cache des tuiles';
36 $lang ['admin_purge_maps'] = 'Purger la mise en cache des cartes';
38 $lang ['admin_purged_tiles'] = 'La mise en cache des tuiles a été purgée.';
39 $lang ['admin_purged_maps'] = 'La mise en cache des cartes a été purgée.';
/plugin/combo/ComboStrap/
H A DFetcherMarkupBuilder.php5 use dokuwiki\Cache\CacheInstructions;
6 use dokuwiki\Cache\CacheParser;
7 use dokuwiki\Cache\CacheRenderer;
49 * The local path is part of the key cache and should be the same
56 * There is also a cache in the function
70 * that should be the same to conform to the cache key
128 * Because the parent path may be used a {@link MarkupCacheDependencies::getValueForKey() cache key}
132 * It will then make the cache file path different (ie the md5 output key is the file name)
306 * We build the cache dependencies even if there is no source markup path (therefore no cache stor
[all...]
H A DCacheManager.php13 * The cache manager handles all things cache
17 * Except for the cache dependencies of a {@link FetcherMarkup::getOutputCacheDependencies() Markup}
28 * The list of cache runtimes dependencies by slot {@link MarkupCacheDependencies}
33 * The list of cache results slot {@link CacheResults}
38 * @var array hold the result for slot cache expiration
H A DCacheReportHtmlDataBlockArray.php17 * Used when the cache data report
20 public const APPLICATION_COMBO_CACHE_JSON = "application/combo+cache+json";
26 * to be included in a HTML page in order to insert cache results in the html page
65 LogUtility::error("Cache reporter: The cache file could not be transformed as a wiki path. Error: " . $e->getMessage());
96 * An utility function to extract the cache data block from test responses
/plugin/sqlcomp/lang/de/
H A Dlang.php20 $lang['cache'] = "Cache wird angezeigt, aber neue Daten konnten nicht abgerufen werden.";
21 $lang['first'] = "Der Cache wurde soeben erneuert, oder die Tabelle wurde das erste Mal abgerufen.";
26 $lang['cachedir'] = "Das cache-Verzeichnis konnte nicht erstellt werden";
/plugin/sqlcomp/lang/en/
H A Dlang.php20 $lang['cache'] = "Cache is displayed, but new data could not be retrieved.";
21 $lang['first'] = "Cache was refreshed, or table was collected for the first time.";
26 $lang['cachedir'] = "Cannot create cache dir";
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dcheck_acl.php167 $cache =& $cache_authname;
174 if (!isset($cache[$name][$skip_group])) {
176 $cache[$name][$skip_group] = '@'.preg_replace_callback(
181 $cache[$name][$skip_group] = preg_replace_callback(
188 return $cache[$name][$skip_group];
225 static $cache = array();
227 // check if it's already in the memory cache
228 if (isset($cache[(string)$raw_id])) {
229 return $cache[(string)$raw_id];
262 $cache[(string)$raw_id] = $id;
/plugin/eclipseupdateurl/
H A Dsyntax.php267 $CACHE = $conf['cachetime'];
268 $FILE = $this->media_get_from_URL($FEATUREURL,'jar',$CACHE);
282 function media_get_from_URL($url,$ext,$cache) { argument
285 // if no cache or fetchsize just redirect
286 if ($cache==0) return false;
293 if( ($mtime == 0) || // cache does not exist
294 ($cache != -1 && $mtime < time()-$cache) // 'recache' and cache has expired
303 //if cache exists use it else
/plugin/settingstree/
H A Dhelper.php50 function cache(){ function in helper_plugin_settingstree
53 // we don't want to use cache if it does not give performance upgrade
57 settingshierarchy::$cache = $this->memcahce;
78 $this->cache();
178 …if ($this->cache() && $cache_ver = $this->cache()->get("plugin_settringstree_settingsversion_{$plu…
192 if ($c = $this->cache()){
202 $c = $this->cache();
224 $c = $this->cache();
227 …($c){ // we don't update cache, if we can't save the values to the filesystem. It would be bad to …
258 …this->_storeValues($pluginname,$set)){ // the values are okay, and it managed to save to file/cache
[all …]
/plugin/tagfilter/helper/
H A Dsyntax.php3 use dokuwiki\Cache\Cache; alias
74 $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, rsor
[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``
155 Compilation Cache
158 All template loaders can cache the compiled templates on the filesystem for
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 …]

12345678910>>...83