Home
last modified time | relevance | path

Searched refs:input_css (Results 1 – 3 of 3) sorted by relevance

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php46 var $input_css = ''; variable in csstidy_print
304 …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);
H A Dclass.csstidy_optimise.php719 * @param array $input_css
725 function merge_bg($input_css) argument
729 …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;
H A Dclass.csstidy.php467 $this->print->input_css = $string;