Home
last modified time | relevance | path

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

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php444 function is_token(&$string, $i) function in csstidy
482 if(csstidy::is_token($string,$i))
506 …if(!( (ctype_space($this->at{$lastpos}) || csstidy::is_token($this->at,$lastpos) && $this->at{$las…
515 if(csstidy::is_token($string,$i))
591 …lastpos == -1 || !( (ctype_space($this->selector{$lastpos}) || csstidy::is_token($this->selector,$…
600 if(csstidy::is_token($string,$i))
641 if(csstidy::is_token($string,$i) || $pn)
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dparse.js220 function is_token(token, type, val) { function
713 return is_token(S.token, type, value);
837 if (is_token(peek(), "keyword", "function")) {
870 return is_token(peek(), "punc", ":")
1059 if (is_token(token, "operator", "=")) return;
1500 if (!is_token(token, "name")) token_error(token, "Name expected");
1534 if (!is_token(peek(), "keyword", "function")) return;
1615 if (is_token(peek(), "name", "as")) {
1753 … return is_token(token, "name") || is_token(token, "punc", "[") || is_token(token, "punc", "{");
1784 if (is("punc", ".") && is_token(peek(), "name", "target")) {
[all …]
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php565 public function is_token(&$string, $i) { function in csstidy
603 if ($this->is_token($string, $i)) {
623 …if (!( (ctype_space($cur_at[$lastpos]) || $this->is_token($cur_at, $lastpos) && $cur_at[$lastpos] …
631 if ($this->is_token($string, $i)) {
705 …if ($lastpos == -1 || !( (ctype_space($this->selector[$lastpos]) || $this->is_token($this->selecto…
713 if ($this->is_token($string, $i)) {
755 if ($this->is_token($string, $i) || $pn) {
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dparse.js208 function is_token(token, type, val) { function
722 return is_token(S.token, type, value);
817 || is_token(token, "eof")
818 || is_token(token, "punc", ";")
819 || is_token(token, "punc", "}"))) {
834 return is_token(peek(), "punc", ":")