Home
last modified time | relevance | path

Searched refs:ctype_space (Results 1 – 11 of 11) sorted by relevance

/template/twigstarter/vendor/symfony/polyfill-ctype/
Dbootstrap.php43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
Dbootstrap80.php39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/strap/vendor/symfony/polyfill-ctype/
Dbootstrap.php43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
Dbootstrap80.php39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
Dpolyfill-ctype.php59 function ctype_space($var) { function
/template/twigstarter/vendor/twig/twig/src/TokenParser/
DSandboxTokenParser.php41 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/template/twigstarter/vendor/twig/twig/src/
DParser.php338 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
345 if ('' === $t || ctype_space($t)) {
/template/twigstarter/vendor/twig/twig/src/Node/
DModuleNode.php400 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/template/mikio/inc/stemmechanics/lesserphp/
Dlessc.inc.php2888 ctype_space($this->buffer[$this->count - 1]);
2906 ctype_space($this->buffer[$this->count - 1]);