Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
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/
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…
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)…
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…
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/
DHost.php101 … $string = idn_to_ascii($string, IDNA_NONTRANSITIONAL_TO_ASCII, INTL_IDNA_VARIANT_UTS46);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php379 return \idn_to_ascii($domain, $options, \INTL_IDNA_VARIANT_UTS46, $info);