From 7f81afd7efbeb931d16ce1f3a1ed53a54226d553 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Fri, 7 Nov 2014 12:32:05 +0100 Subject: move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs --- vendor/.gitignore | 10 + vendor/ZendXml/composer.json | 35 + .../ZendXml/Exception/ExceptionInterface.php | 14 + .../ZendXml/Exception/InvalidArgumentException.php | 19 + .../library/ZendXml/Exception/RuntimeException.php | 19 + vendor/ZendXml/library/ZendXml/Security.php | 143 + vendor/ZendXml/vendor/autoload.php | 7 + vendor/ZendXml/vendor/composer/ClassLoader.php | 383 + .../ZendXml/vendor/composer/autoload_classmap.php | 9 + .../vendor/composer/autoload_namespaces.php | 10 + vendor/ZendXml/vendor/composer/autoload_psr4.php | 9 + vendor/ZendXml/vendor/composer/autoload_real.php | 50 + vendor/autoload.php | 7 + vendor/composer/ClassLoader.php | 383 + vendor/composer/autoload_classmap.php | 9 + vendor/composer/autoload_files.php | 10 + vendor/composer/autoload_namespaces.php | 12 + vendor/composer/autoload_psr4.php | 9 + vendor/composer/autoload_real.php | 59 + vendor/composer/include_paths.php | 10 + vendor/composer/installed.json | 154 + vendor/ezyang/htmlpurifier/.gitattributes | 1 + vendor/ezyang/htmlpurifier/.gitignore | 28 + vendor/ezyang/htmlpurifier/CREDITS | 9 + vendor/ezyang/htmlpurifier/Doxyfile | 1317 +++ vendor/ezyang/htmlpurifier/FOCUS | 13 + vendor/ezyang/htmlpurifier/INSTALL | 374 + vendor/ezyang/htmlpurifier/INSTALL.fr.utf8 | 69 + vendor/ezyang/htmlpurifier/LICENSE | 504 + vendor/ezyang/htmlpurifier/NEWS | 1078 ++ vendor/ezyang/htmlpurifier/README | 24 + vendor/ezyang/htmlpurifier/TODO | 150 + vendor/ezyang/htmlpurifier/VERSION | 1 + vendor/ezyang/htmlpurifier/WHATSNEW | 5 + vendor/ezyang/htmlpurifier/WYSIWYG | 20 + vendor/ezyang/htmlpurifier/art/1000passes.png | Bin 0 -> 3522 bytes vendor/ezyang/htmlpurifier/art/100cases.png | Bin 0 -> 2732 bytes vendor/ezyang/htmlpurifier/art/favicon.ico | Bin 0 -> 9326 bytes vendor/ezyang/htmlpurifier/art/icon-16x16.png | Bin 0 -> 382 bytes vendor/ezyang/htmlpurifier/art/icon-16x16.svg | 101 + vendor/ezyang/htmlpurifier/art/icon-32x32.png | Bin 0 -> 615 bytes vendor/ezyang/htmlpurifier/art/icon-32x32.svg | 101 + vendor/ezyang/htmlpurifier/art/icon-64x64.png | Bin 0 -> 1036 bytes vendor/ezyang/htmlpurifier/art/logo-large.png | Bin 0 -> 10054 bytes vendor/ezyang/htmlpurifier/art/logo.png | Bin 0 -> 2658 bytes vendor/ezyang/htmlpurifier/art/logo.svg | 119 + vendor/ezyang/htmlpurifier/art/powered.png | Bin 0 -> 297 bytes vendor/ezyang/htmlpurifier/benchmarks/.htaccess | 1 + .../htmlpurifier/benchmarks/ConfigSchema.php | 16 + vendor/ezyang/htmlpurifier/benchmarks/Lexer.php | 161 + vendor/ezyang/htmlpurifier/benchmarks/Trace.php | 21 + .../htmlpurifier/benchmarks/samples/Lexer/1.html | 56 + .../htmlpurifier/benchmarks/samples/Lexer/2.html | 20 + .../htmlpurifier/benchmarks/samples/Lexer/3.html | 131 + .../htmlpurifier/benchmarks/samples/Lexer/4.html | 543 + .../benchmarks/samples/Lexer/DISCLAIMER.txt | 7 + vendor/ezyang/htmlpurifier/composer.json | 22 + vendor/ezyang/htmlpurifier/configdoc/generate.php | 64 + .../ezyang/htmlpurifier/configdoc/styles/plain.css | 44 + .../ezyang/htmlpurifier/configdoc/styles/plain.xsl | 253 + vendor/ezyang/htmlpurifier/configdoc/types.xml | 69 + vendor/ezyang/htmlpurifier/configdoc/usage.xml | 547 + .../ezyang/htmlpurifier/docs/dev-advanced-api.html | 26 + .../ezyang/htmlpurifier/docs/dev-code-quality.txt | 29 + .../htmlpurifier/docs/dev-config-bcbreaks.txt | 79 + .../ezyang/htmlpurifier/docs/dev-config-naming.txt | 164 + .../htmlpurifier/docs/dev-config-schema.html | 412 + vendor/ezyang/htmlpurifier/docs/dev-flush.html | 68 + vendor/ezyang/htmlpurifier/docs/dev-includes.txt | 281 + vendor/ezyang/htmlpurifier/docs/dev-naming.html | 83 + .../ezyang/htmlpurifier/docs/dev-optimization.html | 33 + vendor/ezyang/htmlpurifier/docs/dev-progress.html | 309 + .../htmlpurifier/docs/dtd/xhtml1-transitional.dtd | 1201 +++ .../htmlpurifier/docs/enduser-customize.html | 850 ++ vendor/ezyang/htmlpurifier/docs/enduser-id.html | 148 + .../ezyang/htmlpurifier/docs/enduser-overview.txt | 59 + .../ezyang/htmlpurifier/docs/enduser-security.txt | 18 + vendor/ezyang/htmlpurifier/docs/enduser-slow.html | 120 + vendor/ezyang/htmlpurifier/docs/enduser-tidy.html | 231 + .../htmlpurifier/docs/enduser-uri-filter.html | 204 + vendor/ezyang/htmlpurifier/docs/enduser-utf8.html | 1060 ++ .../ezyang/htmlpurifier/docs/enduser-youtube.html | 153 + .../htmlpurifier/docs/entities/xhtml-lat1.ent | 196 + .../htmlpurifier/docs/entities/xhtml-special.ent | 80 + .../htmlpurifier/docs/entities/xhtml-symbol.ent | 237 + vendor/ezyang/htmlpurifier/docs/examples/basic.php | 23 + vendor/ezyang/htmlpurifier/docs/fixquotes.htc | 9 + vendor/ezyang/htmlpurifier/docs/index.html | 188 + .../ezyang/htmlpurifier/docs/proposal-colors.html | 49 + .../ezyang/htmlpurifier/docs/proposal-config.txt | 23 + .../htmlpurifier/docs/proposal-css-extraction.txt | 34 + .../ezyang/htmlpurifier/docs/proposal-errors.txt | 211 + .../htmlpurifier/docs/proposal-filter-levels.txt | 137 + .../ezyang/htmlpurifier/docs/proposal-language.txt | 64 + .../htmlpurifier/docs/proposal-new-directives.txt | 44 + .../ezyang/htmlpurifier/docs/proposal-plists.txt | 218 + .../htmlpurifier/docs/ref-content-models.txt | 50 + vendor/ezyang/htmlpurifier/docs/ref-css-length.txt | 30 + .../ezyang/htmlpurifier/docs/ref-devnetwork.html | 47 + .../htmlpurifier/docs/ref-html-modularization.txt | 166 + .../htmlpurifier/docs/ref-proprietary-tags.txt | 26 + vendor/ezyang/htmlpurifier/docs/ref-whatwg.txt | 26 + vendor/ezyang/htmlpurifier/docs/specimens/LICENSE | 10 + .../docs/specimens/html-align-to-css.html | 165 + vendor/ezyang/htmlpurifier/docs/specimens/img.png | Bin 0 -> 2138 bytes .../docs/specimens/jochem-blok-word.html | 129 + .../specimens/windows-live-mail-desktop-beta.html | 74 + vendor/ezyang/htmlpurifier/docs/style.css | 76 + .../extras/ConfigDoc/HTMLXSLTProcessor.php | 91 + vendor/ezyang/htmlpurifier/extras/FSTools.php | 164 + vendor/ezyang/htmlpurifier/extras/FSTools/File.php | 141 + .../extras/HTMLPurifierExtras.auto.php | 11 + .../extras/HTMLPurifierExtras.autoload.php | 26 + .../htmlpurifier/extras/HTMLPurifierExtras.php | 31 + vendor/ezyang/htmlpurifier/extras/README | 32 + .../htmlpurifier/library/HTMLPurifier.auto.php | 11 + .../htmlpurifier/library/HTMLPurifier.autoload.php | 27 + .../htmlpurifier/library/HTMLPurifier.composer.php | 4 + .../htmlpurifier/library/HTMLPurifier.func.php | 25 + .../htmlpurifier/library/HTMLPurifier.includes.php | 229 + .../htmlpurifier/library/HTMLPurifier.kses.php | 30 + .../htmlpurifier/library/HTMLPurifier.path.php | 11 + .../ezyang/htmlpurifier/library/HTMLPurifier.php | 292 + .../library/HTMLPurifier.safe-includes.php | 223 + .../htmlpurifier/library/HTMLPurifier/Arborize.php | 71 + .../library/HTMLPurifier/AttrCollections.php | 143 + .../htmlpurifier/library/HTMLPurifier/AttrDef.php | 138 + .../library/HTMLPurifier/AttrDef/CSS.php | 106 + .../HTMLPurifier/AttrDef/CSS/AlphaValue.php | 34 + .../HTMLPurifier/AttrDef/CSS/Background.php | 111 + .../AttrDef/CSS/BackgroundPosition.php | 157 + .../library/HTMLPurifier/AttrDef/CSS/Border.php | 56 + .../library/HTMLPurifier/AttrDef/CSS/Color.php | 105 + .../library/HTMLPurifier/AttrDef/CSS/Composite.php | 48 + .../AttrDef/CSS/DenyElementDecorator.php | 44 + .../library/HTMLPurifier/AttrDef/CSS/Filter.php | 77 + .../library/HTMLPurifier/AttrDef/CSS/Font.php | 176 + .../HTMLPurifier/AttrDef/CSS/FontFamily.php | 219 + .../library/HTMLPurifier/AttrDef/CSS/Ident.php | 32 + .../AttrDef/CSS/ImportantDecorator.php | 56 + .../library/HTMLPurifier/AttrDef/CSS/Length.php | 77 + .../library/HTMLPurifier/AttrDef/CSS/ListStyle.php | 112 + .../library/HTMLPurifier/AttrDef/CSS/Multiple.php | 71 + .../library/HTMLPurifier/AttrDef/CSS/Number.php | 84 + .../HTMLPurifier/AttrDef/CSS/Percentage.php | 54 + .../HTMLPurifier/AttrDef/CSS/TextDecoration.php | 46 + .../library/HTMLPurifier/AttrDef/CSS/URI.php | 74 + .../library/HTMLPurifier/AttrDef/Clone.php | 44 + .../library/HTMLPurifier/AttrDef/Enum.php | 73 + .../library/HTMLPurifier/AttrDef/HTML/Bool.php | 51 + .../library/HTMLPurifier/AttrDef/HTML/Class.php | 48 + .../library/HTMLPurifier/AttrDef/HTML/Color.php | 51 + .../HTMLPurifier/AttrDef/HTML/FrameTarget.php | 38 + .../library/HTMLPurifier/AttrDef/HTML/ID.php | 105 + .../library/HTMLPurifier/AttrDef/HTML/Length.php | 56 + .../HTMLPurifier/AttrDef/HTML/LinkTypes.php | 72 + .../HTMLPurifier/AttrDef/HTML/MultiLength.php | 60 + .../library/HTMLPurifier/AttrDef/HTML/Nmtokens.php | 70 + .../library/HTMLPurifier/AttrDef/HTML/Pixels.php | 76 + .../library/HTMLPurifier/AttrDef/Integer.php | 91 + .../library/HTMLPurifier/AttrDef/Lang.php | 86 + .../library/HTMLPurifier/AttrDef/Switch.php | 53 + .../library/HTMLPurifier/AttrDef/Text.php | 21 + .../library/HTMLPurifier/AttrDef/URI.php | 111 + .../library/HTMLPurifier/AttrDef/URI/Email.php | 20 + .../HTMLPurifier/AttrDef/URI/Email/SimpleCheck.php | 29 + .../library/HTMLPurifier/AttrDef/URI/Host.php | 128 + .../library/HTMLPurifier/AttrDef/URI/IPv4.php | 45 + .../library/HTMLPurifier/AttrDef/URI/IPv6.php | 89 + .../library/HTMLPurifier/AttrTransform.php | 60 + .../HTMLPurifier/AttrTransform/Background.php | 28 + .../library/HTMLPurifier/AttrTransform/BdoDir.php | 27 + .../library/HTMLPurifier/AttrTransform/BgColor.php | 28 + .../HTMLPurifier/AttrTransform/BoolToCSS.php | 47 + .../library/HTMLPurifier/AttrTransform/Border.php | 26 + .../HTMLPurifier/AttrTransform/EnumToCSS.php | 68 + .../HTMLPurifier/AttrTransform/ImgRequired.php | 48 + .../HTMLPurifier/AttrTransform/ImgSpace.php | 61 + .../library/HTMLPurifier/AttrTransform/Input.php | 56 + .../library/HTMLPurifier/AttrTransform/Lang.php | 31 + .../library/HTMLPurifier/AttrTransform/Length.php | 45 + .../library/HTMLPurifier/AttrTransform/Name.php | 33 + .../HTMLPurifier/AttrTransform/NameSync.php | 41 + .../HTMLPurifier/AttrTransform/Nofollow.php | 52 + .../HTMLPurifier/AttrTransform/SafeEmbed.php | 25 + .../HTMLPurifier/AttrTransform/SafeObject.php | 28 + .../HTMLPurifier/AttrTransform/SafeParam.php | 79 + .../HTMLPurifier/AttrTransform/ScriptRequired.php | 23 + .../HTMLPurifier/AttrTransform/TargetBlank.php | 45 + .../HTMLPurifier/AttrTransform/Textarea.php | 27 + .../library/HTMLPurifier/AttrTypes.php | 96 + .../library/HTMLPurifier/AttrValidator.php | 178 + .../library/HTMLPurifier/Bootstrap.php | 124 + .../library/HTMLPurifier/CSSDefinition.php | 474 + .../htmlpurifier/library/HTMLPurifier/ChildDef.php | 52 + .../library/HTMLPurifier/ChildDef/Chameleon.php | 67 + .../library/HTMLPurifier/ChildDef/Custom.php | 102 + .../library/HTMLPurifier/ChildDef/Empty.php | 38 + .../library/HTMLPurifier/ChildDef/List.php | 86 + .../library/HTMLPurifier/ChildDef/Optional.php | 45 + .../library/HTMLPurifier/ChildDef/Required.php | 118 + .../HTMLPurifier/ChildDef/StrictBlockquote.php | 110 + .../library/HTMLPurifier/ChildDef/Table.php | 224 + .../htmlpurifier/library/HTMLPurifier/Config.php | 911 ++ .../library/HTMLPurifier/ConfigSchema.php | 176 + .../ConfigSchema/Builder/ConfigSchema.php | 48 + .../HTMLPurifier/ConfigSchema/Builder/Xml.php | 144 + .../HTMLPurifier/ConfigSchema/Exception.php | 11 + .../HTMLPurifier/ConfigSchema/Interchange.php | 47 + .../ConfigSchema/Interchange/Directive.php | 89 + .../HTMLPurifier/ConfigSchema/Interchange/Id.php | 58 + .../ConfigSchema/InterchangeBuilder.php | 226 + .../HTMLPurifier/ConfigSchema/Validator.php | 248 + .../HTMLPurifier/ConfigSchema/ValidatorAtom.php | 130 + .../library/HTMLPurifier/ConfigSchema/schema.ser | Bin 0 -> 15000 bytes .../ConfigSchema/schema/Attr.AllowedClasses.txt | 8 + .../schema/Attr.AllowedFrameTargets.txt | 12 + .../ConfigSchema/schema/Attr.AllowedRel.txt | 9 + .../ConfigSchema/schema/Attr.AllowedRev.txt | 9 + .../ConfigSchema/schema/Attr.ClassUseCDATA.txt | 19 + .../ConfigSchema/schema/Attr.DefaultImageAlt.txt | 11 + .../schema/Attr.DefaultInvalidImage.txt | 9 + .../schema/Attr.DefaultInvalidImageAlt.txt | 8 + .../ConfigSchema/schema/Attr.DefaultTextDir.txt | 10 + .../ConfigSchema/schema/Attr.EnableID.txt | 16 + .../ConfigSchema/schema/Attr.ForbiddenClasses.txt | 8 + .../ConfigSchema/schema/Attr.IDBlacklist.txt | 5 + .../ConfigSchema/schema/Attr.IDBlacklistRegexp.txt | 9 + .../ConfigSchema/schema/Attr.IDPrefix.txt | 12 + .../ConfigSchema/schema/Attr.IDPrefixLocal.txt | 14 + .../schema/AutoFormat.AutoParagraph.txt | 31 + .../ConfigSchema/schema/AutoFormat.Custom.txt | 12 + .../schema/AutoFormat.DisplayLinkURI.txt | 11 + .../ConfigSchema/schema/AutoFormat.Linkify.txt | 12 + .../schema/AutoFormat.PurifierLinkify.DocURL.txt | 12 + .../schema/AutoFormat.PurifierLinkify.txt | 12 + ...utoFormat.RemoveEmpty.RemoveNbsp.Exceptions.txt | 11 + .../schema/AutoFormat.RemoveEmpty.RemoveNbsp.txt | 15 + .../ConfigSchema/schema/AutoFormat.RemoveEmpty.txt | 46 + .../AutoFormat.RemoveSpansWithoutAttributes.txt | 11 + .../ConfigSchema/schema/CSS.AllowImportant.txt | 8 + .../ConfigSchema/schema/CSS.AllowTricky.txt | 11 + .../ConfigSchema/schema/CSS.AllowedFonts.txt | 12 + .../ConfigSchema/schema/CSS.AllowedProperties.txt | 18 + .../ConfigSchema/schema/CSS.DefinitionRev.txt | 11 + .../schema/CSS.ForbiddenProperties.txt | 13 + .../ConfigSchema/schema/CSS.MaxImgLength.txt | 16 + .../ConfigSchema/schema/CSS.Proprietary.txt | 10 + .../ConfigSchema/schema/CSS.Trusted.txt | 9 + .../ConfigSchema/schema/Cache.DefinitionImpl.txt | 14 + .../ConfigSchema/schema/Cache.SerializerPath.txt | 13 + .../schema/Cache.SerializerPermissions.txt | 11 + .../ConfigSchema/schema/Core.AggressivelyFixLt.txt | 18 + .../schema/Core.AllowHostnameUnderscore.txt | 16 + .../ConfigSchema/schema/Core.CollectErrors.txt | 12 + .../ConfigSchema/schema/Core.ColorKeywords.txt | 29 + .../schema/Core.ConvertDocumentToFragment.txt | 14 + .../Core.DirectLexLineNumberSyncInterval.txt | 17 + .../ConfigSchema/schema/Core.DisableExcludes.txt | 14 + .../ConfigSchema/schema/Core.EnableIDNA.txt | 9 + .../ConfigSchema/schema/Core.Encoding.txt | 15 + .../schema/Core.EscapeInvalidChildren.txt | 12 + .../ConfigSchema/schema/Core.EscapeInvalidTags.txt | 7 + .../schema/Core.EscapeNonASCIICharacters.txt | 13 + .../ConfigSchema/schema/Core.HiddenElements.txt | 19 + .../ConfigSchema/schema/Core.Language.txt | 10 + .../ConfigSchema/schema/Core.LexerImpl.txt | 34 + .../schema/Core.MaintainLineNumbers.txt | 16 + .../ConfigSchema/schema/Core.NormalizeNewlines.txt | 11 + .../ConfigSchema/schema/Core.RemoveInvalidImg.txt | 12 + .../schema/Core.RemoveProcessingInstructions.txt | 11 + .../schema/Core.RemoveScriptContents.txt | 12 + .../ConfigSchema/schema/Filter.Custom.txt | 11 + .../schema/Filter.ExtractStyleBlocks.Escaping.txt | 14 + .../schema/Filter.ExtractStyleBlocks.Scope.txt | 29 + .../schema/Filter.ExtractStyleBlocks.TidyImpl.txt | 16 + .../schema/Filter.ExtractStyleBlocks.txt | 74 + .../ConfigSchema/schema/Filter.YouTube.txt | 16 + .../ConfigSchema/schema/HTML.Allowed.txt | 25 + .../ConfigSchema/schema/HTML.AllowedAttributes.txt | 19 + .../ConfigSchema/schema/HTML.AllowedComments.txt | 10 + .../schema/HTML.AllowedCommentsRegexp.txt | 15 + .../ConfigSchema/schema/HTML.AllowedElements.txt | 23 + .../ConfigSchema/schema/HTML.AllowedModules.txt | 20 + .../schema/HTML.Attr.Name.UseCDATA.txt | 11 + .../ConfigSchema/schema/HTML.BlockWrapper.txt | 18 + .../ConfigSchema/schema/HTML.CoreModules.txt | 23 + .../ConfigSchema/schema/HTML.CustomDoctype.txt | 9 + .../ConfigSchema/schema/HTML.DefinitionID.txt | 33 + .../ConfigSchema/schema/HTML.DefinitionRev.txt | 16 + .../ConfigSchema/schema/HTML.Doctype.txt | 11 + .../schema/HTML.FlashAllowFullScreen.txt | 11 + .../schema/HTML.ForbiddenAttributes.txt | 21 + .../ConfigSchema/schema/HTML.ForbiddenElements.txt | 20 + .../ConfigSchema/schema/HTML.MaxImgLength.txt | 14 + .../ConfigSchema/schema/HTML.Nofollow.txt | 7 + .../ConfigSchema/schema/HTML.Parent.txt | 12 + .../ConfigSchema/schema/HTML.Proprietary.txt | 12 + .../ConfigSchema/schema/HTML.SafeEmbed.txt | 13 + .../ConfigSchema/schema/HTML.SafeIframe.txt | 13 + .../ConfigSchema/schema/HTML.SafeObject.txt | 13 + .../ConfigSchema/schema/HTML.SafeScripting.txt | 10 + .../ConfigSchema/schema/HTML.Strict.txt | 9 + .../ConfigSchema/schema/HTML.TargetBlank.txt | 8 + .../ConfigSchema/schema/HTML.TidyAdd.txt | 8 + .../ConfigSchema/schema/HTML.TidyLevel.txt | 24 + .../ConfigSchema/schema/HTML.TidyRemove.txt | 8 + .../ConfigSchema/schema/HTML.Trusted.txt | 9 + .../ConfigSchema/schema/HTML.XHTML.txt | 11 + .../schema/Output.CommentScriptContents.txt | 10 + .../ConfigSchema/schema/Output.FixInnerHTML.txt | 15 + .../ConfigSchema/schema/Output.FlashCompat.txt | 11 + .../ConfigSchema/schema/Output.Newline.txt | 13 + .../ConfigSchema/schema/Output.SortAttr.txt | 14 + .../ConfigSchema/schema/Output.TidyFormat.txt | 25 + .../ConfigSchema/schema/Test.ForceNoIconv.txt | 7 + .../ConfigSchema/schema/URI.AllowedSchemes.txt | 17 + .../HTMLPurifier/ConfigSchema/schema/URI.Base.txt | 17 + .../ConfigSchema/schema/URI.DefaultScheme.txt | 10 + .../ConfigSchema/schema/URI.DefinitionID.txt | 11 + .../ConfigSchema/schema/URI.DefinitionRev.txt | 11 + .../ConfigSchema/schema/URI.Disable.txt | 14 + .../ConfigSchema/schema/URI.DisableExternal.txt | 11 + .../schema/URI.DisableExternalResources.txt | 13 + .../ConfigSchema/schema/URI.DisableResources.txt | 15 + .../HTMLPurifier/ConfigSchema/schema/URI.Host.txt | 19 + .../ConfigSchema/schema/URI.HostBlacklist.txt | 9 + .../ConfigSchema/schema/URI.MakeAbsolute.txt | 13 + .../HTMLPurifier/ConfigSchema/schema/URI.Munge.txt | 83 + .../ConfigSchema/schema/URI.MungeResources.txt | 17 + .../ConfigSchema/schema/URI.MungeSecretKey.txt | 30 + .../schema/URI.OverrideAllowedSchemes.txt | 9 + .../ConfigSchema/schema/URI.SafeIframeRegexp.txt | 22 + .../HTMLPurifier/ConfigSchema/schema/info.ini | 3 + .../library/HTMLPurifier/ContentSets.php | 170 + .../htmlpurifier/library/HTMLPurifier/Context.php | 95 + .../library/HTMLPurifier/Definition.php | 55 + .../library/HTMLPurifier/DefinitionCache.php | 129 + .../HTMLPurifier/DefinitionCache/Decorator.php | 112 + .../DefinitionCache/Decorator/Cleanup.php | 78 + .../DefinitionCache/Decorator/Memory.php | 85 + .../DefinitionCache/Decorator/Template.php.in | 82 + .../library/HTMLPurifier/DefinitionCache/Null.php | 76 + .../HTMLPurifier/DefinitionCache/Serializer.php | 285 + .../HTMLPurifier/DefinitionCache/Serializer/README | 3 + .../HTMLPurifier/DefinitionCacheFactory.php | 106 + .../htmlpurifier/library/HTMLPurifier/Doctype.php | 73 + .../library/HTMLPurifier/DoctypeRegistry.php | 142 + .../library/HTMLPurifier/ElementDef.php | 216 + .../htmlpurifier/library/HTMLPurifier/Encoder.php | 611 ++ .../library/HTMLPurifier/EntityLookup.php | 48 + .../library/HTMLPurifier/EntityLookup/entities.ser | 1 + .../library/HTMLPurifier/EntityParser.php | 153 + .../library/HTMLPurifier/ErrorCollector.php | 244 + .../library/HTMLPurifier/ErrorStruct.php | 74 + .../library/HTMLPurifier/Exception.php | 12 + .../htmlpurifier/library/HTMLPurifier/Filter.php | 56 + .../HTMLPurifier/Filter/ExtractStyleBlocks.php | 338 + .../library/HTMLPurifier/Filter/YouTube.php | 65 + .../library/HTMLPurifier/Generator.php | 286 + .../library/HTMLPurifier/HTMLDefinition.php | 493 + .../library/HTMLPurifier/HTMLModule.php | 284 + .../library/HTMLPurifier/HTMLModule/Bdo.php | 44 + .../HTMLPurifier/HTMLModule/CommonAttributes.php | 31 + .../library/HTMLPurifier/HTMLModule/Edit.php | 55 + .../library/HTMLPurifier/HTMLModule/Forms.php | 190 + .../library/HTMLPurifier/HTMLModule/Hypertext.php | 40 + .../library/HTMLPurifier/HTMLModule/Iframe.php | 51 + .../library/HTMLPurifier/HTMLModule/Image.php | 49 + .../library/HTMLPurifier/HTMLModule/Legacy.php | 186 + .../library/HTMLPurifier/HTMLModule/List.php | 51 + .../library/HTMLPurifier/HTMLModule/Name.php | 26 + .../library/HTMLPurifier/HTMLModule/Nofollow.php | 25 + .../HTMLModule/NonXMLCommonAttributes.php | 20 + .../library/HTMLPurifier/HTMLModule/Object.php | 62 + .../HTMLPurifier/HTMLModule/Presentation.php | 42 + .../HTMLPurifier/HTMLModule/Proprietary.php | 40 + .../library/HTMLPurifier/HTMLModule/Ruby.php | 36 + .../library/HTMLPurifier/HTMLModule/SafeEmbed.php | 40 + .../library/HTMLPurifier/HTMLModule/SafeObject.php | 62 + .../HTMLPurifier/HTMLModule/SafeScripting.php | 40 + .../library/HTMLPurifier/HTMLModule/Scripting.php | 73 + .../HTMLPurifier/HTMLModule/StyleAttribute.php | 33 + .../library/HTMLPurifier/HTMLModule/Tables.php | 75 + .../library/HTMLPurifier/HTMLModule/Target.php | 28 + .../HTMLPurifier/HTMLModule/TargetBlank.php | 24 + .../library/HTMLPurifier/HTMLModule/Text.php | 87 + .../library/HTMLPurifier/HTMLModule/Tidy.php | 230 + .../library/HTMLPurifier/HTMLModule/Tidy/Name.php | 33 + .../HTMLPurifier/HTMLModule/Tidy/Proprietary.php | 34 + .../HTMLPurifier/HTMLModule/Tidy/Strict.php | 43 + .../HTMLPurifier/HTMLModule/Tidy/Transitional.php | 16 + .../library/HTMLPurifier/HTMLModule/Tidy/XHTML.php | 26 + .../HTMLPurifier/HTMLModule/Tidy/XHTMLAndHTML4.php | 179 + .../HTMLModule/XMLCommonAttributes.php | 20 + .../library/HTMLPurifier/HTMLModuleManager.php | 459 + .../library/HTMLPurifier/IDAccumulator.php | 57 + .../htmlpurifier/library/HTMLPurifier/Injector.php | 281 + .../HTMLPurifier/Injector/AutoParagraph.php | 356 + .../HTMLPurifier/Injector/DisplayLinkURI.php | 40 + .../library/HTMLPurifier/Injector/Linkify.php | 59 + .../HTMLPurifier/Injector/PurifierLinkify.php | 71 + .../library/HTMLPurifier/Injector/RemoveEmpty.php | 101 + .../Injector/RemoveSpansWithoutAttributes.php | 84 + .../library/HTMLPurifier/Injector/SafeObject.php | 121 + .../htmlpurifier/library/HTMLPurifier/Language.php | 204 + .../HTMLPurifier/Language/classes/en-x-test.php | 9 + .../HTMLPurifier/Language/messages/en-x-test.php | 11 + .../Language/messages/en-x-testmini.php | 12 + .../library/HTMLPurifier/Language/messages/en.php | 55 + .../library/HTMLPurifier/LanguageFactory.php | 209 + .../htmlpurifier/library/HTMLPurifier/Length.php | 160 + .../htmlpurifier/library/HTMLPurifier/Lexer.php | 357 + .../library/HTMLPurifier/Lexer/DOMLex.php | 280 + .../library/HTMLPurifier/Lexer/DirectLex.php | 539 + .../library/HTMLPurifier/Lexer/PH5P.php | 4788 +++++++++ .../htmlpurifier/library/HTMLPurifier/Node.php | 49 + .../library/HTMLPurifier/Node/Comment.php | 36 + .../library/HTMLPurifier/Node/Element.php | 59 + .../library/HTMLPurifier/Node/Text.php | 54 + .../library/HTMLPurifier/PercentEncoder.php | 111 + .../htmlpurifier/library/HTMLPurifier/Printer.php | 218 + .../library/HTMLPurifier/Printer/CSSDefinition.php | 44 + .../library/HTMLPurifier/Printer/ConfigForm.css | 10 + .../library/HTMLPurifier/Printer/ConfigForm.js | 5 + .../library/HTMLPurifier/Printer/ConfigForm.php | 447 + .../HTMLPurifier/Printer/HTMLDefinition.php | 324 + .../library/HTMLPurifier/PropertyList.php | 122 + .../library/HTMLPurifier/PropertyListIterator.php | 42 + .../htmlpurifier/library/HTMLPurifier/Queue.php | 56 + .../htmlpurifier/library/HTMLPurifier/Strategy.php | 26 + .../library/HTMLPurifier/Strategy/Composite.php | 30 + .../library/HTMLPurifier/Strategy/Core.php | 17 + .../library/HTMLPurifier/Strategy/FixNesting.php | 181 + .../HTMLPurifier/Strategy/MakeWellFormed.php | 600 ++ .../Strategy/RemoveForeignElements.php | 207 + .../HTMLPurifier/Strategy/ValidateAttributes.php | 45 + .../library/HTMLPurifier/StringHash.php | 47 + .../library/HTMLPurifier/StringHashParser.php | 136 + .../library/HTMLPurifier/TagTransform.php | 37 + .../library/HTMLPurifier/TagTransform/Font.php | 114 + .../library/HTMLPurifier/TagTransform/Simple.php | 44 + .../htmlpurifier/library/HTMLPurifier/Token.php | 100 + .../library/HTMLPurifier/Token/Comment.php | 38 + .../library/HTMLPurifier/Token/Empty.php | 15 + .../library/HTMLPurifier/Token/End.php | 24 + .../library/HTMLPurifier/Token/Start.php | 10 + .../library/HTMLPurifier/Token/Tag.php | 68 + .../library/HTMLPurifier/Token/Text.php | 53 + .../library/HTMLPurifier/TokenFactory.php | 118 + .../htmlpurifier/library/HTMLPurifier/URI.php | 314 + .../library/HTMLPurifier/URIDefinition.php | 112 + .../library/HTMLPurifier/URIFilter.php | 74 + .../HTMLPurifier/URIFilter/DisableExternal.php | 54 + .../URIFilter/DisableExternalResources.php | 25 + .../HTMLPurifier/URIFilter/DisableResources.php | 22 + .../HTMLPurifier/URIFilter/HostBlacklist.php | 46 + .../HTMLPurifier/URIFilter/MakeAbsolute.php | 158 + .../library/HTMLPurifier/URIFilter/Munge.php | 115 + .../library/HTMLPurifier/URIFilter/SafeIframe.php | 68 + .../library/HTMLPurifier/URIParser.php | 71 + .../library/HTMLPurifier/URIScheme.php | 102 + .../library/HTMLPurifier/URIScheme/data.php | 127 + .../library/HTMLPurifier/URIScheme/file.php | 44 + .../library/HTMLPurifier/URIScheme/ftp.php | 58 + .../library/HTMLPurifier/URIScheme/http.php | 36 + .../library/HTMLPurifier/URIScheme/https.php | 18 + .../library/HTMLPurifier/URIScheme/mailto.php | 40 + .../library/HTMLPurifier/URIScheme/news.php | 35 + .../library/HTMLPurifier/URIScheme/nntp.php | 32 + .../library/HTMLPurifier/URISchemeRegistry.php | 81 + .../library/HTMLPurifier/UnitConverter.php | 307 + .../library/HTMLPurifier/VarParser.php | 198 + .../library/HTMLPurifier/VarParser/Flexible.php | 130 + .../library/HTMLPurifier/VarParser/Native.php | 38 + .../library/HTMLPurifier/VarParserException.php | 11 + .../htmlpurifier/library/HTMLPurifier/Zipper.php | 157 + vendor/ezyang/htmlpurifier/maintenance/.htaccess | 1 + vendor/ezyang/htmlpurifier/maintenance/PH5P.php | 3889 +++++++ .../htmlpurifier/maintenance/add-vimline.php | 131 + vendor/ezyang/htmlpurifier/maintenance/common.php | 25 + .../htmlpurifier/maintenance/compile-doxygen.sh | 11 + .../htmlpurifier/maintenance/config-scanner.php | 155 + .../maintenance/flush-definition-cache.php | 42 + vendor/ezyang/htmlpurifier/maintenance/flush.php | 30 + .../maintenance/generate-entity-file.php | 75 + .../htmlpurifier/maintenance/generate-includes.php | 192 + .../maintenance/generate-ph5p-patch.php | 22 + .../maintenance/generate-schema-cache.php | 45 + .../maintenance/generate-standalone.php | 159 + .../htmlpurifier/maintenance/merge-library.php | 11 + .../maintenance/old-extract-schema.php | 71 + .../maintenance/old-remove-require-once.php | 32 + .../maintenance/old-remove-schema-def.php | 32 + .../htmlpurifier/maintenance/regenerate-docs.sh | 5 + .../maintenance/remove-trailing-whitespace.php | 37 + .../htmlpurifier/maintenance/rename-config.php | 84 + .../htmlpurifier/maintenance/update-config.php | 34 + .../htmlpurifier/maintenance/update-freshmeat.php | 161 + vendor/ezyang/htmlpurifier/phpdoc.ini | 102 + vendor/ezyang/htmlpurifier/plugins/modx.txt | 112 + .../ezyang/htmlpurifier/plugins/phorum/.gitignore | 2 + .../ezyang/htmlpurifier/plugins/phorum/Changelog | 27 + vendor/ezyang/htmlpurifier/plugins/phorum/INSTALL | 84 + vendor/ezyang/htmlpurifier/plugins/phorum/README | 45 + .../htmlpurifier/plugins/phorum/config.default.php | 57 + .../htmlpurifier/plugins/phorum/htmlpurifier.php | 316 + vendor/ezyang/htmlpurifier/plugins/phorum/info.txt | 18 + .../htmlpurifier/plugins/phorum/init-config.php | 30 + .../htmlpurifier/plugins/phorum/migrate.bbcode.php | 31 + .../htmlpurifier/plugins/phorum/settings.php | 64 + .../htmlpurifier/plugins/phorum/settings/form.php | 95 + .../plugins/phorum/settings/migrate-sigs-form.php | 22 + .../plugins/phorum/settings/migrate-sigs.php | 79 + .../htmlpurifier/plugins/phorum/settings/save.php | 29 + vendor/ezyang/htmlpurifier/smoketests/all.php | 44 + .../htmlpurifier/smoketests/attrTransform.php | 72 + .../htmlpurifier/smoketests/attrTransform.xml | 192 + vendor/ezyang/htmlpurifier/smoketests/basic.php | 73 + .../htmlpurifier/smoketests/basic/allElements.css | 50 + .../htmlpurifier/smoketests/basic/allElements.html | 82 + .../htmlpurifier/smoketests/basic/legacy.css | 73 + .../htmlpurifier/smoketests/basic/legacy.html | 127 + .../ezyang/htmlpurifier/smoketests/cacheConfig.php | 14 + vendor/ezyang/htmlpurifier/smoketests/common.php | 39 + .../ezyang/htmlpurifier/smoketests/configForm.php | 77 + .../ezyang/htmlpurifier/smoketests/dataScheme.php | 37 + .../htmlpurifier/smoketests/extractStyleBlocks.php | 73 + vendor/ezyang/htmlpurifier/smoketests/img.png | Bin 0 -> 2138 bytes .../ezyang/htmlpurifier/smoketests/innerHTML.html | 33 + vendor/ezyang/htmlpurifier/smoketests/innerHTML.js | 51 + .../htmlpurifier/smoketests/preserveYouTube.php | 72 + .../htmlpurifier/smoketests/printDefinition.php | 119 + .../smoketests/test-schema/Directive.Allowed.txt | 6 + .../test-schema/Directive.Deprecated.txt | 7 + .../smoketests/test-schema/Directive.txt | 3 + .../smoketests/test-schema/Type.bool.txt | 5 + .../smoketests/test-schema/Type.float.txt | 5 + .../smoketests/test-schema/Type.hash.txt | 5 + .../smoketests/test-schema/Type.int.txt | 5 + .../smoketests/test-schema/Type.istring.txt | 5 + .../smoketests/test-schema/Type.itext.txt | 5 + .../smoketests/test-schema/Type.list.txt | 5 + .../smoketests/test-schema/Type.lookup.txt | 5 + .../smoketests/test-schema/Type.mixed.txt | 5 + .../smoketests/test-schema/Type.nullbool.txt | 7 + .../smoketests/test-schema/Type.nullstring.txt | 9 + .../smoketests/test-schema/Type.string.txt | 5 + .../smoketests/test-schema/Type.text.txt | 5 + .../htmlpurifier/smoketests/test-schema/Type.txt | 3 + .../htmlpurifier/smoketests/test-schema/info.ini | 3 + .../smoketests/variableWidthAttack.php | 57 + .../ezyang/htmlpurifier/smoketests/xssAttacks.php | 100 + .../ezyang/htmlpurifier/smoketests/xssAttacks.xml | 1307 +++ vendor/ezyang/htmlpurifier/tests/CliTestCase.php | 88 + vendor/ezyang/htmlpurifier/tests/Debugger.php | 164 + .../tests/FSTools/FileSystemHarness.php | 40 + .../ezyang/htmlpurifier/tests/FSTools/FileTest.php | 49 + .../tests/HTMLPurifier/AttrCollectionsTest.php | 134 + .../HTMLPurifier/AttrDef/CSS/AlphaValueTest.php | 28 + .../AttrDef/CSS/BackgroundPositionTest.php | 68 + .../HTMLPurifier/AttrDef/CSS/BackgroundTest.php | 23 + .../tests/HTMLPurifier/AttrDef/CSS/BorderTest.php | 21 + .../tests/HTMLPurifier/AttrDef/CSS/ColorTest.php | 41 + .../HTMLPurifier/AttrDef/CSS/CompositeTest.php | 82 + .../tests/HTMLPurifier/AttrDef/CSS/FilterTest.php | 29 + .../HTMLPurifier/AttrDef/CSS/FontFamilyTest.php | 53 + .../tests/HTMLPurifier/AttrDef/CSS/FontTest.php | 34 + .../AttrDef/CSS/ImportantDecoratorTest.php | 56 + .../tests/HTMLPurifier/AttrDef/CSS/LengthTest.php | 49 + .../HTMLPurifier/AttrDef/CSS/ListStyleTest.php | 35 + .../HTMLPurifier/AttrDef/CSS/MultipleTest.php | 29 + .../tests/HTMLPurifier/AttrDef/CSS/NumberTest.php | 51 + .../HTMLPurifier/AttrDef/CSS/PercentageTest.php | 24 + .../AttrDef/CSS/TextDecorationTest.php | 27 + .../tests/HTMLPurifier/AttrDef/CSS/URITest.php | 29 + .../tests/HTMLPurifier/AttrDef/CSSTest.php | 170 + .../tests/HTMLPurifier/AttrDef/EnumTest.php | 41 + .../tests/HTMLPurifier/AttrDef/HTML/BoolTest.php | 24 + .../tests/HTMLPurifier/AttrDef/HTML/ClassTest.php | 53 + .../tests/HTMLPurifier/AttrDef/HTML/ColorTest.php | 22 + .../HTMLPurifier/AttrDef/HTML/FrameTargetTest.php | 31 + .../tests/HTMLPurifier/AttrDef/HTML/IDTest.php | 110 + .../tests/HTMLPurifier/AttrDef/HTML/LengthTest.php | 33 + .../HTMLPurifier/AttrDef/HTML/LinkTypesTest.php | 21 + .../HTMLPurifier/AttrDef/HTML/MultiLengthTest.php | 29 + .../HTMLPurifier/AttrDef/HTML/NmtokensTest.php | 36 + .../tests/HTMLPurifier/AttrDef/HTML/PixelsTest.php | 47 + .../tests/HTMLPurifier/AttrDef/IntegerTest.php | 62 + .../tests/HTMLPurifier/AttrDef/LangTest.php | 85 + .../tests/HTMLPurifier/AttrDef/SwitchTest.php | 37 + .../tests/HTMLPurifier/AttrDef/TextTest.php | 17 + .../AttrDef/URI/Email/SimpleCheckTest.php | 14 + .../HTMLPurifier/AttrDef/URI/EmailHarness.php | 32 + .../tests/HTMLPurifier/AttrDef/URI/HostTest.php | 61 + .../tests/HTMLPurifier/AttrDef/URI/IPv4Test.php | 25 + .../tests/HTMLPurifier/AttrDef/URI/IPv6Test.php | 43 + .../tests/HTMLPurifier/AttrDef/URITest.php | 161 + .../tests/HTMLPurifier/AttrDefHarness.php | 29 + .../tests/HTMLPurifier/AttrDefTest.php | 32 + .../HTMLPurifier/AttrTransform/BackgroundTest.php | 45 + .../HTMLPurifier/AttrTransform/BdoDirTest.php | 34 + .../HTMLPurifier/AttrTransform/BgColorTest.php | 49 + .../HTMLPurifier/AttrTransform/BoolToCSSTest.php | 43 + .../HTMLPurifier/AttrTransform/BorderTest.php | 43 + .../HTMLPurifier/AttrTransform/EnumToCSSTest.php | 82 + .../HTMLPurifier/AttrTransform/ImgRequiredTest.php | 61 + .../HTMLPurifier/AttrTransform/ImgSpaceTest.php | 62 + .../tests/HTMLPurifier/AttrTransform/InputTest.php | 105 + .../tests/HTMLPurifier/AttrTransform/LangTest.php | 52 + .../HTMLPurifier/AttrTransform/LengthTest.php | 51 + .../HTMLPurifier/AttrTransform/NameSyncTest.php | 45 + .../tests/HTMLPurifier/AttrTransform/NameTest.php | 35 + .../tests/HTMLPurifier/AttrTransformHarness.php | 14 + .../tests/HTMLPurifier/AttrTransformTest.php | 45 + .../tests/HTMLPurifier/AttrTypesTest.php | 27 + .../HTMLPurifier/AttrValidator_ErrorsTest.php | 71 + .../tests/HTMLPurifier/ChildDef/ChameleonTest.php | 44 + .../tests/HTMLPurifier/ChildDef/CustomTest.php | 99 + .../tests/HTMLPurifier/ChildDef/ListTest.php | 54 + .../tests/HTMLPurifier/ChildDef/OptionalTest.php | 39 + .../tests/HTMLPurifier/ChildDef/RequiredTest.php | 78 + .../HTMLPurifier/ChildDef/StrictBlockquoteTest.php | 96 + .../tests/HTMLPurifier/ChildDef/TableTest.php | 86 + .../tests/HTMLPurifier/ChildDefHarness.php | 17 + .../tests/HTMLPurifier/ComplexHarness.php | 138 + .../HTMLPurifier/ConfigSchema/InterchangeTest.php | 23 + .../directive/aliasesAliasCollision.vtest | 13 + .../directive/aliasesDirectiveCollision.vtest | 12 + .../Validator/directive/allowedIsString.vtest | 7 + .../Validator/directive/allowedNotEmpty.vtest | 7 + .../Validator/directive/defaultIsAllowed.vtest | 7 + .../directive/defaultNullWithAllowed.vtest | 5 + .../Validator/directive/defaultType.vtest | 6 + .../Validator/directive/descriptionNotEmpty.vtest | 5 + .../Validator/directive/ignoreNamespace.vtest | 3 + .../Validator/directive/typeDefined.vtest | 5 + .../Validator/directive/typeExists.vtest | 6 + .../directive/typeWithAllowedIsStringType.vtest | 7 + .../typeWithValueAliasesIsStringType.vtest | 7 + .../ConfigSchema/Validator/directive/unique.vtest | 11 + .../directive/valueAliasesAliasIsString.vtest | 7 + .../directive/valueAliasesAliasNotAllowed.vtest | 8 + .../directive/valueAliasesNotAliasSelf.vtest | 7 + .../directive/valueAliasesRealAllowed.vtest | 8 + .../directive/valueAliasesRealIsString.vtest | 7 + .../ConfigSchema/ValidatorAtomTest.php | 110 + .../HTMLPurifier/ConfigSchema/ValidatorTest.php | 111 + .../ConfigSchema/ValidatorTestCase.php | 47 + .../tests/HTMLPurifier/ConfigSchemaTest.php | 104 + .../tests/HTMLPurifier/ConfigTest-create.ini | 4 + .../tests/HTMLPurifier/ConfigTest-finalize.ini | 4 + .../tests/HTMLPurifier/ConfigTest-loadIni.ini | 6 + .../htmlpurifier/tests/HTMLPurifier/ConfigTest.php | 577 + .../tests/HTMLPurifier/ContextTest.php | 93 + .../DefinitionCache/Decorator/CleanupTest.php | 64 + .../DefinitionCache/Decorator/MemoryTest.php | 80 + .../DefinitionCache/DecoratorHarness.php | 25 + .../HTMLPurifier/DefinitionCache/DecoratorTest.php | 42 + .../DefinitionCache/SerializerTest.php | 229 + .../DefinitionCache/SerializerTest/README | 3 + .../HTMLPurifier/DefinitionCacheFactoryTest.php | 79 + .../tests/HTMLPurifier/DefinitionCacheHarness.php | 36 + .../tests/HTMLPurifier/DefinitionCacheTest.php | 33 + .../tests/HTMLPurifier/DefinitionTest.php | 22 + .../tests/HTMLPurifier/DefinitionTestable.php | 8 + .../tests/HTMLPurifier/DoctypeRegistryTest.php | 77 + .../tests/HTMLPurifier/ElementDefTest.php | 102 + .../tests/HTMLPurifier/EncoderTest.php | 238 + .../tests/HTMLPurifier/EntityLookupTest.php | 27 + .../tests/HTMLPurifier/EntityParserTest.php | 88 + .../tests/HTMLPurifier/ErrorCollectorEMock.php | 52 + .../tests/HTMLPurifier/ErrorCollectorTest.php | 161 + .../tests/HTMLPurifier/ErrorsHarness.php | 42 + .../HTMLPurifier/Filter/ExtractStyleBlocksTest.php | 261 + .../tests/HTMLPurifier/GeneratorTest.php | 319 + .../tests/HTMLPurifier/HTMLDefinitionTest.php | 389 + .../tests/HTMLPurifier/HTMLModule/FormsTest.php | 166 + .../tests/HTMLPurifier/HTMLModule/ImageTest.php | 61 + .../tests/HTMLPurifier/HTMLModule/NameTest.php | 36 + .../tests/HTMLPurifier/HTMLModule/NofollowTest.php | 30 + .../tests/HTMLPurifier/HTMLModule/ObjectTest.php | 42 + .../HTMLPurifier/HTMLModule/ProprietaryTest.php | 32 + .../tests/HTMLPurifier/HTMLModule/RubyTest.php | 60 + .../HTMLPurifier/HTMLModule/SafeEmbedTest.php | 46 + .../HTMLPurifier/HTMLModule/SafeObjectTest.php | 55 + .../HTMLPurifier/HTMLModule/SafeScriptingTest.php | 37 + .../HTMLPurifier/HTMLModule/ScriptingTest.php | 61 + .../HTMLPurifier/HTMLModule/TargetBlankTest.php | 22 + .../tests/HTMLPurifier/HTMLModule/TidyTest.php | 224 + .../tests/HTMLPurifier/HTMLModuleHarness.php | 12 + .../tests/HTMLPurifier/HTMLModuleManagerTest.php | 121 + .../tests/HTMLPurifier/HTMLModuleTest.php | 146 + .../htmlpurifier/tests/HTMLPurifier/HTMLT.php | 35 + .../HTMLPurifier/HTMLT/allowed-preserve.htmlt | 8 + .../tests/HTMLPurifier/HTMLT/allowed-remove.htmlt | 8 + .../tests/HTMLPurifier/HTMLT/basic.htmlt | 5 + .../HTMLPurifier/HTMLT/blacklist-preserve.htmlt | 6 + .../HTMLPurifier/HTMLT/blacklist-remove.htmlt | 8 + .../HTMLPurifier/HTMLT/css-allowed-preserve.htmlt | 5 + .../HTMLPurifier/HTMLT/css-allowed-remove.htmlt | 7 + .../tests/HTMLPurifier/HTMLT/disable-uri.htmlt | 6 + .../tests/HTMLPurifier/HTMLT/double-youtube.htmlt | 6 + .../tests/HTMLPurifier/HTMLT/empty.htmlt | 6 + .../tests/HTMLPurifier/HTMLT/file-uri.htmlt | 5 + .../tests/HTMLPurifier/HTMLT/id-default.htmlt | 5 + .../tests/HTMLPurifier/HTMLT/id-enabled.htmlt | 6 + .../tests/HTMLPurifier/HTMLT/id-img.htmlt | 8 + .../tests/HTMLPurifier/HTMLT/id-name-mix.htmlt | 11 + .../HTMLPurifier/HTMLT/inline-list-loop.htmlt | 5 + .../HTMLPurifier/HTMLT/inline-wraps-block.htmlt | 5 + .../tests/HTMLPurifier/HTMLT/list-nesting.htmlt | 7 + .../tests/HTMLPurifier/HTMLT/munge-extra.htmlt | 13 + .../tests/HTMLPurifier/HTMLT/munge.htmlt | 52 + .../tests/HTMLPurifier/HTMLT/name.htmlt | 6 + .../HTMLT/safe-iframe-googlemaps.htmlt | 8 + .../HTMLPurifier/HTMLT/safe-iframe-invalid.htmlt | 7 + .../HTMLPurifier/HTMLT/safe-iframe-youtube.htmlt | 8 + .../tests/HTMLPurifier/HTMLT/safe-iframe.htmlt | 14 + .../HTMLT/safe-object-embed-munge.htmlt | 12 + .../HTMLPurifier/HTMLT/safe-object-embed.htmlt | 8 + .../tests/HTMLPurifier/HTMLT/script-bare.htmlt | 9 + .../tests/HTMLPurifier/HTMLT/script-cdata.htmlt | 11 + .../tests/HTMLPurifier/HTMLT/script-comment.htmlt | 11 + .../HTMLPurifier/HTMLT/script-dbl-comment.htmlt | 11 + .../tests/HTMLPurifier/HTMLT/script-ideal.htmlt | 11 + .../tests/HTMLPurifier/HTMLT/secure-munge.htmlt | 12 + .../HTMLT/shift-jis-preserve-yen.htmlt | 8 + .../HTMLPurifier/HTMLT/shift-jis-remove-yen.htmlt | 9 + .../HTMLT/strict-blockquote-with-inline.htmlt | 7 + .../HTMLPurifier/HTMLT/strict-blockquote.htmlt | 7 + .../HTMLPurifier/HTMLT/strict-underline.htmlt | 7 + .../tests/HTMLPurifier/HTMLT/style-onload.htmlt | 6 + .../tests/HTMLPurifier/HTMLT/tidy-background.htmlt | 5 + .../HTMLT/trusted-comments-required.htmlt | 6 + .../HTMLT/trusted-comments-table.htmlt | 5 + .../HTMLPurifier/HTMLT/trusted-comments.htmlt | 5 + .../HTMLPurifier/HTMLT/whitespace-preserve.htmlt | 3 + .../htmlpurifier/tests/HTMLPurifier/Harness.php | 117 + .../tests/HTMLPurifier/IDAccumulatorTest.php | 40 + .../HTMLPurifier/Injector/AutoParagraphTest.php | 577 + .../HTMLPurifier/Injector/DisplayLinkURITest.php | 37 + .../tests/HTMLPurifier/Injector/LinkifyTest.php | 57 + .../HTMLPurifier/Injector/PurifierLinkifyTest.php | 68 + .../HTMLPurifier/Injector/RemoveEmptyTest.php | 96 + .../Injector/RemoveSpansWithoutAttributesTest.php | 112 + .../tests/HTMLPurifier/Injector/SafeObjectTest.php | 99 + .../tests/HTMLPurifier/InjectorHarness.php | 14 + .../tests/HTMLPurifier/LanguageFactoryTest.php | 73 + .../tests/HTMLPurifier/LanguageTest.php | 85 + .../htmlpurifier/tests/HTMLPurifier/LengthTest.php | 80 + .../tests/HTMLPurifier/Lexer/DirectLexTest.php | 131 + .../HTMLPurifier/Lexer/DirectLex_ErrorsTest.php | 67 + .../htmlpurifier/tests/HTMLPurifier/LexerTest.php | 819 ++ .../tests/HTMLPurifier/PHPT/.gitignore | 1 + .../tests/HTMLPurifier/PHPT/domxml.phpt | 15 + .../htmlpurifier/tests/HTMLPurifier/PHPT/func.phpt | 9 + .../tests/HTMLPurifier/PHPT/kses/basic.phpt | 15 + .../tests/HTMLPurifier/PHPT/loading/_autoload.inc | 12 + .../HTMLPurifier/PHPT/loading/_no-autoload.inc | 17 + .../HTMLPurifier/PHPT/loading/auto-includes.phpt | 12 + .../PHPT/loading/auto-with-autoload.phpt | 28 + .../loading/auto-with-spl-autoload-default.phpt | 25 + .../PHPT/loading/auto-with-spl-autoload.phpt | 43 + .../PHPT/loading/auto-without-spl-autoload.phpt | 19 + .../loading/auto-without-spl-with-autoload.phpt | 21 + .../tests/HTMLPurifier/PHPT/loading/auto.phpt | 11 + .../error-auto-with-spl-nonstatic-autoload.phpt | 32 + .../PHPT/loading/path-includes-autoload.phpt | 14 + .../HTMLPurifier/PHPT/loading/path-includes.phpt | 12 + .../HTMLPurifier/PHPT/loading/safe-includes.phpt | 12 + .../PHPT/loading/standalone-autoload.phpt | 12 + .../PHPT/loading/standalone-with-prefix.phpt | 15 + .../HTMLPurifier/PHPT/loading/standalone.phpt | 13 + .../htmlpurifier/tests/HTMLPurifier/PHPT/stub.phpt | 6 + .../htmlpurifier/tests/HTMLPurifier/PHPT/utf8.phpt | 9 + .../HTMLPurifier/PHPT/ze1_compatibility_mode.phpt | 14 + .../tests/HTMLPurifier/PercentEncoderTest.php | 71 + .../tests/HTMLPurifier/PropertyListTest.php | 101 + .../tests/HTMLPurifier/SimpleTest/Reporter.php | 65 + .../tests/HTMLPurifier/SimpleTest/TextReporter.php | 24 + .../tests/HTMLPurifier/Strategy/CompositeTest.php | 67 + .../tests/HTMLPurifier/Strategy/CoreTest.php | 51 + .../tests/HTMLPurifier/Strategy/ErrorsHarness.php | 19 + .../tests/HTMLPurifier/Strategy/FixNestingTest.php | 156 + .../Strategy/FixNesting_ErrorsTest.php | 47 + .../Strategy/MakeWellFormed/EndInsertInjector.php | 19 + .../MakeWellFormed/EndInsertInjectorTest.php | 47 + .../Strategy/MakeWellFormed/EndRewindInjector.php | 32 + .../MakeWellFormed/EndRewindInjectorTest.php | 39 + .../Strategy/MakeWellFormed/SkipInjector.php | 13 + .../Strategy/MakeWellFormed/SkipInjectorTest.php | 31 + .../HTMLPurifier/Strategy/MakeWellFormedTest.php | 170 + .../Strategy/MakeWellFormed_ErrorsTest.php | 71 + .../Strategy/MakeWellFormed_InjectorTest.php | 163 + .../Strategy/RemoveForeignElementsTest.php | 133 + .../Strategy/RemoveForeignElements_ErrorsTest.php | 81 + .../Strategy/RemoveForeignElements_TidyTest.php | 50 + .../Strategy/ValidateAttributesTest.php | 263 + .../Strategy/ValidateAttributes_IDTest.php | 71 + .../Strategy/ValidateAttributes_TidyTest.php | 400 + .../tests/HTMLPurifier/StrategyHarness.php | 16 + .../StringHashParser/AppendMultiline.txt | 5 + .../HTMLPurifier/StringHashParser/Default.txt | 2 + .../tests/HTMLPurifier/StringHashParser/Multi.txt | 19 + .../StringHashParser/OverrideSingle.txt | 3 + .../tests/HTMLPurifier/StringHashParser/Simple.txt | 10 + .../tests/HTMLPurifier/StringHashParserTest.php | 97 + .../tests/HTMLPurifier/StringHashTest.php | 21 + .../tests/HTMLPurifier/TagTransformTest.php | 180 + .../tests/HTMLPurifier/TokenFactoryTest.php | 17 + .../htmlpurifier/tests/HTMLPurifier/TokenTest.php | 34 + .../tests/HTMLPurifier/URIDefinitionTest.php | 68 + .../URIFilter/DisableExternalResourcesTest.php | 25 + .../HTMLPurifier/URIFilter/DisableExternalTest.php | 60 + .../URIFilter/DisableResourcesTest.php | 27 + .../HTMLPurifier/URIFilter/HostBlacklistTest.php | 33 + .../HTMLPurifier/URIFilter/MakeAbsoluteTest.php | 175 + .../tests/HTMLPurifier/URIFilter/MungeTest.php | 170 + .../tests/HTMLPurifier/URIFilterHarness.php | 16 + .../htmlpurifier/tests/HTMLPurifier/URIHarness.php | 33 + .../tests/HTMLPurifier/URIParserTest.php | 171 + .../tests/HTMLPurifier/URISchemeRegistryTest.php | 49 + .../tests/HTMLPurifier/URISchemeTest.php | 221 + .../htmlpurifier/tests/HTMLPurifier/URITest.php | 230 + .../tests/HTMLPurifier/UnitConverterTest.php | 142 + .../tests/HTMLPurifier/VarParser/FlexibleTest.php | 68 + .../tests/HTMLPurifier/VarParser/NativeTest.php | 13 + .../tests/HTMLPurifier/VarParserHarness.php | 36 + .../htmlpurifier/tests/HTMLPurifier/ZipperTest.php | 26 + .../ezyang/htmlpurifier/tests/HTMLPurifierTest.php | 60 + .../tests/PHPT/Controller/SimpleTest.php | 26 + .../tests/PHPT/Reporter/SimpleTest.php | 86 + .../htmlpurifier/tests/PHPT/Section/PRESKIPIF.php | 36 + vendor/ezyang/htmlpurifier/tests/common.php | 265 + vendor/ezyang/htmlpurifier/tests/default_load.php | 3 + .../htmlpurifier/tests/generate_mock_once.func.php | 12 + vendor/ezyang/htmlpurifier/tests/index.php | 217 + vendor/ezyang/htmlpurifier/tests/multitest.php | 159 + .../ezyang/htmlpurifier/tests/path2class.func.php | 15 + vendor/ezyang/htmlpurifier/tests/test_files.php | 45 + vendor/ezyang/htmlpurifier/tests/tmp/README | 3 + vendor/fguillot/picofeed/.gitignore | 2 + vendor/fguillot/picofeed/.travis.yml | 12 + vendor/fguillot/picofeed/README.markdown | 57 + vendor/fguillot/picofeed/UNLICENSE | 24 + vendor/fguillot/picofeed/composer.json | 19 + vendor/fguillot/picofeed/docs/config.markdown | 263 + vendor/fguillot/picofeed/docs/debugging.markdown | 46 + vendor/fguillot/picofeed/docs/favicon.markdown | 56 + .../fguillot/picofeed/docs/feed-creation.markdown | 72 + .../fguillot/picofeed/docs/feed-parsing.markdown | 164 + vendor/fguillot/picofeed/docs/grabber.markdown | 97 + .../fguillot/picofeed/docs/installation.markdown | 65 + vendor/fguillot/picofeed/docs/opml-export.markdown | 46 + vendor/fguillot/picofeed/docs/opml-import.markdown | 19 + vendor/fguillot/picofeed/docs/tests.markdown | 14 + .../picofeed/lib/PicoFeed/Client/Client.php | 540 + .../lib/PicoFeed/Client/ClientException.php | 16 + .../fguillot/picofeed/lib/PicoFeed/Client/Curl.php | 324 + .../picofeed/lib/PicoFeed/Client/Favicon.php | 170 + .../picofeed/lib/PicoFeed/Client/Grabber.php | 403 + .../Client/InvalidCertificateException.php | 13 + .../lib/PicoFeed/Client/InvalidUrlException.php | 13 + .../lib/PicoFeed/Client/MaxRedirectException.php | 13 + .../lib/PicoFeed/Client/MaxSizeException.php | 13 + .../picofeed/lib/PicoFeed/Client/Stream.php | 170 + .../lib/PicoFeed/Client/TimeoutException.php | 13 + .../fguillot/picofeed/lib/PicoFeed/Client/Url.php | 254 + .../picofeed/lib/PicoFeed/Config/Config.php | 90 + .../picofeed/lib/PicoFeed/Encoding/Encoding.php | 171 + .../picofeed/lib/PicoFeed/Filter/Attribute.php | 589 ++ .../picofeed/lib/PicoFeed/Filter/Filter.php | 170 + .../fguillot/picofeed/lib/PicoFeed/Filter/Html.php | 196 + .../fguillot/picofeed/lib/PicoFeed/Filter/Tag.php | 173 + .../picofeed/lib/PicoFeed/Logging/Logging.php | 95 + .../fguillot/picofeed/lib/PicoFeed/Parser/Atom.php | 281 + .../fguillot/picofeed/lib/PicoFeed/Parser/Feed.php | 188 + .../fguillot/picofeed/lib/PicoFeed/Parser/Item.php | 202 + .../lib/PicoFeed/Parser/MalformedXmlException.php | 13 + .../picofeed/lib/PicoFeed/Parser/Parser.php | 610 ++ .../lib/PicoFeed/Parser/ParserException.php | 16 + .../picofeed/lib/PicoFeed/Parser/Rss10.php | 77 + .../picofeed/lib/PicoFeed/Parser/Rss20.php | 291 + .../picofeed/lib/PicoFeed/Parser/Rss91.php | 13 + .../picofeed/lib/PicoFeed/Parser/Rss92.php | 13 + .../picofeed/lib/PicoFeed/Parser/XmlParser.php | 232 + .../picofeed/lib/PicoFeed/PicoFeedException.php | 15 + .../picofeed/lib/PicoFeed/Reader/Reader.php | 232 + .../lib/PicoFeed/Reader/ReaderException.php | 16 + .../Reader/SubscriptionNotFoundException.php | 13 + .../Reader/UnsupportedFeedFormatException.php | 13 + .../lib/PicoFeed/Rules/.blog.lemonde.fr.php | 10 + .../lib/PicoFeed/Rules/.blogs.nytimes.com.php | 11 + .../picofeed/lib/PicoFeed/Rules/.igen.fr.php | 9 + .../picofeed/lib/PicoFeed/Rules/.nytimes.com.php | 8 + .../picofeed/lib/PicoFeed/Rules/.phoronix.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/.slate.com.php | 16 + .../lib/PicoFeed/Rules/.theguardian.com.php | 10 + .../picofeed/lib/PicoFeed/Rules/.wikipedia.org.php | 25 + .../picofeed/lib/PicoFeed/Rules/.wired.com.php | 19 + .../picofeed/lib/PicoFeed/Rules/.wsj.com.php | 11 + .../picofeed/lib/PicoFeed/Rules/blog.fefe.de.php | 9 + .../picofeed/lib/PicoFeed/Rules/consomac.fr.php | 9 + .../lib/PicoFeed/Rules/distrowatch.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/dozodomo.com.php | 11 + .../lib/PicoFeed/Rules/fastcodesign.com.php | 9 + .../lib/PicoFeed/Rules/fastcoexist.com.php | 9 + .../lib/PicoFeed/Rules/fastcompany.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/ffworld.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/github.com.php | 10 + .../picofeed/lib/PicoFeed/Rules/golem.de.php | 8 + .../picofeed/lib/PicoFeed/Rules/heise.de.php | 7 + .../lib/PicoFeed/Rules/huffingtonpost.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/ing.dk.php | 8 + .../lib/PicoFeed/Rules/journaldugeek.com.php | 10 + .../picofeed/lib/PicoFeed/Rules/kanpai.fr.php | 9 + .../lib/PicoFeed/Rules/karriere.jobfinder.dk.php | 8 + .../picofeed/lib/PicoFeed/Rules/lejapon.fr.php | 14 + .../lib/PicoFeed/Rules/lesjoiesducode.fr.php | 9 + .../picofeed/lib/PicoFeed/Rules/lifehacker.com.php | 14 + .../fguillot/picofeed/lib/PicoFeed/Rules/lists.php | 9 + .../picofeed/lib/PicoFeed/Rules/macg.co.php | 9 + .../picofeed/lib/PicoFeed/Rules/medium.com.php | 9 + .../lib/PicoFeed/Rules/monwindowsphone.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/pastebin.com.php | 9 + .../lib/PicoFeed/Rules/plus.google.com.php | 7 + .../lib/PicoFeed/Rules/rue89.feedsportal.com.php | 9 + .../lib/PicoFeed/Rules/smallhousebliss.com.php | 17 + .../picofeed/lib/PicoFeed/Rules/spiegel.de.php | 7 + .../picofeed/lib/PicoFeed/Rules/techcrunch.com.php | 13 + .../picofeed/lib/PicoFeed/Rules/treehugger.com.php | 10 + .../picofeed/lib/PicoFeed/Rules/version2.dk.php | 8 + .../picofeed/lib/PicoFeed/Rules/www.bbc.co.uk.php | 22 + .../picofeed/lib/PicoFeed/Rules/www.bdgest.com.php | 11 + .../lib/PicoFeed/Rules/www.businessweek.com.php | 11 + .../picofeed/lib/PicoFeed/Rules/www.cnn.com.php | 22 + .../lib/PicoFeed/Rules/www.egscomics.com.php | 8 + .../picofeed/lib/PicoFeed/Rules/www.forbes.com.php | 16 + .../lib/PicoFeed/Rules/www.futura-sciences.com.php | 15 + .../picofeed/lib/PicoFeed/Rules/www.lemonde.fr.php | 9 + .../picofeed/lib/PicoFeed/Rules/www.lepoint.fr.php | 16 + .../lib/PicoFeed/Rules/www.mac4ever.com.php | 9 + .../lib/PicoFeed/Rules/www.nextinpact.com.php | 9 + .../picofeed/lib/PicoFeed/Rules/www.npr.org.php | 15 + .../lib/PicoFeed/Rules/www.numerama.com.php | 10 + .../lib/PicoFeed/Rules/www.pcinpact.com.php | 9 + .../lib/PicoFeed/Rules/www.pseudo-sciences.org.php | 12 + .../picofeed/lib/PicoFeed/Rules/www.slate.fr.php | 17 + .../lib/PicoFeed/Rules/www.universfreebox.com.php | 11 + .../picofeed/lib/PicoFeed/Serialization/Export.php | 132 + .../picofeed/lib/PicoFeed/Serialization/Import.php | 172 + .../picofeed/lib/PicoFeed/Syndication/Atom.php | 220 + .../picofeed/lib/PicoFeed/Syndication/Rss20.php | 207 + .../picofeed/lib/PicoFeed/Syndication/Writer.php | 97 + vendor/fguillot/picofeed/phpunit.xml | 7 + vendor/fguillot/picofeed/picofeed | 109 + .../fguillot/picofeed/tests/Client/ClientTest.php | 83 + vendor/fguillot/picofeed/tests/Client/CurlTest.php | 53 + .../fguillot/picofeed/tests/Client/FaviconTest.php | 143 + .../fguillot/picofeed/tests/Client/GrabberTest.php | 60 + .../fguillot/picofeed/tests/Client/StreamTest.php | 63 + vendor/fguillot/picofeed/tests/Client/UrlTest.php | 220 + .../picofeed/tests/Filter/AttributeFilterTest.php | 140 + .../fguillot/picofeed/tests/Filter/FilterTest.php | 88 + .../picofeed/tests/Filter/HtmlFilterTest.php | 168 + .../picofeed/tests/Filter/TagFilterTest.php | 33 + .../picofeed/tests/Parser/AtomParserTest.php | 178 + .../fguillot/picofeed/tests/Parser/ParserTest.php | 75 + .../picofeed/tests/Parser/Rss10ParserTest.php | 112 + .../picofeed/tests/Parser/Rss20ParserTest.php | 252 + .../picofeed/tests/Parser/Rss91ParserTest.php | 30 + .../picofeed/tests/Parser/Rss92ParserTest.php | 28 + .../picofeed/tests/Parser/XmlParserTest.php | 105 + .../fguillot/picofeed/tests/Reader/ReaderTest.php | 157 + .../picofeed/tests/Serialization/ExportTest.php | 70 + .../picofeed/tests/Serialization/ImportTest.php | 61 + .../picofeed/tests/Syndication/AtomWriterTest.php | 90 + .../picofeed/tests/Syndication/Rss20WriterTest.php | 85 + vendor/fguillot/picofeed/tests/fixtures/atom.xml | 477 + .../picofeed/tests/fixtures/atomsample.xml | 20 + .../fguillot/picofeed/tests/fixtures/bbc_urdu.xml | 2087 ++++ .../picofeed/tests/fixtures/biertaucher.xml | 7198 +++++++++++++ .../picofeed/tests/fixtures/cercle.psy.xml | 58 + .../picofeed/tests/fixtures/debug_show.xml | 1073 ++ vendor/fguillot/picofeed/tests/fixtures/ezrss.it | 496 + .../tests/fixtures/fanboys.fm_episodes.all.mp3.rss | 10426 +++++++++++++++++++ .../picofeed/tests/fixtures/fulltextrss.xml | 88 + .../fixtures/geekstammtisch.de_episodes.mp3.rss | 9428 +++++++++++++++++ .../picofeed/tests/fixtures/google-reader.opml | 78 + .../fguillot/picofeed/tests/fixtures/groovehq.xml | 1767 ++++ .../picofeed/tests/fixtures/grotte_barbu.xml | 396 + .../tests/fixtures/html4_head_stripped_page.html | 435 + .../picofeed/tests/fixtures/html4_page.html | 486 + .../tests/fixtures/html_head_stripped_page.html | 804 ++ .../picofeed/tests/fixtures/html_page.html | 967 ++ .../fguillot/picofeed/tests/fixtures/ibash.ru.xml | 359 + .../picofeed/tests/fixtures/jeux-linux.fr.xml | 924 ++ .../fguillot/picofeed/tests/fixtures/la-grange.xml | 1139 ++ .../fguillot/picofeed/tests/fixtures/lagrange.xml | 1986 ++++ .../picofeed/tests/fixtures/lincoln_loop.xml | 1150 ++ .../picofeed/tests/fixtures/newsbeuter.opml | 43 + .../picofeed/tests/fixtures/next_inpact_full.xml | 2435 +++++ .../fguillot/picofeed/tests/fixtures/pcinpact.xml | 1 + .../picofeed/tests/fixtures/planete-jquery.xml | 443 + .../picofeed/tests/fixtures/radio-france.xml | 946 ++ .../fguillot/picofeed/tests/fixtures/resorts.xml | 169 + vendor/fguillot/picofeed/tests/fixtures/rss20.xml | 300 + .../picofeed/tests/fixtures/rss2sample.xml | 41 + .../fguillot/picofeed/tests/fixtures/rss_0.91.xml | 50 + .../fguillot/picofeed/tests/fixtures/rss_0.92.xml | 103 + vendor/fguillot/picofeed/tests/fixtures/rue89.xml | 2 + .../fguillot/picofeed/tests/fixtures/sametmax.xml | 1067 ++ .../picofeed/tests/fixtures/subscriptionList.opml | 1 + .../picofeed/tests/fixtures/tinytinyrss.opml | 13 + .../picofeed/tests/fixtures/univers_freebox.xml | 30 + .../picofeed/tests/fixtures/womensweardaily.xml | 63 + .../fguillot/picofeed/tests/fixtures/xakep.ru.xml | 245 + .../picofeed/tests/fixtures/zoot_egkty.xml | 177 + vendor/pear/net_url2/.gitignore | 7 + vendor/pear/net_url2/.scrutinizer.yml | 38 + vendor/pear/net_url2/.travis.yml | 10 + vendor/pear/net_url2/Net/URL2.php | 1218 +++ vendor/pear/net_url2/README.md | 43 + vendor/pear/net_url2/composer.json | 52 + vendor/pear/net_url2/docs/6470.php | 56 + vendor/pear/net_url2/docs/BSD-3-CLAUSE-Heyes | 27 + vendor/pear/net_url2/docs/example.php | 62 + vendor/pear/net_url2/package.xml | 437 + vendor/pear/net_url2/phpunit.xml.dist | 17 + vendor/pear/net_url2/tests/AllTests.php | 59 + vendor/pear/net_url2/tests/Net/URL2Test.php | 1085 ++ 1032 files changed, 134670 insertions(+) create mode 100644 vendor/.gitignore create mode 100644 vendor/ZendXml/composer.json create mode 100644 vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php create mode 100644 vendor/ZendXml/library/ZendXml/Exception/InvalidArgumentException.php create mode 100644 vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php create mode 100644 vendor/ZendXml/library/ZendXml/Security.php create mode 100644 vendor/ZendXml/vendor/autoload.php create mode 100644 vendor/ZendXml/vendor/composer/ClassLoader.php create mode 100644 vendor/ZendXml/vendor/composer/autoload_classmap.php create m