Searched refs:HTMLPurifier_AttrDef_URI (Results 1 – 6 of 6) sorted by relevance
7 class HTMLPurifier_AttrDef_URI extends HTMLPurifier_AttrDef class31 * @return HTMLPurifier_AttrDef_URI36 return new HTMLPurifier_AttrDef_URI($embeds);
34 'src*' => new HTMLPurifier_AttrDef_URI(true), // embedded
62 'src' => new HTMLPurifier_AttrDef_URI(true),
34 $this->uri = new HTMLPurifier_AttrDef_URI(true); // embedded
12 class HTMLPurifier_AttrDef_CSS_URI extends HTMLPurifier_AttrDef_URI
38 $this->info['URI'] = new HTMLPurifier_AttrDef_URI();