Searched refs:is_important (Results 1 – 7 of 7) sorted by relevance
38 $is_important = false;45 $is_important = true;49 if ($this->allow && $is_important) {
50 if ($this->is_important($code) &&51 !$property->is_important()) { 86 function is_important($code) { function in CSSPropertyCollection90 return $this->_properties[$this->_positions[$code]]->is_important();
70 function is_important() { function in CSSPropertyDeclaration
172 if(csstidy::is_important($this->sub_value))224 if(csstidy::is_important($value))280 if(csstidy::is_important($string))495 if(csstidy::is_important($value))614 if(csstidy::is_important($val))650 if(csstidy::is_important($str_value))756 if(csstidy::is_important($cur_value))
886 …if((csstidy::is_important($this->css[$media][$selector][$property]) && csstidy::is_important($new_…921 function is_important(&$value) function in csstidy935 if(csstidy::is_important($value))
204 if ($this->parser->is_important($this->sub_value)) {252 if ($this->parser->is_important($value)) {297 if ($this->parser->is_important($string)) {602 if ($this->parser->is_important($value)) {734 if ($this->parser->is_important($val)) {809 if ($this->parser->is_important($str_value)) {905 if ($this->parser->is_important($cur_value)) {960 if ($this->parser->is_important($str_value)) {1076 if ($this->parser->is_important($cur_value)) {
1077 …if (($this->is_important($this->css[$media][$selector][$property]) && $this->is_important($new_val…1247 public function is_important(&$value) { function in csstidy1261 if ($this->is_important($value)) {