Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DImportantDecorator.php38 $is_important = false;
45 $is_important = true;
49 if ($this->allow && $is_important) {
/plugin/html2pdf/html2pdf/html2ps/
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();
Dcss.property.declaration.php70 function is_important() { function in CSSPropertyDeclaration
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
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))
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/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy_optimise.php204 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)) {
H A Dclass.csstidy.php1077 …if (($this->is_important($this->css[$media][$selector][$property]) && $this->is_important($new_val…
1247 public function is_important(&$value) { function in csstidy
1261 if ($this->is_important($value)) {