From 895141e0b58d3b5b6e21f52f7453cad5d9d008cb Mon Sep 17 00:00:00 2001 From: "Edward Z. Yang" Date: Fri, 23 May 2008 17:00:58 +0000 Subject: [PATCH] [3.1.1] Further optimize ConfigSchema by eliminating stdclass when only type is set. git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1765 48356398-32a2-884e-a903-53898d9a118a --- library/HTMLPurifier/Config.php | 5 ++++- library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php | 1 + library/HTMLPurifier/ConfigSchema/schema.ser | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/library/HTMLPurifier/Config.php b/library/HTMLPurifier/Config.php index 527815a3..3f700daf 100644 --- a/library/HTMLPurifier/Config.php +++ b/library/HTMLPurifier/Config.php @@ -211,7 +211,10 @@ class HTMLPurifier_Config try { $value = $this->parser->parse( $value, - $type = $this->def->info[$namespace][$key]->type, + $type = + is_int($this->def->info[$namespace][$key]) ? + $this->def->info[$namespace][$key] : + $this->def->info[$namespace][$key]->type, isset($this->def->info[$namespace][$key]->allow_null) ); } catch (HTMLPurifier_VarParserException $e) { diff --git a/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php b/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php index 69b71387..727f58ee 100644 --- a/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php +++ b/library/HTMLPurifier/ConfigSchema/Builder/ConfigSchema.php @@ -43,6 +43,7 @@ class HTMLPurifier_ConfigSchema_Builder_ConfigSchema ); } } + $schema->postProcess(); return $schema; } diff --git a/library/HTMLPurifier/ConfigSchema/schema.ser b/library/HTMLPurifier/ConfigSchema/schema.ser index 964df3c4..12c42c35 100644 --- a/library/HTMLPurifier/ConfigSchema/schema.ser +++ b/library/HTMLPurifier/ConfigSchema/schema.ser @@ -1 +1 @@ -O:25:"HTMLPurifier_ConfigSchema":2:{s:8:"defaults";a:12:{s:4:"Attr";a:11:{s:19:"AllowedFrameTargets";a:0:{}s:10:"AllowedRel";a:0:{}s:10:"AllowedRev";a:0:{}s:19:"DefaultInvalidImage";s:0:"";s:22:"DefaultInvalidImageAlt";s:13:"Invalid image";s:14:"DefaultTextDir";s:3:"ltr";s:8:"EnableID";b:0;s:11:"IDBlacklist";a:0:{}s:17:"IDBlacklistRegexp";N;s:8:"IDPrefix";s:0:"";s:13:"IDPrefixLocal";s:0:"";}s:10:"AutoFormat";a:4:{s:13:"AutoParagraph";b:0;s:6:"Custom";a:0:{}s:7:"Linkify";b:0;s:15:"PurifierLinkify";b:0;}s:15:"AutoFormatParam";a:1:{s:21:"PurifierLinkifyDocURL";s:3:"#%s";}s:3:"CSS";a:6:{s:14:"AllowImportant";b:0;s:11:"AllowTricky";b:0;s:17:"AllowedProperties";N;s:13:"DefinitionRev";i:1;s:12:"MaxImgLength";s:6:"1200px";s:11:"Proprietary";b:0;}s:5:"Cache";a:2:{s:14:"DefinitionImpl";s:10:"Serializer";s:14:"SerializerPath";N;}s:4:"Core";a:15:{s:17:"AggressivelyFixLt";b:0;s:13:"CollectErrors";b:0;s:13:"ColorKeywords";a:17:{s:6:"maroon";s:7:"#800000";s:3:"red";s:7:"#FF0000";s:6:"orange";s:7:"#FFA500";s:6:"yellow";s:7:"#FFFF00";s:5:"olive";s:7:"#808000";s:6:"purple";s:7:"#800080";s:7:"fuchsia";s:7:"#FF00FF";s:5:"white";s:7:"#FFFFFF";s:4:"lime";s:7:"#00FF00";s:5:"green";s:7:"#008000";s:4:"navy";s:7:"#000080";s:4:"blue";s:7:"#0000FF";s:4:"aqua";s:7:"#00FFFF";s:4:"teal";s:7:"#008080";s:5:"black";s:7:"#000000";s:6:"silver";s:7:"#C0C0C0";s:4:"gray";s:7:"#808080";}s:25:"ConvertDocumentToFragment";b:1;s:31:"DirectLexLineNumberSyncInterval";i:0;s:8:"Encoding";s:5:"utf-8";s:21:"EscapeInvalidChildren";b:0;s:17:"EscapeInvalidTags";b:0;s:24:"EscapeNonASCIICharacters";b:0;s:14:"HiddenElements";a:2:{s:6:"script";b:1;s:5:"style";b:1;}s:8:"Language";s:2:"en";s:9:"LexerImpl";N;s:19:"MaintainLineNumbers";N;s:16:"RemoveInvalidImg";b:1;s:20:"RemoveScriptContents";N;}s:6:"Filter";a:3:{s:6:"Custom";a:0:{}s:18:"ExtractStyleBlocks";b:0;s:7:"YouTube";b:0;}s:11:"FilterParam";a:3:{s:26:"ExtractStyleBlocksEscaping";b:1;s:23:"ExtractStyleBlocksScope";N;s:26:"ExtractStyleBlocksTidyImpl";N;}s:4:"HTML";a:21:{s:7:"Allowed";N;s:17:"AllowedAttributes";N;s:15:"AllowedElements";N;s:14:"AllowedModules";N;s:12:"BlockWrapper";s:1:"p";s:11:"CoreModules";a:7:{s:9:"Structure";b:1;s:4:"Text";b:1;s:9:"Hypertext";b:1;s:4:"List";b:1;s:22:"NonXMLCommonAttributes";b:1;s:19:"XMLCommonAttributes";b:1;s:16:"CommonAttributes";b:1;}s:13:"CustomDoctype";N;s:12:"DefinitionID";N;s:13:"DefinitionRev";i:1;s:7:"Doctype";N;s:19:"ForbiddenAttributes";a:0:{}s:17:"ForbiddenElements";a:0:{}s:12:"MaxImgLength";i:1200;s:6:"Parent";s:3:"div";s:11:"Proprietary";b:0;s:6:"Strict";b:0;s:7:"TidyAdd";a:0:{}s:9:"TidyLevel";s:6:"medium";s:10:"TidyRemove";a:0:{}s:7:"Trusted";b:0;s:5:"XHTML";b:1;}s:6:"Output";a:3:{s:21:"CommentScriptContents";b:1;s:7:"Newline";N;s:10:"TidyFormat";b:0;}s:4:"Test";a:1:{s:12:"ForceNoIconv";b:0;}s:3:"URI";a:14:{s:14:"AllowedSchemes";a:6:{s:4:"http";b:1;s:5:"https";b:1;s:6:"mailto";b:1;s:3:"ftp";b:1;s:4:"nntp";b:1;s:4:"news";b:1;}s:4:"Base";N;s:13:"DefaultScheme";s:4:"http";s:12:"DefinitionID";N;s:13:"DefinitionRev";i:1;s:7:"Disable";b:0;s:15:"DisableExternal";b:0;s:24:"DisableExternalResources";b:0;s:16:"DisableResources";b:0;s:4:"Host";N;s:13:"HostBlacklist";a:0:{}s:12:"MakeAbsolute";b:0;s:5:"Munge";N;s:22:"OverrideAllowedSchemes";b:1;}}s:4:"info";a:12:{s:4:"Attr";a:12:{s:19:"AllowedFrameTargets";O:8:"stdClass":1:{s:4:"type";i:7;}s:10:"AllowedRel";O:8:"stdClass":1:{s:4:"type";i:7;}s:10:"AllowedRev";O:8:"stdClass":1:{s:4:"type";i:7;}s:19:"DefaultInvalidImage";O:8:"stdClass":1:{s:4:"type";i:0;}s:22:"DefaultInvalidImageAlt";O:8:"stdClass":1:{s:4:"type";i:0;}s:14:"DefaultTextDir";O:8:"stdClass":2:{s:4:"type";i:0;s:7:"allowed";a:2:{s:3:"ltr";b:1;s:3:"rtl";b:1;}}s:8:"EnableID";O:8:"stdClass":1:{s:4:"type";i:6;}s:11:"IDBlacklist";O:8:"stdClass":1:{s:4:"type";i:8;}s:17:"IDBlacklistRegexp";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:8:"IDPrefix";O:8:"stdClass":1:{s:4:"type";i:0;}s:13:"IDPrefixLocal";O:8:"stdClass":1:{s:4:"type";i:0;}s:10:"DisableURI";O:8:"stdClass":3:{s:9:"namespace";s:3:"URI";s:4:"name";s:7:"Disable";s:7:"isAlias";b:1;}}s:10:"AutoFormat";a:4:{s:13:"AutoParagraph";O:8:"stdClass":1:{s:4:"type";i:6;}s:6:"Custom";O:8:"stdClass":1:{s:4:"type";i:8;}s:7:"Linkify";O:8:"stdClass":1:{s:4:"type";i:6;}s:15:"PurifierLinkify";O:8:"stdClass":1:{s:4:"type";i:6;}}s:15:"AutoFormatParam";a:1:{s:21:"PurifierLinkifyDocURL";O:8:"stdClass":1:{s:4:"type";i:0;}}s:3:"CSS";a:6:{s:14:"AllowImportant";O:8:"stdClass":1:{s:4:"type";i:6;}s:11:"AllowTricky";O:8:"stdClass":1:{s:4:"type";i:6;}s:17:"AllowedProperties";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:13:"DefinitionRev";O:8:"stdClass":1:{s:4:"type";i:4;}s:12:"MaxImgLength";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:11:"Proprietary";O:8:"stdClass":1:{s:4:"type";i:6;}}s:5:"Cache";a:2:{s:14:"DefinitionImpl";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:14:"SerializerPath";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}}s:4:"Core";a:20:{s:15:"DefinitionCache";O:8:"stdClass":3:{s:9:"namespace";s:5:"Cache";s:4:"name";s:14:"DefinitionImpl";s:7:"isAlias";b:1;}s:17:"AggressivelyFixLt";O:8:"stdClass":1:{s:4:"type";i:6;}s:13:"CollectErrors";O:8:"stdClass":1:{s:4:"type";i:6;}s:13:"ColorKeywords";O:8:"stdClass":1:{s:4:"type";i:9;}s:25:"ConvertDocumentToFragment";O:8:"stdClass":1:{s:4:"type";i:6;}s:19:"AcceptFullDocuments";O:8:"stdClass":3:{s:9:"namespace";s:4:"Core";s:4:"name";s:25:"ConvertDocumentToFragment";s:7:"isAlias";b:1;}s:31:"DirectLexLineNumberSyncInterval";O:8:"stdClass":1:{s:4:"type";i:4;}s:8:"Encoding";O:8:"stdClass":1:{s:4:"type";i:1;}s:21:"EscapeInvalidChildren";O:8:"stdClass":1:{s:4:"type";i:6;}s:17:"EscapeInvalidTags";O:8:"stdClass":1:{s:4:"type";i:6;}s:24:"EscapeNonASCIICharacters";O:8:"stdClass":1:{s:4:"type";i:6;}s:14:"HiddenElements";O:8:"stdClass":1:{s:4:"type";i:7;}s:8:"Language";O:8:"stdClass":1:{s:4:"type";i:0;}s:9:"LexerImpl";O:8:"stdClass":2:{s:4:"type";i:10;s:10:"allow_null";b:1;}s:19:"MaintainLineNumbers";O:8:"stdClass":2:{s:4:"type";i:6;s:10:"allow_null";b:1;}s:16:"RemoveInvalidImg";O:8:"stdClass":1:{s:4:"type";i:6;}s:20:"RemoveScriptContents";O:8:"stdClass":2:{s:4:"type";i:6;s:10:"allow_null";b:1;}s:5:"XHTML";O:8:"stdClass":3:{s:9:"namespace";s:4:"HTML";s:4:"name";s:5:"XHTML";s:7:"isAlias";b:1;}s:21:"CommentScriptContents";O:8:"stdClass":3:{s:9:"namespace";s:6:"Output";s:4:"name";s:21:"CommentScriptContents";s:7:"isAlias";b:1;}s:10:"TidyFormat";O:8:"stdClass":3:{s:9:"namespace";s:6:"Output";s:4:"name";s:10:"TidyFormat";s:7:"isAlias";b:1;}}s:6:"Filter";a:5:{s:6:"Custom";O:8:"stdClass":1:{s:4:"type";i:8;}s:18:"ExtractStyleBlocks";O:8:"stdClass":1:{s:4:"type";i:6;}s:7:"YouTube";O:8:"stdClass":1:{s:4:"type";i:6;}s:26:"ExtractStyleBlocksEscaping";O:8:"stdClass":3:{s:9:"namespace";s:11:"FilterParam";s:4:"name";s:26:"ExtractStyleBlocksEscaping";s:7:"isAlias";b:1;}s:23:"ExtractStyleBlocksScope";O:8:"stdClass":3:{s:9:"namespace";s:11:"FilterParam";s:4:"name";s:23:"ExtractStyleBlocksScope";s:7:"isAlias";b:1;}}s:11:"FilterParam";a:3:{s:26:"ExtractStyleBlocksEscaping";O:8:"stdClass":1:{s:4:"type";i:6;}s:23:"ExtractStyleBlocksScope";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:26:"ExtractStyleBlocksTidyImpl";O:8:"stdClass":2:{s:4:"type";i:10;s:10:"allow_null";b:1;}}s:4:"HTML";a:22:{s:12:"EnableAttrID";O:8:"stdClass":3:{s:9:"namespace";s:4:"Attr";s:4:"name";s:8:"EnableID";s:7:"isAlias";b:1;}s:7:"Allowed";O:8:"stdClass":2:{s:4:"type";i:3;s:10:"allow_null";b:1;}s:17:"AllowedAttributes";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:15:"AllowedElements";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:14:"AllowedModules";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:12:"BlockWrapper";O:8:"stdClass":1:{s:4:"type";i:0;}s:11:"CoreModules";O:8:"stdClass":1:{s:4:"type";i:7;}s:13:"CustomDoctype";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:12:"DefinitionID";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefinitionRev";O:8:"stdClass":1:{s:4:"type";i:4;}s:7:"Doctype";O:8:"stdClass":3:{s:4:"type";i:0;s:10:"allow_null";b:1;s:7:"allowed";a:5:{s:22:"HTML 4.01 Transitional";b:1;s:16:"HTML 4.01 Strict";b:1;s:22:"XHTML 1.0 Transitional";b:1;s:16:"XHTML 1.0 Strict";b:1;s:9:"XHTML 1.1";b:1;}}s:19:"ForbiddenAttributes";O:8:"stdClass":1:{s:4:"type";i:7;}s:17:"ForbiddenElements";O:8:"stdClass":1:{s:4:"type";i:7;}s:12:"MaxImgLength";O:8:"stdClass":2:{s:4:"type";i:4;s:10:"allow_null";b:1;}s:6:"Parent";O:8:"stdClass":1:{s:4:"type";i:0;}s:11:"Proprietary";O:8:"stdClass":1:{s:4:"type";i:6;}s:6:"Strict";O:8:"stdClass":1:{s:4:"type";i:6;}s:7:"TidyAdd";O:8:"stdClass":1:{s:4:"type";i:7;}s:9:"TidyLevel";O:8:"stdClass":2:{s:4:"type";i:0;s:7:"allowed";a:4:{s:4:"none";b:1;s:5:"light";b:1;s:6:"medium";b:1;s:5:"heavy";b:1;}}s:10:"TidyRemove";O:8:"stdClass":1:{s:4:"type";i:7;}s:7:"Trusted";O:8:"stdClass":1:{s:4:"type";i:6;}s:5:"XHTML";O:8:"stdClass":1:{s:4:"type";i:6;}}s:6:"Output";a:3:{s:21:"CommentScriptContents";O:8:"stdClass":1:{s:4:"type";i:6;}s:7:"Newline";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:10:"TidyFormat";O:8:"stdClass":1:{s:4:"type";i:6;}}s:4:"Test";a:1:{s:12:"ForceNoIconv";O:8:"stdClass":1:{s:4:"type";i:6;}}s:3:"URI";a:14:{s:14:"AllowedSchemes";O:8:"stdClass":1:{s:4:"type";i:7;}s:4:"Base";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefaultScheme";O:8:"stdClass":1:{s:4:"type";i:0;}s:12:"DefinitionID";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefinitionRev";O:8:"stdClass":1:{s:4:"type";i:4;}s:7:"Disable";O:8:"stdClass":1:{s:4:"type";i:6;}s:15:"DisableExternal";O:8:"stdClass":1:{s:4:"type";i:6;}s:24:"DisableExternalResources";O:8:"stdClass":1:{s:4:"type";i:6;}s:16:"DisableResources";O:8:"stdClass":1:{s:4:"type";i:6;}s:4:"Host";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"HostBlacklist";O:8:"stdClass":1:{s:4:"type";i:8;}s:12:"MakeAbsolute";O:8:"stdClass":1:{s:4:"type";i:6;}s:5:"Munge";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:22:"OverrideAllowedSchemes";O:8:"stdClass":1:{s:4:"type";i:6;}}}} \ No newline at end of file +O:25:"HTMLPurifier_ConfigSchema":2:{s:8:"defaults";a:12:{s:4:"Attr";a:11:{s:19:"AllowedFrameTargets";a:0:{}s:10:"AllowedRel";a:0:{}s:10:"AllowedRev";a:0:{}s:19:"DefaultInvalidImage";s:0:"";s:22:"DefaultInvalidImageAlt";s:13:"Invalid image";s:14:"DefaultTextDir";s:3:"ltr";s:8:"EnableID";b:0;s:11:"IDBlacklist";a:0:{}s:17:"IDBlacklistRegexp";N;s:8:"IDPrefix";s:0:"";s:13:"IDPrefixLocal";s:0:"";}s:10:"AutoFormat";a:4:{s:13:"AutoParagraph";b:0;s:6:"Custom";a:0:{}s:7:"Linkify";b:0;s:15:"PurifierLinkify";b:0;}s:15:"AutoFormatParam";a:1:{s:21:"PurifierLinkifyDocURL";s:3:"#%s";}s:3:"CSS";a:6:{s:14:"AllowImportant";b:0;s:11:"AllowTricky";b:0;s:17:"AllowedProperties";N;s:13:"DefinitionRev";i:1;s:12:"MaxImgLength";s:6:"1200px";s:11:"Proprietary";b:0;}s:5:"Cache";a:2:{s:14:"DefinitionImpl";s:10:"Serializer";s:14:"SerializerPath";N;}s:4:"Core";a:15:{s:17:"AggressivelyFixLt";b:0;s:13:"CollectErrors";b:0;s:13:"ColorKeywords";a:17:{s:6:"maroon";s:7:"#800000";s:3:"red";s:7:"#FF0000";s:6:"orange";s:7:"#FFA500";s:6:"yellow";s:7:"#FFFF00";s:5:"olive";s:7:"#808000";s:6:"purple";s:7:"#800080";s:7:"fuchsia";s:7:"#FF00FF";s:5:"white";s:7:"#FFFFFF";s:4:"lime";s:7:"#00FF00";s:5:"green";s:7:"#008000";s:4:"navy";s:7:"#000080";s:4:"blue";s:7:"#0000FF";s:4:"aqua";s:7:"#00FFFF";s:4:"teal";s:7:"#008080";s:5:"black";s:7:"#000000";s:6:"silver";s:7:"#C0C0C0";s:4:"gray";s:7:"#808080";}s:25:"ConvertDocumentToFragment";b:1;s:31:"DirectLexLineNumberSyncInterval";i:0;s:8:"Encoding";s:5:"utf-8";s:21:"EscapeInvalidChildren";b:0;s:17:"EscapeInvalidTags";b:0;s:24:"EscapeNonASCIICharacters";b:0;s:14:"HiddenElements";a:2:{s:6:"script";b:1;s:5:"style";b:1;}s:8:"Language";s:2:"en";s:9:"LexerImpl";N;s:19:"MaintainLineNumbers";N;s:16:"RemoveInvalidImg";b:1;s:20:"RemoveScriptContents";N;}s:6:"Filter";a:3:{s:6:"Custom";a:0:{}s:18:"ExtractStyleBlocks";b:0;s:7:"YouTube";b:0;}s:11:"FilterParam";a:3:{s:26:"ExtractStyleBlocksEscaping";b:1;s:23:"ExtractStyleBlocksScope";N;s:26:"ExtractStyleBlocksTidyImpl";N;}s:4:"HTML";a:21:{s:7:"Allowed";N;s:17:"AllowedAttributes";N;s:15:"AllowedElements";N;s:14:"AllowedModules";N;s:12:"BlockWrapper";s:1:"p";s:11:"CoreModules";a:7:{s:9:"Structure";b:1;s:4:"Text";b:1;s:9:"Hypertext";b:1;s:4:"List";b:1;s:22:"NonXMLCommonAttributes";b:1;s:19:"XMLCommonAttributes";b:1;s:16:"CommonAttributes";b:1;}s:13:"CustomDoctype";N;s:12:"DefinitionID";N;s:13:"DefinitionRev";i:1;s:7:"Doctype";N;s:19:"ForbiddenAttributes";a:0:{}s:17:"ForbiddenElements";a:0:{}s:12:"MaxImgLength";i:1200;s:6:"Parent";s:3:"div";s:11:"Proprietary";b:0;s:6:"Strict";b:0;s:7:"TidyAdd";a:0:{}s:9:"TidyLevel";s:6:"medium";s:10:"TidyRemove";a:0:{}s:7:"Trusted";b:0;s:5:"XHTML";b:1;}s:6:"Output";a:3:{s:21:"CommentScriptContents";b:1;s:7:"Newline";N;s:10:"TidyFormat";b:0;}s:4:"Test";a:1:{s:12:"ForceNoIconv";b:0;}s:3:"URI";a:14:{s:14:"AllowedSchemes";a:6:{s:4:"http";b:1;s:5:"https";b:1;s:6:"mailto";b:1;s:3:"ftp";b:1;s:4:"nntp";b:1;s:4:"news";b:1;}s:4:"Base";N;s:13:"DefaultScheme";s:4:"http";s:12:"DefinitionID";N;s:13:"DefinitionRev";i:1;s:7:"Disable";b:0;s:15:"DisableExternal";b:0;s:24:"DisableExternalResources";b:0;s:16:"DisableResources";b:0;s:4:"Host";N;s:13:"HostBlacklist";a:0:{}s:12:"MakeAbsolute";b:0;s:5:"Munge";N;s:22:"OverrideAllowedSchemes";b:1;}}s:4:"info";a:12:{s:4:"Attr";a:12:{s:19:"AllowedFrameTargets";i:7;s:10:"AllowedRel";i:7;s:10:"AllowedRev";i:7;s:19:"DefaultInvalidImage";i:0;s:22:"DefaultInvalidImageAlt";i:0;s:14:"DefaultTextDir";O:8:"stdClass":2:{s:4:"type";i:0;s:7:"allowed";a:2:{s:3:"ltr";b:1;s:3:"rtl";b:1;}}s:8:"EnableID";i:6;s:11:"IDBlacklist";i:8;s:17:"IDBlacklistRegexp";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:8:"IDPrefix";i:0;s:13:"IDPrefixLocal";i:0;s:10:"DisableURI";O:8:"stdClass":3:{s:9:"namespace";s:3:"URI";s:4:"name";s:7:"Disable";s:7:"isAlias";b:1;}}s:10:"AutoFormat";a:4:{s:13:"AutoParagraph";i:6;s:6:"Custom";i:8;s:7:"Linkify";i:6;s:15:"PurifierLinkify";i:6;}s:15:"AutoFormatParam";a:1:{s:21:"PurifierLinkifyDocURL";i:0;}s:3:"CSS";a:6:{s:14:"AllowImportant";i:6;s:11:"AllowTricky";i:6;s:17:"AllowedProperties";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:13:"DefinitionRev";i:4;s:12:"MaxImgLength";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:11:"Proprietary";i:6;}s:5:"Cache";a:2:{s:14:"DefinitionImpl";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:14:"SerializerPath";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}}s:4:"Core";a:20:{s:15:"DefinitionCache";O:8:"stdClass":3:{s:9:"namespace";s:5:"Cache";s:4:"name";s:14:"DefinitionImpl";s:7:"isAlias";b:1;}s:17:"AggressivelyFixLt";i:6;s:13:"CollectErrors";i:6;s:13:"ColorKeywords";i:9;s:25:"ConvertDocumentToFragment";i:6;s:19:"AcceptFullDocuments";O:8:"stdClass":3:{s:9:"namespace";s:4:"Core";s:4:"name";s:25:"ConvertDocumentToFragment";s:7:"isAlias";b:1;}s:31:"DirectLexLineNumberSyncInterval";i:4;s:8:"Encoding";i:1;s:21:"EscapeInvalidChildren";i:6;s:17:"EscapeInvalidTags";i:6;s:24:"EscapeNonASCIICharacters";i:6;s:14:"HiddenElements";i:7;s:8:"Language";i:0;s:9:"LexerImpl";O:8:"stdClass":2:{s:4:"type";i:10;s:10:"allow_null";b:1;}s:19:"MaintainLineNumbers";O:8:"stdClass":2:{s:4:"type";i:6;s:10:"allow_null";b:1;}s:16:"RemoveInvalidImg";i:6;s:20:"RemoveScriptContents";O:8:"stdClass":2:{s:4:"type";i:6;s:10:"allow_null";b:1;}s:5:"XHTML";O:8:"stdClass":3:{s:9:"namespace";s:4:"HTML";s:4:"name";s:5:"XHTML";s:7:"isAlias";b:1;}s:21:"CommentScriptContents";O:8:"stdClass":3:{s:9:"namespace";s:6:"Output";s:4:"name";s:21:"CommentScriptContents";s:7:"isAlias";b:1;}s:10:"TidyFormat";O:8:"stdClass":3:{s:9:"namespace";s:6:"Output";s:4:"name";s:10:"TidyFormat";s:7:"isAlias";b:1;}}s:6:"Filter";a:5:{s:6:"Custom";i:8;s:18:"ExtractStyleBlocks";i:6;s:7:"YouTube";i:6;s:26:"ExtractStyleBlocksEscaping";O:8:"stdClass":3:{s:9:"namespace";s:11:"FilterParam";s:4:"name";s:26:"ExtractStyleBlocksEscaping";s:7:"isAlias";b:1;}s:23:"ExtractStyleBlocksScope";O:8:"stdClass":3:{s:9:"namespace";s:11:"FilterParam";s:4:"name";s:23:"ExtractStyleBlocksScope";s:7:"isAlias";b:1;}}s:11:"FilterParam";a:3:{s:26:"ExtractStyleBlocksEscaping";i:6;s:23:"ExtractStyleBlocksScope";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:26:"ExtractStyleBlocksTidyImpl";O:8:"stdClass":2:{s:4:"type";i:10;s:10:"allow_null";b:1;}}s:4:"HTML";a:22:{s:12:"EnableAttrID";O:8:"stdClass":3:{s:9:"namespace";s:4:"Attr";s:4:"name";s:8:"EnableID";s:7:"isAlias";b:1;}s:7:"Allowed";O:8:"stdClass":2:{s:4:"type";i:3;s:10:"allow_null";b:1;}s:17:"AllowedAttributes";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:15:"AllowedElements";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:14:"AllowedModules";O:8:"stdClass":2:{s:4:"type";i:7;s:10:"allow_null";b:1;}s:12:"BlockWrapper";i:0;s:11:"CoreModules";i:7;s:13:"CustomDoctype";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:12:"DefinitionID";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefinitionRev";i:4;s:7:"Doctype";O:8:"stdClass":3:{s:4:"type";i:0;s:10:"allow_null";b:1;s:7:"allowed";a:5:{s:22:"HTML 4.01 Transitional";b:1;s:16:"HTML 4.01 Strict";b:1;s:22:"XHTML 1.0 Transitional";b:1;s:16:"XHTML 1.0 Strict";b:1;s:9:"XHTML 1.1";b:1;}}s:19:"ForbiddenAttributes";i:7;s:17:"ForbiddenElements";i:7;s:12:"MaxImgLength";O:8:"stdClass":2:{s:4:"type";i:4;s:10:"allow_null";b:1;}s:6:"Parent";i:0;s:11:"Proprietary";i:6;s:6:"Strict";i:6;s:7:"TidyAdd";i:7;s:9:"TidyLevel";O:8:"stdClass":2:{s:4:"type";i:0;s:7:"allowed";a:4:{s:4:"none";b:1;s:5:"light";b:1;s:6:"medium";b:1;s:5:"heavy";b:1;}}s:10:"TidyRemove";i:7;s:7:"Trusted";i:6;s:5:"XHTML";i:6;}s:6:"Output";a:3:{s:21:"CommentScriptContents";i:6;s:7:"Newline";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:10:"TidyFormat";i:6;}s:4:"Test";a:1:{s:12:"ForceNoIconv";i:6;}s:3:"URI";a:14:{s:14:"AllowedSchemes";i:7;s:4:"Base";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefaultScheme";i:0;s:12:"DefinitionID";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"DefinitionRev";i:4;s:7:"Disable";i:6;s:15:"DisableExternal";i:6;s:24:"DisableExternalResources";i:6;s:16:"DisableResources";i:6;s:4:"Host";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:13:"HostBlacklist";i:8;s:12:"MakeAbsolute";i:6;s:5:"Munge";O:8:"stdClass":2:{s:4:"type";i:0;s:10:"allow_null";b:1;}s:22:"OverrideAllowedSchemes";i:6;}}} \ No newline at end of file