Home
last modified time | relevance | path

Searched refs:ctype_alpha (Results 1 – 22 of 22) sorted by relevance

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } function
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/combo/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php21 if (!function_exists('ctype_alpha')) {
22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
H A Dbootstrap80.php17 if (!function_exists('ctype_alpha')) {
18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
H A DCtype.php48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/autonumbering/
H A Dsyntax.php109 if (ctype_alpha($dataTab[$i])) {
139 if (ctype_alpha($COUNTER[$counterID][$i])) {
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php4 function ctype_alpha($string) function
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php16 if(!function_exists('ctype_alpha')) {
17 function ctype_alpha($var) { function
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdown.php90 if (isset($this->context[1]) && $this->context[1] === 'list' && !ctype_alpha($line[0]) && (
H A DGithubMarkdown.php69 || !ctype_alpha($line[0]) && (
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/
H A DDocLexer.php129 if ($value[0] === '_' || $value[0] === '\\' || ctype_alpha($value[0])) {
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/
H A DFilesystemLoader.php294 || (\strlen($file) > 3 && ctype_alpha($file[0])
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/
H A DAssetFactory.php405 …return '/' == $path[0] || '\\' == $path[0] || (3 < strlen($path) && ctype_alpha($path[0]) && $path…
/plugin/findologicxmlexport/vendor/webmozart/assert/src/
H A DAssert.php656 $valid = ctype_alpha($value[0]);
705 $valid = !ctype_alpha($value);
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/
H A DTag.php266 if(ctype_alpha(substr($tagString, $i + 1, 1)))
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DLexer.php400 if (ctype_alpha($operator[$length - 1])) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php543 if(!ctype_alpha($string{$j}))
/plugin/odt/ODT/css/
H A Dcssimportnew.php48 if (ctype_alpha($attribute_string [$found-1])) {
/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …_replace_callback preg_split preg_quote preg_grep overload ctype_alnum ctype_alpha ctype_cntrl cty…
/plugin/scrape/
H A DHTMLPurifier.standalone.php