0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
2008-01-27 05:31:06 +00:00
..
AttrDef [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
AttrTransform [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
ChildDef [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
ConfigDef [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
DefinitionCache [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
EntityLookup [1.2.0] 2006-09-30 20:18:08 +00:00
Filter [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
HTMLModule [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Injector [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Language [2.1.0] Genericize element contents removal. This is done in a slightly hacky way since ElementDef is not available, but should be sufficient. 2007-07-11 20:42:58 +00:00
Lexer [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Printer [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Strategy [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
TagTransform [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URIFilter [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URIScheme [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
AttrCollections.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
AttrDef.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
AttrTransform.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
AttrTypes.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
AttrValidator.php [3.1.0] Convert tokens to use instanceof, reducing memory footprint and improving comparison speed. 2008-01-19 20:23:01 +00:00
Bootstrap.php Initial commit for extra class hierarchies FSTools and ConfigSchema. 2008-01-27 05:31:06 +00:00
ChildDef.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
Config.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
ConfigDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
ConfigSchema.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
ContentSets.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Context.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
CSSDefinition.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Definition.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
DefinitionCache.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
DefinitionCacheFactory.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Doctype.php __construct'ify all main library classes. 2007-11-29 04:29:51 +00:00
DoctypeRegistry.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
ElementDef.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Encoder.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
EntityLookup.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
EntityParser.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Error.php Remove trailing ?> in PHP library files, add trailing newlines to all other files. 2007-06-27 13:58:32 +00:00
ErrorCollector.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Filter.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
Generator.php [3.1.0] Convert tokens to use instanceof, reducing memory footprint and improving comparison speed. 2008-01-19 20:23:01 +00:00
HTMLDefinition.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
HTMLModule.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
HTMLModuleManager.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
IDAccumulator.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
Injector.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
Language.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
LanguageFactory.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Lexer.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
PercentEncoder.php Convert to PHP 5 only codebase, adding visibility modifiers to all members and methods in the main library area (function only for test methods) 2007-11-25 02:24:39 +00:00
Printer.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Strategy.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
TagTransform.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
Token.php [3.1.0] Convert tokens to use instanceof, reducing memory footprint and improving comparison speed. 2008-01-19 20:23:01 +00:00
TokenFactory.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URI.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URIDefinition.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URIFilter.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
URIParser.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00
URIScheme.php [3.0.0] Convert all $context calls away from references 2008-01-05 00:10:43 +00:00
URISchemeRegistry.php [3.1.0] The bulk of autoload support added 2008-01-27 01:54:41 +00:00