Home
last modified time | relevance | path

Searched refs:ctype_lower (Results 1 – 14 of 14) sorted by last modified time

/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php40 if(!function_exists('ctype_lower')) {
41 function ctype_lower($var) { function
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php350 && ctype_lower(mb_substr($statement, 2, 1)) === true
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap80.php29 if (!function_exists('ctype_lower')) {
30 function ctype_lower(mixed $text): bool { return p\Ctype::ctype_lower($text); } function
H A DCtype.php112 public static function ctype_lower($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php33 if (!function_exists('ctype_lower')) {
34 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } function
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php112 public static function ctype_lower($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php30 function ctype_lower($input) { return p\Ctype::ctype_lower($input); } function
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …ote preg_grep overload ctype_alnum ctype_alpha ctype_cntrl ctype_digit ctype_lower ctype_graph cty…
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php112 public static function ctype_lower($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php20 function ctype_lower($text) { return p\Ctype::ctype_lower($text); } function
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php750 $valid = !ctype_lower($value);
/plugin/datagraph/
H A Dsyntax.php171 if(count($curname) > 1 || ctype_lower($curname[0][0])){
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/data-graph/
H A Dsyntax.php171 if(count($curname) > 1 || ctype_lower($curname[0][0])){