Home
last modified time | relevance | path

Searched refs:parse_URL (Results 1 – 5 of 5) sorted by last modified time

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php104 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DMemcached.php101 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DMySQL.php105 $this->options = array_replace_recursive($this->options, \SimplePie\Cache::parse_URL($location));
H A DRedis.php97 $parsed = \SimplePie\Cache::parse_URL($location);
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php133 public static function parse_URL($url) function in SimplePie\\Cache