Home
last modified time | relevance | path

Searched defs:encoding (Results 1 – 7 of 7) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php33 …function mb_internal_encoding(?string $encoding = null): string|bool { return p\Mbstring::mb_inter…
42 …function mb_encoding_aliases(?string $encoding): array { return p\Mbstring::mb_encoding_aliases((s…
45 …function mb_check_encoding(array|string|null $value = null, ?string $encoding = null): bool { retu…
51 …(array|string|null $encoding = null): array|bool { return p\Mbstring::mb_detect_order($encoding); }
57 …function mb_strlen(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strlen(… argument
63 …function mb_strtolower(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… argument
66 …function mb_strtoupper(?string $string, ?string $encoding = null): string { return p\Mbstring::mb_… argument
99 …function mb_http_output(?string $encoding = null): string|bool { return p\Mbstring::mb_http_output…
102 …function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwi… argument
119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… argument
[all …]
H A Dbootstrap.php37 …function mb_internal_encoding($encoding = null) { return p\Mbstring::mb_internal_encoding($encodin…
46 function mb_encoding_aliases($encoding) { return p\Mbstring::mb_encoding_aliases($encoding); }
49 …function mb_check_encoding($value = null, $encoding = null) { return p\Mbstring::mb_check_encoding…
55 function mb_detect_order($encoding = null) { return p\Mbstring::mb_detect_order($encoding); }
61 …function mb_strlen($string, $encoding = null) { return p\Mbstring::mb_strlen($string, $encoding); }
67 …function mb_strtolower($string, $encoding = null) { return p\Mbstring::mb_strtolower($string, $enc…
70 …function mb_strtoupper($string, $encoding = null) { return p\Mbstring::mb_strtoupper($string, $enc…
103 function mb_http_output($encoding = null) { return p\Mbstring::mb_http_output($encoding); }
106 …function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encodin…
123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); }
[all …]
H A DMbstring.php271 public static function mb_convert_case($s, $mode, $encoding = null)
349 public static function mb_internal_encoding($encoding = null)
396 public static function mb_encoding_aliases($encoding)
484 public static function mb_strlen($s, $encoding = null)
584 public static function mb_strtolower($s, $encoding = null)
589 public static function mb_strtoupper($s, $encoding = null)
729 public static function mb_http_output($encoding = null)
734 public static function mb_strwidth($s, $encoding = null)
757 public static function mb_chr($code, $encoding = null)
776 public static function mb_ord($s, $encoding = null)
[all …]
/template/twigstarter/vendor/symfony/polyfill-php72/
H A Dbootstrap.php50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }
53 function mb_chr($codepoint, $encoding = null) { return p\Php72::mb_chr($codepoint, $encoding); }
56 …function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encodi…
H A DPhp72.php173 public static function mb_chr($code, $encoding = null)
192 public static function mb_ord($s, $encoding = null)
/template/a_new_day/js/
H A Dprototype.js810 encoding: 'UTF-8', property in Ajax.Base.setOptions.options
/template/battlehorse/js/
H A Dprototype.js810 encoding: 'UTF-8', property in Ajax.Base.setOptions.options