Home
last modified time | relevance | path

Searched refs:merge_css_blocks (Results 1 – 4 of 4) sorted by relevance

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy_optimise.php141 …$this->parser->merge_css_blocks($this->at,$this->selector,csstidy_optimise::dissolve_short_bg($thi…
145 …$this->parser->merge_css_blocks($this->at,$this->selector,csstidy_optimise::dissolve_4value_shorth…
Dclass.csstidy.php847 $this->merge_css_blocks($this->at,$selector,$this->css[$this->at][$this->selector]);
906 function merge_css_blocks($media,$selector,$css_add) function in csstidy
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php176 …$this->parser->merge_css_blocks($this->at, $this->selector, $this->dissolve_short_font($this->valu…
180 …$this->parser->merge_css_blocks($this->at, $this->selector, $this->dissolve_short_bg($this->value)…
183 …$this->parser->merge_css_blocks($this->at, $this->selector, $this->dissolve_4value_shorthands($thi…
H A Dclass.csstidy.php1021 $this->merge_css_blocks($this->at, $selector, $this->css[$this->at][$this->selector]);
1234 public function merge_css_blocks($media, $selector, $css_add) { function in csstidy