Home
last modified time | relevance | path

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

/dokuwiki/_test/core/
H A DphpQuery-onefile.php1409 protected function isChar($char) { function in phpQueryObject
1448 if ($this->isChar($c) || in_array($c, $tagChars)) {
1450 && ($this->isChar($query[$i]) || in_array($query[$i], $tagChars))) {
1458 while( isset($query[$i]) && ($this->isChar($query[$i]) || $query[$i] == '-')) {
1484 … while( isset($query[$i]) && ($this->isChar($query[$i]) || in_array($query[$i], $classChars))) {
1494 && ($this->isChar($query[$i])
1510 && ($this->isChar($query[$i])
1541 … while( isset($query[$i]) && ($this->isChar($query[$i]) || in_array($query[$i], $pseudoChars))) {