Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrTransform/
DBackground.php20 $background = $this->confiscateAttr($attr, 'background');
DBgColor.php20 $bgcolor = $this->confiscateAttr($attr, 'bgcolor');
DBorder.php19 $border_width = $this->confiscateAttr($attr, 'border');
DName.php24 $id = $this->confiscateAttr($attr, 'name');
DLength.php36 $length = $this->confiscateAttr($attr, $this->name);
DImgSpace.php44 $width = $this->confiscateAttr($attr, $this->attr);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrTransform.php49 public function confiscateAttr(&$attr, $key) function in HTMLPurifier_AttrTransform