Searched refs:INTL_IDNA_VARIANT_UTS46 (Results 1 – 6 of 6) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | Utils.php | 80 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/ |
| D | bootstrap80.php | 121 …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…
|
| D | bootstrap.php | 140 …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)…
|
| D | Idn.php | 43 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/ |
| D | Host.php | 101 … $string = idn_to_ascii($string, IDNA_NONTRANSITIONAL_TO_ASCII, INTL_IDNA_VARIANT_UTS46);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Utils.php | 379 return \idn_to_ascii($domain, $options, \INTL_IDNA_VARIANT_UTS46, $info);
|