Searched refs:css_add_property (Results 1 – 2 of 2) sorted by relevance
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
D | class.csstidy.php | 721 … $this->css_add_property($this->at,$this->selector,$this->property,$this->value); 877 function css_add_property($media,$selector,$property,$new_val) function in csstidy 910 $this->css_add_property($media,$selector,$property,$value,false);
|
/plugin/pagecss/vendor/csstidy-2.2.1/ |
H A D | class.csstidy.php | 828 $this->css_add_property($this->at, $this->selector, $this->property, $this->value); 1070 public function css_add_property($media, $selector, $property, $new_val) { function in csstidy 1236 $this->css_add_property($media, $selector, $property, $value, false);
|