Home
last modified time | relevance | path

Searched full:cache (Results 151 – 175 of 2069) sorted by relevance

12345678910>>...83

/dokuwiki/inc/
H A Dparserutils.php12 use dokuwiki\Cache\CacheInstructions;
13 use dokuwiki\Cache\CacheRenderer;
46 * Render metadata using the metadata cache logic. The P_GET_METADATA_RENDER_LIMIT
50 * the simple cache mode that metadata needs to be rendered for all pages at once
59 * limited. This can be combined with the simple cache using
151 $cache = new CacheRenderer($id, $file, $format);
152 if ($cache->useCache()) {
153 $parsed = $cache->retrieveCache(false);
155 $parsed .= "\n<!-- cachefile {$cache->cache} use
455 p_read_metadata($id, $cache = false) global() argument
[all...]
/plugin/graphviz/
H A Dsyntax.php88 * Cache file is based on parameters that influence the result image
122 $cache = $this->_cachename($data,'png');
125 if(!file_exists($cache)){
128 $ok = $this->_run($data,$in,$cache);
130 $ok = $this->_remote($data,$in,$cache);
138 $cache = media_resize_image($cache,'png',$data['width'],$data['height']);
142 if(!file_exists($cache)) return false;
144 return $cache;
/plugin/projects/pchart/pchart/
H A Dpcache.php3 pCache - Faster renderding using data cache
23 pCache($CacheFolder="Cache/")
24 Cache management :
38 var $CacheFolder = "cache/";
41 function pCache($CacheFolder="cache/")
46 /* This function is clearing the cache folder */
72 /* This function is making a copy of drawn chart in the cache folder */
/plugin/charter/lib/pchart/
H A DpCache.class.php3 pCache - Faster renderding using data cache
23 pCache($CacheFolder="Cache/")
24 Cache management :
38 var $CacheFolder = "Cache/";
41 function pCache($CacheFolder="Cache/")
46 /* This function is clearing the cache folder */
72 /* This function is making a copy of drawn chart in the cache folder */
/plugin/templateconfhelper/exe/
H A Dcss.php62 …$cache = new cache('styles'.$_SERVER['HTTP_HOST'].$_SERVER['SERVER_PORT'].DOKU_BASE.$cache.$mediat…
119 // check cache age & handle conditional request
120 // This may exit if a cache can be used
121 http_cached($cache->cache,
122 $cache->useCache(array('files' => $cache_files)));
178 http_cached_finish($cache->cache, $css);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dextension.cache.mysql.php9 // extension.cache.mysql.php - part of getID3() //
24 * Example: (see also demo.cache.mysql.php in /demo/)
37 * require_once 'getid3/getid3/extension.cache.mysql.php';
45 * Supported Cache Types (this extension)
54 * DBM-Style Databases: (use extension.cache.dbm)
67 * Recommended Cache Types
93 * constructor - see top of this file for cache type and cache_options
125 // Create cache table if not exists
128 // Check version number and clear cache if changed
149 * clear cache
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dannotations.rst88 Since parsing docblocks can be expensive you should cache this process by using
100 "/path/to/cache",
104 If you set the debug flag to true the cache reader will check for changes in the original files, wh…
105 …uring development. If you don't set it to true you have to delete the directory to clear the cache.
109 You can also use one of the ``Doctrine\Common\Cache\Cache`` cache implementations to cache the anno…
115 use Doctrine\Common\Cache\ApcCache;
123 The debug flag is used here as well to invalidate the cache files when the PHP class with annotatio…
132 accessible if a cache is used unless the cache is cleared and the
149 …the cache with indexed or numeric keys, otherwise your code may experience failures due to caching…
/dokuwiki/inc/Cache/
H A DCacheParser.php3 namespace dokuwiki\Cache;
8 class CacheParser extends Cache
10 public $file = ''; // source file for cache
17 * @param string $file source file for cache
35 * method contains cache use decision logic
50 // parser cache file dependencies ...
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.state.class.php139 static $cache = array();
140 if (!isset($cache[$code])) {
141 $cache[$code] =& CSS::get_handler($code);
143 $value =& $cache[$code]->get($this->_state[0]);
166 static $cache = array();
167 if (!isset($cache[$code])) {
168 $cache[$code] =& CSS::get_handler($code);
171 $cache[$code]->clearDefaultFlags($this);
/plugin/log/
H A Daction.php27 $cache =& $event->data;
30 if (!isset($cache->page)) return;
33 if (!p_get_metadata($cache->page, 'relation logplugin')) {
38 $cache->depends['files'][] = wikiFN(log_get_log_page($this, $cache->page));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/BCMath/Reductions/
H A DBarrett.php30 * Cache constants
38 * $cache[self::DATA] contains the cached data.
68 static $cache = [
86 $key = count($cache[self::VARIABLE]);
87 $cache[self::VARIABLE][] = $m;
93 $cache[self::DATA][] = [
98 extract($cache[self::DATA][$key]);
155 static $cache = [
167 $key = count($cache[self::VARIABLE]);
168 $cache[self::VARIABLE][] = $n;
[all …]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php46 namespace SimplePie\Cache;
51 * Subset of PSR-16 Cache client for caching data arrays
66 * Fetches a value from the cache.
73 * @param string $key The unique key of this item in the cache.
76 * @return array|mixed The value of the item from the cache, or $default in case of cache miss.
84 * Persists data in the cache, uniquely referenced by a key with an optional expiration TTL time.
105 * Delete an item from the cache by its unique key.
112 * @param string $key The unique cache key of the item to delete.
/plugin/findologicxmlexport/vendor/jms/metadata/src/Cache/
H A DCacheInterface.php5 namespace Metadata\Cache;
12 * Loads a class metadata instance from the cache
17 * Puts a class metadata instance into the cache
22 * Evicts the class metadata for the given class from the cache.
/template/twigstarter/vendor/twig/twig/lib/Twig/Cache/
H A DFilesystem.php3 use Twig\Cache\FilesystemCache;
5 class_exists('Twig\Cache\FilesystemCache');
7 …g_Cache_Filesystem" class is deprecated since Twig version 2.7, use "Twig\Cache\FilesystemCache" i…
10 /** @deprecated since Twig 2.7, use "Twig\Cache\FilesystemCache" instead */
H A DNull.php3 use Twig\Cache\NullCache;
5 class_exists('Twig\Cache\NullCache');
7 …e "Twig_Cache_Null" class is deprecated since Twig version 2.7, use "Twig\Cache\NullCache" instead…
10 /** @deprecated since Twig 2.7, use "Twig\Cache\NullCache" instead */
/template/twigstarter/vendor/twig/twig/lib/Twig/
H A DCacheInterface.php3 use Twig\Cache\CacheInterface;
5 class_exists('Twig\Cache\CacheInterface');
7 …wig_CacheInterface" class is deprecated since Twig version 2.7, use "Twig\Cache\CacheInterface" in…
10 /** @deprecated since Twig 2.7, use "Twig\Cache\CacheInterface" instead */
/plugin/xslfo/
H A Daction.php68 // Prepare and check the cache
69 // (The same cache key is also used below for the XML file)
71 $pdf_cache = new cache($cache_key, '.pdf');
79 if (!$this->generatePDF($cache_key, $pdf_cache->cache)) {
84 $this->sendFile($pdf_cache->cache, $title);
93 * @param string $cache_key The key of the cache, for the XML file
136 * Doesn't check for an existing XML cache because at this point we always
198 // Cache the XML (for use by the XSLFO processor, not subsequent calls
200 $xml_cache = new cache($ID.$REV.'_xslfo', '.xml');
202 return $xml_cache->cache;
[all …]
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DTree.php27 * This is the node cache. Accessed nodes are stored here.
32 protected $cache = []; variable in Sabre\\DAV\\Tree
56 if (isset($this->cache[$path])) return $this->cache[$path];
80 $this->cache[$path] = $node;
201 $this->cache[$basePath . $child->getName()] = $child;
229 // flushing the entire cache
231 foreach ($this->cache as $nodePath => $node) {
233 unset($this->cache[$nodePath]);
240 * This method tells the tree system to pre-fetch and cache a list of
275 $this->cache[$fullPath] = $childNode;
/plugin/eventline/
H A DgetXmlData.php19 require_once DOKU_INC . '/inc/cache.php';
25 $cache = new cache_instructions($dokuPageId, $pagePath);
26 if ($cache->useCache()){
27 $instructions = $cache->retrieveCache();
30 $cache->storeCache($instructions);
/plugin/findologicxmlexport/vendor/twig/twig/lib/Twig/Loader/
H A DString.php24 * When using this loader with a cache mechanism, you should know that a new cache
25 * key is generated each time a template content "changes" (the cache key being the
26 * source code of the template). If you don't want to see your cache grows out of
27 * control, you need to take care of clearing the old cache file by yourself.
/plugin/ahrefmenu/
H A Dlocal_map.xml25cache=cache&amp;media=reports:vicegrafunahled.jpg" link="http://sql2008rs:81/dokuwiki/lib/exe/deta…
27 …<leaf link="http://sql2008rs:81/dokuwiki/lib/exe/fetch.php?cache=cache&amp;media=reports:vicegrafu…
28 …<leafText>http://sql2008rs:81/dokuwiki/lib/exe/fetch.php?cache=cache&amp;media=reports:vicegrafuna…
/plugin/seqdia/
H A Dsyntax.php89 * Cache file is based on parameters that influence the result image
123 $cache = $this->_cachename($data,'png');
126 if(!file_exists($cache)){
128 $ok = $this->_remote($data,$in,$cache);
135 $cache = media_resize_image($cache,'png',$data['width'],$data['height']);
139 if(!file_exists($cache)) return false;
141 return $cache;
/plugin/authgooglesheets/vendor/google/auth/src/Cache/
H A DMemoryCacheItemPool.php18 namespace Google\Auth\Cache;
20 use Psr\Cache\CacheItemInterface;
21 use Psr\Cache\CacheItemPoolInterface;
24 * Simple in-memory cache implementation.
41 * @return CacheItemInterface The corresponding Cache Item.
52 * A traversable collection of Cache Items keyed by the cache keys of
53 * each item. A Cache item will be returned for each key, even if that
72 * True if item exists in the cache, false otherwise.
/plugin/tiledblog/
H A Dajax.php23 $cacheDir = $savedir."cache/tiledblog/";
27 @unlink ($baseName."-tile.cache");
28 @unlink ($baseName."-sample.cache");
44 if (eregi ('.*-tile\.cache$', $file, $b) ||
45 eregi ('.*-sample\.cache$', $file, $b))
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php28 protected $cache = []; variable in Twig\\Loader\\FilesystemLoader
101 // invalidate the cache
102 $this->cache = $this->errorCache = [];
122 // invalidate the cache
123 $this->cache = $this->errorCache = [];
168 if (isset($this->cache[$name])) {
191 if (isset($this->cache[$name])) {
192 return $this->cache[$name];
232 return $this->cache[$name] = $realpath;
235 return $this->cache[$name] = $path.'/'.$shortname;

12345678910>>...83