Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/
Dbootstrap.php23 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/mdpage/vendor/symfony/polyfill-ctype/
Dbootstrap.php39 function ctype_space($input) { return p\Ctype::ctype_space($input); } function
DCtype.php160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
/plugin/combo/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
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
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/odt/ODT/
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)) {
DODTUtility.php154 if ( empty($content) || ctype_space ($content) ) {
DODTDocument.php310 if ( !empty($text) && !ctype_space($text) ) {
324 if ($this->text_empty && !ctype_space($text)) {
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php442 …while ($i < strlen($string) && (ctype_xdigit($string[$i]) || ctype_space($string[$i])) && strlen($…
445 if (ctype_space($string[$i])) {
459 if (@ctype_xdigit($string[$i + 1]) && ctype_space($string[$i])
460 && !$replaced || !ctype_space($string[$i])) {
623 …if (!( (ctype_space($cur_at[$lastpos]) || $this->is_token($cur_at, $lastpos) && $cur_at[$lastpos] …
705 … || !( (ctype_space($this->selector[$lastpos]) || $this->is_token($this->selector, $lastpos) && $t…
743 elseif (($this->property === '' && !ctype_space($string[$i]))
747 } elseif (!ctype_space($string[$i])) {
859 if (ctype_space($string[$i])) {
/plugin/freechat/phpfreechat/lib/ctype/
Dctype.php18 function ctype_space($string) function
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/
DText.php43 $this->is_whitespace = ctype_space($data);
/plugin/mikioplugin/inc/
H A Dpolyfill-ctype.php59 function ctype_space($var) { function
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/
DSandboxTokenParser.php43 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DMultiple.php55 if (ctype_space($parts[$i])) {
/plugin/wordimport/docx/
DTextRun.php71 return ctype_space($this->text);
/plugin/latexport/implementation/
Ddecorator_images.php62 if (!ctype_space($text)) {
Ddecorator_includer.php283 if (ctype_space($text)) {
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/
DRemoveEmpty.php76 $isWsOrNbsp = $plain === '' || ctype_space($plain);
/plugin/findologicxmlexport/vendor/twig/twig/src/
DParser.php397 ($node instanceof TextNode && !ctype_space($node->getAttribute('data')))
403 if ('' === $t || ctype_space($t)) {
/plugin/json/
Dhelper.php209 else if(!ctype_space($c)) {
214 … else if(!ctype_space($c)) { //just ignore spaces which are not inside quotes or are delimitters
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/
DModuleNode.php403 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
/plugin/pycode/
Dmethod.php281 elseif ($indent != $length and ctype_space(substr($line, 0, $indent)) == true) {

12