summaryrefslogtreecommitdiffstats
path: root/3rdparty
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 /3rdparty
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 '3rdparty')
-rw-r--r--3rdparty/.gitignore10
-rw-r--r--3rdparty/ZendXml/composer.json35
-rw-r--r--3rdparty/ZendXml/library/ZendXml/Exception/ExceptionInterface.php14
-rw-r--r--3rdparty/ZendXml/library/ZendXml/Exception/InvalidArgumentException.php19
-rw-r--r--3rdparty/ZendXml/library/ZendXml/Exception/RuntimeException.php19
-rw-r--r--3rdparty/ZendXml/library/ZendXml/Security.php143
-rw-r--r--3rdparty/ZendXml/vendor/autoload.php7
-rw-r--r--3rdparty/ZendXml/vendor/composer/ClassLoader.php383
-rw-r--r--3rdparty/ZendXml/vendor/composer/autoload_classmap.php9
-rw-r--r--3rdparty/ZendXml/vendor/composer/autoload_namespaces.php10
-rw-r--r--3rdparty/ZendXml/vendor/composer/autoload_psr4.php9
-rw-r--r--3rdparty/ZendXml/vendor/composer/autoload_real.php50
-rw-r--r--3rdparty/autoload.php7
-rw-r--r--3rdparty/composer/ClassLoader.php383
-rw-r--r--3rdparty/composer/autoload_classmap.php9
-rw-r--r--3rdparty/composer/autoload_files.php10
-rw-r--r--3rdparty/composer/autoload_namespaces.php12
-rw-r--r--3rdparty/composer/autoload_psr4.php9
-rw-r--r--3rdparty/composer/autoload_real.php59
-rw-r--r--3rdparty/composer/include_paths.php10
-rw-r--r--3rdparty/composer/installed.json154
-rw-r--r--3rdparty/ezyang/htmlpurifier/.gitattributes1
-rw-r--r--3rdparty/ezyang/htmlpurifier/.gitignore28
-rw-r--r--3rdparty/ezyang/htmlpurifier/CREDITS9
-rw-r--r--3rdparty/ezyang/htmlpurifier/Doxyfile1317
-rw-r--r--3rdparty/ezyang/htmlpurifier/FOCUS13
-rw-r--r--3rdparty/ezyang/htmlpurifier/INSTALL374
-rw-r--r--3rdparty/ezyang/htmlpurifier/INSTALL.fr.utf869
-rw-r--r--3rdparty/ezyang/htmlpurifier/LICENSE504
-rw-r--r--3rdparty/ezyang/htmlpurifier/NEWS1078
-rw-r--r--3rdparty/ezyang/htmlpurifier/README24
-rw-r--r--3rdparty/ezyang/htmlpurifier/TODO150
-rw-r--r--3rdparty/ezyang/htmlpurifier/VERSION1
-rw-r--r--3rdparty/ezyang/htmlpurifier/WHATSNEW5
-rw-r--r--3rdparty/ezyang/htmlpurifier/WYSIWYG20
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/1000passes.pngbin3522 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/100cases.pngbin2732 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/favicon.icobin9326 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/icon-16x16.pngbin382 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/icon-16x16.svg101
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/icon-32x32.pngbin615 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/icon-32x32.svg101
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/icon-64x64.pngbin1036 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/logo-large.pngbin10054 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/logo.pngbin2658 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/logo.svg119
-rw-r--r--3rdparty/ezyang/htmlpurifier/art/powered.pngbin297 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/.htaccess1
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/ConfigSchema.php16
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/Lexer.php161
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/Trace.php21
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/samples/Lexer/1.html56
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/samples/Lexer/2.html20
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/samples/Lexer/3.html131
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/samples/Lexer/4.html543
-rw-r--r--3rdparty/ezyang/htmlpurifier/benchmarks/samples/Lexer/DISCLAIMER.txt7
-rw-r--r--3rdparty/ezyang/htmlpurifier/composer.json22
-rw-r--r--3rdparty/ezyang/htmlpurifier/configdoc/generate.php64
-rw-r--r--3rdparty/ezyang/htmlpurifier/configdoc/styles/plain.css44
-rw-r--r--3rdparty/ezyang/htmlpurifier/configdoc/styles/plain.xsl253
-rw-r--r--3rdparty/ezyang/htmlpurifier/configdoc/types.xml69
-rw-r--r--3rdparty/ezyang/htmlpurifier/configdoc/usage.xml547
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-advanced-api.html26
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-code-quality.txt29
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-config-bcbreaks.txt79
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-config-naming.txt164
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-config-schema.html412
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-flush.html68
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-includes.txt281
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-naming.html83
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-optimization.html33
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dev-progress.html309
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/dtd/xhtml1-transitional.dtd1201
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-customize.html850
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-id.html148
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-overview.txt59
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-security.txt18
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-slow.html120
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-tidy.html231
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-uri-filter.html204
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-utf8.html1060
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/enduser-youtube.html153
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/entities/xhtml-lat1.ent196
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/entities/xhtml-special.ent80
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/entities/xhtml-symbol.ent237
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/examples/basic.php23
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/fixquotes.htc9
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/index.html188
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-colors.html49
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-config.txt23
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-css-extraction.txt34
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-errors.txt211
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-filter-levels.txt137
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-language.txt64
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-new-directives.txt44
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/proposal-plists.txt218
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-content-models.txt50
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-css-length.txt30
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-devnetwork.html47
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-html-modularization.txt166
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-proprietary-tags.txt26
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/ref-whatwg.txt26
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/specimens/LICENSE10
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/specimens/html-align-to-css.html165
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/specimens/img.pngbin2138 -> 0 bytes
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/specimens/jochem-blok-word.html129
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/specimens/windows-live-mail-desktop-beta.html74
-rw-r--r--3rdparty/ezyang/htmlpurifier/docs/style.css76
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/ConfigDoc/HTMLXSLTProcessor.php91
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/FSTools.php164
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/FSTools/File.php141
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/HTMLPurifierExtras.auto.php11
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/HTMLPurifierExtras.autoload.php26
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/HTMLPurifierExtras.php31
-rw-r--r--3rdparty/ezyang/htmlpurifier/extras/README32
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.auto.php11
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.autoload.php27
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.composer.php4
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.func.php25
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.includes.php229
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.kses.php30
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.path.php11
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.php292
-rw-r--r--3rdparty/ezyang/htmlpurifier/library/HTMLPurifier.safe-includes.php223
-rw-r--r--