vagrant-unbundled 2.2.4.0 → 2.2.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +44 -0
- data/Gemfile.lock +10 -10
- data/LICENSE +1 -1
- data/README.md +10 -0
- data/RELEASE.md +11 -25
- data/contrib/bash/completion.sh +1 -1
- data/lib/vagrant/action/builtin/mixin_synced_folders.rb +7 -1
- data/lib/vagrant/action/general/package.rb +18 -0
- data/lib/vagrant/action/runner.rb +1 -1
- data/lib/vagrant/action/warden.rb +1 -1
- data/lib/vagrant/batch_action.rb +14 -0
- data/lib/vagrant/box_collection.rb +1 -1
- data/lib/vagrant/bundler.rb +29 -8
- data/lib/vagrant/cli.rb +1 -1
- data/lib/vagrant/environment.rb +50 -5
- data/lib/vagrant/machine.rb +4 -1
- data/lib/vagrant/plugin/v2/trigger.rb +12 -3
- data/lib/vagrant/shared_helpers.rb +8 -0
- data/lib/vagrant/util/guest_inspection.rb +19 -0
- data/lib/vagrant/vagrantfile.rb +18 -14
- data/plugins/commands/box/command/update.rb +8 -2
- data/plugins/commands/cloud/box/create.rb +1 -1
- data/plugins/commands/cloud/box/delete.rb +1 -1
- data/plugins/commands/cloud/provider/create.rb +1 -1
- data/plugins/commands/cloud/provider/delete.rb +1 -1
- data/plugins/commands/cloud/provider/update.rb +1 -1
- data/plugins/commands/cloud/provider/upload.rb +1 -1
- data/plugins/commands/cloud/publish.rb +1 -1
- data/plugins/commands/cloud/search.rb +1 -1
- data/plugins/commands/cloud/version/create.rb +1 -1
- data/plugins/commands/cloud/version/delete.rb +1 -1
- data/plugins/commands/cloud/version/release.rb +1 -1
- data/plugins/commands/cloud/version/revoke.rb +1 -1
- data/plugins/commands/cloud/version/update.rb +1 -1
- data/plugins/commands/global-status/command.rb +11 -0
- data/plugins/commands/snapshot/command/list.rb +2 -1
- data/plugins/commands/snapshot/command/pop.rb +3 -1
- data/plugins/communicators/ssh/communicator.rb +0 -1
- data/plugins/guests/bsd/cap/{virtualbox.rb → mount_virtualbox_shared_folder.rb} +1 -1
- data/plugins/guests/bsd/plugin.rb +2 -2
- data/plugins/guests/coreos/cap/change_host_name.rb +24 -7
- data/plugins/guests/coreos/cap/configure_networks.rb +48 -64
- data/plugins/guests/freebsd/cap/configure_networks.rb +2 -2
- data/plugins/guests/freebsd/cap/mount_virtualbox_shared_folder.rb +76 -0
- data/plugins/guests/freebsd/plugin.rb +10 -0
- data/plugins/hosts/bsd/cap/nfs.rb +1 -1
- data/plugins/hosts/freebsd/cap/nfs.rb +1 -1
- data/plugins/hosts/void/cap/nfs.rb +1 -1
- data/plugins/kernel_v2/config/vm_trigger.rb +1 -1
- data/plugins/providers/docker/action/connect_networks.rb +77 -0
- data/plugins/providers/docker/action/destroy_network.rb +50 -0
- data/plugins/providers/docker/action/prepare_networks.rb +355 -0
- data/plugins/providers/docker/action.rb +9 -3
- data/plugins/providers/docker/driver/compose.rb +13 -1
- data/plugins/providers/docker/driver.rb +148 -4
- data/plugins/providers/docker/errors.rb +28 -0
- data/plugins/providers/docker/provider.rb +8 -0
- data/plugins/providers/virtualbox/cap.rb +1 -0
- data/plugins/provisioners/ansible/cap/guest/debian/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/fedora/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/pip/pip.rb +15 -2
- data/plugins/provisioners/ansible/cap/guest/redhat/ansible_install.rb +5 -5
- data/plugins/provisioners/ansible/cap/guest/ubuntu/ansible_install.rb +2 -2
- data/plugins/provisioners/ansible/config/guest.rb +3 -0
- data/plugins/provisioners/ansible/provisioner/guest.rb +5 -2
- data/plugins/provisioners/chef/cap/freebsd/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/linux/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/omnios/chef_installed.rb +1 -1
- data/plugins/provisioners/chef/cap/windows/chef_installed.rb +2 -2
- data/plugins/provisioners/chef/provisioner/base.rb +1 -1
- data/plugins/synced_folders/rsync/command/rsync_auto.rb +5 -1
- data/plugins/synced_folders/rsync/default_unix_cap.rb +1 -1
- data/plugins/synced_folders/rsync/helper.rb +8 -7
- data/plugins/synced_folders/smb/synced_folder.rb +21 -0
- data/templates/locales/en.yml +8 -4
- data/templates/locales/providers_docker.yml +70 -0
- data/templates/nfs/{exports_freebsd.erb → exports_bsd.erb} +0 -0
- data/vendor/bundle/ruby/2.6.0/bundler/gems/vagrant-spec-abfc34474d12/vagrant-spec.gemspec +3 -3
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/bcrypt_pbkdf-1.0.1/gem_make.out +19 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/gem_make.out +16 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/mkmf.log +35 -0
- data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/unf_ext-0.0.7.6/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/.travis.yml +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/CHANGELOG.md +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/COPYING +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Gemfile +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Gemfile.lock +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/README.md +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/Rakefile +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/bcrypt_pbkdf.gemspec +29 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf.c +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.c +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blf.h +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blowfish.c +698 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/blowfish.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_api.h +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/crypto_hash_sha512.h +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/explicit_bzero.c +20 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/explicit_bzero.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/extconf.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/hash_sha512.c +320 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/hash_sha512.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/includes.h +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/sha2.h +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/util.h +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/ext/mri/utils.h +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/lib/bcrypt_pbkdf.rb +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/lib/bcrypt_pbkdf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/test/bcrypt_pnkdf/engine_test.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/bcrypt_pbkdf-1.0.1/test/test_helper.rb +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.document +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.gitignore +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/.travis.yml +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/CHANGELOG.md +219 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/Gemfile +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/LICENSE.txt +78 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/README.md +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/Rakefile +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/data/public_suffix_list.dat +12985 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/domain_name.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/etld_data.rb +8787 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/etld_data.rb.erb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/punycode.rb +283 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/lib/domain_name.rb +297 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/helper.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/test_domain_name-punycode.rb +97 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/test/test_domain_name.rb +317 -0
- data/vendor/bundle/ruby/2.6.0/gems/domain_name-0.5.20190701/tool/gen_etld_data.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/.gitignore +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/COPYING +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Changelog.md +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Gemfile +2 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/README.md +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/Rakefile +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/VERSION +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_client.rb +26 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_client.rb +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_helpers.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_iov_server.rb +67 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/examples/gss_server.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/gssapi.gemspec +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/exceptions.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/extensions.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/heimdal.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/lib_gssapi.rb +414 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/lib_gssapi_loader.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi/simple.rb +269 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/lib/gssapi.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/preamble +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/test/spec/gssapi_simple_spec.rb +70 -0
- data/vendor/bundle/ruby/2.6.0/gems/gssapi-1.3.0/test/spec/test_buffer_spec.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Code-of-Conduct.md +73 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Contributing.md +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/History.md +223 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Licence.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Manifest.txt +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/README.rdoc +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/Rakefile +284 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/type/columnar.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/type.rb +587 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/_columnar.rb +136 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/cache.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/columnar.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/container.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/deprecations.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/full.rb +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/loader.rb +146 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/logger.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types/registry.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime/types.rb +231 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/lib/mime-types.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/bad-fixtures/malformed +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/json.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/old-data +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/fixture/yaml.yaml +55 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/minitest_helper.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_type.rb +610 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types.rb +169 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_cache.rb +118 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_class.rb +159 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_lazy.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-3.3/test/test_mime_types_loader.rb +32 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Code-of-Conduct.md +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Contributing.md +161 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/History.md +396 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Licence.md +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Manifest.txt +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/README.md +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/Rakefile +94 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime-types.json +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.content_type.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.docs.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.encoding.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.flags.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.friendly.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.pext.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.use_instead.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/data/mime.xrefs.column +2212 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/lib/mime/types/data.rb +21 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/lib/mime-types-data.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/application.yaml +16342 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/audio.yaml +1644 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/chemical.yaml +71 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/conference.yaml +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/drawing.yaml +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/font.yaml +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/image.yaml +1069 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/message.yaml +200 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/model.yaml +302 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/multipart.yaml +179 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/text.yaml +1046 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/video.yaml +1070 -0
- data/vendor/bundle/ruby/2.6.0/gems/mime-types-data-3.2019.0904/types/world.yaml +8 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/README.md +313 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/Rakefile +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/TODO +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/central_directory.rb +208 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/compressor.rb +9 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/constants.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/encryption.rb +11 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/null_encryption.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/crypto/traditional_encryption.rb +99 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/decompressor.rb +13 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/deflater.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/dos_time.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/entry.rb +688 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/entry_set.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/errors.rb +17 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/generic.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/ntfs.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/old_unix.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/universal_time.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/unix.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/zip64.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field/zip64_placeholder.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/extra_field.rb +101 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/file.rb +436 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/filesystem.rb +627 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/inflater.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/input_stream.rb +173 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras/abstract_input_stream.rb +111 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras/abstract_output_stream.rb +43 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/ioextras.rb +36 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_compressor.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_decompressor.rb +27 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/null_input_stream.rb +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/output_stream.rb +189 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/pass_thru_compressor.rb +23 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/pass_thru_decompressor.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/streamable_directory.rb +15 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/streamable_stream.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip/version.rb +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/lib/zip.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example.rb +81 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example_filesystem.rb +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/example_recursive.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/gtk_ruby_zip.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/qtzip.rb +92 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/write_simple.rb +12 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/samples/zipfind.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/basic_zip_file_test.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/case_sensitivity_test.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/central_directory_entry_test.rb +69 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/central_directory_test.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/crypto/null_encryption_test.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/crypto/traditional_encryption_test.rb +80 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/WarnInvalidDate.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file1.txt +46 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file1.txt.deflatedData +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/file2.txt +1504 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/foo/bar/baz/foo.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/foo.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest/food.txt +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/globTest.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/gpbit3stored.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/mimetype +1 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/notzippedruby.rb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/ntfs.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/oddExtraField.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/Makefile +10 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/README.md +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/absolute1.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/absolute2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink2a.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/dirsymlink2b.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/relative0.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/relative2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/jwilk/symlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/relative1.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tilde.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/README.md +3 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/absolutepath.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/path_traversal/tuzovakaoff/symlink.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/rubycode.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/rubycode2.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/test.xls +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/testDirectory.bin +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zip64-sample.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zipWithDirs.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/data/zipWithEncryption.zip +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/deflater_test.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/encryption_test.rb +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/entry_set_test.rb +163 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/entry_test.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/errors_test.rb +35 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/extra_field_test.rb +76 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_extract_directory_test.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_extract_test.rb +83 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_permissions_test.rb +65 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_split_test.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/file_test.rb +646 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/dir_iterator_test.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/directory_test.rb +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_mutating_test.rb +87 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_nonmutating_test.rb +508 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/filesystem/file_stat_test.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/gentestfiles.rb +126 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/inflater_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/input_stream_test.rb +182 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/abstract_input_stream_test.rb +102 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/abstract_output_stream_test.rb +106 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/ioextras/fake_io_test.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/local_entry_test.rb +154 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/output_stream_test.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/pass_thru_compressor_test.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/pass_thru_decompressor_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/path_traversal_test.rb +141 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/samples/example_recursive_test.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/settings_test.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/test_helper.rb +234 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/unicode_file_names_and_comments_test.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/zip64_full_test.rb +51 -0
- data/vendor/bundle/ruby/2.6.0/gems/rubyzip-1.2.4/test/zip64_support_test.rb +14 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.document +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.gitignore +19 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/.travis.yml +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/CHANGELOG.md +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/Gemfile +4 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/LICENSE.txt +22 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/README.md +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/Rakefile +31 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/.sitearchdir.time +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/Makefile +265 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/extconf.rb +50 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/normalizer.hh +139 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/table.hh +13617 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/char_stream.hh +150 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/node.hh +25 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/trie/searcher.hh +194 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf/util.hh +24 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf.cc +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf.o +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/ext/unf_ext/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/lib/unf_ext.so +0 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/helper.rb +18 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/normalization-test.txt +112332 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/test/test_unf_ext.rb +41 -0
- data/vendor/bundle/ruby/2.6.0/gems/unf_ext-0.0.7.6/unf_ext.gemspec +42 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/LICENSE +202 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/README.md +276 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/bin/rwinrm +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/connection.rb +84 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/connection_opts.rb +90 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/exceptions.rb +88 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/response_handler.rb +127 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/transport.rb +462 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/http/transport_factory.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/output.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/create_pipeline.xml.erb +167 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/fragment.rb +68 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/init_runspace_pool.xml.erb +224 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/base.rb +47 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/error_record.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_host_call.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_output.rb +48 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/pipeline_state.rb +38 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/runspacepool_host_call.rb +30 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/runspacepool_state.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data/session_capability.rb +34 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_data.rb +40 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_defragmenter.rb +62 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_factory.rb +74 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/message_fragmenter.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/powershell_output_decoder.rb +142 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/receive_response_reader.rb +95 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/session_capability.xml.erb +7 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/psrp/uuid.rb +39 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/base.rb +187 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/cmd.rb +63 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/power_shell.rb +206 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/retryable.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/shells/shell_factory.rb +56 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/version.rb +5 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/base.rb +57 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/cleanup_command.rb +60 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/close_shell.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command.rb +100 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command_output.rb +75 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/command_output_decoder.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/configuration.rb +44 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/create_pipeline.rb +64 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/create_shell.rb +115 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/header.rb +213 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/init_runspace_pool.rb +96 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/iso8601_duration.rb +58 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/keep_alive.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/receive_response_reader.rb +128 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/send_data.rb +66 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/soap.rb +49 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/wql_pull.rb +54 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/wql_query.rb +98 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm/wsmv/write_stdin.rb +86 -0
- data/vendor/bundle/ruby/2.6.0/gems/winrm-2.3.2/lib/winrm.rb +37 -0
- data/vendor/bundle/ruby/2.6.0/specifications/bcrypt_pbkdf-1.0.1.gemspec +49 -0
- data/vendor/bundle/ruby/2.6.0/specifications/domain_name-0.5.20190701.gemspec +46 -0
- data/vendor/bundle/ruby/2.6.0/specifications/gssapi-1.3.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mime-types-3.3.gemspec +84 -0
- data/vendor/bundle/ruby/2.6.0/specifications/mime-types-data-3.2019.0904.gemspec +60 -0
- data/vendor/bundle/ruby/2.6.0/specifications/rubyzip-1.2.4.gemspec +44 -0
- data/vendor/bundle/ruby/2.6.0/specifications/unf_ext-0.0.7.6.gemspec +51 -0
- data/vendor/bundle/ruby/2.6.0/specifications/winrm-2.3.2.gemspec +73 -0
- data/version.txt +1 -1
- metadata +365 -6
- data/templates/nfs/exports.erb +0 -5
@@ -0,0 +1,2212 @@
|
|
1
|
+
application/1d-interleaved-parityfec
|
2
|
+
application/3gpdash-qoe-report+xml
|
3
|
+
application/3gpp-ims+xml
|
4
|
+
application/A2L
|
5
|
+
application/acad
|
6
|
+
application/access mdf mda mdb mde
|
7
|
+
application/activemessage
|
8
|
+
application/activity+json
|
9
|
+
application/alto-costmap+json
|
10
|
+
application/alto-costmapfilter+json
|
11
|
+
application/alto-directory+json
|
12
|
+
application/alto-endpointcost+json
|
13
|
+
application/alto-endpointcostparams+json
|
14
|
+
application/alto-endpointprop+json
|
15
|
+
application/alto-endpointpropparams+json
|
16
|
+
application/alto-error+json
|
17
|
+
application/alto-networkmap+json
|
18
|
+
application/alto-networkmapfilter+json
|
19
|
+
application/AML
|
20
|
+
application/andrew-inset ez
|
21
|
+
application/appledouble
|
22
|
+
application/applefile
|
23
|
+
application/applixware aw
|
24
|
+
application/ATF
|
25
|
+
application/ATFX
|
26
|
+
application/atom+xml atom
|
27
|
+
application/atomcat+xml atomcat
|
28
|
+
application/atomdeleted+xml
|
29
|
+
application/atomicmail
|
30
|
+
application/atomsvc+xml atomsvc
|
31
|
+
application/atsc-dwd+xml
|
32
|
+
application/atsc-held+xml
|
33
|
+
application/atsc-rsat+xml
|
34
|
+
application/ATXML
|
35
|
+
application/auth-policy+xml
|
36
|
+
application/bacnet-xdd+zip
|
37
|
+
application/batch-SMTP
|
38
|
+
application/beep+xml
|
39
|
+
application/bleeper bleep
|
40
|
+
application/calendar+json
|
41
|
+
application/calendar+xml
|
42
|
+
application/call-completion
|
43
|
+
application/cals-1840
|
44
|
+
application/cals1840
|
45
|
+
application/cbor
|
46
|
+
application/cccex
|
47
|
+
application/ccmp+xml
|
48
|
+
application/ccxml+xml ccxml
|
49
|
+
application/CDFX+XML
|
50
|
+
application/cdmi-capability cdmia
|
51
|
+
application/cdmi-container cdmic
|
52
|
+
application/cdmi-domain cdmid
|
53
|
+
application/cdmi-object cdmio
|
54
|
+
application/cdmi-queue cdmiq
|
55
|
+
application/cdni
|
56
|
+
application/CEA
|
57
|
+
application/cea-2018+xml
|
58
|
+
application/cellml+xml
|
59
|
+
application/cfw
|
60
|
+
application/clariscad
|
61
|
+
application/clue_info+xml
|
62
|
+
application/cms
|
63
|
+
application/cnrp+xml
|
64
|
+
application/coap-group+json
|
65
|
+
application/coap-payload
|
66
|
+
application/commonground
|
67
|
+
application/conference-info+xml
|
68
|
+
application/cose
|
69
|
+
application/cose-key
|
70
|
+
application/cose-key-set
|
71
|
+
application/cpl+xml
|
72
|
+
application/csrattrs
|
73
|
+
application/csta+xml
|
74
|
+
application/CSTAdata+xml
|
75
|
+
application/csvm+json
|
76
|
+
application/cu-seeme cu
|
77
|
+
application/cwt
|
78
|
+
application/cybercash
|
79
|
+
application/dash+xml
|
80
|
+
application/dashdelta
|
81
|
+
application/davmount+xml davmount
|
82
|
+
application/dca-rft
|
83
|
+
application/DCD
|
84
|
+
application/dec-dx
|
85
|
+
application/dialog-info+xml
|
86
|
+
application/dicom dcm
|
87
|
+
application/dicom+json
|
88
|
+
application/dicom+xml
|
89
|
+
application/DII
|
90
|
+
application/DIT
|
91
|
+
application/dns
|
92
|
+
application/dns+json
|
93
|
+
application/dns-message
|
94
|
+
application/docbook+xml dbk
|
95
|
+
application/drafting
|
96
|
+
application/dskpp+xml
|
97
|
+
application/dssc+der dssc
|
98
|
+
application/dssc+xml xdssc
|
99
|
+
application/dvcs
|
100
|
+
application/dxf
|
101
|
+
application/ecmascript ecma es
|
102
|
+
application/EDI-consent
|
103
|
+
application/EDI-X12
|
104
|
+
application/EDIFACT
|
105
|
+
application/efi
|
106
|
+
application/EmergencyCallData.Comment+xml
|
107
|
+
application/EmergencyCallData.Control+xml
|
108
|
+
application/EmergencyCallData.DeviceInfo+xml
|
109
|
+
application/EmergencyCallData.eCall.MSD
|
110
|
+
application/EmergencyCallData.ProviderInfo+xml
|
111
|
+
application/EmergencyCallData.ServiceInfo+xml
|
112
|
+
application/EmergencyCallData.SubscriberInfo+xml
|
113
|
+
application/EmergencyCallData.VEDS+xml
|
114
|
+
application/emma+xml emma
|
115
|
+
application/emotionml+xml
|
116
|
+
application/encaprtp
|
117
|
+
application/epp+xml
|
118
|
+
application/epub+zip epub
|
119
|
+
application/eshop
|
120
|
+
application/example
|
121
|
+
application/excel xls xlt
|
122
|
+
application/exi exi
|
123
|
+
application/expect-ct-report+json
|
124
|
+
application/fastinfoset
|
125
|
+
application/fastsoap
|
126
|
+
application/fdt+xml
|
127
|
+
application/fhir+json
|
128
|
+
application/fhir+xml
|
129
|
+
application/fits
|
130
|
+
application/flexfec
|
131
|
+
application/font-sfnt otf ttf
|
132
|
+
application/font-tdpfr pfr
|
133
|
+
application/font-woff woff woff2
|
134
|
+
application/fractals
|
135
|
+
application/framework-attributes+xml
|
136
|
+
application/futuresplash spl
|
137
|
+
application/geo+json
|
138
|
+
application/geo+json-seq
|
139
|
+
application/geopackage+sqlite3
|
140
|
+
application/geoxacml+xml
|
141
|
+
application/ghostview
|
142
|
+
application/gltf-buffer
|
143
|
+
application/gml+xml gml
|
144
|
+
application/gpx+xml gpx
|
145
|
+
application/gxf gxf
|
146
|
+
application/gzip gz
|
147
|
+
application/H224
|
148
|
+
application/held+xml
|
149
|
+
application/hep hep
|
150
|
+
application/http
|
151
|
+
application/hyperstudio stk
|
152
|
+
application/i-deas
|
153
|
+
application/ibe-key-request+xml
|
154
|
+
application/ibe-pkg-reply+xml
|
155
|
+
application/ibe-pp-data
|
156
|
+
application/iges
|
157
|
+
application/im-iscomposing+xml
|
158
|
+
application/imagemap imagemap imap
|
159
|
+
application/index
|
160
|
+
application/index.cmd
|
161
|
+
application/index.obj
|
162
|
+
application/index.response
|
163
|
+
application/index.vnd
|
164
|
+
application/inkml+xml ink inkml
|
165
|
+
application/iotp
|
166
|
+
application/ipfix ipfix
|
167
|
+
application/ipp
|
168
|
+
application/isup
|
169
|
+
application/its+xml
|
170
|
+
application/java-archive jar
|
171
|
+
application/java-serialized-object ser
|
172
|
+
application/java-vm class
|
173
|
+
application/javascript js mjs sj
|
174
|
+
application/jf2feed+json
|
175
|
+
application/jose
|
176
|
+
application/jose+json
|
177
|
+
application/jrd+json
|
178
|
+
application/json json
|
179
|
+
application/json-patch+json
|
180
|
+
application/json-seq
|
181
|
+
application/jsonml+json jsonml
|
182
|
+
application/jwk+json
|
183
|
+
application/jwk-set+json
|
184
|
+
application/jwt
|
185
|
+
application/kpml-request+xml
|
186
|
+
application/kpml-response+xml
|
187
|
+
application/ld+json
|
188
|
+
application/lgr+xml
|
189
|
+
application/link-format
|
190
|
+
application/load-control+xml
|
191
|
+
application/lost+xml lostxml
|
192
|
+
application/lostsync+xml
|
193
|
+
application/lotus-123 wks
|
194
|
+
application/LXF
|
195
|
+
application/mac-binhex40 hqx
|
196
|
+
application/mac-compactpro cpt
|
197
|
+
application/macbinary
|
198
|
+
application/macwriteii
|
199
|
+
application/mads+xml mads
|
200
|
+
application/marc mrc
|
201
|
+
application/marcxml+xml mrcx
|
202
|
+
application/mathcad mcd
|
203
|
+
application/mathematica ma mb nb
|
204
|
+
application/mathematica-old
|
205
|
+
application/mathml+xml mathml
|
206
|
+
application/mathml-content+xml
|
207
|
+
application/mathml-presentation+xml
|
208
|
+
application/mbms-associated-procedure-description+xml
|
209
|
+
application/mbms-deregister+xml
|
210
|
+
application/mbms-envelope+xml
|
211
|
+
application/mbms-msk+xml
|
212
|
+
application/mbms-msk-response+xml
|
213
|
+
application/mbms-protection-description+xml
|
214
|
+
application/mbms-reception-report+xml
|
215
|
+
application/mbms-register+xml
|
216
|
+
application/mbms-register-response+xml
|
217
|
+
application/mbms-schedule+xml
|
218
|
+
application/mbms-user-service-description+xml
|
219
|
+
application/mbox mbox
|
220
|
+
application/media-policy-dataset+xml
|
221
|
+
application/media_control+xml
|
222
|
+
application/mediaservercontrol+xml mscml
|
223
|
+
application/merge-patch+json
|
224
|
+
application/metalink+xml metalink
|
225
|
+
application/metalink4+xml meta4
|
226
|
+
application/mets+xml mets
|
227
|
+
application/MF4
|
228
|
+
application/mikey
|
229
|
+
application/mipc
|
230
|
+
application/mmt-aei+xml
|
231
|
+
application/mmt-usd+xml
|
232
|
+
application/mods+xml mods
|
233
|
+
application/moss-keys
|
234
|
+
application/moss-signature
|
235
|
+
application/mosskey-data
|
236
|
+
application/mosskey-request
|
237
|
+
application/mp21 m21 mp21
|
238
|
+
application/mp4 mp4 mpg4 mp4s
|
239
|
+
application/mpeg4-generic
|
240
|
+
application/mpeg4-iod
|
241
|
+
application/mpeg4-iod-xmt
|
242
|
+
application/mrb-consumer+xml
|
243
|
+
application/mrb-publish+xml
|
244
|
+
application/msc-ivr+xml
|
245
|
+
application/msc-mixer+xml
|
246
|
+
application/msword doc dot wrd
|
247
|
+
application/mud+json
|
248
|
+
application/mxf mxf
|
249
|
+
application/n-quads
|
250
|
+
application/n-triples
|
251
|
+
application/nasdata
|
252
|
+
application/netcdf nc cdf
|
253
|
+
application/news-checkgroups
|
254
|
+
application/news-groupinfo
|
255
|
+
application/news-message-id
|
256
|
+
application/news-transmission
|
257
|
+
application/nlsml+xml
|
258
|
+
application/node
|
259
|
+
application/nss
|
260
|
+
application/ocsp-request
|
261
|
+
application/ocsp-response
|
262
|
+
application/octet-stream bin dms lha lzh exe class ani pgp gpg so dll dylib bpk deploy dist distz dump elc lrf mar pkg ipa
|
263
|
+
application/oda oda
|
264
|
+
application/odm+xml
|
265
|
+
application/ODX
|
266
|
+
application/oebps-package+xml opf
|
267
|
+
application/ogg ogx
|
268
|
+
application/omdoc+xml omdoc
|
269
|
+
application/onenote onepkg onetmp onetoc onetoc2
|
270
|
+
application/oscore
|
271
|
+
application/oxps oxps
|
272
|
+
application/p2p-overlay+xml
|
273
|
+
application/parityfec
|
274
|
+
application/passport
|
275
|
+
application/patch-ops-error+xml xer
|
276
|
+
application/pdf ai pdf
|
277
|
+
application/PDX
|
278
|
+
application/pem-certificate-chain
|
279
|
+
application/pgp-encrypted pgp gpg
|
280
|
+
application/pgp-keys
|
281
|
+
application/pgp-signature asc sig
|
282
|
+
application/pics-rules prf
|
283
|
+
application/pidf+xml
|
284
|
+
application/pidf-diff+xml
|
285
|
+
application/pkcs10 p10
|
286
|
+
application/pkcs12
|
287
|
+
application/pkcs7-mime p7m p7c
|
288
|
+
application/pkcs7-signature p7s
|
289
|
+
application/pkcs8 p8
|
290
|
+
application/pkcs8-encrypted
|
291
|
+
application/pkix-attr-cert ac
|
292
|
+
application/pkix-cert cer
|
293
|
+
application/pkix-crl crl
|
294
|
+
application/pkix-pkipath pkipath
|
295
|
+
application/pkixcmp pki
|
296
|
+
application/pls+xml pls
|
297
|
+
application/poc-settings+xml
|
298
|
+
application/postscript eps ps
|
299
|
+
application/powerpoint ppt pps pot
|
300
|
+
application/ppsp-tracker+json
|
301
|
+
application/pro_eng
|
302
|
+
application/problem+json
|
303
|
+
application/problem+xml
|
304
|
+
application/provenance+xml
|
305
|
+
application/prs.alvestrand.titrax-sheet
|
306
|
+
application/prs.cww cw cww
|
307
|
+
application/prs.hpub+zip
|
308
|
+
application/prs.nprend rnd rct
|
309
|
+
application/prs.plucker
|
310
|
+
application/prs.rdf-xml-crypt
|
311
|
+
application/prs.xsf+xml
|
312
|
+
application/pskc+xml pskcxml
|
313
|
+
application/qsig
|
314
|
+
application/quicktimeplayer qtl
|
315
|
+
application/raptorfec
|
316
|
+
application/rdap+json
|
317
|
+
application/rdf+xml rdf
|
318
|
+
application/reginfo+xml rif
|
319
|
+
application/relax-ng-compact-syntax rnc
|
320
|
+
application/remote-printing
|
321
|
+
application/remote_printing
|
322
|
+
application/reputon+json
|
323
|
+
application/resource-lists+xml rl
|
324
|
+
application/resource-lists-diff+xml rld
|
325
|
+
application/rfc+xml
|
326
|
+
application/riscos
|
327
|
+
application/rlmi+xml
|
328
|
+
application/rls-services+xml rs
|
329
|
+
application/route-apd+xml
|
330
|
+
application/route-s-tsid+xml
|
331
|
+
application/route-usd+xml
|
332
|
+
application/rpki-ghostbusters gbr
|
333
|
+
application/rpki-manifest mft
|
334
|
+
application/rpki-publication
|
335
|
+
application/rpki-roa roa
|
336
|
+
application/rpki-updown
|
337
|
+
application/rsd+xml rsd
|
338
|
+
application/rss+xml rss
|
339
|
+
application/rtf rtf
|
340
|
+
application/rtploopback
|
341
|
+
application/rtx
|
342
|
+
application/samlassertion+xml
|
343
|
+
application/samlmetadata+xml
|
344
|
+
application/sbml+xml sbml
|
345
|
+
application/scaip+xml
|
346
|
+
application/scim+json
|
347
|
+
application/scvp-cv-request scq
|
348
|
+
application/scvp-cv-response scs
|
349
|
+
application/scvp-vp-request spq
|
350
|
+
application/scvp-vp-response spp
|
351
|
+
application/sdp sdp
|
352
|
+
application/secevent+jwt
|
353
|
+
application/senml+cbor
|
354
|
+
application/senml+json
|
355
|
+
application/senml+xml
|
356
|
+
application/senml-exi
|
357
|
+
application/sensml+cbor
|
358
|
+
application/sensml+json
|
359
|
+
application/sensml+xml
|
360
|
+
application/sensml-exi
|
361
|
+
application/sep+xml
|
362
|
+
application/sep-exi
|
363
|
+
application/session-info
|
364
|
+
application/set
|
365
|
+
application/set-payment
|
366
|
+
application/set-payment-initiation setpay
|
367
|
+
application/set-registration
|
368
|
+
application/set-registration-initiation setreg
|
369
|
+
application/sgml sgml
|
370
|
+
application/sgml-open-catalog soc
|
371
|
+
application/shf+xml shf
|
372
|
+
application/sieve siv
|
373
|
+
application/simple-filter+xml
|
374
|
+
application/simple-message-summary
|
375
|
+
application/simpleSymbolContainer
|
376
|
+
application/sipc
|
377
|
+
application/SLA
|
378
|
+
application/slate
|
379
|
+
application/smil smi smil
|
380
|
+
application/smil+xml smi smil
|
381
|
+
application/smpte336m
|
382
|
+
application/soap+fastinfoset
|
383
|
+
application/soap+xml
|
384
|
+
application/solids
|
385
|
+
application/sparql-query rq
|
386
|
+
application/sparql-results+xml srx
|
387
|
+
application/spirits-event+xml
|
388
|
+
application/sql
|
389
|
+
application/srgs gram
|
390
|
+
application/srgs+xml grxml
|
391
|
+
application/sru+xml sru
|
392
|
+
application/ssdl+xml ssdl
|
393
|
+
application/ssml+xml ssml
|
394
|
+
application/STEP
|
395
|
+
application/stix+json
|
396
|
+
application/swid+xml
|
397
|
+
application/tamp-apex-update
|
398
|
+
application/tamp-apex-update-confirm
|
399
|
+
application/tamp-community-update
|
400
|
+
application/tamp-community-update-confirm
|
401
|
+
application/tamp-error
|
402
|
+
application/tamp-sequence-adjust
|
403
|
+
application/tamp-sequence-adjust-confirm
|
404
|
+
application/tamp-status-query
|
405
|
+
application/tamp-status-response
|
406
|
+
application/tamp-update
|
407
|
+
application/tamp-update-confirm
|
408
|
+
application/taxii+json
|
409
|
+
application/tei+xml tei teicorpus
|
410
|
+
application/TETRA_ISI
|
411
|
+
application/thraud+xml tfi
|
412
|
+
application/timestamp-query
|
413
|
+
application/timestamp-reply
|
414
|
+
application/timestamped-data tsd
|
415
|
+
application/tlsrpt+gzip
|
416
|
+
application/tlsrpt+json
|
417
|
+
application/tnauthlist
|
418
|
+
application/toolbook tbk
|
419
|
+
application/trickle-ice-sdpfrag
|
420
|
+
application/trig
|
421
|
+
application/ttml+xml
|
422
|
+
application/tve-trigger
|
423
|
+
application/tzif
|
424
|
+
application/tzif-leap
|
425
|
+
application/ulpfec
|
426
|
+
application/urc-grpsheet+xml
|
427
|
+
application/urc-ressheet+xml
|
428
|
+
application/urc-targetdesc+xml
|
429
|
+
application/urc-uisocketdesc+xml
|
430
|
+
application/vcard+json
|
431
|
+
application/vcard+xml
|
432
|
+
application/vda
|
433
|
+
application/vemmi
|
434
|
+
application/VMSBACKUP bck
|
435
|
+
application/vnd.1000minds.decision-model+xml
|
436
|
+
application/vnd.3gpp-prose+xml
|
437
|
+
application/vnd.3gpp-prose-pc3ch+xml
|
438
|
+
application/vnd.3gpp-v2x-local-service-information
|
439
|
+
application/vnd.3gpp.access-transfer-events+xml
|
440
|
+
application/vnd.3gpp.bsf+xml
|
441
|
+
application/vnd.3gpp.GMOP+xml
|
442
|
+
application/vnd.3gpp.mc-signalling-ear
|
443
|
+
application/vnd.3gpp.mcdata-affiliation-command+xml
|
444
|
+
application/vnd.3gpp.mcdata-info+xml
|
445
|
+
application/vnd.3gpp.mcdata-payload
|
446
|
+
application/vnd.3gpp.mcdata-service-config+xml
|
447
|
+
application/vnd.3gpp.mcdata-signalling
|
448
|
+
application/vnd.3gpp.mcdata-ue-config+xml
|
449
|
+
application/vnd.3gpp.mcdata-user-profile+xml
|
450
|
+
application/vnd.3gpp.mcptt-affiliation-command+xml
|
451
|
+
application/vnd.3gpp.mcptt-floor-request+xml
|
452
|
+
application/vnd.3gpp.mcptt-info+xml
|
453
|
+
application/vnd.3gpp.mcptt-location-info+xml
|
454
|
+
application/vnd.3gpp.mcptt-mbms-usage-info+xml
|
455
|
+
application/vnd.3gpp.mcptt-service-config+xml
|
456
|
+
application/vnd.3gpp.mcptt-signed+xml
|
457
|
+
application/vnd.3gpp.mcptt-ue-config+xml
|
458
|
+
application/vnd.3gpp.mcptt-ue-init-config+xml
|
459
|
+
application/vnd.3gpp.mcptt-user-profile+xml
|
460
|
+
application/vnd.3gpp.mcvideo-affiliation-command+xml
|
461
|
+
application/vnd.3gpp.mcvideo-affiliation-info+xml
|
462
|
+
application/vnd.3gpp.mcvideo-info+xml
|
463
|
+
application/vnd.3gpp.mcvideo-location-info+xml
|
464
|
+
application/vnd.3gpp.mcvideo-mbms-usage-info+xml
|
465
|
+
application/vnd.3gpp.mcvideo-service-config+xml
|
466
|
+
application/vnd.3gpp.mcvideo-transmission-request+xml
|
467
|
+
application/vnd.3gpp.mcvideo-ue-config+xml
|
468
|
+
application/vnd.3gpp.mcvideo-user-profile+xml
|
469
|
+
application/vnd.3gpp.mid-call+xml
|
470
|
+
application/vnd.3gpp.pic-bw-large plb
|
471
|
+
application/vnd.3gpp.pic-bw-small psb
|
472
|
+
application/vnd.3gpp.pic-bw-var pvb
|
473
|
+
application/vnd.3gpp.sms sms
|
474
|
+
application/vnd.3gpp.sms+xml
|
475
|
+
application/vnd.3gpp.srvcc-ext+xml
|
476
|
+
application/vnd.3gpp.SRVCC-info+xml
|
477
|
+
application/vnd.3gpp.state-and-event-info+xml
|
478
|
+
application/vnd.3gpp.ussd+xml
|
479
|
+
application/vnd.3gpp2.bcmcsinfo+xml
|
480
|
+
application/vnd.3gpp2.sms
|
481
|
+
application/vnd.3gpp2.tcap tcap
|
482
|
+
application/vnd.3lightssoftware.imagescal
|
483
|
+
application/vnd.3M.Post-it-Notes pwn
|
484
|
+
application/vnd.accpac.simply.aso aso
|
485
|
+
application/vnd.accpac.simply.imp imp
|
486
|
+
application/vnd.acucobol acu
|
487
|
+
application/vnd.acucorp atc acutc
|
488
|
+
application/vnd.adobe.air-application-installer-package+zip air
|
489
|
+
application/vnd.adobe.flash.movie
|
490
|
+
application/vnd.adobe.formscentral.fcdt fcdt
|
491
|
+
application/vnd.adobe.fxp fxp fxpl
|
492
|
+
application/vnd.adobe.partial-upload
|
493
|
+
application/vnd.adobe.xdp+xml xdp
|
494
|
+
application/vnd.adobe.xfdf xfdf
|
495
|
+
application/vnd.aether.imp
|
496
|
+
application/vnd.afpc.afplinedata
|
497
|
+
application/vnd.afpc.modca
|
498
|
+
application/vnd.ah-barcode
|
499
|
+
application/vnd.ahead.space ahead
|
500
|
+
application/vnd.airzip.filesecure.azf azf
|
501
|
+
application/vnd.airzip.filesecure.azs azs
|
502
|
+
application/vnd.amadeus+json
|
503
|
+
application/vnd.amazon.ebook azw
|
504
|
+
application/vnd.amazon.mobi8-ebook
|
505
|
+
application/vnd.americandynamics.acc acc
|
506
|
+
application/vnd.amiga.ami ami
|
507
|
+
application/vnd.amundsen.maze+xml
|
508
|
+
application/vnd.android.ota
|
509
|
+
application/vnd.android.package-archive apk
|
510
|
+
application/vnd.anki
|
511
|
+
application/vnd.anser-web-certificate-issue-initiation cii
|
512
|
+
application/vnd.anser-web-funds-transfer-initiation fti
|
513
|
+
application/vnd.antix.game-component atx
|
514
|
+
application/vnd.apache.thrift.binary
|
515
|
+
application/vnd.apache.thrift.compact
|
516
|
+
application/vnd.apache.thrift.json
|
517
|
+
application/vnd.api+json
|
518
|
+
application/vnd.apothekende.reservation+json
|
519
|
+
application/vnd.apple.installer+xml mpkg
|
520
|
+
application/vnd.apple.keynote
|
521
|
+
application/vnd.apple.mpegurl m3u8
|
522
|
+
application/vnd.apple.numbers
|
523
|
+
application/vnd.apple.pages
|
524
|
+
application/vnd.apple.pkpass pkpass
|
525
|
+
application/vnd.arastra.swi
|
526
|
+
application/vnd.aristanetworks.swi swi
|
527
|
+
application/vnd.artisan+json
|
528
|
+
application/vnd.artsquare
|
529
|
+
application/vnd.astraea-software.iota iota
|
530
|
+
application/vnd.audiograph aep
|
531
|
+
application/vnd.autopackage
|
532
|
+
application/vnd.avalon+json
|
533
|
+
application/vnd.avistar+xml
|
534
|
+
application/vnd.balsamiq.bmml+xml
|
535
|
+
application/vnd.balsamiq.bmpr
|
536
|
+
application/vnd.banana-accounting
|
537
|
+
application/vnd.bbf.usp.error
|
538
|
+
application/vnd.bbf.usp.msg
|
539
|
+
application/vnd.bbf.usp.msg+json
|
540
|
+
application/vnd.bekitzur-stech+json
|
541
|
+
application/vnd.bint.med-content
|
542
|
+
application/vnd.biopax.rdf+xml
|
543
|
+
application/vnd.blink-idb-value-wrapper
|
544
|
+
application/vnd.blueice.multipass mpm
|
545
|
+
application/vnd.bluetooth.ep.oob
|
546
|
+
application/vnd.bluetooth.le.oob
|
547
|
+
application/vnd.bmi bmi
|
548
|
+
application/vnd.bpf
|
549
|
+
application/vnd.bpf3
|
550
|
+
application/vnd.businessobjects rep
|
551
|
+
application/vnd.byu.uapi+json
|
552
|
+
application/vnd.cab-jscript
|
553
|
+
application/vnd.canon-cpdl
|
554
|
+
application/vnd.canon-lips
|
555
|
+
application/vnd.capasystems-pg+json
|
556
|
+
application/vnd.cendio.thinlinc.clientconf
|
557
|
+
application/vnd.century-systems.tcp_stream
|
558
|
+
application/vnd.chemdraw+xml cdxml
|
559
|
+
application/vnd.chess-pgn
|
560
|
+
application/vnd.chipnuts.karaoke-mmd mmd
|
561
|
+
application/vnd.ciedi
|
562
|
+
application/vnd.cinderella cdy
|
563
|
+
application/vnd.cirpack.isdn-ext
|
564
|
+
application/vnd.citationstyles.style+xml
|
565
|
+
application/vnd.claymore cla
|
566
|
+
application/vnd.cloanto.rp9 rp9
|
567
|
+
application/vnd.clonk.c4group c4d c4f c4g c4p c4u
|
568
|
+
application/vnd.cluetrust.cartomobile-config c11amc
|
569
|
+
application/vnd.cluetrust.cartomobile-config-pkg c11amz
|
570
|
+
application/vnd.coffeescript
|
571
|
+
application/vnd.collabio.xodocuments.document
|
572
|
+
application/vnd.collabio.xodocuments.document-template
|
573
|
+
application/vnd.collabio.xodocuments.presentation
|
574
|
+
application/vnd.collabio.xodocuments.presentation-template
|
575
|
+
application/vnd.collabio.xodocuments.spreadsheet
|
576
|
+
application/vnd.collabio.xodocuments.spreadsheet-template
|
577
|
+
application/vnd.collection+json
|
578
|
+
application/vnd.collection.doc+json
|
579
|
+
application/vnd.collection.next+json
|
580
|
+
application/vnd.comicbook+zip
|
581
|
+
application/vnd.comicbook-rar
|
582
|
+
application/vnd.commerce-battelle
|
583
|
+
application/vnd.commonspace csp
|
584
|
+
application/vnd.contact.cmsg cdbcmsg
|
585
|
+
application/vnd.coreos.ignition+json
|
586
|
+
application/vnd.cosmocaller cmc
|
587
|
+
application/vnd.crick.clicker clkx
|
588
|
+
application/vnd.crick.clicker.keyboard clkk
|
589
|
+
application/vnd.crick.clicker.palette clkp
|
590
|
+
application/vnd.crick.clicker.template clkt
|
591
|
+
application/vnd.crick.clicker.wordbank clkw
|
592
|
+
application/vnd.criticaltools.wbs+xml wbs
|
593
|
+
application/vnd.cryptii.pipe+json
|
594
|
+
application/vnd.crypto-shade-file
|
595
|
+
application/vnd.ctc-posml pml
|
596
|
+
application/vnd.ctct.ws+xml
|
597
|
+
application/vnd.cups-pdf
|
598
|
+
application/vnd.cups-postscript
|
599
|
+
application/vnd.cups-ppd ppd
|
600
|
+
application/vnd.cups-raster
|
601
|
+
application/vnd.cups-raw
|
602
|
+
application/vnd.curl curl
|
603
|
+
application/vnd.curl.car car
|
604
|
+
application/vnd.curl.pcurl pcurl
|
605
|
+
application/vnd.cyan.dean.root+xml
|
606
|
+
application/vnd.cybank
|
607
|
+
application/vnd.d2l.coursepackage1p0+zip
|
608
|
+
application/vnd.dart dart
|
609
|
+
application/vnd.data-vision.rdz rdz
|
610
|
+
application/vnd.datapackage+json
|
611
|
+
application/vnd.dataresource+json
|
612
|
+
application/vnd.debian.binary-package
|
613
|
+
application/vnd.dece.data uvd uvf uvvd uvvf
|
614
|
+
application/vnd.dece.ttml+xml uvt uvvt
|
615
|
+
application/vnd.dece.unspecified uvvx uvx
|
616
|
+
application/vnd.dece.zip uvvz uvz
|
617
|
+
application/vnd.denovo.fcselayout-link fe_launch
|
618
|
+
application/vnd.desmume.movie
|
619
|
+
application/vnd.dir-bi.plate-dl-nosuffix
|
620
|
+
application/vnd.dm.delegation+xml
|
621
|
+
application/vnd.dna dna
|
622
|
+
application/vnd.document+json
|
623
|
+
application/vnd.dolby.mlp mlp
|
624
|
+
application/vnd.dolby.mobile.1
|
625
|
+
application/vnd.dolby.mobile.2
|
626
|
+
application/vnd.doremir.scorecloud-binary-document
|
627
|
+
application/vnd.dpgraph dpg
|
628
|
+
application/vnd.dreamfactory dfac
|
629
|
+
application/vnd.drive+json
|
630
|
+
application/vnd.ds-keypoint kpxx
|
631
|
+
application/vnd.dtg.local
|
632
|
+
application/vnd.dtg.local.flash
|
633
|
+
application/vnd.dtg.local.html
|
634
|
+
application/vnd.dvb.ait ait
|
635
|
+
application/vnd.dvb.dvbj
|
636
|
+
application/vnd.dvb.esgcontainer
|
637
|
+
application/vnd.dvb.ipdcdftnotifaccess
|
638
|
+
application/vnd.dvb.ipdcesgaccess
|
639
|
+
application/vnd.dvb.ipdcesgaccess2
|
640
|
+
application/vnd.dvb.ipdcesgpdd
|
641
|
+
application/vnd.dvb.ipdcroaming
|
642
|
+
application/vnd.dvb.iptv.alfec-base
|
643
|
+
application/vnd.dvb.iptv.alfec-enhancement
|
644
|
+
application/vnd.dvb.notif-aggregate-root+xml
|
645
|
+
application/vnd.dvb.notif-container+xml
|
646
|
+
application/vnd.dvb.notif-generic+xml
|
647
|
+
application/vnd.dvb.notif-ia-msglist+xml
|
648
|
+
application/vnd.dvb.notif-ia-registration-request+xml
|
649
|
+
application/vnd.dvb.notif-ia-registration-response+xml
|
650
|
+
application/vnd.dvb.notif-init+xml
|
651
|
+
application/vnd.dvb.pfr
|
652
|
+
application/vnd.dvb.service svc
|
653
|
+
application/vnd.dxr
|
654
|
+
application/vnd.dynageo geo
|
655
|
+
application/vnd.dzr
|
656
|
+
application/vnd.easykaraoke.cdgdownload
|
657
|
+
application/vnd.ecdis-update
|
658
|
+
application/vnd.ecip.rlp
|
659
|
+
application/vnd.ecowin.chart mag
|
660
|
+
application/vnd.ecowin.filerequest
|
661
|
+
application/vnd.ecowin.fileupdate
|
662
|
+
application/vnd.ecowin.series
|
663
|
+
application/vnd.ecowin.seriesrequest
|
664
|
+
application/vnd.ecowin.seriesupdate
|
665
|
+
application/vnd.efi.img
|
666
|
+
application/vnd.efi.iso
|
667
|
+
application/vnd.emclient.accessrequest+xml
|
668
|
+
application/vnd.enliven nml
|
669
|
+
application/vnd.enphase.envoy
|
670
|
+
application/vnd.eprints.data+xml
|
671
|
+
application/vnd.epson.esf esf
|
672
|
+
application/vnd.epson.msf msf
|
673
|
+
application/vnd.epson.quickanime qam
|
674
|
+
application/vnd.epson.salt slt
|
675
|
+
application/vnd.epson.ssf ssf
|
676
|
+
application/vnd.ericsson.quickcall
|
677
|
+
application/vnd.espass-espass+zip
|
678
|
+
application/vnd.eszigno3+xml es3 et3
|
679
|
+
application/vnd.etsi.aoc+xml
|
680
|
+
application/vnd.etsi.asic-e+zip
|
681
|
+
application/vnd.etsi.asic-s+zip
|
682
|
+
application/vnd.etsi.cug+xml
|
683
|
+
application/vnd.etsi.iptvcommand+xml
|
684
|
+
application/vnd.etsi.iptvdiscovery+xml
|
685
|
+
application/vnd.etsi.iptvprofile+xml
|
686
|
+
application/vnd.etsi.iptvsad-bc+xml
|
687
|
+
application/vnd.etsi.iptvsad-cod+xml
|
688
|
+
application/vnd.etsi.iptvsad-npvr+xml
|
689
|
+
application/vnd.etsi.iptvservice+xml
|
690
|
+
application/vnd.etsi.iptvsync+xml
|
691
|
+
application/vnd.etsi.iptvueprofile+xml
|
692
|
+
application/vnd.etsi.mcid+xml
|
693
|
+
application/vnd.etsi.mheg5
|
694
|
+
application/vnd.etsi.overload-control-policy-dataset+xml
|
695
|
+
application/vnd.etsi.pstn+xml
|
696
|
+
application/vnd.etsi.sci+xml
|
697
|
+
application/vnd.etsi.simservs+xml
|
698
|
+
application/vnd.etsi.timestamp-token
|
699
|
+
application/vnd.etsi.tsl+xml
|
700
|
+
application/vnd.etsi.tsl.der
|
701
|
+
application/vnd.eudora.data
|
702
|
+
application/vnd.evolv.ecig.profile
|
703
|
+
application/vnd.evolv.ecig.settings
|
704
|
+
application/vnd.evolv.ecig.theme
|
705
|
+
application/vnd.exstream-empower+zip
|
706
|
+
application/vnd.exstream-package
|
707
|
+
application/vnd.ezpix-album ez2
|
708
|
+
application/vnd.ezpix-package ez3
|
709
|
+
application/vnd.f-secure.mobile
|
710
|
+
application/vnd.fastcopy-disk-image
|
711
|
+
application/vnd.fdf fdf
|
712
|
+
application/vnd.fdsn.mseed mseed
|
713
|
+
application/vnd.fdsn.seed dataless seed
|
714
|
+
application/vnd.ffsns
|
715
|
+
application/vnd.filmit.zfc
|
716
|
+
application/vnd.fints
|
717
|
+
application/vnd.firemonkeys.cloudcell
|
718
|
+
application/vnd.FloGraphIt gph
|
719
|
+
application/vnd.fluxtime.clip ftc
|
720
|
+
application/vnd.font-fontforge-sfd
|
721
|
+
application/vnd.framemaker frm maker frame fm fb book fbdoc
|
722
|
+
application/vnd.frogans.fnc fnc
|
723
|
+
application/vnd.frogans.ltf ltf
|
724
|
+
application/vnd.fsc.weblaunch fsc
|
725
|
+
application/vnd.fujitsu.oasys oas
|
726
|
+
application/vnd.fujitsu.oasys2 oa2
|
727
|
+
application/vnd.fujitsu.oasys3 oa3
|
728
|
+
application/vnd.fujitsu.oasysgp fg5
|
729
|
+
application/vnd.fujitsu.oasysprs bh2
|
730
|
+
application/vnd.fujixerox.ART-EX
|
731
|
+
application/vnd.fujixerox.ART4
|
732
|
+
application/vnd.fujixerox.ddd ddd
|
733
|
+
application/vnd.fujixerox.docuworks xdw
|
734
|
+
application/vnd.fujixerox.docuworks.binder xbd
|
735
|
+
application/vnd.fujixerox.docuworks.container
|
736
|
+
application/vnd.fujixerox.HBPL
|
737
|
+
application/vnd.fut-misnet
|
738
|
+
application/vnd.futoin+cbor
|
739
|
+
application/vnd.futoin+json
|
740
|
+
application/vnd.fuzzysheet fzs
|
741
|
+
application/vnd.genomatix.tuxedo txd
|
742
|
+
application/vnd.geo+json
|
743
|
+
application/vnd.geocube+xml
|
744
|
+
application/vnd.geogebra.file ggb
|
745
|
+
application/vnd.geogebra.tool ggt
|
746
|
+
application/vnd.geometry-explorer gex gre
|
747
|
+
application/vnd.geonext gxt
|
748
|
+
application/vnd.geoplan g2w
|
749
|
+
application/vnd.geospace g3w
|
750
|
+
application/vnd.gerber
|
751
|
+
application/vnd.globalplatform.card-content-mgt
|
752
|
+
application/vnd.globalplatform.card-content-mgt-response
|
753
|
+
application/vnd.gmx gmx
|
754
|
+
application/vnd.google-earth.kml+xml kml
|
755
|
+
application/vnd.google-earth.kmz kmz
|
756
|
+
application/vnd.gov.sk.e-form+xml
|
757
|
+
application/vnd.gov.sk.e-form+zip
|
758
|
+
application/vnd.gov.sk.xmldatacontainer+xml
|
759
|
+
application/vnd.grafeq gqf gqs
|
760
|
+
application/vnd.gridmp
|
761
|
+
application/vnd.groove-account gac
|
762
|
+
application/vnd.groove-help ghf
|
763
|
+
application/vnd.groove-identity-message gim
|
764
|
+
application/vnd.groove-injector grv
|
765
|
+
application/vnd.groove-tool-message gtm
|
766
|
+
application/vnd.groove-tool-template tpl
|
767
|
+
application/vnd.groove-vcard vcg
|
768
|
+
application/vnd.hal+json
|
769
|
+
application/vnd.hal+xml hal
|
770
|
+
application/vnd.HandHeld-Entertainment+xml zmm
|
771
|
+
application/vnd.hbci hbci hbc kom upa pkd bpd
|
772
|
+
application/vnd.hc+json
|
773
|
+
application/vnd.hcl-bireports
|
774
|
+
application/vnd.hdt
|
775
|
+
application/vnd.heroku+json
|
776
|
+
application/vnd.hhe.lesson-player les
|
777
|
+
application/vnd.hp-HPGL plt hpgl
|
778
|
+
application/vnd.hp-hpid hpid
|
779
|
+
application/vnd.hp-hps hps
|
780
|
+
application/vnd.hp-jlyt jlt
|
781
|
+
application/vnd.hp-PCL pcl
|
782
|
+
application/vnd.hp-PCLXL pclxl
|
783
|
+
application/vnd.httphone
|
784
|
+
application/vnd.hydrostatix.sof-data sfd-hdstx
|
785
|
+
application/vnd.hyper+json
|
786
|
+
application/vnd.hyper-item+json
|
787
|
+
application/vnd.hyperdrive+json
|
788
|
+
application/vnd.hzn-3d-crossword
|
789
|
+
application/vnd.ibm.afplinedata
|
790
|
+
application/vnd.ibm.electronic-media emm
|
791
|
+
application/vnd.ibm.MiniPay mpy
|
792
|
+
application/vnd.ibm.modcap afp list3820 listafp
|
793
|
+
application/vnd.ibm.rights-management irm
|
794
|
+
application/vnd.ibm.secure-container sc
|
795
|
+
application/vnd.iccprofile icc icm
|
796
|
+
application/vnd.ieee.1905
|
797
|
+
application/vnd.igloader igl
|
798
|
+
application/vnd.imagemeter.folder+zip
|
799
|
+
application/vnd.imagemeter.image+zip
|
800
|
+
application/vnd.immervision-ivp ivp
|
801
|
+
application/vnd.immervision-ivu ivu
|
802
|
+
application/vnd.ims.imsccv1p1
|
803
|
+
application/vnd.ims.imsccv1p2
|
804
|
+
application/vnd.ims.imsccv1p3
|
805
|
+
application/vnd.ims.lis.v2.result+json
|
806
|
+
application/vnd.ims.lti.v2.toolconsumerprofile+json
|
807
|
+
application/vnd.ims.lti.v2.toolproxy+json
|
808
|
+
application/vnd.ims.lti.v2.toolproxy.id+json
|
809
|
+
application/vnd.ims.lti.v2.toolsettings+json
|
810
|
+
application/vnd.ims.lti.v2.toolsettings.simple+json
|
811
|
+
application/vnd.informedcontrol.rms+xml
|
812
|
+
application/vnd.informix-visionary
|
813
|
+
application/vnd.infotech.project
|
814
|
+
application/vnd.infotech.project+xml
|
815
|
+
application/vnd.innopath.wamp.notification
|
816
|
+
application/vnd.insors.igm igm
|
817
|
+
application/vnd.intercon.formnet xpw xpx
|
818
|
+
application/vnd.intergeo i2g
|
819
|
+
application/vnd.intertrust.digibox
|
820
|
+
application/vnd.intertrust.nncp
|
821
|
+
application/vnd.intu.qbo qbo
|
822
|
+
application/vnd.intu.qfx qfx
|
823
|
+
application/vnd.iptc.g2.catalogitem+xml
|
824
|
+
application/vnd.iptc.g2.conceptitem+xml
|
825
|
+
application/vnd.iptc.g2.knowledgeitem+xml
|
826
|
+
application/vnd.iptc.g2.newsitem+xml
|
827
|
+
application/vnd.iptc.g2.newsmessage+xml
|
828
|
+
application/vnd.iptc.g2.packageitem+xml
|
829
|
+
application/vnd.iptc.g2.planningitem+xml
|
830
|
+
application/vnd.ipunplugged.rcprofile rcprofile
|
831
|
+
application/vnd.irepository.package+xml irp
|
832
|
+
application/vnd.is-xpr xpr
|
833
|
+
application/vnd.isac.fcs fcs
|
834
|
+
application/vnd.iso11783-10+zip
|
835
|
+
application/vnd.jam jam
|
836
|
+
application/vnd.japannet-directory-service
|
837
|
+
application/vnd.japannet-jpnstore-wakeup
|
838
|
+
application/vnd.japannet-payment-wakeup
|
839
|
+
application/vnd.japannet-registration
|
840
|
+
application/vnd.japannet-registration-wakeup
|
841
|
+
application/vnd.japannet-setstore-wakeup
|
842
|
+
application/vnd.japannet-verification
|
843
|
+
application/vnd.japannet-verification-wakeup
|
844
|
+
application/vnd.jcp.javame.midlet-rms rms
|
845
|
+
application/vnd.jisp jisp
|
846
|
+
application/vnd.joost.joda-archive joda
|
847
|
+
application/vnd.jsk.isdn-ngn
|
848
|
+
application/vnd.kahootz ktr ktz
|
849
|
+
application/vnd.kde.karbon karbon
|
850
|
+
application/vnd.kde.kchart chrt
|
851
|
+
application/vnd.kde.kformula kfo
|
852
|
+
application/vnd.kde.kivio flw
|
853
|
+
application/vnd.kde.kontour kon
|
854
|
+
application/vnd.kde.kpresenter kpr kpt
|
855
|
+
application/vnd.kde.kspread ksp
|
856
|
+
application/vnd.kde.kword kwd kwt
|
857
|
+
application/vnd.kenameaapp htke
|
858
|
+
application/vnd.kidspiration kia
|
859
|
+
application/vnd.Kinar kne knp sdf
|
860
|
+
application/vnd.koan skd skm skp skt
|
861
|
+
application/vnd.kodak-descriptor sse
|
862
|
+
application/vnd.las
|
863
|
+
application/vnd.las.las+json
|
864
|
+
application/vnd.las.las+xml lasxml
|
865
|
+
application/vnd.laszip
|
866
|
+
application/vnd.leap+json
|
867
|
+
application/vnd.liberty-request+xml
|
868
|
+
application/vnd.llamagraphics.life-balance.desktop lbd
|
869
|
+
application/vnd.llamagraphics.life-balance.exchange+xml lbe
|
870
|
+
application/vnd.logipipe.circuit+zip
|
871
|
+
application/vnd.loom
|
872
|
+
application/vnd.lotus-1-2-3 wks 123
|
873
|
+
application/vnd.lotus-approach apr
|
874
|
+
application/vnd.lotus-freelance pre
|
875
|
+
application/vnd.lotus-notes nsf
|
876
|
+
application/vnd.lotus-organizer org
|
877
|
+
application/vnd.lotus-screencam scm
|
878
|
+
application/vnd.lotus-wordpro lwp
|
879
|
+
application/vnd.macports.portpkg portpkg
|
880
|
+
application/vnd.mapbox-vector-tile
|
881
|
+
application/vnd.marlin.drm.actiontoken+xml
|
882
|
+
application/vnd.marlin.drm.conftoken+xml
|
883
|
+
application/vnd.marlin.drm.license+xml
|
884
|
+
application/vnd.marlin.drm.mdcf
|
885
|
+
application/vnd.mason+json
|
886
|
+
application/vnd.maxmind.maxmind-db
|
887
|
+
application/vnd.mcd mcd
|
888
|
+
application/vnd.medcalcdata mc1
|
889
|
+
application/vnd.mediastation.cdkey cdkey
|
890
|
+
application/vnd.meridian-slingshot
|
891
|
+
application/vnd.MFER mwf
|
892
|
+
application/vnd.mfmp mfm
|
893
|
+
application/vnd.micro+json
|
894
|
+
application/vnd.micrografx.flo flo
|
895
|
+
application/vnd.micrografx.igx igx
|
896
|
+
application/vnd.microsoft.portable-executable
|
897
|
+
application/vnd.microsoft.windows.thumbnail-cache
|
898
|
+
application/vnd.miele+json
|
899
|
+
application/vnd.mif mif
|
900
|
+
application/vnd.minisoft-hp3000-save
|
901
|
+
application/vnd.mitsubishi.misty-guard.trustweb
|
902
|
+
application/vnd.Mobius.DAF daf
|
903
|
+
application/vnd.Mobius.DIS dis
|
904
|
+
application/vnd.Mobius.MBK mbk
|
905
|
+
application/vnd.Mobius.MQY mqy
|
906
|
+
application/vnd.Mobius.MSL msl
|
907
|
+
application/vnd.Mobius.PLC plc
|
908
|
+
application/vnd.Mobius.TXF txf
|
909
|
+
application/vnd.mophun.application mpn
|
910
|
+
application/vnd.mophun.certificate mpc
|
911
|
+
application/vnd.motorola.flexsuite
|
912
|
+
application/vnd.motorola.flexsuite.adsi
|
913
|
+
application/vnd.motorola.flexsuite.fis
|
914
|
+
application/vnd.motorola.flexsuite.gotap
|
915
|
+
application/vnd.motorola.flexsuite.kmr
|
916
|
+
application/vnd.motorola.flexsuite.ttc
|
917
|
+
application/vnd.motorola.flexsuite.wem
|
918
|
+
application/vnd.motorola.iprm
|
919
|
+
application/vnd.mozilla.xul+xml xul
|
920
|
+
application/vnd.ms-3mfdocument
|
921
|
+
application/vnd.ms-artgalry cil
|
922
|
+
application/vnd.ms-asf asf
|
923
|
+
application/vnd.ms-cab-compressed cab
|
924
|
+
application/vnd.ms-excel xls xlt xla xlc xlm xlw
|
925
|
+
application/vnd.ms-excel.addin.macroEnabled.12 xlam
|
926
|
+
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
|
927
|
+
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
|
928
|
+
application/vnd.ms-excel.template.macroEnabled.12 xltm
|
929
|
+
application/vnd.ms-fontobject eot
|
930
|
+
application/vnd.ms-htmlhelp chm
|
931
|
+
application/vnd.ms-ims ims
|
932
|
+
application/vnd.ms-lrm lrm
|
933
|
+
application/vnd.ms-office.activeX+xml
|
934
|
+
application/vnd.ms-officetheme thmx
|
935
|
+
application/vnd.ms-outlook msg
|
936
|
+
application/vnd.ms-pki.seccat cat
|
937
|
+
application/vnd.ms-pki.stl stl
|
938
|
+
application/vnd.ms-playready.initiator+xml
|
939
|
+
application/vnd.ms-powerpoint ppt pps pot
|
940
|
+
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
|
941
|
+
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
|
942
|
+
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm
|
943
|
+
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
|
944
|
+
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
|
945
|
+
application/vnd.ms-PrintDeviceCapabilities+xml
|
946
|
+
application/vnd.ms-PrintSchemaTicket+xml
|
947
|
+
application/vnd.ms-project mpp mpt
|
948
|
+
application/vnd.ms-tnef
|
949
|
+
application/vnd.ms-windows.devicepairing
|
950
|
+
application/vnd.ms-windows.nwprinting.oob
|
951
|
+
application/vnd.ms-windows.printerpairing
|
952
|
+
application/vnd.ms-windows.wsd.oob
|
953
|
+
application/vnd.ms-wmdrm.lic-chlg-req
|
954
|
+
application/vnd.ms-wmdrm.lic-resp
|
955
|
+
application/vnd.ms-wmdrm.meter-chlg-req
|
956
|
+
application/vnd.ms-wmdrm.meter-resp
|
957
|
+
application/vnd.ms-word.document.macroEnabled.12 docm
|
958
|
+
application/vnd.ms-word.template.macroEnabled.12 dotm
|
959
|
+
application/vnd.ms-works wcm wdb wks wps
|
960
|
+
application/vnd.ms-wpl wpl
|
961
|
+
application/vnd.ms-xpsdocument xps
|
962
|
+
application/vnd.msa-disk-image
|
963
|
+
application/vnd.mseq mseq
|
964
|
+
application/vnd.msign
|
965
|
+
application/vnd.multiad.creator
|
966
|
+
application/vnd.multiad.creator.cif
|
967
|
+
application/vnd.music-niff
|
968
|
+
application/vnd.musician mus
|
969
|
+
application/vnd.muvee.style msty
|
970
|
+
application/vnd.mynfc taglet
|
971
|
+
application/vnd.ncd.control
|
972
|
+
application/vnd.ncd.reference
|
973
|
+
application/vnd.nearst.inv+json
|
974
|
+
application/vnd.nervana ent entity req request bkm kcm
|
975
|
+
application/vnd.netfpx
|
976
|
+
application/vnd.neurolanguage.nlu nlu
|
977
|
+
application/vnd.nimn
|
978
|
+
application/vnd.nintendo.nitro.rom
|
979
|
+
application/vnd.nintendo.snes.rom
|
980
|
+
application/vnd.nitf nitf ntf
|
981
|
+
application/vnd.noblenet-directory nnd
|
982
|
+
application/vnd.noblenet-sealer nns
|
983
|
+
application/vnd.noblenet-web nnw
|
984
|
+
application/vnd.nokia.catalogs
|
985
|
+
application/vnd.nokia.conml+wbxml
|
986
|
+
application/vnd.nokia.conml+xml
|
987
|
+
application/vnd.nokia.iptv.config+xml
|
988
|
+
application/vnd.nokia.iSDS-radio-presets
|
989
|
+
application/vnd.nokia.landmark+wbxml
|
990
|
+
application/vnd.nokia.landmark+xml
|
991
|
+
application/vnd.nokia.landmarkcollection+xml
|
992
|
+
application/vnd.nokia.n-gage.ac+xml
|
993
|
+
application/vnd.nokia.n-gage.data ngdat
|
994
|
+
application/vnd.nokia.n-gage.symbian.install n-gage
|
995
|
+
application/vnd.nokia.ncd
|
996
|
+
application/vnd.nokia.ncd+xml
|
997
|
+
application/vnd.nokia.pcd+wbxml
|
998
|
+
application/vnd.nokia.pcd+xml
|
999
|
+
application/vnd.nokia.radio-preset rpst
|
1000
|
+
application/vnd.nokia.radio-presets rpss
|
1001
|
+
application/vnd.novadigm.EDM edm
|
1002
|
+
application/vnd.novadigm.EDX edx
|
1003
|
+
application/vnd.novadigm.EXT ext
|
1004
|
+
application/vnd.ntt-local.content-share
|
1005
|
+
application/vnd.ntt-local.file-transfer
|
1006
|
+
application/vnd.ntt-local.ogw_remote-access
|
1007
|
+
application/vnd.ntt-local.sip-ta_remote
|
1008
|
+
application/vnd.ntt-local.sip-ta_tcp_stream
|
1009
|
+
application/vnd.oasis.opendocument.chart odc
|
1010
|
+
application/vnd.oasis.opendocument.chart-template odc otc
|
1011
|
+
application/vnd.oasis.opendocument.database odb
|
1012
|
+
application/vnd.oasis.opendocument.formula odf
|
1013
|
+
application/vnd.oasis.opendocument.formula-template odf odft
|
1014
|
+
application/vnd.oasis.opendocument.graphics odg
|
1015
|
+
application/vnd.oasis.opendocument.graphics-template otg
|
1016
|
+
application/vnd.oasis.opendocument.image odi
|
1017
|
+
application/vnd.oasis.opendocument.image-template odi oti
|
1018
|
+
application/vnd.oasis.opendocument.presentation odp
|
1019
|
+
application/vnd.oasis.opendocument.presentation-template otp
|
1020
|
+
application/vnd.oasis.opendocument.spreadsheet ods
|
1021
|
+
application/vnd.oasis.opendocument.spreadsheet-template ots
|
1022
|
+
application/vnd.oasis.opendocument.text odt
|
1023
|
+
application/vnd.oasis.opendocument.text-master odm
|
1024
|
+
application/vnd.oasis.opendocument.text-template ott
|
1025
|
+
application/vnd.oasis.opendocument.text-web oth
|
1026
|
+
application/vnd.obn
|
1027
|
+
application/vnd.ocf+cbor
|
1028
|
+
application/vnd.oftn.l10n+json
|
1029
|
+
application/vnd.oipf.contentaccessdownload+xml
|
1030
|
+
application/vnd.oipf.contentaccessstreaming+xml
|
1031
|
+
application/vnd.oipf.cspg-hexbinary
|
1032
|
+
application/vnd.oipf.dae.svg+xml
|
1033
|
+
application/vnd.oipf.dae.xhtml+xml
|
1034
|
+
application/vnd.oipf.mippvcontrolmessage+xml
|
1035
|
+
application/vnd.oipf.pae.gem
|
1036
|
+
application/vnd.oipf.spdiscovery+xml
|
1037
|
+
application/vnd.oipf.spdlist+xml
|
1038
|
+
application/vnd.oipf.ueprofile+xml
|
1039
|
+
application/vnd.oipf.userprofile+xml
|
1040
|
+
application/vnd.olpc-sugar xo
|
1041
|
+
application/vnd.oma-scws-config
|
1042
|
+
application/vnd.oma-scws-http-request
|
1043
|
+
application/vnd.oma-scws-http-response
|
1044
|
+
application/vnd.oma.bcast.associated-procedure-parameter+xml
|
1045
|
+
application/vnd.oma.bcast.drm-trigger+xml
|
1046
|
+
application/vnd.oma.bcast.imd+xml
|
1047
|
+
application/vnd.oma.bcast.ltkm
|
1048
|
+
application/vnd.oma.bcast.notification+xml
|
1049
|
+
application/vnd.oma.bcast.provisioningtrigger
|
1050
|
+
application/vnd.oma.bcast.sgboot
|
1051
|
+
application/vnd.oma.bcast.sgdd+xml
|
1052
|
+
application/vnd.oma.bcast.sgdu
|
1053
|
+
application/vnd.oma.bcast.simple-symbol-container
|
1054
|
+
application/vnd.oma.bcast.smartcard-trigger+xml
|
1055
|
+
application/vnd.oma.bcast.sprov+xml
|
1056
|
+
application/vnd.oma.bcast.stkm
|
1057
|
+
application/vnd.oma.cab-address-book+xml
|
1058
|
+
application/vnd.oma.cab-feature-handler+xml
|
1059
|
+
application/vnd.oma.cab-pcc+xml
|
1060
|
+
application/vnd.oma.cab-subs-invite+xml
|
1061
|
+
application/vnd.oma.cab-user-prefs+xml
|
1062
|
+
application/vnd.oma.dcd
|
1063
|
+
application/vnd.oma.dcdc
|
1064
|
+
application/vnd.oma.dd2+xml dd2
|
1065
|
+
application/vnd.oma.drm.risd+xml
|
1066
|
+
application/vnd.oma.group-usage-list+xml
|
1067
|
+
application/vnd.oma.lwm2m+json
|
1068
|
+
application/vnd.oma.lwm2m+tlv
|
1069
|
+
application/vnd.oma.pal+xml
|
1070
|
+
application/vnd.oma.poc.detailed-progress-report+xml
|
1071
|
+
application/vnd.oma.poc.final-report+xml
|
1072
|
+
application/vnd.oma.poc.groups+xml
|
1073
|
+
application/vnd.oma.poc.invocation-descriptor+xml
|
1074
|
+
application/vnd.oma.poc.optimized-progress-report+xml
|
1075
|
+
application/vnd.oma.push
|
1076
|
+
application/vnd.oma.scidm.messages+xml
|
1077
|
+
application/vnd.oma.xcap-directory+xml
|
1078
|
+
application/vnd.omads-email+xml
|
1079
|
+
application/vnd.omads-file+xml
|
1080
|
+
application/vnd.omads-folder+xml
|
1081
|
+
application/vnd.omaloc-supl-init
|
1082
|
+
application/vnd.onepager
|
1083
|
+
application/vnd.onepagertamp
|
1084
|
+
application/vnd.onepagertamx
|
1085
|
+
application/vnd.onepagertat
|
1086
|
+
application/vnd.onepagertatp
|
1087
|
+
application/vnd.onepagertatx
|
1088
|
+
application/vnd.openblox.game+xml
|
1089
|
+
application/vnd.openblox.game-binary
|
1090
|
+
application/vnd.openeye.oeb
|
1091
|
+
application/vnd.openofficeorg.extension oxt
|
1092
|
+
application/vnd.openstreetmap.data+xml
|
1093
|
+
application/vnd.openxmlformats-officedocument.custom-properties+xml
|
1094
|
+
application/vnd.openxmlformats-officedocument.customXmlProperties+xml
|
1095
|
+
application/vnd.openxmlformats-officedocument.drawing+xml
|
1096
|
+
application/vnd.openxmlformats-officedocument.drawingml.chart+xml
|
1097
|
+
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
|
1098
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
|
1099
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
|
1100
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
|
1101
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
|
1102
|
+
application/vnd.openxmlformats-officedocument.extended-properties+xml
|
1103
|
+
application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
|
1104
|
+
application/vnd.openxmlformats-officedocument.presentationml.comments+xml
|
1105
|
+
application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
|
1106
|
+
application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
|
1107
|
+
application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
|
1108
|
+
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
|
1109
|
+
application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
|
1110
|
+
application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
|
1111
|
+
application/vnd.openxmlformats-officedocument.presentationml.slide sldx
|
1112
|
+
application/vnd.openxmlformats-officedocument.presentationml.slide+xml
|
1113
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
|
1114
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
|
1115
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
|
1116
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
|
1117
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
|
1118
|
+
application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
|
1119
|
+
application/vnd.openxmlformats-officedocument.presentationml.tags+xml
|
1120
|
+
application/vnd.openxmlformats-officedocument.presentationml.template potx
|
1121
|
+
application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
|
1122
|
+
application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
|
1123
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
|
1124
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
|
1125
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
|
1126
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
|
1127
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
|
1128
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
|
1129
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
|
1130
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
|
1131
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
|
1132
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
|
1133
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
|
1134
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
|
1135
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
|
1136
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
|
1137
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
|
1138
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
|
1139
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
|
1140
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
|
1141
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
|
1142
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
|
1143
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
|
1144
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
|
1145
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
|
1146
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
|
1147
|
+
application/vnd.openxmlformats-officedocument.theme+xml
|
1148
|
+
application/vnd.openxmlformats-officedocument.themeOverride+xml
|
1149
|
+
application/vnd.openxmlformats-officedocument.vmlDrawing
|
1150
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
|
1151
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
|
1152
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
|
1153
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
|
1154
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
|
1155
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
|
1156
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
|
1157
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
|
1158
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
|
1159
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
|
1160
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
|
1161
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
|
1162
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
|
1163
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
|
1164
|
+
application/vnd.openxmlformats-package.core-properties+xml
|
1165
|
+
application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
|
1166
|
+
application/vnd.openxmlformats-package.relationships+xml
|
1167
|
+
application/vnd.oracle.resource+json
|
1168
|
+
application/vnd.orange.indata
|
1169
|
+
application/vnd.osa.netdeploy
|
1170
|
+
application/vnd.osgeo.mapguide.package mgp
|
1171
|
+
application/vnd.osgi.bundle
|
1172
|
+
application/vnd.osgi.dp dp
|
1173
|
+
application/vnd.osgi.subsystem esa
|
1174
|
+
application/vnd.otps.ct-kip+xml
|
1175
|
+
application/vnd.oxli.countgraph
|
1176
|
+
application/vnd.pagerduty+json
|
1177
|
+
application/vnd.palm prc pdb pqa oprc
|
1178
|
+
application/vnd.panoply
|
1179
|
+
application/vnd.paos.xml
|
1180
|
+
application/vnd.patentdive
|
1181
|
+
application/vnd.patientecommsdoc
|
1182
|
+
application/vnd.pawaafile paw
|
1183
|
+
application/vnd.pcos
|
1184
|
+
application/vnd.pg.format str
|
1185
|
+
application/vnd.pg.osasli ei6
|
1186
|
+
application/vnd.piaccess.application-licence
|
1187
|
+
application/vnd.picsel efif
|
1188
|
+
application/vnd.pmi.widget wg
|
1189
|
+
application/vnd.poc.group-advertisement+xml
|
1190
|
+
application/vnd.pocketlearn plf
|
1191
|
+
application/vnd.powerbuilder6 pbd
|
1192
|
+
application/vnd.powerbuilder6-s
|
1193
|
+
application/vnd.powerbuilder7
|
1194
|
+
application/vnd.powerbuilder7-s
|
1195
|
+
application/vnd.powerbuilder75
|
1196
|
+
application/vnd.powerbuilder75-s
|
1197
|
+
application/vnd.preminet
|
1198
|
+
application/vnd.previewsystems.box box
|
1199
|
+
application/vnd.proteus.magazine mgz
|
1200
|
+
application/vnd.psfs
|
1201
|
+
application/vnd.publishare-delta-tree qps
|
1202
|
+
application/vnd.pvi.ptid1 pti ptid
|
1203
|
+
application/vnd.pwg-multiplexed
|
1204
|
+
application/vnd.pwg-xhtml-print+xml
|
1205
|
+
application/vnd.qualcomm.brew-app-res
|
1206
|
+
application/vnd.quarantainenet
|
1207
|
+
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
|
1208
|
+
application/vnd.quobject-quoxdocument
|
1209
|
+
application/vnd.radisys.moml+xml
|
1210
|
+
application/vnd.radisys.msml+xml
|
1211
|
+
application/vnd.radisys.msml-audit+xml
|
1212
|
+
application/vnd.radisys.msml-audit-conf+xml
|
1213
|
+
application/vnd.radisys.msml-audit-conn+xml
|
1214
|
+
application/vnd.radisys.msml-audit-dialog+xml
|
1215
|
+
application/vnd.radisys.msml-audit-stream+xml
|
1216
|
+
application/vnd.radisys.msml-conf+xml
|
1217
|
+
application/vnd.radisys.msml-dialog+xml
|
1218
|
+
application/vnd.radisys.msml-dialog-base+xml
|
1219
|
+
application/vnd.radisys.msml-dialog-fax-detect+xml
|
1220
|
+
application/vnd.radisys.msml-dialog-fax-sendrecv+xml
|
1221
|
+
application/vnd.radisys.msml-dialog-group+xml
|
1222
|
+
application/vnd.radisys.msml-dialog-speech+xml
|
1223
|
+
application/vnd.radisys.msml-dialog-transform+xml
|
1224
|
+
application/vnd.rainstor.data
|
1225
|
+
application/vnd.rapid
|
1226
|
+
application/vnd.rar
|
1227
|
+
application/vnd.realvnc.bed bed
|
1228
|
+
application/vnd.recordare.musicxml mxl
|
1229
|
+
application/vnd.recordare.musicxml+xml musicxml
|
1230
|
+
application/vnd.RenLearn.rlprint
|
1231
|
+
application/vnd.restful+json
|
1232
|
+
application/vnd.rig.cryptonote cryptonote
|
1233
|
+
application/vnd.rim.cod cod
|
1234
|
+
application/vnd.rn-realmedia rm
|
1235
|
+
application/vnd.rn-realmedia-vbr rmvb
|
1236
|
+
application/vnd.route66.link66+xml link66
|
1237
|
+
application/vnd.rs-274x
|
1238
|
+
application/vnd.ruckus.download
|
1239
|
+
application/vnd.s3sms
|
1240
|
+
application/vnd.sailingtracker.track st
|
1241
|
+
application/vnd.sbm.cid
|
1242
|
+
application/vnd.sbm.mid2
|
1243
|
+
application/vnd.scribus
|
1244
|
+
application/vnd.sealed.3df
|
1245
|
+
application/vnd.sealed.csf
|
1246
|
+
application/vnd.sealed.doc sdoc sdo s1w
|
1247
|
+
application/vnd.sealed.eml seml sem
|
1248
|
+
application/vnd.sealed.mht smht smh
|
1249
|
+
application/vnd.sealed.net
|
1250
|
+
application/vnd.sealed.ppt sppt spp s1p
|
1251
|
+
application/vnd.sealed.tiff
|
1252
|
+
application/vnd.sealed.xls sxls sxl s1e
|
1253
|
+
application/vnd.sealedmedia.softseal.html stml stm s1h
|
1254
|
+
application/vnd.sealedmedia.softseal.pdf spdf spd s1a
|
1255
|
+
application/vnd.seemail see
|
1256
|
+
application/vnd.sema sema
|
1257
|
+
application/vnd.semd semd
|
1258
|
+
application/vnd.semf semf
|
1259
|
+
application/vnd.shade-save-file
|
1260
|
+
application/vnd.shana.informed.formdata ifm
|
1261
|
+
application/vnd.shana.informed.formtemplate itp
|
1262
|
+
application/vnd.shana.informed.interchange iif
|
1263
|
+
application/vnd.shana.informed.package ipk
|
1264
|
+
application/vnd.shootproof+json
|
1265
|
+
application/vnd.shopkick+json
|
1266
|
+
application/vnd.sigrok.session
|
1267
|
+
application/vnd.SimTech-MindMapper twd twds
|
1268
|
+
application/vnd.siren+json
|
1269
|
+
application/vnd.smaf mmf
|
1270
|
+
application/vnd.smart.notebook
|
1271
|
+
application/vnd.smart.teacher teacher
|
1272
|
+
application/vnd.software602.filler.form+xml
|
1273
|
+
application/vnd.software602.filler.form-xml-zip
|
1274
|
+
application/vnd.solent.sdkm+xml sdkd sdkm
|
1275
|
+
application/vnd.spotfire.dxp dxp
|
1276
|
+
application/vnd.spotfire.sfs sfs
|
1277
|
+
application/vnd.sqlite3
|
1278
|
+
application/vnd.sss-cod
|
1279
|
+
application/vnd.sss-dtf
|
1280
|
+
application/vnd.sss-ntf
|
1281
|
+
application/vnd.stardivision.calc sdc
|
1282
|
+
application/vnd.stardivision.chart sds
|
1283
|
+
application/vnd.stardivision.draw sda
|
1284
|
+
application/vnd.stardivision.impress sdd
|
1285
|
+
application/vnd.stardivision.math sdf smf
|
1286
|
+
application/vnd.stardivision.writer sdw vor
|
1287
|
+
application/vnd.stardivision.writer-global sgl
|
1288
|
+
application/vnd.stepmania.package smzip
|
1289
|
+
application/vnd.stepmania.stepchart sm
|
1290
|
+
application/vnd.street-stream
|
1291
|
+
application/vnd.sun.wadl+xml
|
1292
|
+
application/vnd.sun.xml.calc sxc
|
1293
|
+
application/vnd.sun.xml.calc.template stc
|
1294
|
+
application/vnd.sun.xml.draw sxd
|
1295
|
+
application/vnd.sun.xml.draw.template std
|
1296
|
+
application/vnd.sun.xml.impress sxi
|
1297
|
+
application/vnd.sun.xml.impress.template sti
|
1298
|
+
application/vnd.sun.xml.math sxm
|
1299
|
+
application/vnd.sun.xml.writer sxw
|
1300
|
+
application/vnd.sun.xml.writer.global sxg
|
1301
|
+
application/vnd.sun.xml.writer.template stw
|
1302
|
+
application/vnd.sus-calendar sus susp
|
1303
|
+
application/vnd.svd svd
|
1304
|
+
application/vnd.swiftview-ics
|
1305
|
+
application/vnd.symbian.install sis sisx
|
1306
|
+
application/vnd.syncml+xml xsm
|
1307
|
+
application/vnd.syncml.dm+wbxml bdm
|
1308
|
+
application/vnd.syncml.dm+xml xdm
|
1309
|
+
application/vnd.syncml.dm.notification
|
1310
|
+
application/vnd.syncml.dmddf+wbxml
|
1311
|
+
application/vnd.syncml.dmddf+xml
|
1312
|
+
application/vnd.syncml.dmtnds+wbxml
|
1313
|
+
application/vnd.syncml.dmtnds+xml
|
1314
|
+
application/vnd.syncml.ds.notification
|
1315
|
+
application/vnd.tableschema+json
|
1316
|
+
application/vnd.tao.intent-module-archive tao
|
1317
|
+
application/vnd.tcpdump.pcap cap dmp pcap
|
1318
|
+
application/vnd.think-cell.ppttc+json
|
1319
|
+
application/vnd.tmd.mediaflex.api+xml
|
1320
|
+
application/vnd.tml
|
1321
|
+
application/vnd.tmobile-livetv tmo
|
1322
|
+
application/vnd.tri.onesource
|
1323
|
+
application/vnd.trid.tpt tpt
|
1324
|
+
application/vnd.triscape.mxs mxs
|
1325
|
+
application/vnd.trueapp tra
|
1326
|
+
application/vnd.truedoc
|
1327
|
+
application/vnd.ubisoft.webplayer
|
1328
|
+
application/vnd.ufdl ufd ufdl
|
1329
|
+
application/vnd.uiq.theme utz
|
1330
|
+
application/vnd.umajin umj
|
1331
|
+
application/vnd.unity unityweb
|
1332
|
+
application/vnd.uoml+xml uoml
|
1333
|
+
application/vnd.uplanet.alert
|
1334
|
+
application/vnd.uplanet.alert-wbxml
|
1335
|
+
application/vnd.uplanet.bearer-choice
|
1336
|
+
application/vnd.uplanet.bearer-choice-wbxml
|
1337
|
+
application/vnd.uplanet.cacheop
|
1338
|
+
application/vnd.uplanet.cacheop-wbxml
|
1339
|
+
application/vnd.uplanet.channel
|
1340
|
+
application/vnd.uplanet.channel-wbxml
|
1341
|
+
application/vnd.uplanet.list
|
1342
|
+
application/vnd.uplanet.list-wbxml
|
1343
|
+
application/vnd.uplanet.listcmd
|
1344
|
+
application/vnd.uplanet.listcmd-wbxml
|
1345
|
+
application/vnd.uplanet.signal
|
1346
|
+
application/vnd.uri-map
|
1347
|
+
application/vnd.valve.source.material
|
1348
|
+
application/vnd.vcx vcx
|
1349
|
+
application/vnd.vd-study
|
1350
|
+
application/vnd.vectorworks
|
1351
|
+
application/vnd.vel+json
|
1352
|
+
application/vnd.verimatrix.vcas
|
1353
|
+
application/vnd.veryant.thin
|
1354
|
+
application/vnd.ves.encrypted
|
1355
|
+
application/vnd.vidsoft.vidconference vsc
|
1356
|
+
application/vnd.visio vsd vst vsw vss
|
1357
|
+
application/vnd.visionary vis
|
1358
|
+
application/vnd.vividence.scriptfile
|
1359
|
+
application/vnd.vsf vsf
|
1360
|
+
application/vnd.wap.sic sic
|
1361
|
+
application/vnd.wap.slc slc
|
1362
|
+
application/vnd.wap.wbxml wbxml
|
1363
|
+
application/vnd.wap.wmlc wmlc
|
1364
|
+
application/vnd.wap.wmlscriptc wmlsc
|
1365
|
+
application/vnd.webturbo wtb
|
1366
|
+
application/vnd.wfa.p2p
|
1367
|
+
application/vnd.wfa.wsc
|
1368
|
+
application/vnd.windows.devicepairing
|
1369
|
+
application/vnd.wmc
|
1370
|
+
application/vnd.wmf.bootstrap
|
1371
|
+
application/vnd.wolfram.mathematica
|
1372
|
+
application/vnd.wolfram.mathematica.package
|
1373
|
+
application/vnd.wolfram.player nbp
|
1374
|
+
application/vnd.wordperfect wpd
|
1375
|
+
application/vnd.wqd wqd
|
1376
|
+
application/vnd.wrq-hp3000-labelled
|
1377
|
+
application/vnd.wt.stf stf
|
1378
|
+
application/vnd.wv.csp+wbxml wv
|
1379
|
+
application/vnd.wv.csp+xml
|
1380
|
+
application/vnd.wv.ssp+xml
|
1381
|
+
application/vnd.xacml+json
|
1382
|
+
application/vnd.xara xar
|
1383
|
+
application/vnd.xfdl xfdl
|
1384
|
+
application/vnd.xfdl.webform
|
1385
|
+
application/vnd.xmi+xml
|
1386
|
+
application/vnd.xmpie.cpkg
|
1387
|
+
application/vnd.xmpie.dpkg
|
1388
|
+
application/vnd.xmpie.plan
|
1389
|
+
application/vnd.xmpie.ppkg
|
1390
|
+
application/vnd.xmpie.xlim
|
1391
|
+
application/vnd.yamaha.hv-dic hvd
|
1392
|
+
application/vnd.yamaha.hv-script hvs
|
1393
|
+
application/vnd.yamaha.hv-voice hvp
|
1394
|
+
application/vnd.yamaha.openscoreformat osf
|
1395
|
+
application/vnd.yamaha.openscoreformat.osfpvg+xml osfpvg
|
1396
|
+
application/vnd.yamaha.remote-setup
|
1397
|
+
application/vnd.yamaha.smaf-audio saf
|
1398
|
+
application/vnd.yamaha.smaf-phrase spf
|
1399
|
+
application/vnd.yamaha.through-ngn
|
1400
|
+
application/vnd.yamaha.tunnel-udpencap
|
1401
|
+
application/vnd.yaoweme
|
1402
|
+
application/vnd.yellowriver-custom-menu cmp
|
1403
|
+
application/vnd.youtube.yt
|
1404
|
+
application/vnd.zul zir zirz
|
1405
|
+
application/vnd.zzazz.deck+xml zaz
|
1406
|
+
application/voicexml+xml vxml
|
1407
|
+
application/voucher-cms+json
|
1408
|
+
application/vq-rtcpxr
|
1409
|
+
application/wasm wasm
|
1410
|
+
application/watcherinfo+xml wif
|
1411
|
+
application/webpush-options+json
|
1412
|
+
application/whoispp-query
|
1413
|
+
application/whoispp-response
|
1414
|
+
application/widget wgt
|
1415
|
+
application/winhlp hlp
|
1416
|
+
application/wita
|
1417
|
+
application/word doc dot
|
1418
|
+
application/wordperfect wp
|
1419
|
+
application/wordperfect5.1 wp5 wp
|
1420
|
+
application/wordperfect6.1 wp6
|
1421
|
+
application/wordperfectd wpd
|
1422
|
+
application/wsdl+xml wsdl
|
1423
|
+
application/wspolicy+xml wspolicy
|
1424
|
+
application/x-123 wk
|
1425
|
+
application/x-7z-compressed 7z
|
1426
|
+
application/x-abiword abw
|
1427
|
+
application/x-access mdf mda mdb mde
|
1428
|
+
application/x-ace-compressed ace
|
1429
|
+
application/x-apple-diskimage dmg
|
1430
|
+
application/x-authorware-bin aab u32 vox x32
|
1431
|
+
application/x-authorware-map aam
|
1432
|
+
application/x-authorware-seg aas
|
1433
|
+
application/x-bcpio bcpio
|
1434
|
+
application/x-bittorrent torrent
|
1435
|
+
application/x-bleeper bleep
|
1436
|
+
application/x-blorb blb blorb
|
1437
|
+
application/x-bzip bz
|
1438
|
+
application/x-bzip2 boz bz2
|
1439
|
+
application/x-cbr cb7 cba cbr cbt cbz
|
1440
|
+
application/x-cdlink vcd
|
1441
|
+
application/x-cfs-compressed cfs
|
1442
|
+
application/x-chat chat
|
1443
|
+
application/x-chess-pgn pgn
|
1444
|
+
application/x-chrome-extension crx
|
1445
|
+
application/x-clariscad
|
1446
|
+
application/x-compress z Z
|
1447
|
+
application/x-compressed z Z
|
1448
|
+
application/x-conference nsc
|
1449
|
+
application/x-cpio cpio
|
1450
|
+
application/x-csh csh
|
1451
|
+
application/x-cu-seeme csm cu
|
1452
|
+
application/x-debian-package deb udeb
|
1453
|
+
application/x-dgc-compressed dgc
|
1454
|
+
application/x-director dcr @dir @dxr cct cst cxt dir dxr fgd swa w3d
|
1455
|
+
application/x-doom wad
|
1456
|
+
application/x-drafting
|
1457
|
+
application/x-dtbncx+xml ncx
|
1458
|
+
application/x-dtbook+xml dtb
|
1459
|
+
application/x-dtbresource+xml res
|
1460
|
+
application/x-dvi dvi
|
1461
|
+
application/x-dxf
|
1462
|
+
application/x-envoy evy
|
1463
|
+
application/x-eva eva
|
1464
|
+
application/x-excel
|
1465
|
+
application/x-font-bdf bdf
|
1466
|
+
application/x-font-ghostscript gsf
|
1467
|
+
application/x-font-linux-psf psf
|
1468
|
+
application/x-font-opentype otf
|
1469
|
+
application/x-font-otf otf
|
1470
|
+
application/x-font-pcf pcf
|
1471
|
+
application/x-font-snf snf
|
1472
|
+
application/x-font-truetype ttf
|
1473
|
+
application/x-font-ttf ttc ttf
|
1474
|
+
application/x-font-type1 afm pfa pfb pfm
|
1475
|
+
application/x-fractals
|
1476
|
+
application/x-freearc arc
|
1477
|
+
application/x-futuresplash spl
|
1478
|
+
application/x-gca-compressed gca
|
1479
|
+
application/x-ghostview
|
1480
|
+
application/x-glulx ulx
|
1481
|
+
application/x-gnumeric gnumeric
|
1482
|
+
application/x-gramps-xml gramps
|
1483
|
+
application/x-gtar gtar tgz tbz2 tbz
|
1484
|
+
application/x-gzip gz
|
1485
|
+
application/x-hdf hdf
|
1486
|
+
application/x-hep hep
|
1487
|
+
application/x-html+ruby rhtml
|
1488
|
+
application/x-httpd-php phtml pht php
|
1489
|
+
application/x-ibooks+zip ibooks
|
1490
|
+
application/x-ica ica
|
1491
|
+
application/x-ideas
|
1492
|
+
application/x-imagemap imagemap imap
|
1493
|
+
application/x-install-instructions install
|
1494
|
+
application/x-iso9660-image iso
|
1495
|
+
application/x-iwork-keynote-sffkey key
|
1496
|
+
application/x-iwork-numbers-sffnumbers numbers
|
1497
|
+
application/x-iwork-pages-sffpages pages
|
1498
|
+
application/x-java-archive jar
|
1499
|
+
application/x-java-jnlp-file jnlp
|
1500
|
+
application/x-java-serialized-object ser
|
1501
|
+
application/x-java-vm class
|
1502
|
+
application/x-javascript js mjs
|
1503
|
+
application/x-koan skp skd skt skm
|
1504
|
+
application/x-latex ltx latex
|
1505
|
+
application/x-lotus-123 wks
|
1506
|
+
application/x-lzh-compressed lha lzh
|
1507
|
+
application/x-mac bin
|
1508
|
+
application/x-mac-compactpro cpt
|
1509
|
+
application/x-macbase64 bin
|
1510
|
+
application/x-macbinary
|
1511
|
+
application/x-maker frm maker frame fm fb book fbdoc
|
1512
|
+
application/x-mathcad mcd
|
1513
|
+
application/x-mathematica-old
|
1514
|
+
application/x-mie mie
|
1515
|
+
application/x-mif mif
|
1516
|
+
application/x-mobipocket-ebook mobi prc
|
1517
|
+
application/x-ms-application application
|
1518
|
+
application/x-ms-shortcut lnk
|
1519
|
+
application/x-ms-wmd wmd
|
1520
|
+
application/x-ms-wmz wmz
|
1521
|
+
application/x-ms-xbap xbap
|
1522
|
+
application/x-msaccess mda mdb mde mdf
|
1523
|
+
application/x-msbinder obd
|
1524
|
+
application/x-mscardfile crd
|
1525
|
+
application/x-msclip clp
|
1526
|
+
application/x-msdos-program cmd bat com exe reg ps1 vbs
|
1527
|
+
application/x-msdownload exe com cmd bat dll msi reg ps1 vbs
|
1528
|
+
application/x-msmediaview m13 m14 mvb
|
1529
|
+
application/x-msmetafile emf emz wmf wmz
|
1530
|
+
application/x-msmoney mny
|
1531
|
+
application/x-mspublisher pub
|
1532
|
+
application/x-msschedule scd
|
1533
|
+
application/x-msterminal trm
|
1534
|
+
application/x-msword doc dot wrd
|
1535
|
+
application/x-mswrite wri
|
1536
|
+
application/x-netcdf nc cdf
|
1537
|
+
application/x-ns-proxy-autoconfig pac
|
1538
|
+
application/x-nzb nzb
|
1539
|
+
application/x-opera-extension oex
|
1540
|
+
application/x-pagemaker pm pm5 pt5
|
1541
|
+
application/x-perl pl pm
|
1542
|
+
application/x-pgp
|
1543
|
+
application/x-pkcs12 p12 pfx
|
1544
|
+
application/x-pkcs7-certificates p7b spc
|
1545
|
+
application/x-pkcs7-certreqresp p7r
|
1546
|
+
application/x-python py
|
1547
|
+
application/x-quicktimeplayer qtl
|
1548
|
+
application/x-rar-compressed rar
|
1549
|
+
application/x-remote_printing
|
1550
|
+
application/x-research-info-systems ris
|
1551
|
+
application/x-rtf rtf
|
1552
|
+
application/x-ruby rb rbw
|
1553
|
+
application/x-set
|
1554
|
+
application/x-sh sh
|
1555
|
+
application/x-shar shar
|
1556
|
+
application/x-shockwave-flash swf
|
1557
|
+
application/x-silverlight-app xap
|
1558
|
+
application/x-SLA
|
1559
|
+
application/x-solids
|
1560
|
+
application/x-spss sav sbs sps spo spp
|
1561
|
+
application/x-sql sql
|
1562
|
+
application/x-STEP
|
1563
|
+
application/x-stuffit sit
|
1564
|
+
application/x-stuffitx sitx
|
1565
|
+
application/x-subrip srt
|
1566
|
+
application/x-sv4cpio sv4cpio
|
1567
|
+
application/x-sv4crc sv4crc
|
1568
|
+
application/x-t3vm-image t3
|
1569
|
+
application/x-tads gam
|
1570
|
+
application/x-tar tar
|
1571
|
+
application/x-tcl tcl
|
1572
|
+
application/x-tex tex
|
1573
|
+
application/x-tex-tfm tfm
|
1574
|
+
application/x-texinfo texinfo texi
|
1575
|
+
application/x-tgif obj
|
1576
|
+
application/x-toolbook tbk
|
1577
|
+
application/x-troff t tr roff
|
1578
|
+
application/x-troff-man man
|
1579
|
+
application/x-troff-me me
|
1580
|
+
application/x-troff-ms ms
|
1581
|
+
application/x-u-star
|
1582
|
+
application/x-ustar ustar
|
1583
|
+
application/x-VMSBACKUP bck
|
1584
|
+
application/x-wais-source src
|
1585
|
+
application/x-web-app-manifest+json webapp
|
1586
|
+
application/x-Wingz wz wkz
|
1587
|
+
application/x-word doc dot
|
1588
|
+
application/x-wordperfect wp
|
1589
|
+
application/x-wordperfect6.1 wp6
|
1590
|
+
application/x-wordperfectd wpd
|
1591
|
+
application/x-www-form-urlencoded
|
1592
|
+
application/x-x509-ca-cert crt der
|
1593
|
+
application/x-xfig fig
|
1594
|
+
application/x-xliff+xml xlf
|
1595
|
+
application/x-xpinstall xpi
|
1596
|
+
application/x-xz xz
|
1597
|
+
application/x-zmachine z1 z2 z3 z4 z5 z6 z7 z8
|
1598
|
+
application/x400-bp
|
1599
|
+
application/x400.bp
|
1600
|
+
application/xacml+xml
|
1601
|
+
application/xaml+xml xaml
|
1602
|
+
application/xcap-att+xml
|
1603
|
+
application/xcap-caps+xml
|
1604
|
+
application/xcap-diff+xml xdf
|
1605
|
+
application/xcap-el+xml
|
1606
|
+
application/xcap-error+xml
|
1607
|
+
application/xcap-ns+xml
|
1608
|
+
application/xcon-conference-info+xml
|
1609
|
+
application/xcon-conference-info-diff+xml
|
1610
|
+
application/xenc+xml xenc
|
1611
|
+
application/xhtml+xml xht xhtml
|
1612
|
+
application/xhtml-voice+xml
|
1613
|
+
application/xliff+xml
|
1614
|
+
application/xml xml xsl
|
1615
|
+
application/xml-dtd dtd
|
1616
|
+
application/xml-external-parsed-entity
|
1617
|
+
application/xml-patch+xml
|
1618
|
+
application/xmpp+xml
|
1619
|
+
application/xop+xml xop
|
1620
|
+
application/xproc+xml xpl
|
1621
|
+
application/xslt+xml xslt
|
1622
|
+
application/xspf+xml xspf
|
1623
|
+
application/xv+xml mxml xhvml xvm xvml
|
1624
|
+
application/yang yang
|
1625
|
+
application/yang-data+json
|
1626
|
+
application/yang-data+xml
|
1627
|
+
application/yang-patch+json
|
1628
|
+
application/yang-patch+xml
|
1629
|
+
application/yin+xml yin
|
1630
|
+
application/zip zip
|
1631
|
+
application/zlib
|
1632
|
+
application/zstd
|
1633
|
+
audio/1d-interleaved-parityfec
|
1634
|
+
audio/32kadpcm
|
1635
|
+
audio/3gpp
|
1636
|
+
audio/3gpp2
|
1637
|
+
audio/aac
|
1638
|
+
audio/ac3
|
1639
|
+
audio/adpcm adp
|
1640
|
+
audio/AMR amr
|
1641
|
+
audio/AMR-WB awb
|
1642
|
+
audio/amr-wb+
|
1643
|
+
audio/aptx
|
1644
|
+
audio/asc
|
1645
|
+
audio/ATRAC-ADVANCED-LOSSLESS
|
1646
|
+
audio/ATRAC-X
|
1647
|
+
audio/ATRAC3
|
1648
|
+
audio/basic au snd
|
1649
|
+
audio/BV16
|
1650
|
+
audio/BV32
|
1651
|
+
audio/clearmode
|
1652
|
+
audio/CN
|
1653
|
+
audio/DAT12
|
1654
|
+
audio/dls
|
1655
|
+
audio/dsr-es201108
|
1656
|
+
audio/dsr-es202050
|
1657
|
+
audio/dsr-es202211
|
1658
|
+
audio/dsr-es202212
|
1659
|
+
audio/DV
|
1660
|
+
audio/DVI4
|
1661
|
+
audio/eac3
|
1662
|
+
audio/encaprtp
|
1663
|
+
audio/EVRC evc
|
1664
|
+
audio/EVRC-QCP
|
1665
|
+
audio/EVRC0
|
1666
|
+
audio/EVRC1
|
1667
|
+
audio/EVRCB
|
1668
|
+
audio/EVRCB0
|
1669
|
+
audio/EVRCB1
|
1670
|
+
audio/EVRCNW
|
1671
|
+
audio/EVRCNW0
|
1672
|
+
audio/EVRCNW1
|
1673
|
+
audio/EVRCWB
|
1674
|
+
audio/EVRCWB0
|
1675
|
+
audio/EVRCWB1
|
1676
|
+
audio/EVS
|
1677
|
+
audio/example
|
1678
|
+
audio/flexfec
|
1679
|
+
audio/fwdred
|
1680
|
+
audio/G711-0
|
1681
|
+
audio/G719
|
1682
|
+
audio/G722
|
1683
|
+
audio/G7221
|
1684
|
+
audio/G723
|
1685
|
+
audio/G726-16
|
1686
|
+
audio/G726-24
|
1687
|
+
audio/G726-32
|
1688
|
+
audio/G726-40
|
1689
|
+
audio/G728
|
1690
|
+
audio/G729
|
1691
|
+
audio/G7291
|
1692
|
+
audio/G729D
|
1693
|
+
audio/G729E
|
1694
|
+
audio/GSM
|
1695
|
+
audio/GSM-EFR
|
1696
|
+
audio/GSM-HR-08
|
1697
|
+
audio/iLBC
|
1698
|
+
audio/ip-mr_v2.5
|
1699
|
+
audio/L16 l16
|
1700
|
+
audio/L20
|
1701
|
+
audio/L24
|
1702
|
+
audio/L8
|
1703
|
+
audio/LPC
|
1704
|
+
audio/MELP
|
1705
|
+
audio/MELP1200
|
1706
|
+
audio/MELP2400
|
1707
|
+
audio/MELP600
|
1708
|
+
audio/midi kar mid midi rmi
|
1709
|
+
audio/mobile-xmf
|
1710
|
+
audio/mp4 mp4 mpg4 f4a f4b mp4a m4a
|
1711
|
+
audio/MP4A-LATM m4a
|
1712
|
+
audio/MPA
|
1713
|
+
audio/mpa-robust
|
1714
|
+
audio/mpeg mpga mp2 mp3 m2a m3a mp2a
|
1715
|
+
audio/mpeg4-generic
|
1716
|
+
audio/ogg oga ogg spx
|
1717
|
+
audio/opus
|
1718
|
+
audio/parityfec
|
1719
|
+
audio/PCMA
|
1720
|
+
audio/PCMA-WB
|
1721
|
+
audio/PCMU
|
1722
|
+
audio/PCMU-WB
|
1723
|
+
audio/prs.sid
|
1724
|
+
audio/QCELP
|
1725
|
+
audio/raptorfec
|
1726
|
+
audio/RED
|
1727
|
+
audio/rtp-enc-aescm128
|
1728
|
+
audio/rtp-midi
|
1729
|
+
audio/rtploopback
|
1730
|
+
audio/rtx
|
1731
|
+
audio/s3m s3m
|
1732
|
+
audio/silk sil
|
1733
|
+
audio/SMV smv
|
1734
|
+
audio/SMV-QCP
|
1735
|
+
audio/SMV0
|
1736
|
+
audio/sp-midi
|
1737
|
+
audio/speex
|
1738
|
+
audio/t140c
|
1739
|
+
audio/t38
|
1740
|
+
audio/telephone-event
|
1741
|
+
audio/TETRA_ACELP
|
1742
|
+
audio/tone
|
1743
|
+
audio/UEMCLIP
|
1744
|
+
audio/ulpfec
|
1745
|
+
audio/usac
|
1746
|
+
audio/VDVI
|
1747
|
+
audio/VMR-WB
|
1748
|
+
audio/vnd.3gpp.iufp
|
1749
|
+
audio/vnd.4SB
|
1750
|
+
audio/vnd.audiokoz
|
1751
|
+
audio/vnd.CELP
|
1752
|
+
audio/vnd.cisco.nse
|
1753
|
+
audio/vnd.cmles.radio-events
|
1754
|
+
audio/vnd.cns.anp1
|
1755
|
+
audio/vnd.cns.inf1
|
1756
|
+
audio/vnd.dece.audio uva uvva
|
1757
|
+
audio/vnd.digital-winds eol
|
1758
|
+
audio/vnd.dlna.adts
|
1759
|
+
audio/vnd.dolby.heaac.1
|
1760
|
+
audio/vnd.dolby.heaac.2
|
1761
|
+
audio/vnd.dolby.mlp
|
1762
|
+
audio/vnd.dolby.mps
|
1763
|
+
audio/vnd.dolby.pl2
|
1764
|
+
audio/vnd.dolby.pl2x
|
1765
|
+
audio/vnd.dolby.pl2z
|
1766
|
+
audio/vnd.dolby.pulse.1
|
1767
|
+
audio/vnd.dra dra
|
1768
|
+
audio/vnd.dts dts
|
1769
|
+
audio/vnd.dts.hd dtshd
|
1770
|
+
audio/vnd.dts.uhd
|
1771
|
+
audio/vnd.dvb.file
|
1772
|
+
audio/vnd.everad.plj plj
|
1773
|
+
audio/vnd.hns.audio
|
1774
|
+
audio/vnd.lucent.voice lvp
|
1775
|
+
audio/vnd.ms-playready.media.pya pya
|
1776
|
+
audio/vnd.nokia.mobile-xmf mxmf
|
1777
|
+
audio/vnd.nortel.vbk vbk
|
1778
|
+
audio/vnd.nuera.ecelp4800 ecelp4800
|
1779
|
+
audio/vnd.nuera.ecelp7470 ecelp7470
|
1780
|
+
audio/vnd.nuera.ecelp9600 ecelp9600
|
1781
|
+
audio/vnd.octel.sbc
|
1782
|
+
audio/vnd.presonus.multitrack
|
1783
|
+
audio/vnd.qcelp qcp
|
1784
|
+
audio/vnd.rhetorex.32kadpcm
|
1785
|
+
audio/vnd.rip rip
|
1786
|
+
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m
|
1787
|
+
audio/vnd.vmx.cvsd
|
1788
|
+
audio/vorbis
|
1789
|
+
audio/vorbis-config
|
1790
|
+
audio/webm weba webm
|
1791
|
+
audio/x-aac aac
|
1792
|
+
audio/x-aiff aif aifc aiff
|
1793
|
+
audio/x-caf caf
|
1794
|
+
audio/x-flac flac
|
1795
|
+
audio/x-matroska mka
|
1796
|
+
audio/x-midi mid midi kar
|
1797
|
+
audio/x-mpegurl m3u
|
1798
|
+
audio/x-ms-wax wax
|
1799
|
+
audio/x-ms-wma wma
|
1800
|
+
audio/x-ms-wmv wmv
|
1801
|
+
audio/x-pn-realaudio ra ram
|
1802
|
+
audio/x-pn-realaudio-plugin rmp rpm
|
1803
|
+
audio/x-realaudio ra
|
1804
|
+
audio/x-wav wav
|
1805
|
+
audio/xm xm
|
1806
|
+
chemical/x-cdx cdx
|
1807
|
+
chemical/x-cif cif
|
1808
|
+
chemical/x-cmdf cmdf
|
1809
|
+
chemical/x-cml cml
|
1810
|
+
chemical/x-csml csml
|
1811
|
+
chemical/x-pdb pdb
|
1812
|
+
chemical/x-xyz xyz
|
1813
|
+
drawing/dwf dwf
|
1814
|
+
font/collection ttc
|
1815
|
+
font/otf otf
|
1816
|
+
font/sfnt
|
1817
|
+
font/ttf ttf
|
1818
|
+
font/woff woff
|
1819
|
+
font/woff2 woff2
|
1820
|
+
image/aces
|
1821
|
+
image/avci
|
1822
|
+
image/avcs
|
1823
|
+
image/bmp bmp
|
1824
|
+
image/cgm cgm
|
1825
|
+
image/cmu-raster
|
1826
|
+
image/dicom-rle
|
1827
|
+
image/emf
|
1828
|
+
image/example
|
1829
|
+
image/fits
|
1830
|
+
image/g3fax g3
|
1831
|
+
image/gif gif
|
1832
|
+
image/heic
|
1833
|
+
image/heic-sequence
|
1834
|
+
image/heif
|
1835
|
+
image/heif-sequence
|
1836
|
+
image/hej2k
|
1837
|
+
image/hsj2
|
1838
|
+
image/ief ief
|
1839
|
+
image/jls
|
1840
|
+
image/jp2 jp2 jpg2
|
1841
|
+
image/jpeg jpeg jpg jpe
|
1842
|
+
image/jph
|
1843
|
+
image/jphc
|
1844
|
+
image/jpm jpm jpgm
|
1845
|
+
image/jpx jpx jpf
|
1846
|
+
image/jxr
|
1847
|
+
image/jxrA
|
1848
|
+
image/jxrS
|
1849
|
+
image/jxs
|
1850
|
+
image/jxsc
|
1851
|
+
image/jxsi
|
1852
|
+
image/jxss
|
1853
|
+
image/ktx ktx
|
1854
|
+
image/naplps
|
1855
|
+
image/pjpeg
|
1856
|
+
image/png png
|
1857
|
+
image/prs.btif btif
|
1858
|
+
image/prs.pti
|
1859
|
+
image/pwg-raster
|
1860
|
+
image/sgi sgi
|
1861
|
+
image/svg+xml svg svgz
|
1862
|
+
image/t38
|
1863
|
+
image/targa tga
|
1864
|
+
image/tiff tiff tif
|
1865
|
+
image/tiff-fx
|
1866
|
+
image/vnd.adobe.photoshop psd
|
1867
|
+
image/vnd.airzip.accelerator.azv
|
1868
|
+
image/vnd.cns.inf2
|
1869
|
+
image/vnd.dece.graphic uvg uvi uvvg uvvi
|
1870
|
+
image/vnd.dgn dgn
|
1871
|
+
image/vnd.djvu djvu djv
|
1872
|
+
image/vnd.dvb.subtitle sub
|
1873
|
+
image/vnd.dwg dwg
|
1874
|
+
image/vnd.dxf dxf
|
1875
|
+
image/vnd.fastbidsheet fbs
|
1876
|
+
image/vnd.fpx fpx
|
1877
|
+
image/vnd.fst fst
|
1878
|
+
image/vnd.fujixerox.edmics-mmr mmr
|
1879
|
+
image/vnd.fujixerox.edmics-rlc rlc
|
1880
|
+
image/vnd.globalgraphics.pgb pgb
|
1881
|
+
image/vnd.microsoft.icon ico
|
1882
|
+
image/vnd.mix
|
1883
|
+
image/vnd.mozilla.apng
|
1884
|
+
image/vnd.ms-modi mdi
|
1885
|
+
image/vnd.ms-photo wdp
|
1886
|
+
image/vnd.net-fpx npx
|
1887
|
+
image/vnd.net.fpx
|
1888
|
+
image/vnd.radiance
|
1889
|
+
image/vnd.sealed.png
|
1890
|
+
image/vnd.sealedmedia.softseal.gif
|
1891
|
+
image/vnd.sealedmedia.softseal.jpg
|
1892
|
+
image/vnd.svf
|
1893
|
+
image/vnd.tencent.tap
|
1894
|
+
image/vnd.valve.source.texture
|
1895
|
+
image/vnd.wap.wbmp wbmp
|
1896
|
+
image/vnd.xiff xif
|
1897
|
+
image/vnd.zbrush.pcx
|
1898
|
+
image/webp webp
|
1899
|
+
image/wmf
|
1900
|
+
image/x-3ds 3ds
|
1901
|
+
image/x-bmp bmp
|
1902
|
+
image/x-cmu-raster ras
|
1903
|
+
image/x-cmx cmx
|
1904
|
+
image/x-compressed-xcf xcfbz2 xcfgz
|
1905
|
+
image/x-emf
|
1906
|
+
image/x-freehand fh fh4 fh5 fh7 fhc
|
1907
|
+
image/x-hasselblad-3fr 3fr
|
1908
|
+
image/x-icon ico
|
1909
|
+
image/x-mrsid-image sid
|
1910
|
+
image/x-ms-bmp bmp
|
1911
|
+
image/x-paintshoppro psp pspimage
|
1912
|
+
image/x-pcx pcx
|
1913
|
+
image/x-pict pct pic
|
1914
|
+
image/x-portable-anymap pnm
|
1915
|
+
image/x-portable-bitmap pbm
|
1916
|
+
image/x-portable-graymap pgm
|
1917
|
+
image/x-portable-pixmap ppm
|
1918
|
+
image/x-rgb rgb
|
1919
|
+
image/x-targa tga
|
1920
|
+
image/x-tga tga
|
1921
|
+
image/x-vnd.dgn dgn
|
1922
|
+
image/x-win-bmp
|
1923
|
+
image/x-wmf
|
1924
|
+
image/x-xbitmap xbm
|
1925
|
+
image/x-xbm xbm
|
1926
|
+
image/x-xcf xcf
|
1927
|
+
image/x-xpixmap xpm
|
1928
|
+
image/x-xwindowdump xwd
|
1929
|
+
message/CPIM
|
1930
|
+
message/delivery-status
|
1931
|
+
message/disposition-notification
|
1932
|
+
message/example
|
1933
|
+
message/external-body
|
1934
|
+
message/feedback-report
|
1935
|
+
message/global
|
1936
|
+
message/global-delivery-status
|
1937
|
+
message/global-disposition-notification
|
1938
|
+
message/global-headers
|
1939
|
+
message/http
|
1940
|
+
message/imdn+xml
|
1941
|
+
message/news
|
1942
|
+
message/partial
|
1943
|
+
message/rfc822 eml mime
|
1944
|
+
message/s-http
|
1945
|
+
message/sip
|
1946
|
+
message/sipfrag
|
1947
|
+
message/tracking-status
|
1948
|
+
message/vnd.si.simp
|
1949
|
+
message/vnd.wfa.wsc
|
1950
|
+
model/3mf
|
1951
|
+
model/example
|
1952
|
+
model/gltf+json
|
1953
|
+
model/gltf-binary
|
1954
|
+
model/iges igs iges
|
1955
|
+
model/mesh msh mesh silo
|
1956
|
+
model/stl
|
1957
|
+
model/vnd.collada+xml dae
|
1958
|
+
model/vnd.dwf dwf
|
1959
|
+
model/vnd.flatland.3dml
|
1960
|
+
model/vnd.gdl gdl
|
1961
|
+
model/vnd.gs-gdl
|
1962
|
+
model/vnd.gtw gtw
|
1963
|
+
model/vnd.moml+xml
|
1964
|
+
model/vnd.mts mts
|
1965
|
+
model/vnd.opengex
|
1966
|
+
model/vnd.parasolid.transmit.binary x_b xmt_bin
|
1967
|
+
model/vnd.parasolid.transmit.text x_t xmt_txt
|
1968
|
+
model/vnd.rosette.annotated-data-model
|
1969
|
+
model/vnd.usdz+zip
|
1970
|
+
model/vnd.valve.source.compiled-map
|
1971
|
+
model/vnd.vtu vtu
|
1972
|
+
model/vrml wrl vrml
|
1973
|
+
model/x3d+binary x3db x3dbz
|
1974
|
+
model/x3d+fastinfoset
|
1975
|
+
model/x3d+vrml x3dv x3dvz
|
1976
|
+
model/x3d+xml x3d x3dz
|
1977
|
+
model/x3d-vrml
|
1978
|
+
multipart/alternative
|
1979
|
+
multipart/appledouble
|
1980
|
+
multipart/byteranges
|
1981
|
+
multipart/digest
|
1982
|
+
multipart/encrypted
|
1983
|
+
multipart/example
|
1984
|
+
multipart/form-data
|
1985
|
+
multipart/header-set
|
1986
|
+
multipart/mixed
|
1987
|
+
multipart/multilingual
|
1988
|
+
multipart/parallel
|
1989
|
+
multipart/related
|
1990
|
+
multipart/report
|
1991
|
+
multipart/signed
|
1992
|
+
multipart/vnd.bint.med-plus
|
1993
|
+
multipart/voice-message
|
1994
|
+
multipart/x-gzip
|
1995
|
+
multipart/x-mixed-replace
|
1996
|
+
multipart/x-parallel
|
1997
|
+
multipart/x-tar
|
1998
|
+
multipart/x-ustar
|
1999
|
+
multipart/x-www-form-urlencoded
|
2000
|
+
multipart/x-zip
|
2001
|
+
text/1d-interleaved-parityfec
|
2002
|
+
text/cache-manifest appcache manifest
|
2003
|
+
text/calendar ics ifb
|
2004
|
+
text/comma-separated-values csv
|
2005
|
+
text/css css
|
2006
|
+
text/csv csv
|
2007
|
+
text/csv-schema
|
2008
|
+
text/directory
|
2009
|
+
text/dns
|
2010
|
+
text/ecmascript es ecma
|
2011
|
+
text/encaprtp
|
2012
|
+
text/enriched
|
2013
|
+
text/example
|
2014
|
+
text/flexfec
|
2015
|
+
text/fwdred
|
2016
|
+
text/grammar-ref-list
|
2017
|
+
text/html html htm htmlx shtml htx
|
2018
|
+
text/javascript js mjs
|
2019
|
+
text/jcr-cnd
|
2020
|
+
text/markdown markdown md mkd
|
2021
|
+
text/mizar
|
2022
|
+
text/n3 n3
|
2023
|
+
text/parameters
|
2024
|
+
text/parityfec
|
2025
|
+
text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log rst text textile
|
2026
|
+
text/provenance-notation
|
2027
|
+
text/prs.fallenstein.rst rst
|
2028
|
+
text/prs.lines.tag dsc
|
2029
|
+
text/prs.prop.logic
|
2030
|
+
text/raptorfec
|
2031
|
+
text/RED
|
2032
|
+
text/rfc822-headers
|
2033
|
+
text/richtext rtx
|
2034
|
+
text/rtf rtf
|
2035
|
+
text/rtp-enc-aescm128
|
2036
|
+
text/rtploopback
|
2037
|
+
text/rtx
|
2038
|
+
text/sgml sgml sgm
|
2039
|
+
text/strings
|
2040
|
+
text/t140
|
2041
|
+
text/tab-separated-values tsv
|
2042
|
+
text/troff t tr roff troff man me ms
|
2043
|
+
text/turtle ttl
|
2044
|
+
text/ulpfec
|
2045
|
+
text/uri-list uri uris urls
|
2046
|
+
text/vcard vcard
|
2047
|
+
text/vnd.a
|
2048
|
+
text/vnd.abc
|
2049
|
+
text/vnd.ascii-art
|
2050
|
+
text/vnd.curl curl
|
2051
|
+
text/vnd.curl.dcurl dcurl
|
2052
|
+
text/vnd.curl.mcurl mcurl
|
2053
|
+
text/vnd.curl.scurl scurl
|
2054
|
+
text/vnd.debian.copyright
|
2055
|
+
text/vnd.DMClientScript
|
2056
|
+
text/vnd.dvb.subtitle sub
|
2057
|
+
text/vnd.esmertec.theme-descriptor
|
2058
|
+
text/vnd.flatland.3dml
|
2059
|
+
text/vnd.fly fly
|
2060
|
+
text/vnd.fmi.flexstor flx
|
2061
|
+
text/vnd.gml
|
2062
|
+
text/vnd.graphviz gv
|
2063
|
+
text/vnd.hgl
|
2064
|
+
text/vnd.in3d.3dml 3dml
|
2065
|
+
text/vnd.in3d.spot spot
|
2066
|
+
text/vnd.IPTC.NewsML
|
2067
|
+
text/vnd.IPTC.NITF
|
2068
|
+
text/vnd.latex-z
|
2069
|
+
text/vnd.motorola.reflex
|
2070
|
+
text/vnd.ms-mediapackage
|
2071
|
+
text/vnd.net2phone.commcenter.command ccc
|
2072
|
+
text/vnd.radisys.msml-basic-layout
|
2073
|
+
text/vnd.senx.warpscript
|
2074
|
+
text/vnd.si.uricatalogue
|
2075
|
+
text/vnd.sosi
|
2076
|
+
text/vnd.sun.j2me.app-descriptor jad
|
2077
|
+
text/vnd.trolltech.linguist
|
2078
|
+
text/vnd.wap.si si
|
2079
|
+
text/vnd.wap.sl sl
|
2080
|
+
text/vnd.wap.wml wml
|
2081
|
+
text/vnd.wap.wmlscript wmls
|
2082
|
+
text/x-asm asm s
|
2083
|
+
text/x-c c cc cpp cxx dic h hh
|
2084
|
+
text/x-coffescript coffee
|
2085
|
+
text/x-component htc
|
2086
|
+
text/x-fortran f f77 f90 for
|
2087
|
+
text/x-java-source java
|
2088
|
+
text/x-nfo nfo
|
2089
|
+
text/x-opml opml
|
2090
|
+
text/x-pascal p pas
|
2091
|
+
text/x-rtf rtf
|
2092
|
+
text/x-setext etx
|
2093
|
+
text/x-sfv sfv
|
2094
|
+
text/x-uuencode uu
|
2095
|
+
text/x-vcalendar vcs
|
2096
|
+
text/x-vcard vcf
|
2097
|
+
text/x-vnd.flatland.3dml
|
2098
|
+
text/x-yaml yaml yml
|
2099
|
+
text/xml xml dtd xsd
|
2100
|
+
text/xml-external-parsed-entity
|
2101
|
+
video/1d-interleaved-parityfec
|
2102
|
+
video/3gpp 3gp 3gpp
|
2103
|
+
video/3gpp-tt
|
2104
|
+
video/3gpp2 3g2 3gpp2
|
2105
|
+
video/BMPEG
|
2106
|
+
video/BT656
|
2107
|
+
video/CelB
|
2108
|
+
video/dl dl
|
2109
|
+
video/DV dv
|
2110
|
+
video/encaprtp
|
2111
|
+
video/example
|
2112
|
+
video/flexfec
|
2113
|
+
video/gl gl
|
2114
|
+
video/H261 h261
|
2115
|
+
video/H263 h263
|
2116
|
+
video/H263-1998
|
2117
|
+
video/H263-2000
|
2118
|
+
video/H264 h264
|
2119
|
+
video/H264-RCDO
|
2120
|
+
video/H264-SVC
|
2121
|
+
video/H265
|
2122
|
+
video/iso.segment
|
2123
|
+
video/JPEG jpgv
|
2124
|
+
video/jpeg2000
|
2125
|
+
video/jpm jpgm jpm
|
2126
|
+
video/MJ2 mj2 mjp2
|
2127
|
+
video/MP1S
|
2128
|
+
video/MP2P
|
2129
|
+
video/MP2T ts mts m2ts cpi clpi mpl mpls bdm
|
2130
|
+
video/mp4 mp4 mpg4 f4v f4p mp4v
|
2131
|
+
video/MP4V-ES
|
2132
|
+
video/mpeg mp2 mp3g mpe mpeg mpg m1v m2v
|
2133
|
+
video/mpeg4-generic
|
2134
|
+
video/MPV
|
2135
|
+
video/nv
|
2136
|
+
video/ogg ogg ogv
|
2137
|
+
video/parityfec
|
2138
|
+
video/pointer
|
2139
|
+
video/quicktime qt mov
|
2140
|
+
video/raptorfec
|
2141
|
+
video/raw
|
2142
|
+
video/rtp-enc-aescm128
|
2143
|
+
video/rtploopback
|
2144
|
+
video/rtx
|
2145
|
+
video/smpte291
|
2146
|
+
video/SMPTE292M
|
2147
|
+
video/ulpfec
|
2148
|
+
video/vc1
|
2149
|
+
video/vc2
|
2150
|
+
video/vnd.CCTV
|
2151
|
+
video/vnd.dece.hd uvh uvvh
|
2152
|
+
video/vnd.dece.mobile uvm uvvm
|
2153
|
+
video/vnd.dece.mp4
|
2154
|
+
video/vnd.dece.pd uvp uvvp
|
2155
|
+
video/vnd.dece.sd uvs uvvs
|
2156
|
+
video/vnd.dece.video uvv uvvv
|
2157
|
+
video/vnd.directv.mpeg
|
2158
|
+
video/vnd.directv.mpeg-tts
|
2159
|
+
video/vnd.dlna.mpeg-tts
|
2160
|
+
video/vnd.dvb.file dvb
|
2161
|
+
video/vnd.fvt fvt
|
2162
|
+
video/vnd.hns.video
|
2163
|
+
video/vnd.iptvforum.1dparityfec-1010
|
2164
|
+
video/vnd.iptvforum.1dparityfec-2005
|
2165
|
+
video/vnd.iptvforum.2dparityfec-1010
|
2166
|
+
video/vnd.iptvforum.2dparityfec-2005
|
2167
|
+
video/vnd.iptvforum.ttsavc
|
2168
|
+
video/vnd.iptvforum.ttsmpeg2
|
2169
|
+
video/vnd.motorola.video
|
2170
|
+
video/vnd.motorola.videop
|
2171
|
+
video/vnd.mpegurl mxu m4u
|
2172
|
+
video/vnd.ms-playready.media.pyv pyv
|
2173
|
+
video/vnd.nokia.interleaved-multimedia nim
|
2174
|
+
video/vnd.nokia.mp4vr
|
2175
|
+
video/vnd.nokia.videovoip
|
2176
|
+
video/vnd.objectvideo mp4 m4v
|
2177
|
+
video/vnd.radgamettools.bink
|
2178
|
+
video/vnd.radgamettools.smacker
|
2179
|
+
video/vnd.sealed.mpeg1 s11
|
2180
|
+
video/vnd.sealed.mpeg4 smpg s14
|
2181
|
+
video/vnd.sealed.swf sswf ssw
|
2182
|
+
video/vnd.sealedmedia.softseal.mov smov smo s1q
|
2183
|
+
video/vnd.uvvu.mp4 uvu uvvu
|
2184
|
+
video/vnd.vivo viv vivo
|
2185
|
+
video/vnd.youtube.yt
|
2186
|
+
video/VP8
|
2187
|
+
video/webm webm
|
2188
|
+
video/x-dl dl
|
2189
|
+
video/x-dv dv
|
2190
|
+
video/x-f4v f4v
|
2191
|
+
video/x-fli fli
|
2192
|
+
video/x-flv flv
|
2193
|
+
video/x-gl gl
|
2194
|
+
video/x-ivf ivf
|
2195
|
+
video/x-m4v m4v
|
2196
|
+
video/x-matroska mk3d mks mkv
|
2197
|
+
video/x-mng mng
|
2198
|
+
video/x-motion-jpeg mjpg mjpeg
|
2199
|
+
video/x-ms-asf asf asx
|
2200
|
+
video/x-ms-vob vob
|
2201
|
+
video/x-ms-wm wm
|
2202
|
+
video/x-ms-wmv wmv
|
2203
|
+
video/x-ms-wmx wmx
|
2204
|
+
video/x-ms-wvx wvx
|
2205
|
+
video/x-msvideo avi
|
2206
|
+
video/x-sgi-movie movie
|
2207
|
+
video/x-smv smv
|
2208
|
+
x-chemical/x-pdb pdb
|
2209
|
+
x-chemical/x-xyz xyz
|
2210
|
+
x-conference/x-cooltalk ice
|
2211
|
+
x-drawing/dwf dwf
|
2212
|
+
x-world/x-vrml wrl vrml
|