You are here

constant SEL_START in Advanced CSS/JS Aggregation 6

Same name and namespace in other branches
  1. 7 advagg_css_compress/csstidy/data.inc \SEL_START
3 uses of SEL_START
csstidy::parse in advagg_css_compress/csstidy/class.csstidy.inc
Parses CSS in $string. The code is saved as array in $this->css
csstidy_print::_convert_raw_css in advagg_css_compress/csstidy/class.csstidy_print.inc
Converts $this->css array to a raw array ($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

File

advagg_css_compress/csstidy/data.inc, line 29

Code

define('SEL_START', 3);