| [ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
(no description)
| File Size: | 490 lines (19 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
HTMLPurifier_Lexer_DirectLex:: (4 methods):
scriptCallback()
tokenizeHTML()
substrCount()
parseAttributeString()
Class: HTMLPurifier_Lexer_DirectLex - X-Ref
Our in-house implementation of a parser.| scriptCallback($matches) X-Ref |
| Callback function for script CDATA fudge param: $matches, in form of array(opening tag, contents, closing tag) |
| tokenizeHTML($html, $config, $context) X-Ref |
| No description |
| substrCount($haystack, $needle, $offset, $length) X-Ref |
| PHP 5.0.x compatible substr_count that implements offset and length |
| parseAttributeString($string, $config, $context) X-Ref |
| Takes the inside of an HTML tag and makes an assoc array of attributes. returns: Assoc array of attributes. param: $string Inside of tag excluding name. |
| Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |