Home
last modified time | relevance | path

Searched refs:ctype_upper (Results 1 – 13 of 13) sorted by path

/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …type_digit ctype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper ctype_xdigit vi…
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DVocabularyImpl.php110 if (\ctype_upper($firstChar)) {
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php45 if (!function_exists('ctype_upper')) {
46 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function
H A Dbootstrap80.php41 if (!function_exists('ctype_upper')) {
42 function ctype_upper(mixed $text): bool { return p\Ctype::ctype_upper($text); } function
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php24 function ctype_upper($text) { return p\Ctype::ctype_upper($text); } function
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php765 $valid = !ctype_upper($value);
/plugin/gil/
H A Dsyntax.php127 if (ctype_upper($match[0])) {
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php176 public static function ctype_upper($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php42 function ctype_upper($input) { return p\Ctype::ctype_upper($input); } function
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php64 if(!function_exists('ctype_upper')) {
65 function ctype_upper($var) { function
71 function ctype_upper($var) { function
/plugin/pubmed2020/classes/
H A Dpubmed2020.php719 if (strlen($word) > 1 && ctype_upper(str_replace("-", "", $word))) {
838 if (ctype_upper(str_replace(" ", "", $name))) {