PATH:
home
/
lab2454c
/
tripvare.com
/
vendor
/
ezyang
/
htmlpurifier
/
library
/
HTMLPurifier
/
AttrDef
<?php /** * Validates arbitrary text according to the HTML spec. */ class HTMLPurifier_AttrDef_Text extends HTMLPurifier_AttrDef { /** * @param string $string * @param HTMLPurifier_Config $config * @param HTMLPurifier_Context $context * @return bool|string */ public function validate($string, $config, $context) { return $this->parseCDATA($string); } } // vim: et sw=4 sts=4
[-] Lang.php
[edit]
[-] CSS.php
[edit]
[+]
..
[-] Clone.php
[edit]
[-] Enum.php
[edit]
[-] Integer.php
[edit]
[+]
CSS
[-] Switch.php
[edit]
[-] URI.php
[edit]
[-] Text.php
[edit]
[+]
URI
[+]
HTML