Home
last modified time | relevance | path

Searched refs:ctype_space (Results 1 – 22 of 22) sorted by path

/plugin/codemirror/dist/modes/
H A Dphp.min.js.map1 …type_cntrl ctype_digit ctype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper cty…
/plugin/combo/vendor/symfony/polyfill-ctype/
H A DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php42 if (!function_exists('ctype_space')) {
43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
H A Dbootstrap80.php38 if (!function_exists('ctype_space')) {
39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
H A DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php23 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
H A DModuleNode.php403 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DParser.php397 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
403 if ('' === $t || ctype_space($t)) {
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
H A DSandboxTokenParser.php43 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy.php361 …while($i < strlen($string) && (ctype_xdigit($string{$i}) || ctype_space($string{$i})) && strlen($a…
365 if(ctype_space($string{$i})) {
381 if(@ctype_xdigit($string{$i+1}) && ctype_space($string{$i})
382 && !$replaced || !ctype_space($string{$i})) {
506 …if(!( (ctype_space($this->at{$lastpos}) || csstidy::is_token($this->at,$lastpos) && $this->at{$las…
591 … || !( (ctype_space($this->selector{$lastpos}) || csstidy::is_token($this->selector,$lastpos) && $…
632 elseif(!ctype_space($string{$i}))
754 if(ctype_space($string{$i}))
/plugin/freechat/phpfreechat/lib/ctype/
H A Dctype.php18 function ctype_space($string) function
/plugin/latexport/implementation/
H A Ddecorator_images.php62 if (!ctype_space($text)) {
H A Ddecorator_includer.php283 if (ctype_space($text)) {
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
H A Dbootstrap.php39 function ctype_space($input) { return p\Ctype::ctype_space($input); } function
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php58 if(!function_exists('ctype_space')) {
59 function ctype_space($var) { function
/plugin/odt/ODT/
H A DODTDocument.php310 if ( !empty($text) && !ctype_space($text) ) {
324 if ($this->text_empty && !ctype_space($text)) {
H A DODTUtility.php154 if ( empty($content) || ctype_space ($content) ) {
H A DXMLUtil.php64 if ($next == '/' || $next == '>' || ctype_space($next)) {
132 if ($next == '/' || $next == '>' || ctype_space($next)) {
217 if ($next == '/' || $next == '>' || ctype_space($next)) {
306 if ($next == '/' || $next == '>' || ctype_space($next)) {
/plugin/odt/ODT/css/
H A Dcssimportnew.php463 if (ctype_space($combinator)) {
/plugin/pycode/
H A Dmethod.php281 elseif ($indent != $length and ctype_space(substr($line, 0, $indent)) == true) {
/plugin/scrape/
H A DHTMLPurifier.standalone.php