summaryrefslogtreecommitdiffstats
path: root/vendor
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 12:32:05 +0100
committerBernhard Posselt <dev@bernhard-posselt.com>2014-11-07 12:32:05 +0100
commit7f81afd7efbeb931d16ce1f3a1ed53a54226d553 (patch)
tree180720cd96aa66ae8964f13734e090d4b82a178e /vendor
parenta6d6288e65aa416aca7535e81d9e8837c2cfb103 (diff)
move 3rdparty directory to vendor to be more consistent with composer standard and because we also use js/vendor for third party libs
Diffstat (limited to 'vendor')
-rw-r--r--vendor/.gitignore10
-rw-r--r--vendor/ZendXml/composer.json35
-rw-r--r--vendor/ZendXml/library/ZendXml/Exception/ExceptionInterface.php14
-rw-r--r--vendor/ZendXml/library/ZendXml/Exception/InvalidArgumentException.php19
-rw-r--r--vendor/ZendXml/library/ZendXml/Exception/RuntimeException.php19
-rw-r--r--vendor/ZendXml/library/ZendXml/Security.php143
-rw-r--r--vendor/ZendXml/vendor/autoload.php7
-rw-r--r--vendor/ZendXml/vendor/composer/ClassLoader.php383
-rw-r--r--vendor/ZendXml/vendor/composer/autoload_classmap.php9
-rw-r--r--vendor/ZendXml/vendor/composer/autoload_namespaces.php10
-rw-r--r--vendor/ZendXml/vendor/composer/autoload_psr4.php9
-rw-r--r--vendor/ZendXml/vendor/composer/autoload_real.php50
-rw-r--r--vendor/autoload.php7
-rw-r--r--vendor/composer/ClassLoader.php383
-rw-r--r--vendor/composer/autoload_classmap.php9
-rw-r--r--vendor/composer/autoload_files.php10
-rw-r--r--vendor/composer/autoload_namespaces.php12
-rw-r--r--vendor/composer/autoload_psr4.php9
-rw-r--r--vendor/composer/autoload_real.php59
-rw-r--r--vendor/composer/include_paths.php10
-rw-r--r--vendor/composer/installed.json154
-rw-r--r--vendor/ezyang/htmlpurifier/.gitattributes1
-rw-r--r--vendor/ezyang/htmlpurifier/.gitignore28
-rw-r--r--vendor/ezyang/htmlpurifier/CREDITS9
-rw-r--r--vendor/ezyang/htmlpurifier/Doxyfile1317
-rw-r--r--vendor/ezyang/htmlpurifier/FOCUS13
-rw-r--r--vendor/ezyang/htmlpurifier/INSTALL374
-rw-r--r--vendor/ezyang/htmlpurifier/INSTALL.fr.utf869
-rw-r--r--vendor/ezyang/htmlpurifier/LICENSE504
-rw-r--r--vendor/ezyang/htmlpurifier/NEWS1078
-rw-r--r--vendor/ezyang/htmlpurifier/README24
-rw-r--r--vendor/ezyang/htmlpurifier/TODO150
-rw-r--r--vendor/ezyang/htmlpurifier/VERSION1
-rw-r--r--vendor/ezyang/htmlpurifier/WHATSNEW5
-rw-r--r--vendor/ezyang/htmlpurifier/WYSIWYG20
-rw-r--r--vendor/ezyang/htmlpurifier/art/1000passes.pngbin0 -> 3522 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/100cases.pngbin0 -> 2732 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/favicon.icobin0 -> 9326 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/icon-16x16.pngbin0 -> 382 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/icon-16x16.svg101
-rw-r--r--vendor/ezyang/htmlpurifier/art/icon-32x32.pngbin0 -> 615 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/icon-32x32.svg101
-rw-r--r--vendor/ezyang/htmlpurifier/art/icon-64x64.pngbin0 -> 1036 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/logo-large.pngbin0 -> 10054 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/logo.pngbin0 -> 2658 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/art/logo.svg119
-rw-r--r--vendor/ezyang/htmlpurifier/art/powered.pngbin0 -> 297 bytes
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/.htaccess1
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/ConfigSchema.php16
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/Lexer.php161
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/Trace.php21
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/samples/Lexer/1.html56
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/samples/Lexer/2.html20
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/samples/Lexer/3.html131
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/samples/Lexer/4.html543
-rw-r--r--vendor/ezyang/htmlpurifier/benchmarks/samples/Lexer/DISCLAIMER.txt7
-rw-r--r--vendor/ezyang/htmlpurifier/composer.json22
-rw-r--r--vendor/ezyang/htmlpurifier/configdoc/generate.php64
-rw-r--r--vendor/ezyang/htmlpurifier/configdoc/styles/plain.css44
-rw-r--r--vendor/ezyang/htmlpurifier/configdoc/styles/plain.xsl253
-rw-r--r--vendor/ezyang/htmlpurifier/configdoc/types.xml69
-rw-r--r--vendor/ezyang/htmlpurifier/configdoc/usage.xml547
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-advanced-api.html26
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-code-quality.txt29
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-config-bcbreaks.txt79
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-config-naming.txt164
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-config-schema.html412
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-flush.html68
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-includes.txt281
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-naming.html83
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-optimization.html33
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dev-progress.html309
-rw-r--r--vendor/ezyang/htmlpurifier/docs/dtd/xhtml1-transitional.dtd1201
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-customize.html850
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-id.html148
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-overview.txt59
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-security.txt18
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-slow.html120
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-tidy.html231
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-uri-filter.html204
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-utf8.html1060
-rw-r--r--vendor/ezyang/htmlpurifier/docs/enduser-youtube.html153
-rw-r--r--vendor/ezyang/htmlpurifier/docs/entities/xhtml-lat1.ent196
-rw-r--r--vendor/ezyang/htmlpurifier/docs/entities/xhtml-special.ent80
-rw-r--r--vendor/ezyang/htmlpurifier/docs/entities/xhtml-symbol.ent237
-rw-r--r--vendor/ezyang/htmlpurifier/docs/examples/basic.php23
-rw-r--r--vendor/ezyang/htmlpurifier/docs/fixquotes.htc9
-rw-r--r--vendor/ezyang/htmlpurifier/docs/index.html188
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-colors.html49
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-config.txt23
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-css-extraction.txt34
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-errors.txt211
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-filter-levels.txt137
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-language.txt64
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-new-directives.txt44
-rw-r--r--vendor/ezyang/htmlpurifier/docs/proposal-plists.txt218
-rw-r--r--vendor/ezyang/htmlpurifier/docs/ref-content-models.txt50