Home
last modified time | relevance | path

Searched refs:parse_URL (Results 1 – 5 of 5) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php98 public static function parse_URL(string $url) function in SimplePie\\Cache
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php64 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DMemcached.php61 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DRedis.php58 $parsed = \SimplePie\Cache::parse_URL($location);
H A DMySQL.php65 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));