Home
last modified time | relevance | path

Searched full:cache (Results 51 – 75 of 2069) sorted by last modified time

12345678910>>...83

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php46 namespace SimplePie\Cache;
71 protected $cache; variable in SimplePie\\Cache\\Memcache
81 * Cache name
88 * Create a new cache object
91 * @param string $name Unique ID for the cache
104 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
108 $this->cache = new NativeMemcache();
109 $this->cache->addServer($this->options['host'], (int) $this->options['port']);
113 * Save data to the cache
115 * @param array|\SimplePie\SimplePie $data Data to store in the cache
[all...]
H A DMemcached.php46 namespace SimplePie\Cache;
71 protected $cache; variable in SimplePie\\Cache\\Memcached
80 * Cache name
86 * Create a new cache object
88 * @param string $name Unique ID for the cache
101 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
105 $this->cache = new NativeMemcached();
106 $this->cache->addServer($this->options['host'], (int)$this->options['port']);
110 * Save data to the cache
111 * @param array|\SimplePie\SimplePie $data Data to store in the cache
[all...]
H A DNameFilter.php44 namespace SimplePie\Cache;
47 * Interface for creating a cache filename
55 * Method to create cache filename with.
71 * @param string $name The name for the cache will be most likly an url with query string
73 * @return string the new cache name
H A DPsr16.php46 namespace SimplePie\Cache;
52 * Caches data into a PSR-16 cache implementation
61 * PSR-16 cache implementation
65 private $cache; variable in SimplePie\\Cache\\Psr16
68 * PSR-16 cache implementation
70 * @param CacheInterface $cache
72 public function __construct(CacheInterface $cache) argument
74 $this->cache = $cache;
78 * Fetches a value from the cache
[all...]
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DBase.php46 use SimplePie\Cache\Base;
48 interface_exists('SimplePie\Cache\Base');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache_Base" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Base" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Base" instead */
H A DDB.php46 use SimplePie\Cache\DB;
48 class_exists('SimplePie\Cache\DB');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache_DB" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\DB" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\DB" instead */
H A DFile.php46 use SimplePie\Cache\File;
48 class_exists('SimplePie\Cache\File');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache_File" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\File" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\File" instead */
H A DMemcache.php46 use SimplePie\Cache\Memcache;
48 class_exists('SimplePie\Cache\Memcache');
50 // @trigger_error(sprintf('Using the "SimplePie_Cache_Memcache" class is deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Memcache" instead.'), \E_USER_DEPRECATED);
53 /** @deprecated since SimplePie 1.7.0, use "SimplePie\Cache\Memcache" instead */
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2046 header('Cache-Control: must-revalidate');
H A DParser.php350 static $cache = [];
351 if (!isset($cache[$string])) {
371 $cache[$string] = [$namespace, $local_name];
373 $cache[$string] = ['', $string];
376 return $cache[$string];
503 // Cache this h-card for the next h-entry to check.
H A DRegistry.php69 Cache::class => Cache::class,
113 'Cache' => Cache::class,
255 case Cache::class:
257 // Cache::create() methods in PHP < 8.0.
/dokuwiki/vendor/simplepie/simplepie/src/Parse/
H A DDate.php603 static $cache;
604 if (!isset($cache[get_class($this)])) {
609 $cache[get_class($this)][] = $method;
614 foreach ($cache[get_class($this)] as $method) {
/dokuwiki/inc/Search/
H A DIndexer.php18 * @var array $pidCache Cache for getPID()
304 // reset the pid cache
482 // clear the pid cache
551 // return PID without locking when it is in the cache
577 // avoid expensive addIndexKey operation for the most recently requested pages by using a cache
580 // limit cache to 10 entries by discarding the oldest element as in DokuWiki usually only the most recently
1129 * Read the index directory or a cache file and returns
/dokuwiki/inc/Sitemap/
H A DMapper.php26 * The map is placed in the cache directory named sitemap.xml.gz - This
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php177 * Generate a filename for the feed cache file. The result will be $_SERVER["SCRIPT_NAME"] with the extension changed
182 * @return string the feed cache filename
207 header("Cache-Control: no-cache");
208 header("Pragma: no-cache");
225 * Turns on caching and checks if there is a recent version of this feed in the cache.
H A DHTMLCreator.php151 * @return string the feed cache filename
H A DJSCreator.php34 * @return string the feed cache filename
H A DKMLCreator.php93 * Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
95 * @return string the feed cache filename
/dokuwiki/inc/Utf8/
H A DUnicode.php147 //initialize UTF8 cache
/dokuwiki/inc/Action/
H A DExport.php49 // search engines: never cache exported docs! (Google only currently)
/dokuwiki/inc/
H A Dcommon.php15 use dokuwiki\Cache\CacheRenderer;
272 // cache most recent changelog line in metadata if missing and still valid
620 if (isset($more['cache']) && $more['cache'] == 'cache') unset($more['cache']);
636 $more = str_replace('cache=cache', '', $more); //skip default
1308 // if useheading is enabled, purge the cache of all linking pages
1312 $cache
[all...]
/dokuwiki/vendor/composer/
H A Dinstalled.json469 "psr/simple-cache": "^1 || ^2 || ^3",
/dokuwiki/vendor/geshi/geshi/
H A DBUGS17 making some sort of "cache" effect to speed things up and reduce server load.
/dokuwiki/lib/plugins/config/lang/ia/
H A Dlang.php89 $lang['cachetime'] = 'Etate maximal pro le cache (secundas)';
/dokuwiki/inc/parser/
H A Dmetadata.php605 * @param string $cache cache|recache|nocache
614 $cache = null,
632 * @param string $cache cache|recache|nocache
641 $cache = null,
604 internalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument
625 externalmedia($src, $title = null, $align = null, $width = null, $height = null, $cache = null, $linking = null) global() argument

12345678910>>...83