Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DIRI.php764 * @param string|null $authority
767 public function set_authority(?string $authority, bool $clear_cache = false) argument
778 if ($authority === null) {
783 } elseif (isset($cache[$authority])) {
789 ] = $cache[$authority];
794 $remaining = $authority;
817 $cache[$authority] = [
H A DMisc.php225 'authority' => (string) $iri->authority,
235 …public static function compress_parse_url(string $scheme = '', string $authority = '', string $pat… argument
239 $iri->authority = $authority;
H A DFile.php94 …$authority = (string) \idn_to_ascii($parsed['authority'], \IDNA_NONTRANSITIONAL_TO_ASCII, \INTL_ID…
95 …$url = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $authority, $parsed['path'], $parsed…
H A DEnclosure.php256 …$authority = (string) \idn_to_ascii($parsed['authority'], \IDNA_NONTRANSITIONAL_TO_ASCII, \INTL_ID…
257 …$this->link = \SimplePie\Misc::compress_parse_url($parsed['scheme'], $authority, $parsed['path'], …