Home
last modified time | relevance | path

Searched refs:add_property (Results 1 – 5 of 5) sorted by relevance

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.rules.inc.php19 function add_property($property) { function in CSSRule
20 $this->body->add_property($property);
H A Dcss.property.collection.php42 function add_property($property) { function in CSSPropertyCollection
119 $this->add_property($property);
H A Dcss.rules.page.inc.php91 $this->css->add_property($property);
166 $this->css->add_property($property);
H A Dcss.parse.properties.php26 $property_collection->add_property($property);
H A Dhtml.attrs.inc.php256 $collection->add_property(CSSPropertyDeclaration::create(CSS_COLOR, $color, $pipeline));