You are here

9 calls to csstidy::get_cfg() in Advanced CSS/JS Aggregation 6

csstidy::css_add_property in advagg_css_compress/csstidy/class.csstidy.inc
Adds a property with value to the existing CSS code
csstidy::css_new_media_section in advagg_css_compress/csstidy/class.csstidy.inc
Start a new media section. Check if the media is not already known, else rename it with extra spaces to avoid merging
csstidy::css_new_property in advagg_css_compress/csstidy/class.csstidy.inc
Start a new propertie. If already references in this selector, rename it with extra space to avoid override
csstidy::css_new_selector in advagg_css_compress/csstidy/class.csstidy.inc
Start a new selector. If already referenced in this media section, rename it with extra space to avoid merging except if merging is required, or last selector is the same (merge siblings)
csstidy::explode_selectors in advagg_css_compress/csstidy/class.csstidy.inc
Explodes selectors @access private @version 1.0
csstidy::parse in advagg_css_compress/csstidy/class.csstidy.inc
Parses CSS in $string. The code is saved as array in $this->css
csstidy::property_is_valid in advagg_css_compress/csstidy/class.csstidy.inc
Checks if a property is valid
csstidy::_add_token in advagg_css_compress/csstidy/class.csstidy.inc
Adds a token to $this->tokens
csstidy::_unicode in advagg_css_compress/csstidy/class.csstidy.inc
Parse unicode notations and find a replacement character