Home
last modified time | relevance | path

Searched defs:ctype_alpha (Results 1 – 9 of 9) sorted by path

/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
H A Dbootstrap80.php18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php4 function ctype_alpha($string) function
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } function
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php17 function ctype_alpha($var) { function