Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUtils.php80 return \idn_to_ascii($domain, $options, INTL_IDNA_VARIANT_UTS46, $info);
87 return Idn::idn_to_ascii($domain, $options, Idn::INTL_IDNA_VARIANT_UTS46, $info);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A Dbootstrap80.php121 …cii(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46, &$idna_i…
124 …tf8(?string $domain, ?int $flags = IDNA_DEFAULT, ?int $variant = INTL_IDNA_VARIANT_UTS46, &$idna_i…
H A Dbootstrap.php140 …function idn_to_ascii($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null…
143 …function idn_to_utf8($domain, $flags = 0, $variant = \INTL_IDNA_VARIANT_UTS46, &$idna_info = null)…
H A DIdn.php43 public const INTL_IDNA_VARIANT_UTS46 = 1; define in Symfony\\Polyfill\\Intl\\Idn\\Idn
148 …cii($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_i…
157 …'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & self::IDNA_CHECK…
201 …tf8($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_i…
211 …'CheckJoiners' => self::INTL_IDNA_VARIANT_UTS46 === $variant && 0 !== ($options & self::IDNA_CHECK…