Home
last modified time | relevance | path

Searched refs:parseCDATA (Results 1 – 18 of 18) sorted by relevance

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/
DText.php17 return $this->parseCDATA($string);
DInteger.php51 $integer = $this->parseCDATA($integer);
DURI.php51 $uri = $this->parseCDATA($uri);
DCSS.php25 $css = $this->parseCDATA($css);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/CSS/
DTextDecoration.php25 $string = strtolower($this->parseCDATA($string));
DPercentage.php31 $string = $this->parseCDATA($string);
DBorder.php34 $string = $this->parseCDATA($string);
DMultiple.php47 $string = $this->mungeRgb($this->parseCDATA($string));
DURI.php31 $uri_string = $this->parseCDATA($uri_string);
DNumber.php33 $number = $this->parseCDATA($number);
DLength.php37 $string = $this->parseCDATA($string);
DFilter.php28 $value = $this->parseCDATA($value);
DListStyle.php37 $string = $this->parseCDATA($string);
DBackgroundPosition.php71 $string = $this->parseCDATA($string);
DBackground.php40 $string = $this->parseCDATA($string);
DFont.php51 $string = $this->parseCDATA($string);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/HTML/
DLinkTypes.php51 $string = $this->parseCDATA($string);
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/
DAttrDef.php60 public function parseCDATA($string) function in HTMLPurifier_AttrDef