Home
last modified time | relevance | path

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

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