Home
last modified time | relevance | path

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

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php866 * @param array $input_css
872 public function merge_bg($input_css) { argument
875 …es = @max(count($this->explode_ws(',', $input_css['background-image'])), count($this->explode_ws('…
877 …$bg_img_array = @$this->explode_ws(',', $this->parser->gvw_important($input_css['background-image'…
882 if (isset($input_css['background']) && $input_css['background'])
883 return $input_css;
888 if (!isset($input_css[$bg_property])) {
892 $cur_value = $input_css[$bg_property];
895 return $input_css;
933 unset($input_css[$bg_property]);
[all …]
H A Dclass.csstidy_print.php55 public $input_css = ''; variable in csstidy_print
443 …return round((strlen($this->input_css) - strlen($this->output_css_plain)) / strlen($this->input_cs…
457 $diff = strlen($this->output_css_plain) - strlen($this->input_css);
481 return (strlen($this->input_css) / 1000);
H A Dclass.csstidy.php590 $this->print->input_css = $string;
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
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);
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;
Dclass.csstidy.php467 $this->print->input_css = $string;