Home
last modified time | relevance | path

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

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php252 public $tokens_list = ""; variable in csstidy
312 $this->tokens_list = & $this->data['csstidy']['tokens'];
464 …if ($add !== '\\' || !$this->get_cfg('remove_bslash') || strpos($this->tokens_list, $string[$i + 1…
566 return (strpos($this->tokens_list, $string[$i]) !== false && !$this->escaped($string, $i));