/plugin/findologicxmlexport/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 23 function ctype_space($text) { 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/mdpage/vendor/symfony/polyfill-ctype/ |
H A D | bootstrap.php | 39 function ctype_space($input) { return p\Ctype::ctype_space($input); } function
|
H A 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 | 42 if (!function_exists('ctype_space')) { 43 function ctype_space($text) { return p\Ctype::ctype_space($text); } function
|
H A D | bootstrap80.php | 38 if (!function_exists('ctype_space')) { 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/ |
H A 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/ |
H A 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)) {
|
H A D | ODTUtility.php | 154 if ( empty($content) || ctype_space ($content) ) {
|
H A D | ODTDocument.php | 310 if ( !empty($text) && !ctype_space($text) ) { 324 if ($this->text_empty && !ctype_space($text)) {
|
/plugin/freechat/phpfreechat/lib/ctype/ |
H A D | ctype.php | 18 function ctype_space($string) function
|
/plugin/mikioplugin/inc/ |
H A D | polyfill-ctype.php | 58 if(!function_exists('ctype_space')) { 59 function ctype_space($var) { function
|
/plugin/findologicxmlexport/vendor/twig/twig/src/TokenParser/ |
H A D | SandboxTokenParser.php | 43 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
|
/plugin/latexport/implementation/ |
H A D | decorator_images.php | 62 if (!ctype_space($text)) {
|
H A D | decorator_includer.php | 283 if (ctype_space($text)) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Parser.php | 397 ($node instanceof TextNode && !ctype_space($node->getAttribute('data'))) 403 if ('' === $t || ctype_space($t)) {
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Node/ |
H A D | ModuleNode.php | 403 if ($node instanceof TextNode && ctype_space($node->getAttribute('data'))) {
|
/plugin/pycode/ |
H A D | method.php | 281 elseif ($indent != $length and ctype_space(substr($line, 0, $indent)) == true) {
|
/plugin/odt/ODT/css/ |
H A D | cssimportnew.php | 463 if (ctype_space($combinator)) {
|
/plugin/codemirror/dist/modes/ |
H A D | php.min.js.map | 1 …type_cntrl ctype_digit ctype_lower ctype_graph ctype_print ctype_punct ctype_space ctype_upper cty…
|
/plugin/scrape/ |
H A D | HTMLPurifier.standalone.php |
|