| /plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
| D | bootstrap.php | 23 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
|
| D | Ctype.php | 160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/mdpage/vendor/symfony/polyfill-ctype/ |
| D | bootstrap.php | 39 function ctype_space($input) { return p\Ctype::ctype_space($input); } function
|
| D | Ctype.php | 160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/combo/vendor/symfony/polyfill-ctype/ |
| H A D | bootstrap.php | 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
|
| H A D | bootstrap80.php | 39 function ctype_space(mixed $text): bool { return p\Ctype::ctype_space($text); } function
|
| H A D | Ctype.php | 160 public static function ctype_space($text) function in Symfony\\Polyfill\\Ctype\\Ctype
|
| /plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
| D | class.csstidy.php | 361 …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/ |
| D | XMLUtil.php | 64 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)) {
|
| D | ODTUtility.php | 154 if ( empty($content) || ctype_space ($content) ) {
|
| D | ODTDocument.php | 310 if ( !empty($text) && !ctype_space($text) ) { 324 if ($this->text_empty && !ctype_space($text)) {
|
| /plugin/pagecss/vendor/csstidy-2.2.1/ |
| H A D | class.csstidy.php | 442 …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/ |
| D | ctype.php | 18 function ctype_space($string) function
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Token/ |
| D | Text.php | 43 $this->is_whitespace = ctype_space($data);
|
| /plugin/mikioplugin/inc/ |
| H A D | polyfill-ctype.php | 59 function ctype_space($var) { function
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
| D | SandboxTokenParser.php | 43 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/ |
| D | Multiple.php | 55 if (ctype_space($parts[$i])) {
|
| /plugin/wordimport/docx/ |
| D | TextRun.php | 71 return ctype_space($this->text);
|
| /plugin/latexport/implementation/ |
| D | decorator_images.php | 62 if (!ctype_space($text)) {
|
| D | decorator_includer.php | 283 if (ctype_space($text)) {
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Injector/ |
| D | RemoveEmpty.php | 76 $isWsOrNbsp = $plain === '' || ctype_space($plain);
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| D | Parser.php | 397 ($node instanceof TextNode && !ctype_space($node->getAttribute('data'))) 403 if ('' === $t || ctype_space($t)) {
|
| /plugin/json/ |
| D | helper.php | 209 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/ |
| D | ModuleNode.php | 403 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
|
| /plugin/pycode/ |
| D | method.php | 281 elseif ($indent != $length and ctype_space(substr($line, 0, $indent)) == true) {
|