Lines Matching refs:get_cfg
80 if ($this->parser->get_cfg('reverse_left_and_right') > 0) {
92 if ($this->parser->get_cfg('preserve_css')) {
96 if ((int)$this->parser->get_cfg('merge_selectors') === 2) {
104 if ($this->parser->get_cfg('discard_invalid_selectors')) {
112 if ($this->parser->get_cfg('optimise_shorthands') > 0) {
119 if ($this->parser->get_cfg('optimise_shorthands') < 2) {
125 if ($this->parser->get_cfg('optimise_shorthands') < 3) {
170 if (!$this->parser->get_cfg('optimise_shorthands') || $this->parser->get_cfg('preserve_css')) {
174 if ($this->property === 'font' && $this->parser->get_cfg('optimise_shorthands') > 1) {
178 if ($this->property === 'background' && $this->parser->get_cfg('optimise_shorthands') > 2) {
210 if ($this->property === 'font-weight' && $this->parser->get_cfg('compress_font-weight')) {
229 if ($this->parser->get_cfg('compress_colors')) {
298 $important = $this->parser->get_cfg('space_before_important') ? ' !important' : '!important';