Searched refs:property_is_valid (Results 1 – 2 of 2) sorted by relevance
605 … if(csstidy::property_is_valid($this->property) || !$this->get_cfg('discard_invalid_properties')) {718 $valid = csstidy::property_is_valid($this->property);980 function property_is_valid($property) { function in csstidy
716 … if (!$this->get_cfg('discard_invalid_properties') || $this->property_is_valid($this->property)) {826 $valid = $this->property_is_valid($this->property);1302 public function property_is_valid($property) { function in csstidy