Home
last modified time | relevance | path

Searched refs:ctype_digit (Results 1 – 15 of 15) sorted by relevance

/template/strap/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
H A Dbootstrap80.php24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
H A DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap.php28 function ctype_digit($text) { return p\Ctype::ctype_digit($text); } function
Dbootstrap80.php24 function ctype_digit(mixed $text): bool { return p\Ctype::ctype_digit($text); } function
DCtype.php80 public static function ctype_digit($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/starterbootstrap/
Dmain.php39 if ($brandImgHeight && ctype_digit($brandImgHeight)) $brandImgHeight .= 'px';
45 if (ctype_digit($brandImgMargin)) $brandImgMargin .= 'px';
/template/mikio/inc/
H A Dpolyfill-ctype.php29 function ctype_digit($var) { function
/template/twigstarter/vendor/twig/twig/src/Node/Expression/
DTempNameExpression.php32 if (null !== $name && (\is_int($name) || ctype_digit($name))) {
DArrayExpression.php32 …if ($pair['key'] instanceof ConstantExpression && ctype_digit((string) $pair['key']->getAttribute(…
/template/twigstarter/vendor/twig/twig/src/
DLexer.php424 } elseif (ctype_digit($nextChar) && $nextChar < '8') {
426 …while ($i + 1 < $length && ctype_digit($str[$i + 1]) && $str[$i + 1] < '8' && \strlen($octal) < 3)…
/template/strap/vendor/symfony/yaml/
H A DInline.php666 case ctype_digit($scalar):
676 case '-' === $scalar[0] && ctype_digit(substr($scalar, 1)):
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php615 …if (ctype_digit($asString) || ('' !== $asString && '-' === $asString[0] && ctype_digit(substr($asS…
/template/mikio/
H A Dmikio.php875 if (ctype_digit($width) === true) {
883 if (ctype_digit($height) === true) {
/template/mikio/inc/stemmechanics/lesserphp/
H A Dlessc.inc.php3249 if (!ctype_digit($char) && $char != ".") return false;