Searched refs:dissolve_4value_shorthands (Results 1 – 4 of 4) sorted by relevance
/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | class.csstidy_optimise.php | 183 …$this->parser->merge_css_blocks($this->at, $this->selector, $this->dissolve_4value_shorthands($thi… 592 public function dissolve_4value_shorthands($property, $value, $shorthands = null) { function in csstidy_optimise 653 $r[0] = $this->dissolve_4value_shorthands($property, trim($values[0]), $shorthands); 654 $r[1] = $this->dissolve_4value_shorthands($property, trim($values[1]), $shorthands); 666 $return = $this->dissolve_4value_shorthands($property, $value, $shorthands); 718 * @see dissolve_4value_shorthands() 1152 $v = $this->dissolve_4value_shorthands($property, $value);
|
H A D | data.inc.php | 267 * @see dissolve_4value_shorthands()
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
D | class.csstidy_optimise.php | 145 …->merge_css_blocks($this->at,$this->selector,csstidy_optimise::dissolve_4value_shorthands($this->p… 485 function dissolve_4value_shorthands($property,$value) function in csstidy_optimise 596 * @see dissolve_4value_shorthands()
|
D | data.inc.php | 257 * @see dissolve_4value_shorthands()
|