Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DCSSDefinition.php101 $this->info['color'] = new HTMLPurifier_AttrDef_CSS_Color();
136 new HTMLPurifier_AttrDef_CSS_Color()
408 $this->info['scrollbar-arrow-color'] = new HTMLPurifier_AttrDef_CSS_Color();
409 $this->info['scrollbar-base-color'] = new HTMLPurifier_AttrDef_CSS_Color();
410 $this->info['scrollbar-darkshadow-color'] = new HTMLPurifier_AttrDef_CSS_Color();
411 $this->info['scrollbar-face-color'] = new HTMLPurifier_AttrDef_CSS_Color();
412 $this->info['scrollbar-highlight-color'] = new HTMLPurifier_AttrDef_CSS_Color();
413 $this->info['scrollbar-shadow-color'] = new HTMLPurifier_AttrDef_CSS_Color();
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DColor.php6 class HTMLPurifier_AttrDef_CSS_Color extends HTMLPurifier_AttrDef class