Home
last modified time | relevance | path

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

/template/twigstarter/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
H A Dbootstrap80.php39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
H A DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/template/mikio/inc/
H A Dpolyfill-ctype.php58 if(!function_exists('ctype_space')) {
59 function ctype_space($var) { function
/template/twigstarter/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php41 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/template/twigstarter/vendor/twig/twig/src/
H A DParser.php338 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
345 if ('' === $t || ctype_space($t)) {
/template/twigstarter/vendor/twig/twig/src/Node/
H A DModuleNode.php400 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {