Home
last modified time | relevance | path

Searched defs:string (Results 1 – 16 of 16) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-mbstring/
H A Dbootstrap80.php18 …function mb_decode_mimeheader(?string $string): string { return p\Mbstring::mb_decode_mimeheader((… argument
24 …function mb_decode_numericentity(?string $string, array $map, ?string $encoding = null): string { … argument
30 …function mb_convert_case(?string $string, ?int $mode, ?string $encoding = null): string { return p… argument
54 …function mb_parse_str(?string $string, &$result = []): bool { parse_str((string) $string, $result)… argument
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
102 …function mb_strwidth(?string $string, ?string $encoding = null): int { return p\Mbstring::mb_strwi… argument
108 …function mb_output_handler(?string $string, ?int $status): string { return p\Mbstring::mb_output_h… argument
119 …function mb_ord(?string $string, ?string $encoding = null): int|false { return p\Mbstring::mb_ord(… argument
[all …]
H A Dbootstrap.php22 function mb_decode_mimeheader($string) { return p\Mbstring::mb_decode_mimeheader($string); }
28 …function mb_decode_numericentity($string, $map, $encoding = null) { return p\Mbstring::mb_decode_n…
34 …function mb_convert_case($string, $mode, $encoding = null) { return p\Mbstring::mb_convert_case($s…
58 …function mb_parse_str($string, &$result = []) { parse_str($string, $result); return (bool) $result…
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…
106 …function mb_strwidth($string, $encoding = null) { return p\Mbstring::mb_strwidth($string, $encodin…
112 …function mb_output_handler($string, $status) { return p\Mbstring::mb_output_handler($string, $stat…
123 function mb_ord($string, $encoding = null) { return p\Mbstring::mb_ord($string, $encoding); }
[all …]
H A DMbstring.php542 public static function mb_str_split($string, $split_length = 1, $encoding = null)
/template/twigstarter/vendor/symfony/polyfill-php72/
H A Dbootstrap.php41 function utf8_encode($string) { return p\Php72::utf8_encode($string); }
44 function utf8_decode($string) { return p\Php72::utf8_decode($string); }
50 function mb_ord($string, $encoding = null) { return p\Php72::mb_ord($string, $encoding); }
56 …function mb_scrub($string, $encoding = null) { $encoding = null === $encoding ? mb_internal_encodi…
/template/twigstarter/vendor/twig/twig/src/Extension/
H A DCoreExtension.php996 function twig_trim_filter($string, $characterMask = null, $side = 'both')
1021 function twig_nl2br($string)
1045 function twig_convert_encoding($string, $to, $from)
1093 function twig_upper_filter(Environment $env, $string)
1105 function twig_lower_filter(Environment $env, $string)
1118 function twig_striptags($string, $allowable_tags = null)
1130 function twig_title_string_filter(Environment $env, $string)
1146 function twig_capitalize_string_filter(Environment $env, $string)
H A DEscaperExtension.php156 function twig_raw_filter($string)
171 function twig_escape_filter(Environment $env, $string, $strategy = 'html', $charset = null, $autoes…
/template/twigstarter/vendor/twig/twig/src/
H A DCompiler.php99 public function raw($string)
127 public function string($value) function in Twig\\Compiler
/template/a_new_day/js/
H A Dcontrols.js588 hasHTMLLineBreaks: function(string) { argument
592 convertHTMLLineBreaks: function(string) { argument
H A Dprototype.js612 function $w(string){ argument
/template/battlehorse/js/
H A Dcontrols.js588 hasHTMLLineBreaks: function(string) { argument
592 convertHTMLLineBreaks: function(string) { argument
H A Dprototype.js612 function $w(string){ argument
/template/gtopia/
H A DTwitterAPIExchange.php85 public function setGetfield($string)
/template/kajukkk/
H A Dnewpage.php100 function myUrlEncode($string) {
/template/starterbootstrap/js/
H A Dsorttable.js468 String.forEach = function(string, block, context) { argument
/template/scanlines/htc/PIE-1.0beta5/
H A DPIE_uncompressed.js989 string: /^("([^"]*)"|'([^']*)')/, property in Tokenizer
/template/ospyramid/js/libs/
H A Djquery-1.6.1.js6369 camelCase: function( string ) { argument