Home
last modified time | relevance | path

Searched refs:cache_location (Results 1 – 2 of 2) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DSanitize.php80 public $cache_location = './cache'; variable in SimplePie\\Sanitize
136 public function pass_cache_data($enable_cache = true, $cache_location = './cache', $cache_name_function = 'md5', $cache_class = 'SimplePie\Cache', DataCache $cache = null) argument
142 if ($cache_location) {
143 $this->cache_location = (string) $cache_location;
435 trigger_error("$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.", E_USER_WARNING);
645 $this->cache_location,
H A DSimplePie.php551 public $cache_location = './cache'; variable in SimplePie\\SimplePie
944 $this->cache_location = (string) $location;
1549 $this->cache_location,
1670 trigger_error("$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.", E_USER_WARNING);
1896 trigger_error("$this->cache_location is not writable. Make sure you've set the correct relative or absolute path, and that the location is server-writable.", E_USER_WARNING);
3216 $this->cache_location,