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.php132 public static function parse_URL($url) function in SimplePie\\Cache
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcached.php100 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DMemcache.php103 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DRedis.php96 $parsed = \SimplePie\Cache::parse_URL($location);
H A DMySQL.php104 … $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));