Home
last modified time | relevance | path

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.property.collection.php50 if ($this->is_important($code) &&
51 !$property->is_important()) {
86 function is_important($code) { function in CSSPropertyCollection
90 return $this->_properties[$this->_positions[$code]]->is_important();
H A Dcss.property.declaration.php70 function is_important() { function in CSSPropertyDeclaration
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php172 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))
H A Dclass.csstidy.php886 …if((csstidy::is_important($this->css[$media][$selector][$property]) && csstidy::is_important($new_…
921 function is_important(&$value) function in csstidy
935 if(csstidy::is_important($value))
/plugin/scrape/
H A DHTMLPurifier.standalone.php