Home
last modified time | relevance | path

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

/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php183 …$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 Ddata.inc.php267 * @see dissolve_4value_shorthands()
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy_optimise.php145 …->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()
Ddata.inc.php257 * @see dissolve_4value_shorthands()