Home
last modified time | relevance | path

Searched defs:text (Results 101 – 125 of 33102) sorted by relevance

12345678910>>...1325

/dports/www/elgg/elgg-3.3.23/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/phpbb3/phpBB3/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/deskutils/egroupware/egroupware/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
21 function ctype_print($text) { return p\Ctype::ctype_print($text); }
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
23 function ctype_space($text) { return p\Ctype::ctype_space($text); }
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/baikal/baikal/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/finance/prestashop/prestashop/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
27 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
30 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
33 function ctype_print($text) { return p\Ctype::ctype_print($text); }
36 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
39 function ctype_space($text) { return p\Ctype::ctype_space($text); }
42 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/opencart/opencart-3.0.3.8/upload/system/storage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
27 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
30 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
33 function ctype_print($text) { return p\Ctype::ctype_print($text); }
36 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
39 function ctype_space($text) { return p\Ctype::ctype_space($text); }
42 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/matomo/piwik/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
21 function ctype_print($text) { return p\Ctype::ctype_print($text); }
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
23 function ctype_space($text) { return p\Ctype::ctype_space($text); }
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/xoops/XoopsCore25-2.5.10/htdocs/class/libraries/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
17 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
18 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
19 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
21 function ctype_print($text) { return p\Ctype::ctype_print($text); }
22 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
23 function ctype_space($text) { return p\Ctype::ctype_space($text); }
24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
27 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
30 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
33 function ctype_print($text) { return p\Ctype::ctype_print($text); }
36 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
39 function ctype_space($text) { return p\Ctype::ctype_space($text); }
42 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/security/nextcloud-twofactor_webauthn/twofactor_webauthn/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
/dports/databases/phpmyadmin5/phpMyAdmin-5.1.2-all-languages/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
/dports/www/typo3-10/typo3_src-10.4.25/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php15 function ctype_alnum(mixed $text): bool { return p\Ctype::ctype_alnum($text); }
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); }
21 function ctype_cntrl(mixed $text): bool { return p\Ctype::ctype_cntrl($text); }
24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); }
27 function ctype_graph(mixed $text): bool { return p\Ctype::ctype_graph($text); }
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); }
33 function ctype_print(mixed $text): bool { return p\Ctype::ctype_print($text); }
36 function ctype_punct(mixed $text): bool { return p\Ctype::ctype_punct($text); }
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); }
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); }
[all …]
H A Dbootstrap.php19 function ctype_alnum($text) { return p\Ctype::ctype_alnum($text); }
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); }
25 function ctype_cntrl($text) { return p\Ctype::ctype_cntrl($text); }
28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); }
31 function ctype_graph($text) { return p\Ctype::ctype_graph($text); }
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); }
37 function ctype_print($text) { return p\Ctype::ctype_print($text); }
40 function ctype_punct($text) { return p\Ctype::ctype_punct($text); }
43 function ctype_space($text) { return p\Ctype::ctype_space($text); }
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); }
[all …]

12345678910>>...1325