0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-20 03:05:18 +00:00
htmlpurifier/library/HTMLPurifier
Edward Z. Yang 784e7356d1 Fix missing inheritance declaration.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@336 48356398-32a2-884e-a903-53898d9a118a
2006-08-28 20:29:36 +00:00
..
AttrDef Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
AttrTransform Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
EntityLookup Implement EntityLookup and put in the Lexer. Some behavior was migrated, since it looks like it will have to be used in all Lexers, not just DirectLex (which is the only one that uses it). 2006-07-23 21:07:30 +00:00
Lexer Hacky full docuement parse thingy removed from DOMLex, fixes barfing on full HTML documents. 2006-08-27 22:06:58 +00:00
Strategy Fix missing inheritance declaration. 2006-08-28 20:29:36 +00:00
URIScheme Document URISchemes, this completes internal API documentation. 2006-08-20 22:06:11 +00:00
AttrContext.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
AttrDef.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
AttrTransform.php Add lots of documentation. 2006-08-17 20:29:34 +00:00
ChildDef.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
Config.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
ConfigDef.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
CSSDefinition.php Implement limited CSS property background, can only do colors (though this is desired behavior). 2006-08-28 20:10:01 +00:00
EntityLookup.php Document core classes up to EntityLookup.php 2006-08-19 23:06:59 +00:00
Generator.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
HTMLDefinition.php Fix bug: number spans should not allow zero as a value. This required augmenting HTMLPurifier/AttrDef/Integer.php to have a richer negative/zero/positive specification interface that can be extrapolated to Number and friends. 2006-08-25 02:48:49 +00:00
IDAccumulator.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Lexer.php Hacky full docuement parse thingy removed from DOMLex, fixes barfing on full HTML documents. 2006-08-27 22:06:58 +00:00
Strategy.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00
TagTransform.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
Token.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
TokenFactory.php Fix syntax error. 2006-08-20 21:39:22 +00:00
URIScheme.php Finish documentation for all base classes. 2006-08-20 20:59:13 +00:00
URISchemeRegistry.php Revamp configuration files so that more rules can be added, internal organization is more logical, and descriptions are captured. 2006-08-27 18:49:16 +00:00