Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php791 * @param string $authority
794 public function set_authority($authority, $clear_cache = false) argument
805 if ($authority === null) {
810 } elseif (isset($cache[$authority])) {
816 ] = $cache[$authority];
821 $remaining = $authority;
841 $cache[$authority] = [
H A DMisc.php226 'authority' => (string) $iri->authority,
233 …public static function compress_parse_url($scheme = '', $authority = '', $path = '', $query = '', … argument
237 $iri->authority = $authority;