/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 16 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
|
H A D | Ctype.php | 48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
/plugin/mdpage/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } function
|
H A D | Ctype.php | 48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
/plugin/combo/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 21 if (!function_exists('ctype_alpha')) { 22 function ctype_alpha($text) { return p\Ctype::ctype_alpha($text); } function
|
H A D | bootstrap80.php | 17 if (!function_exists('ctype_alpha')) { 18 function ctype_alpha(mixed $text): bool { return p\Ctype::ctype_alpha($text); } function
|
H A D | Ctype.php | 48 public static function ctype_alpha($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
/plugin/autonumbering/ |
H A D | syntax.php | 109 if (ctype_alpha($dataTab[$i])) { 139 if (ctype_alpha($COUNTER[$counterID][$i])) {
|
/plugin/freechat/phpfreechat/lib/ctype/ |
H A D | ctype.php | 4 function ctype_alpha($string) function
|
/plugin/mikioplugin/inc/ |
H A D | polyfill-ctype.php | 16 if(!function_exists('ctype_alpha')) { 17 function ctype_alpha($var) { function
|
/plugin/mdpage/vendor/cebe/markdown/ |
H A D | Markdown.php | 90 if (isset($this->context[1]) && $this->context[1] === 'list' && !ctype_alpha($line[0]) && (
|
H A D | GithubMarkdown.php | 69 || !ctype_alpha($line[0]) && (
|
/plugin/findologicxmlexport/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/ |
H A D | DocLexer.php | 129 if ($value[0] === '_' || $value[0] === '\\' || ctype_alpha($value[0])) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Loader/ |
H A D | FilesystemLoader.php | 294 || (\strlen($file) > 3 && ctype_alpha($file[0])
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/ |
H A D | AssetFactory.php | 405 …return '/' == $path[0] || '\\' == $path[0] || (3 < strlen($path) && ctype_alpha($path[0]) && $path…
|
/plugin/findologicxmlexport/vendor/webmozart/assert/src/ |
H A D | Assert.php | 656 $valid = ctype_alpha($value[0]); 705 $valid = !ctype_alpha($value);
|
/plugin/html2pdf/html2pdf/html2ps/classes/org/active-link/xml/ |
H A D | Tag.php | 266 if(ctype_alpha(substr($tagString, $i + 1, 1)))
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Lexer.php | 400 if (ctype_alpha($operator[$length - 1])) {
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy.php | 543 if(!ctype_alpha($string{$j}))
|
/plugin/odt/ODT/css/ |
H A D | cssimportnew.php | 48 if (ctype_alpha($attribute_string [$found-1])) {
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …_replace_callback preg_split preg_quote preg_grep overload ctype_alnum ctype_alpha ctype_cntrl cty…
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|