Home
last modified time | relevance | path

Searched refs:property_is_valid (Results 1 – 2 of 2) sorted by relevance

/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php605 … 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
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php716 … 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