Searched refs:gvw_important (Results 1 – 4 of 4) sorted by relevance
175 $this->sub_value = csstidy::gvw_important($this->sub_value);226 $values = csstidy::gvw_important($value);282 $string = csstidy::gvw_important($string) . ' !important';497 $value = csstidy::gvw_important($value);617 $return[$key] .= csstidy::gvw_important($val).' ';653 $str_value = csstidy::gvw_important($str_value);731 …$bg_img_array = @csstidy_optimise::explode_ws(',',csstidy::gvw_important($input_css['background-im…759 $cur_value = csstidy::gvw_important($cur_value);
933 function gvw_important($value) function in csstidy
207 $this->sub_value = $this->parser->gvw_important($this->sub_value);253 $values = $this->parser->gvw_important($value);299 $string = $this->parser->gvw_important($string) . $important;603 $value = $this->parser->gvw_important($value);736 $return[$key] .= $this->parser->gvw_important($val) . ' ';811 $str_value = $this->parser->gvw_important($str_value);877 …$bg_img_array = @$this->explode_ws(',', $this->parser->gvw_important($input_css['background-image'…907 $cur_value = $this->parser->gvw_important($cur_value);962 $str_value = $this->parser->gvw_important($str_value);1078 $cur_value = $this->parser->gvw_important($cur_value);
1260 public function gvw_important($value) { function in csstidy