Searched refs:confiscateAttr (Results 1 – 7 of 7) sorted by relevance
20 $background = $this->confiscateAttr($attr, 'background');
20 $bgcolor = $this->confiscateAttr($attr, 'bgcolor');
19 $border_width = $this->confiscateAttr($attr, 'border');
24 $id = $this->confiscateAttr($attr, 'name');
36 $length = $this->confiscateAttr($attr, $this->name);
44 $width = $this->confiscateAttr($attr, $this->attr);
49 public function confiscateAttr(&$attr, $key) function in HTMLPurifier_AttrTransform