| [ Index ] |
PHP Cross Reference of phpBB-3.3.14-deutsch |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 923 lines (30 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 6 files vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_mapped.php vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed_STD3_valid.php vendor/symfony/polyfill-intl-idn/Resources/unidata/disallowed.php vendor/symfony/polyfill-intl-idn/Resources/unidata/ignored.php vendor/symfony/polyfill-intl-idn/Resources/unidata/mapped.php vendor/symfony/polyfill-intl-idn/Resources/unidata/deviation.php |
| idn_to_ascii($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = []) X-Ref |
param: string $domainName param: int $options param: int $variant param: array $idna_info return: string|false |
| idn_to_utf8($domainName, $options = self::IDNA_DEFAULT, $variant = self::INTL_IDNA_VARIANT_UTS46, &$idna_info = []) X-Ref |
param: string $domainName param: int $options param: int $variant param: array $idna_info return: string|false |
| isValidContextJ(array $codePoints, $label) X-Ref |
param: string $label return: bool |
| mapCodePoints($input, array $options, Info $info) X-Ref |
param: string $input param: array<string, bool> $options return: string |
| process($domain, array $options, Info $info) X-Ref |
param: string $domain param: array<string, bool> $options return: array<int, string> |
| validateBidiLabel($label, Info $info) X-Ref |
param: string $label |
| validateDomainAndLabelLength(array $labels, Info $info) X-Ref |
param: array<int, string> $labels |
| validateLabel($label, Info $info, array $options, $canBeEmpty) X-Ref |
param: string $label param: array<string, bool> $options param: bool $canBeEmpty |
| punycodeDecode($input) X-Ref |
param: string $input return: string |
| punycodeEncode($input) X-Ref |
param: string $input return: string |
| adaptBias($delta, $numPoints, $firstTime) X-Ref |
param: int $delta param: int $numPoints param: bool $firstTime return: int |
| encodeDigit($d, $flag) X-Ref |
param: int $d param: bool $flag return: string |
| utf8Decode($input) X-Ref |
| Takes a UTF-8 encoded string and converts it into a series of integer code points. Any invalid byte sequences will be replaced by a U+FFFD replacement code point. param: string $input return: array<int, int> |
| lookupCodePointStatus($codePoint, $useSTD3ASCIIRules) X-Ref |
param: int $codePoint param: bool $useSTD3ASCIIRules return: array{status: string, mapping?: string} |
| Generated: Mon Nov 25 19:05:08 2024 | Cross-referenced by PHPXref 0.7.1 |