Home
last modified time | relevance | path

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

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