Home
last modified time | relevance | path

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

/dports/textproc/pear-Horde_Text_Filter_Csstidy/Horde_Text_Filter_Csstidy-2.0.1/lib/Horde/Text/Filter/Csstidy/
H A Ddata.inc.php260 * @see dissolve_4value_shorthands()
H A Dclass.csstidy_optimise.php128 …his->parser->merge_css_blocks($this->at,$this->selector,$this->dissolve_4value_shorthands($this->p…
473 function dissolve_4value_shorthands($property,$value) function in csstidy_optimise
582 * @see dissolve_4value_shorthands()
/dports/mail/nextcloud-mail/mail/vendor/cerdic/css-tidy/
H A Dclass.csstidy_optimise.php177 …$this->parser->merge_css_blocks($this->at, $this->selector, $this->dissolve_4value_shorthands($thi…
553 public function dissolve_4value_shorthands($property, $value, $shorthands = null) { function in csstidy_optimise
614 $r[0] = $this->dissolve_4value_shorthands($property, trim($values[0]), $shorthands);
615 $r[1] = $this->dissolve_4value_shorthands($property, trim($values[1]), $shorthands);
627 $return = $this->dissolve_4value_shorthands($property, $value, $shorthands);
679 * @see dissolve_4value_shorthands()
1113 $v = $this->dissolve_4value_shorthands($property, $value);
H A Ddata.inc.php267 * @see dissolve_4value_shorthands()
/dports/www/csstidy/csstidy/
H A Dcsstidy.hpp72 map<string,string> dissolve_4value_shorthands(string property, string value);
H A Dcsstidy.cpp206 map<string,string> csstidy::dissolve_4value_shorthands(string property, string value) in dissolve_4value_shorthands() function in csstidy
H A Dparse_css.cpp361 map<string,string> temp = dissolve_4value_shorthands(cur_property,cur_value); in parse_css()