Searched refs:authority (Results 1 – 4 of 4) sorted by relevance
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | IRI.php | 764 * @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 D | Misc.php | 225 'authority' => (string) $iri->authority, 235 …public static function compress_parse_url(string $scheme = '', string $authority = '', string $pat… argument 239 $iri->authority = $authority;
|
| H A D | File.php | 94 …$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 D | Enclosure.php | 256 …$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'], …
|