Home
last modified time | relevance | path

Searched refs:HTMLPurifier_AttrDef_Enum (Results 1 – 10 of 10) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DCSSDefinition.php24 $this->info['text-align'] = new HTMLPurifier_AttrDef_Enum(
33 $this->info['border-top-style'] = new HTMLPurifier_AttrDef_Enum(
51 $this->info['clear'] = new HTMLPurifier_AttrDef_Enum(
55 $this->info['float'] = new HTMLPurifier_AttrDef_Enum(
59 $this->info['font-style'] = new HTMLPurifier_AttrDef_Enum(
63 $this->info['font-variant'] = new HTMLPurifier_AttrDef_Enum(
70 new HTMLPurifier_AttrDef_Enum(array('none')),
75 $this->info['list-style-position'] = new HTMLPurifier_AttrDef_Enum(
79 $this->info['list-style-type'] = new HTMLPurifier_AttrDef_Enum(
97 $this->info['text-transform'] = new HTMLPurifier_AttrDef_Enum(
[all …]
DAttrTypes.php28 $this->info['Enum'] = new HTMLPurifier_AttrDef_Enum();
62 return new HTMLPurifier_AttrDef_Clone(new HTMLPurifier_AttrDef_Enum(explode(',', $in)));
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DEnum.php10 class HTMLPurifier_AttrDef_Enum extends HTMLPurifier_AttrDef class
58 * @return HTMLPurifier_AttrDef_Enum
69 return new HTMLPurifier_AttrDef_Enum($values, $sensitive);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/HTMLModule/
DScripting.php61 'defer' => new HTMLPurifier_AttrDef_Enum(array('defer')),
63 'type' => new HTMLPurifier_AttrDef_Enum(array('text/javascript'))
DSafeScripting.php32 … 'src*' => new HTMLPurifier_AttrDef_Enum(array_keys($allowed), /*case sensitive*/ true)
DSafeObject.php37 'codebase' => new HTMLPurifier_AttrDef_Enum(
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DContentEditable.php12 $enum = new HTMLPurifier_AttrDef_Enum($allowed);
DFrameTarget.php6 class HTMLPurifier_AttrDef_HTML_FrameTarget extends HTMLPurifier_AttrDef_Enum
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DSafeParam.php35 $this->wmode = new HTMLPurifier_AttrDef_Enum(array('window', 'opaque', 'transparent'));
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DExtractStyleBlocks.php63 $this->_enum_attrdef = new HTMLPurifier_AttrDef_Enum(