|
Cheetah
|
Public Member Functions | |
| doValidate (&$uri, $config, $context) | |
| muteErrorHandler ($errno, $errstr) | |
Public Member Functions inherited from HTMLPurifier_URIScheme | |
| validate (&$uri, $config, $context) | |
Public Attributes | |
| $browsable = true | |
| $allowed_types | |
| $may_omit_host = true | |
Public Attributes inherited from HTMLPurifier_URIScheme | |
| $default_port = null | |
| $browsable = false | |
| $secure = false | |
| $hierarchical = false | |
| $may_omit_host = false | |
Implements data: URI for base64 encoded images supported by GD.
Definition at line 21966 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_data::doValidate | ( | & | $uri, |
| $config, | |||
| $context | |||
| ) |
| HTMLPurifier_URI | $uri | |
| HTMLPurifier_Config | $config | |
| HTMLPurifier_Context | $context |
Reimplemented from HTMLPurifier_URIScheme.
Definition at line 21996 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_data::muteErrorHandler | ( | $errno, | |
| $errstr | |||
| ) |
| int | $errno | |
| string | $errstr |
Definition at line 22093 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_data::$allowed_types |
@type array
Definition at line 21976 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_data::$browsable = true |
@type bool
Definition at line 21971 of file HTMLPurifier.standalone.php.
| HTMLPurifier_URIScheme_data::$may_omit_host = true |
@type bool
Definition at line 21988 of file HTMLPurifier.standalone.php.