constant COMMENT in Advanced CSS/JS Aggregation 6
Same name and namespace in other branches
4 uses of COMMENT
- csstidy::parse in advagg_css_compress/
csstidy/ class.csstidy.inc - Parses CSS in $string. The code is saved as array in $this->css
- csstidy::_add_token in advagg_css_compress/
csstidy/ class.csstidy.inc - Adds a token to $this->tokens
- csstidy_print::_print in advagg_css_compress/
csstidy/ class.csstidy_print.inc - Returns the formatted CSS Code and saves it into $this->output_css and $this->output_css_plain
- csstidy_print::_seeknocomment in advagg_css_compress/
csstidy/ class.csstidy_print.inc - Gets the next token type which is $move away from $key, excluding comments
File
- advagg_css_compress/
csstidy/ data.inc, line 33
Code
define('COMMENT', 7);