Searched refs:input_css (Results 1 – 3 of 3) sorted by relevance
46 var $input_css = ''; variable in csstidy_print304 …return round((strlen($this->input_css) - strlen($this->output_css_plain)) / strlen($this->input_cs…319 $diff = strlen($this->output_css_plain) - strlen($this->input_css);344 return (strlen($this->input_css) / 1000);
719 * @param array $input_css725 function merge_bg($input_css) argument729 …t(csstidy_optimise::explode_ws(',',$input_css['background-image'])),count(csstidy_optimise::explod…731 …$bg_img_array = @csstidy_optimise::explode_ws(',',csstidy::gvw_important($input_css['background-im…740 if(!isset($input_css[$bg_property]))745 $cur_value = $input_css[$bg_property];790 unset($input_css[$bg_property]);794 if($new_bg_value !== '') $input_css['background'] = $new_bg_value.$important;796 return $input_css;
467 $this->print->input_css = $string;