abaci 0.2.0 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/CHANGELOG.md +6 -1
- data/README.md +13 -3
- data/lib/abaci.rb +30 -8
- data/lib/abaci/counter.rb +36 -25
- data/lib/abaci/date_range.rb +13 -5
- data/lib/abaci/metric.rb +6 -4
- data/lib/abaci/railtie.rb +9 -0
- data/lib/abaci/store.rb +22 -20
- data/lib/abaci/version.rb +2 -2
- data/vendor/bundle/bin/coderay +17 -0
- data/vendor/bundle/bin/erubis +17 -0
- data/vendor/bundle/bin/htmldiff +17 -0
- data/vendor/bundle/bin/ldiff +17 -0
- data/vendor/bundle/bin/nokogiri +17 -0
- data/vendor/bundle/bin/pry +17 -0
- data/vendor/bundle/bin/rackup +17 -0
- data/vendor/bundle/bin/rails +17 -0
- data/vendor/bundle/bin/rake +17 -0
- data/vendor/bundle/bin/rspec +17 -0
- data/vendor/bundle/bin/sprockets +17 -0
- data/vendor/bundle/bin/thor +17 -0
- data/vendor/bundle/bin/yard +17 -0
- data/vendor/bundle/bin/yardoc +17 -0
- data/vendor/bundle/bin/yri +17 -0
- data/vendor/bundle/cache/actioncable-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionmailer-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionpack-5.0.0.gem +0 -0
- data/vendor/bundle/cache/actionview-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activejob-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activemodel-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activerecord-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activesupport-5.0.0.gem +0 -0
- data/vendor/bundle/cache/activesupport-5.0.1.gem +0 -0
- data/vendor/bundle/cache/arel-7.1.0.gem +0 -0
- data/vendor/bundle/cache/builder-3.2.2.gem +0 -0
- data/vendor/bundle/cache/coderay-1.1.1.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.0.2.gem +0 -0
- data/vendor/bundle/cache/concurrent-ruby-1.0.4.gem +0 -0
- data/vendor/bundle/cache/diff-lcs-1.2.5.gem +0 -0
- data/vendor/bundle/cache/docile-1.1.5.gem +0 -0
- data/vendor/bundle/cache/erubis-2.7.0.gem +0 -0
- data/vendor/bundle/cache/globalid-0.3.6.gem +0 -0
- data/vendor/bundle/cache/i18n-0.7.0.gem +0 -0
- data/vendor/bundle/cache/json-2.0.1.gem +0 -0
- data/vendor/bundle/cache/json-2.0.2.gem +0 -0
- data/vendor/bundle/cache/loofah-2.0.3.gem +0 -0
- data/vendor/bundle/cache/mail-2.6.4.gem +0 -0
- data/vendor/bundle/cache/method_source-0.8.2.gem +0 -0
- data/vendor/bundle/cache/mime-types-3.1.gem +0 -0
- data/vendor/bundle/cache/mime-types-data-3.2016.0521.gem +0 -0
- data/vendor/bundle/cache/mini_portile2-2.1.0.gem +0 -0
- data/vendor/bundle/cache/minitest-5.10.1.gem +0 -0
- data/vendor/bundle/cache/minitest-5.9.0.gem +0 -0
- data/vendor/bundle/cache/nio4r-1.2.1.gem +0 -0
- data/vendor/bundle/cache/nokogiri-1.6.8.gem +0 -0
- data/vendor/bundle/cache/pkg-config-1.1.7.gem +0 -0
- data/vendor/bundle/cache/pry-0.10.4.gem +0 -0
- data/vendor/bundle/cache/rack-2.0.1.gem +0 -0
- data/vendor/bundle/cache/rack-test-0.6.3.gem +0 -0
- data/vendor/bundle/cache/rails-5.0.0.gem +0 -0
- data/vendor/bundle/cache/rails-dom-testing-2.0.1.gem +0 -0
- data/vendor/bundle/cache/rails-html-sanitizer-1.0.3.gem +0 -0
- data/vendor/bundle/cache/railties-5.0.0.gem +0 -0
- data/vendor/bundle/cache/rake-11.2.2.gem +0 -0
- data/vendor/bundle/cache/redis-2.2.2.gem +0 -0
- data/vendor/bundle/cache/redis-3.3.1.gem +0 -0
- data/vendor/bundle/cache/redis-3.3.2.gem +0 -0
- data/vendor/bundle/cache/rspec-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-core-3.5.1.gem +0 -0
- data/vendor/bundle/cache/rspec-core-3.5.4.gem +0 -0
- data/vendor/bundle/cache/rspec-expectations-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-mocks-3.5.0.gem +0 -0
- data/vendor/bundle/cache/rspec-support-3.5.0.gem +0 -0
- data/vendor/bundle/cache/simplecov-0.12.0.gem +0 -0
- data/vendor/bundle/cache/simplecov-html-0.10.0.gem +0 -0
- data/vendor/bundle/cache/slop-3.6.0.gem +0 -0
- data/vendor/bundle/cache/sprockets-3.6.3.gem +0 -0
- data/vendor/bundle/cache/sprockets-rails-3.1.1.gem +0 -0
- data/vendor/bundle/cache/thor-0.19.1.gem +0 -0
- data/vendor/bundle/cache/thread_safe-0.3.5.gem +0 -0
- data/vendor/bundle/cache/tzinfo-1.2.2.gem +0 -0
- data/vendor/bundle/cache/websocket-driver-0.6.4.gem +0 -0
- data/vendor/bundle/cache/websocket-extensions-0.1.2.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.1.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.2.gem +0 -0
- data/vendor/bundle/cache/yard-0.9.7.gem +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/gem_make.out +13 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/json/ext/generator.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/json/ext/parser.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.1/mkmf.log +60 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/gem_make.out +13 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/json/ext/generator.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/json/ext/parser.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/json-2.0.2/mkmf.log +60 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/gem_make.out +242 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/mkmf.log +210 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nio4r-1.2.1/nio4r_ext.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/gem_make.out +165 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/mkmf.log +541 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/nokogiri-1.6.8/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/gem.build_complete +0 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/gem_make.out +15 -0
- data/vendor/bundle/extensions/x86_64-darwin-15/2.3.0-static/websocket-driver-0.6.4/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/actioncable-5.0.0/CHANGELOG.md +83 -0
- data/vendor/bundle/gems/actioncable-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/actioncable-5.0.0/README.md +545 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable.rb +52 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel.rb +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/base.rb +297 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/broadcasting.rb +29 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/callbacks.rb +35 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/naming.rb +22 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/periodic_timers.rb +77 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/channel/streams.rb +174 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection.rb +21 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/authorization.rb +13 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/base.rb +255 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/client_socket.rb +155 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/faye_client_socket.rb +48 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/faye_event_loop.rb +44 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/identification.rb +46 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/internal_channel.rb +43 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/message_buffer.rb +53 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/stream.rb +57 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/stream_event_loop.rb +103 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/subscriptions.rb +75 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/tagged_logger_proxy.rb +40 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/connection/web_socket.rb +39 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/engine.rb +77 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/gem_version.rb +15 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/helpers/action_cable_helper.rb +40 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/remote_connections.rb +66 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server.rb +15 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/base.rb +83 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/broadcasting.rb +48 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/configuration.rb +56 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/connections.rb +34 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/worker.rb +75 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/server/worker/active_record_connection_management.rb +19 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter.rb +8 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/async.rb +27 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/base.rb +28 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/evented_redis.rb +79 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/inline.rb +35 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/postgresql.rb +107 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/redis.rb +172 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/subscription_adapter/subscriber_map.rb +53 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/action_cable/version.rb +8 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/assets/compiled/action_cable.js +590 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/USAGE +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/channel_generator.rb +47 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/application_cable/channel.rb +5 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/application_cable/connection.rb +5 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/cable.js +13 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/channel.coffee +14 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/assets/channel.js +18 -0
- data/vendor/bundle/gems/actioncable-5.0.0/lib/rails/generators/channel/templates/channel.rb +17 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/CHANGELOG.md +130 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/README.rdoc +175 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer.rb +58 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/base.rb +967 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/collector.rb +30 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/delivery_job.rb +34 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/delivery_methods.rb +87 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/inline_preview_interceptor.rb +61 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/log_subscriber.rb +39 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/mail_helper.rb +70 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/message_delivery.rb +125 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/preview.rb +118 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/railtie.rb +74 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/rescuable.rb +27 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/test_case.rb +122 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/test_helper.rb +113 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/action_mailer/version.rb +9 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/USAGE +17 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/mailer_generator.rb +37 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/templates/application_mailer.rb +6 -0
- data/vendor/bundle/gems/actionmailer-5.0.0/lib/rails/generators/mailer/templates/mailer.rb +17 -0
- data/vendor/bundle/gems/actionpack-5.0.0/CHANGELOG.md +822 -0
- data/vendor/bundle/gems/actionpack-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionpack-5.0.0/README.rdoc +57 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller.rb +24 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/asset_paths.rb +10 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/base.rb +259 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/caching.rb +62 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/caching/fragments.rb +143 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/callbacks.rb +229 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/collector.rb +41 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/error.rb +4 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/helpers.rb +195 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/logger.rb +12 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/railties/routes_helpers.rb +18 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/rendering.rb +136 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/translation.rb +29 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/abstract_controller/url_for.rb +33 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/api.rb +147 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/api/api_rendering.rb +14 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/base.rb +265 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/caching.rb +44 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/form_builder.rb +48 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/log_subscriber.rb +76 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal.rb +266 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/basic_implicit_render.rb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/conditional_get.rb +272 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/cookies.rb +14 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/data_streaming.rb +150 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/etag_with_template_digest.rb +50 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/exceptions.rb +64 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/flash.rb +60 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/force_ssl.rb +97 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/head.rb +64 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/helpers.rb +122 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/http_authentication.rb +521 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/implicit_render.rb +74 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/instrumentation.rb +109 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/live.rb +306 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/mime_responds.rb +311 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/params_wrapper.rb +285 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/redirecting.rb +135 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/renderers.rb +183 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/rendering.rb +132 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/request_forgery_protection.rb +412 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/rescue.rb +26 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/streaming.rb +221 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/strong_parameters.rb +872 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/testing.rb +20 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/metal/url_for.rb +56 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/railtie.rb +71 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/railties/helpers.rb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/renderer.rb +111 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/template_assertions.rb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_controller/test_case.rb +681 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch.rb +107 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/cache.rb +215 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/filter_parameters.rb +82 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/filter_redirect.rb +37 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/headers.rb +130 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_negotiation.rb +174 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_type.rb +365 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/mime_types.rb +35 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/parameter_filter.rb +82 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/parameters.rb +80 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/rack_cache.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/request.rb +415 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/response.rb +509 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/upload.rb +78 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/http/url.rb +377 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey.rb +5 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/formatter.rb +177 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/builder.rb +162 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/simulator.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/gtg/transition_table.rb +157 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/builder.rb +76 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/dot.rb +34 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/simulator.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nfa/transition_table.rb +118 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/nodes/node.rb +138 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser.rb +198 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser.y +49 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/parser_extras.rb +27 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/path/pattern.rb +189 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/route.rb +180 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/router.rb +140 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/router/utils.rb +93 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/routes.rb +79 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/scanner.rb +61 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visitors.rb +264 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/fsm.css +30 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/fsm.js +134 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/journey/visualizer/index.html.erb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/callbacks.rb +46 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/cookies.rb +628 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/debug_exceptions.rb +185 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/exception_wrapper.rb +148 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/executor.rb +19 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/flash.rb +297 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/params_parser.rb +46 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/public_exceptions.rb +55 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/reloader.rb +54 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/remote_ip.rb +183 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/request_id.rb +40 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/abstract_store.rb +102 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/cache_store.rb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/cookie_store.rb +129 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/session/mem_cache_store.rb +26 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/show_exceptions.rb +60 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/ssl.rb +151 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/stack.rb +133 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/static.rb +139 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb +23 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.html.erb +27 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_source.text.erb +8 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb +52 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb +16 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb +9 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/layout.erb +160 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.html.erb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/missing_template.text.erb +3 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb +32 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb +11 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.html.erb +20 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb +7 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.html.erb +6 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/rescues/unknown_action.text.erb +3 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_route.html.erb +16 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/middleware/templates/routes/_table.html.erb +196 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/railtie.rb +47 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/request/session.rb +229 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/request/utils.rb +67 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing.rb +265 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/endpoint.rb +10 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/inspector.rb +223 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/mapper.rb +2134 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/polymorphic_routes.rb +324 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/redirection.rb +191 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/route_set.rb +767 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/routes_proxy.rb +42 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/routing/url_for.rb +213 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertion_response.rb +45 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions.rb +22 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions/response.rb +100 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/assertions/routing.rb +219 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/integration.rb +785 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_process.rb +43 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_request.rb +69 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_dispatch/testing/test_response.rb +28 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack.rb +24 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionpack-5.0.0/lib/action_pack/version.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/CHANGELOG.md +349 -0
- data/vendor/bundle/gems/actionview-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/actionview-5.0.0/README.rdoc +38 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view.rb +96 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/base.rb +217 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/buffers.rb +50 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/context.rb +36 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/dependency_tracker.rb +174 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/digestor.rb +120 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/flows.rb +75 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/gem_version.rb +15 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/active_model_helper.rb +49 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/asset_tag_helper.rb +339 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/asset_url_helper.rb +405 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/atom_feed_helper.rb +204 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/cache_helper.rb +241 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/capture_helper.rb +210 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/controller_helper.rb +26 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/csrf_helper.rb +33 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/date_helper.rb +1144 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/debug_helper.rb +35 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_helper.rb +1944 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_options_helper.rb +881 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/form_tag_helper.rb +902 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/javascript_helper.rb +81 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/number_helper.rb +447 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/output_safety_helper.rb +68 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/record_tag_helper.rb +21 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/rendering_helper.rb +98 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/sanitize_helper.rb +171 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tag_helper.rb +196 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags.rb +42 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/base.rb +160 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/check_box.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/checkable.rb +16 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_check_boxes.rb +33 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_helpers.rb +117 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_radio_buttons.rb +28 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/collection_select.rb +28 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/color_field.rb +25 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/date_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/date_select.rb +72 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_field.rb +30 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_local_field.rb +19 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/datetime_select.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/email_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/file_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/grouped_collection_select.rb +29 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/hidden_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/label.rb +79 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/month_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/number_field.rb +18 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/password_field.rb +12 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/placeholderable.rb +22 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/radio_button.rb +31 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/range_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/search_field.rb +25 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/select.rb +41 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/tel_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/text_area.rb +22 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/text_field.rb +32 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_select.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/time_zone_select.rb +20 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/translator.rb +40 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/url_field.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/tags/week_field.rb +13 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/text_helper.rb +490 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/translation_helper.rb +140 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/helpers/url_helper.rb +637 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/layouts.rb +427 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/locale/en.yml +56 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/log_subscriber.rb +78 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/lookup_context.rb +280 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/model_naming.rb +12 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/path_set.rb +98 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/railtie.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/record_identifier.rb +110 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/abstract_renderer.rb +53 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/partial_renderer.rb +549 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/partial_renderer/collection_caching.rb +49 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/renderer.rb +50 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/streaming_template_renderer.rb +103 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/renderer/template_renderer.rb +102 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/rendering.rb +149 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/routing_url_for.rb +147 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/tasks/cache_digests.rake +23 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template.rb +354 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/error.rb +152 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers.rb +64 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/builder.rb +26 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/erb.rb +145 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/html.rb +9 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/handlers/raw.rb +9 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/html.rb +34 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/resolver.rb +373 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/text.rb +34 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/template/types.rb +55 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/test_case.rb +284 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/testing/resolvers.rb +53 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/version.rb +8 -0
- data/vendor/bundle/gems/actionview-5.0.0/lib/action_view/view_paths.rb +93 -0
- data/vendor/bundle/gems/activejob-5.0.0/CHANGELOG.md +168 -0
- data/vendor/bundle/gems/activejob-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activejob-5.0.0/README.md +126 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job.rb +37 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/arguments.rb +166 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/base.rb +70 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/callbacks.rb +151 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/configured_job.rb +16 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/core.rb +130 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/enqueuing.rb +82 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/execution.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/gem_version.rb +15 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/logging.rb +121 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapter.rb +63 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters.rb +137 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/async_adapter.rb +114 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/backburner_adapter.rb +34 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/delayed_job_adapter.rb +41 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/inline_adapter.rb +21 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/qu_adapter.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/que_adapter.rb +37 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/queue_classic_adapter.rb +56 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/resque_adapter.rb +50 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sidekiq_adapter.rb +45 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sneakers_adapter.rb +46 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/sucker_punch_adapter.rb +47 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_adapters/test_adapter.rb +60 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_name.rb +51 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/queue_priority.rb +44 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/railtie.rb +32 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/test_case.rb +7 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/test_helper.rb +324 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/translation.rb +11 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/active_job/version.rb +8 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/job_generator.rb +38 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/templates/application_job.rb +4 -0
- data/vendor/bundle/gems/activejob-5.0.0/lib/rails/generators/job/templates/job.rb +9 -0
- data/vendor/bundle/gems/activemodel-5.0.0/CHANGELOG.md +144 -0
- data/vendor/bundle/gems/activemodel-5.0.0/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/activemodel-5.0.0/README.rdoc +264 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model.rb +73 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/attribute_assignment.rb +52 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/attribute_methods.rb +478 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/callbacks.rb +149 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/conversion.rb +100 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/dirty.rb +272 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/errors.rb +575 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/forbidden_attributes_protection.rb +29 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/gem_version.rb +15 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/lint.rb +117 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/locale/en.yml +36 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/model.rb +98 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/naming.rb +317 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/railtie.rb +12 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/secure_password.rb +127 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/serialization.rb +190 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/serializers/json.rb +145 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/test_case.rb +4 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/translation.rb +69 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type.rb +59 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/big_integer.rb +13 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/binary.rb +50 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/boolean.rb +21 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/date.rb +50 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/date_time.rb +44 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/decimal.rb +60 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/decimal_without_scale.rb +11 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/float.rb +25 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers.rb +4 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/accepts_multiparameter_time.rb +35 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/mutable.rb +18 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/numeric.rb +34 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/helpers/time_value.rb +77 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/immutable_string.rb +29 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/integer.rb +66 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/registry.rb +64 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/string.rb +19 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/text.rb +11 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/time.rb +46 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/unsigned_integer.rb +15 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/type/value.rb +116 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations.rb +438 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/absence.rb +31 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/acceptance.rb +103 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/callbacks.rb +117 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/clusivity.rb +52 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/confirmation.rb +79 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/exclusion.rb +48 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/format.rb +113 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/helper_methods.rb +13 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/inclusion.rb +46 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/length.rb +157 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/numericality.rb +165 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/presence.rb +39 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/validates.rb +173 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validations/with.rb +143 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/validator.rb +182 -0
- data/vendor/bundle/gems/activemodel-5.0.0/lib/active_model/version.rb +8 -0
- data/vendor/bundle/gems/activerecord-5.0.0/CHANGELOG.md +2120 -0
- data/vendor/bundle/gems/activerecord-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/README.rdoc +217 -0
- data/vendor/bundle/gems/activerecord-5.0.0/examples/performance.rb +183 -0
- data/vendor/bundle/gems/activerecord-5.0.0/examples/simple.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record.rb +180 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/aggregations.rb +280 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/association_relation.rb +35 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations.rb +1833 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/alias_tracker.rb +90 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/association.rb +267 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/association_scope.rb +166 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/belongs_to_association.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/belongs_to_polymorphic_association.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/association.rb +143 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/belongs_to.rb +141 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/collection_association.rb +83 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_and_belongs_to_many.rb +131 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_many.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/has_one.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/builder/singular_association.rb +31 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/collection_association.rb +662 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/collection_proxy.rb +1073 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/foreign_association.rb +11 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_many_association.rb +148 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_many_through_association.rb +208 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_one_association.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/has_one_through_association.rb +36 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency.rb +298 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_association.rb +134 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_base.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/join_dependency/join_part.rb +71 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader.rb +213 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/association.rb +160 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/belongs_to.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/collection_association.rb +18 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_many.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_many_through.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_one.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/has_one_through.rb +9 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/singular_association.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/preloader/through_association.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/singular_association.rb +86 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/associations/through_association.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute.rb +213 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute/user_provided_default.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_assignment.rb +91 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_decorators.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods.rb +464 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/before_type_cast.rb +76 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/dirty.rb +151 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/primary_key.rb +128 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/query.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/read.rb +75 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/serialization.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/time_zone_conversion.rb +116 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_methods/write.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_mutation_tracker.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_set.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attribute_set/builder.rb +108 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/attributes.rb +265 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/autosave_association.rb +487 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/base.rb +325 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/callbacks.rb +309 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/coders/json.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/coders/yaml_column.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/collection_cache_key.rb +40 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/connection_pool.rb +935 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/database_limits.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/database_statements.rb +397 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/query_cache.rb +95 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/quoting.rb +198 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/savepoints.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_creation.rb +147 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_definitions.rb +635 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_dumper.rb +105 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/schema_statements.rb +1293 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract/transaction.rb +232 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract_adapter.rb +587 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/abstract_mysql_adapter.rb +977 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/column.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/connection_specification.rb +263 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/determine_if_preparable_visitor.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/column.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/database_statements.rb +125 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/explain_pretty_printer.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/quoting.rb +51 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_creation.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_definitions.rb +93 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/schema_dumper.rb +54 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql/type_metadata.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/mysql2_adapter.rb +131 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/column.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/database_statements.rb +170 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/explain_pretty_printer.rb +42 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid.rb +31 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/array.rb +70 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bit.rb +52 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bit_varying.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/bytea.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/cidr.rb +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/date_time.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/decimal.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/enum.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/hstore.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/inet.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/json.rb +10 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/jsonb.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/money.rb +39 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/point.rb +43 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/rails_5_1_point.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/range.rb +93 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/specialized_string.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/type_map_initializer.rb +109 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/uuid.rb +21 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/vector.rb +26 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/oid/xml.rb +28 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/quoting.rb +116 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/referential_integrity.rb +49 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_definitions.rb +180 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_dumper.rb +47 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/schema_statements.rb +682 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/type_metadata.rb +35 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql/utils.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/postgresql_adapter.rb +842 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/schema_cache.rb +107 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sql_type_metadata.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/explain_pretty_printer.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/quoting.rb +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3/schema_creation.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/sqlite3_adapter.rb +569 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_adapters/statement_pool.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/connection_handling.rb +155 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/core.rb +561 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/counter_cache.rb +164 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/dynamic_matchers.rb +121 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/enum.rb +234 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/errors.rb +292 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain_registry.rb +30 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/explain_subscriber.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/fixture_set/file.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/fixtures.rb +1045 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/gem_version.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/inheritance.rb +239 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/integration.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/internal_metadata.rb +56 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/legacy_yaml_adapter.rb +46 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locale/en.yml +48 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locking/optimistic.rb +206 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/locking/pessimistic.rb +77 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/log_subscriber.rb +97 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration.rb +1309 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/command_recorder.rb +238 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/compatibility.rb +126 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/migration/join_table.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/model_schema.rb +430 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/nested_attributes.rb +587 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/no_touching.rb +52 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/null_relation.rb +89 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/persistence.rb +576 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/query_cache.rb +53 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/querying.rb +69 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railtie.rb +171 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/console_sandbox.rb +5 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/controller_runtime.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/databases.rake +407 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/railties/jdbcmysql_error.rb +16 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/readonly_attributes.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/reflection.rb +1060 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation.rb +742 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/batches.rb +243 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/batches/batch_enumerator.rb +67 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/calculations.rb +381 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/delegation.rb +127 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/finder_methods.rb +598 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/from_clause.rb +32 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/merger.rb +167 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder.rb +168 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/array_handler.rb +43 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/association_query_handler.rb +88 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/base_handler.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/basic_object_handler.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/class_handler.rb +27 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/polymorphic_array_handler.rb +57 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/range_handler.rb +33 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/predicate_builder/relation_handler.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/query_attribute.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/query_methods.rb +1242 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/record_fetch_warning.rb +49 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/spawn_methods.rb +76 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/where_clause.rb +174 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/relation/where_clause_factory.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/result.rb +132 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/runtime_registry.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/sanitization.rb +220 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema.rb +68 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema_dumper.rb +275 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/schema_migration.rb +50 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping.rb +104 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping/default.rb +149 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/scoping/named.rb +185 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/secure_token.rb +38 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/serialization.rb +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/statement_cache.rb +113 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/store.rb +210 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/suppressor.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/table_metadata.rb +68 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/database_tasks.rb +313 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/mysql_database_tasks.rb +151 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/postgresql_database_tasks.rb +110 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/tasks/sqlite_database_tasks.rb +59 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/timestamp.rb +132 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/touch_later.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/transactions.rb +509 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/translation.rb +22 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type.rb +72 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/adapter_specific_registry.rb +130 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/date.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/date_time.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/hash_lookup_type_map.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/internal/abstract_json.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/internal/timezone.rb +15 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/serialized.rb +63 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/time.rb +20 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type/type_map.rb +64 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster.rb +7 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster/connection.rb +29 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/type_caster/map.rb +19 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations.rb +91 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/absence.rb +23 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/associated.rb +58 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/length.rb +24 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/presence.rb +66 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/validations/uniqueness.rb +240 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/active_record/version.rb +8 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record.rb +17 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration.rb +25 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/migration_generator.rb +73 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/templates/create_table_migration.rb +24 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/migration/templates/migration.rb +46 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/model_generator.rb +69 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/application_record.rb +5 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/model.rb +13 -0
- data/vendor/bundle/gems/activerecord-5.0.0/lib/rails/generators/active_record/model/templates/module.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/CHANGELOG.md +798 -0
- data/vendor/bundle/gems/activesupport-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-5.0.0/README.rdoc +39 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/array_inquirer.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/backtrace_cleaner.rb +103 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/benchmarkable.rb +49 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache.rb +701 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/file_store.rb +204 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/mem_cache_store.rb +207 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/memory_store.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/null_store.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/strategy/local_cache.rb +172 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/callbacks.rb +791 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concern.rb +142 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concurrency/latch.rb +19 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/concurrency/share_lock.rb +186 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/configurable.rb +148 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/access.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/conversions.rb +211 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/grouping.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/inquiry.rb +17 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/array/wrap.rb +46 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/attribute.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/class/subclasses.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/conversions.rb +95 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/calculations.rb +335 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/compatibility.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/calculations.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/date_time/conversions.rb +105 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/enumerable.rb +124 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/file/atomic.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/compact.rb +20 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/conversions.rb +262 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/except.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/keys.rb +170 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/hash/transform_values.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/integer/time.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/concern.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/debugger.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/reporting.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/load_error.rb +30 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/marshal.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/aliasing.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/anonymous.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attr_internal.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +141 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/delegation.rb +215 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/introspection.rb +66 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/method_transplanting.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/qualified_const.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/module/remove_method.rb +35 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/name_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/bytes.rb +64 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/conversions.rb +145 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/inquiry.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/numeric/time.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/blank.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/deep_dup.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/duplicable.rb +98 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/json.rb +205 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/try.rb +146 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/conversions.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/each.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/securerandom.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/conversions.rb +57 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/filters.rb +102 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/inflections.rb +244 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/multibyte.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/output_safety.rb +260 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/strip.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/string/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/struct.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/calculations.rb +290 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/conversions.rb +67 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/marshal.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/time/zones.rb +111 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/core_ext/uri.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies.rb +754 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/dependencies/interlock.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/behaviors.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/instance_delegator.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/method_wrappers.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/proxy_wrappers.rb +149 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/deprecation/reporting.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration/iso8601_parser.rb +122 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/duration/iso8601_serializer.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/evented_file_update_checker.rb +194 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/execution_wrapper.rb +117 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/executor.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/file_update_checker.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/gem_version.rb +15 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/hash_with_indifferent_access.rb +314 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/i18n_railtie.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflections.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/inflections.rb +242 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/methods.rb +390 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/inflector/transliterate.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json/decoding.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/json/encoding.rb +127 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/key_generator.rb +71 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/lazy_load_hooks.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger.rb +106 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger_silence.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/logger_thread_safe_level.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/message_encryptor.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/message_verifier.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte/chars.rb +231 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/multibyte/unicode.rb +413 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications/fanout.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/notifications/instrumenter.rb +91 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper.rb +368 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_converter.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_currency_converter.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_delimited_converter.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_human_converter.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_human_size_converter.rb +62 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_phone_converter.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/number_helper/number_to_rounded_converter.rb +92 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/ordered_hash.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/ordered_options.rb +81 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/per_thread_registry.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/railtie.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/reloader.rb +129 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/rescuable.rb +165 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/security_utils.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/subscriber.rb +120 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/tagged_logging.rb +78 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/test_case.rb +86 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/assertions.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/autorun.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/constant_lookup.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/declarative.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/deprecation.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/file_fixtures.rb +34 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/isolation.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/method_call_assertions.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/stream.rb +42 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/testing/time_helpers.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/time.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/time_with_zone.rb +498 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/values/time_zone.rb +473 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/version.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/libxml.rb +79 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/vendor/bundle/gems/activesupport-5.0.0/lib/active_support/xml_mini/rexml.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.1/CHANGELOG.md +905 -0
- data/vendor/bundle/gems/activesupport-5.0.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/activesupport-5.0.1/README.rdoc +39 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/all.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/array_inquirer.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/backtrace_cleaner.rb +103 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/benchmarkable.rb +49 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/builder.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache.rb +701 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/file_store.rb +204 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/mem_cache_store.rb +207 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/memory_store.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/null_store.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/strategy/local_cache.rb +172 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/cache/strategy/local_cache_middleware.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/callbacks.rb +791 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concern.rb +142 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concurrency/latch.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/configurable.rb +148 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/access.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/conversions.rb +211 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/extract_options.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/grouping.rb +107 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/inquiry.rb +17 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/prepend_and_append.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/array/wrap.rb +46 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/benchmark.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/big_decimal.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/attribute.rb +128 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/attribute_accessors.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/class/subclasses.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/calculations.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/conversions.rb +95 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date/zones.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/calculations.rb +335 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/compatibility.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/acts_like.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/blank.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/calculations.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/date_time/conversions.rb +105 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/digest/uuid.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/enumerable.rb +124 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/file.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/file/atomic.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/compact.rb +20 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/conversions.rb +262 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/deep_merge.rb +38 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/except.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/indifferent_access.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/keys.rb +170 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/reverse_merge.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/slice.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/hash/transform_values.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/inflections.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/multiple.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/integer/time.rb +29 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/agnostics.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/concern.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/debugger.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/reporting.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/kernel/singleton_class.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/load_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/marshal.rb +22 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/aliasing.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/anonymous.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attr_internal.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +141 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/concerning.rb +135 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/delegation.rb +216 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/deprecation.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/introspection.rb +66 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/method_transplanting.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/qualified_const.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/reachable.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/module/remove_method.rb +35 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/name_error.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/bytes.rb +64 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/conversions.rb +145 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/inquiry.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/numeric/time.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/acts_like.rb +10 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/blank.rb +143 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/conversions.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/deep_dup.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/duplicable.rb +98 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/inclusion.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/instance_variables.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/json.rb +205 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/to_param.rb +1 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/to_query.rb +84 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/try.rb +146 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/object/with_options.rb +69 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/conversions.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/each.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/include_range.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/range/overlaps.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/regexp.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/securerandom.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/access.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/behavior.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/conversions.rb +57 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/exclude.rb +11 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/filters.rb +102 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/indent.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/inflections.rb +244 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/inquiry.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/multibyte.rb +53 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/output_safety.rb +260 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/starts_ends_with.rb +4 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/strip.rb +23 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/string/zones.rb +14 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/struct.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/acts_like.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/calculations.rb +290 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/compatibility.rb +5 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/conversions.rb +67 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/marshal.rb +3 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/time/zones.rb +111 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/core_ext/uri.rb +24 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies.rb +754 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies/autoload.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/dependencies/interlock.rb +55 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation.rb +43 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/behaviors.rb +90 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/instance_delegator.rb +37 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/method_wrappers.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/proxy_wrappers.rb +149 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/deprecation/reporting.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/descendants_tracker.rb +60 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration/iso8601_parser.rb +122 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/duration/iso8601_serializer.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/evented_file_update_checker.rb +194 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/execution_wrapper.rb +126 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/executor.rb +6 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/file_update_checker.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/gem_version.rb +15 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/gzip.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/hash_with_indifferent_access.rb +320 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/i18n.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/i18n_railtie.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflections.rb +70 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector.rb +7 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/inflections.rb +242 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/methods.rb +390 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/inflector/transliterate.rb +112 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json.rb +2 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json/decoding.rb +74 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/json/encoding.rb +127 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/key_generator.rb +71 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/lazy_load_hooks.rb +56 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/log_subscriber.rb +109 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/log_subscriber/test_helper.rb +104 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger.rb +106 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger_silence.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/logger_thread_safe_level.rb +31 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/message_encryptor.rb +114 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/message_verifier.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte.rb +21 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte/chars.rb +231 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/multibyte/unicode.rb +413 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications.rb +212 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications/fanout.rb +157 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/notifications/instrumenter.rb +91 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper.rb +368 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_converter.rb +182 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_currency_converter.rb +44 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_delimited_converter.rb +28 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_human_converter.rb +68 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_human_size_converter.rb +62 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_percentage_converter.rb +12 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_phone_converter.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/number_helper/number_to_rounded_converter.rb +92 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/option_merger.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/ordered_hash.rb +48 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/ordered_options.rb +81 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/per_thread_registry.rb +58 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/proxy_object.rb +13 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/rails.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/railtie.rb +51 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/reloader.rb +129 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/rescuable.rb +167 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/security_utils.rb +27 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/string_inquirer.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/subscriber.rb +120 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/tagged_logging.rb +77 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/test_case.rb +88 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/assertions.rb +99 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/autorun.rb +9 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/constant_lookup.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/declarative.rb +26 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/deprecation.rb +36 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/file_fixtures.rb +34 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/isolation.rb +115 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/method_call_assertions.rb +41 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/setup_and_teardown.rb +50 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/stream.rb +42 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/tagged_logging.rb +25 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/testing/time_helpers.rb +134 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/time.rb +18 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/time_with_zone.rb +499 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/values/time_zone.rb +474 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/version.rb +8 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini.rb +199 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/jdom.rb +181 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/libxml.rb +79 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/libxmlsax.rb +85 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/nokogirisax.rb +87 -0
- data/vendor/bundle/gems/activesupport-5.0.1/lib/active_support/xml_mini/rexml.rb +128 -0
- data/vendor/bundle/gems/arel-7.1.0/History.txt +313 -0
- data/vendor/bundle/gems/arel-7.1.0/MIT-LICENSE.txt +21 -0
- data/vendor/bundle/gems/arel-7.1.0/README.md +284 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/alias_predication.rb +7 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/attributes.rb +20 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/attributes/attribute.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/bind.rb +36 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/plain_string.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/collectors/sql_string.rb +24 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/compatibility/wheres.rb +33 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/crud.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/delete_manager.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/expressions.rb +28 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/factory_methods.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/insert_manager.rb +42 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/math.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes.rb +63 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/and.rb +30 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/ascending.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/binary.rb +50 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/bind_param.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/case.rb +57 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/casted.rb +44 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/count.rb +10 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/delete_statement.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/descending.rb +23 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/equality.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/extract.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/false.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/full_outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/function.rb +43 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/grouping.rb +7 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/in.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/infix_operation.rb +79 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/inner_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/insert_statement.rb +35 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/join_source.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/matches.rb +16 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/named_function.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/node.rb +60 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/over.rb +15 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/regexp.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/right_outer_join.rb +6 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/select_core.rb +63 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/select_statement.rb +39 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/sql_literal.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/string_join.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/table_alias.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/terminal.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/true.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unary.rb +42 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unary_operation.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/unqualified_column.rb +20 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/update_statement.rb +38 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/values.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/window.rb +123 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/nodes/with.rb +10 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/order_predications.rb +13 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/predications.rb +239 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/select_manager.rb +268 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/table.rb +125 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/tree_manager.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/update_manager.rb +57 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors.rb +18 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/bind_substitute.rb +9 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/bind_visitor.rb +39 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/depth_first.rb +198 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/dot.rb +284 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/ibm_db.rb +14 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/informix.rb +56 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/mssql.rb +123 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/mysql.rb +85 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/oracle.rb +141 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/oracle12.rb +59 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/postgresql.rb +84 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/reduce.rb +25 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/sqlite.rb +26 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/to_sql.rb +865 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/visitor.rb +41 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/visitors/where_sql.rb +21 -0
- data/vendor/bundle/gems/arel-7.1.0/lib/arel/window_predications.rb +9 -0
- data/vendor/bundle/gems/builder-3.2.2/CHANGES +107 -0
- data/vendor/bundle/gems/builder-3.2.2/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/builder-3.2.2/README.md +258 -0
- data/vendor/bundle/gems/builder-3.2.2/Rakefile +195 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-1.2.4.rdoc +31 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-2.0.0.rdoc +46 -0
- data/vendor/bundle/gems/builder-3.2.2/doc/releases/builder-2.1.1.rdoc +58 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/blankslate.rb +137 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder.rb +13 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/blankslate.rb +23 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/version.rb +8 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xchar.rb +197 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlbase.rb +199 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlevents.rb +63 -0
- data/vendor/bundle/gems/builder-3.2.2/lib/builder/xmlmarkup.rb +339 -0
- data/vendor/bundle/gems/builder-3.2.2/rakelib/publish.rake +17 -0
- data/vendor/bundle/gems/builder-3.2.2/rakelib/tags.rake +62 -0
- data/vendor/bundle/gems/builder-3.2.2/test/performance.rb +41 -0
- data/vendor/bundle/gems/builder-3.2.2/test/preload.rb +39 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_blankslate.rb +217 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_eventbuilder.rb +150 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_markupbuilder.rb +611 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_method_caching.rb +62 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_namecollision.rb +39 -0
- data/vendor/bundle/gems/builder-3.2.2/test/test_xchar.rb +78 -0
- data/vendor/bundle/gems/coderay-1.1.1/README_INDEX.rdoc +123 -0
- data/vendor/bundle/gems/coderay-1.1.1/Rakefile +37 -0
- data/vendor/bundle/gems/coderay-1.1.1/bin/coderay +215 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay.rb +284 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/duo.rb +81 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/_map.rb +17 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/comment_filter.rb +25 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/count.rb +39 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug.rb +49 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/debug_lint.rb +63 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/div.rb +23 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/encoder.rb +190 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/filter.rb +58 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html.rb +333 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/css.rb +65 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/numbering.rb +108 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/html/output.rb +166 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/json.rb +83 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lines_of_code.rb +45 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/lint.rb +59 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/null.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/page.rb +24 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/span.rb +23 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/statistic.rb +95 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/terminal.rb +195 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/text.rb +46 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/token_kind_filter.rb +111 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/xml.rb +72 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/encoders/yaml.rb +50 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/for_redcloth.rb +95 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/file_type.rb +151 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin.rb +55 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/plugin_host.rb +221 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/helpers/word_list.rb +72 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners.rb +27 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/_map.rb +24 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/c.rb +189 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/clojure.rb +217 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/cpp.rb +215 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/css.rb +196 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/debug.rb +75 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/delphi.rb +144 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/diff.rb +221 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/erb.rb +81 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/go.rb +208 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/groovy.rb +268 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/haml.rb +168 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/html.rb +275 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java.rb +174 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java/builtin_types.rb +421 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/java_script.rb +237 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/json.rb +98 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/lua.rb +280 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/php.rb +527 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/python.rb +287 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/raydebug.rb +75 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby.rb +477 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/patterns.rb +178 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/ruby/string_state.rb +79 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sass.rb +232 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/scanner.rb +337 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/sql.rb +169 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/taskpaper.rb +36 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/text.rb +26 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/xml.rb +17 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/scanners/yaml.rb +140 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles.rb +15 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/_map.rb +7 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/alpha.rb +153 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/styles/style.rb +18 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/token_kinds.rb +85 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens.rb +161 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/tokens_proxy.rb +55 -0
- data/vendor/bundle/gems/coderay-1.1.1/lib/coderay/version.rb +3 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/basic.rb +318 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/examples.rb +129 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/for_redcloth.rb +78 -0
- data/vendor/bundle/gems/coderay-1.1.1/test/functional/suite.rb +15 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/CHANGELOG.md +343 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/LICENSE.txt +21 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/README.md +257 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent.rb +130 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/array.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/async.rb +445 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atom.rb +221 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/abstract_thread_local_var.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_fixnum.rb +133 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/atomic_reference.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/count_down_latch.rb +77 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/cyclic_barrier.rb +108 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/event.rb +89 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/java_thread_local_var.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_atomic_fixnum.rb +91 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/ruby_thread_local_var.rb +172 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/semaphore.rb +113 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic/thread_local_var.rb +102 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby+truffle.rb +1 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/atomics.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/logging.rb +27 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/obligation.rb +219 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/configuration.rb +153 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/dataflow.rb +80 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/delay.rb +197 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/edge.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/errors.rb +46 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/exchanger.rb +356 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executor/timer_set.rb +164 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/future.rb +138 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/hash.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/ivar.rb +208 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/lazy_register.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/map.rb +238 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/mutable_struct.rb +228 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/options.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/promise.rb +543 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/settable_struct.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/condition.rb +55 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lock.rb +33 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/object.rb +152 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/rbx_object.rb +47 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_lockable_object.rb +9 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/truffle_object.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/synchronization/volatile.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util.rb +14 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/timer_task.rb +331 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/utility/processor_counter.rb +158 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.2/lib/concurrent/version.rb +4 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/CHANGELOG.md +371 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/LICENSE.txt +21 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/README.md +247 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent.rb +130 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/agent.rb +587 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/array.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/async.rb +445 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atom.rb +222 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/abstract_thread_local_var.rb +64 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_boolean.rb +116 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_fixnum.rb +137 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/atomic_reference.rb +49 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/event.rb +89 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/java_count_down_latch.rb +39 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/java_thread_local_var.rb +37 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_atomic_boolean.rb +60 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_count_down_latch.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/mutex_semaphore.rb +115 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/read_write_lock.rb +253 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/reentrant_read_write_lock.rb +377 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/ruby_thread_local_var.rb +161 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/semaphore.rb +113 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic/thread_local_var.rb +104 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/concurrent_update_error.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/direct_update.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/jruby+truffle.rb +2 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/jruby.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/mutex_atomic.rb +61 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/rbx.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomic_reference/ruby.rb +32 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/atomics.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/non_concurrent_map_backend.rb +141 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/collection/ruby_non_concurrent_priority_queue.rb +150 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/logging.rb +27 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/configuration.rb +188 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/constants.rb +8 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/dataflow.rb +80 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/delay.rb +197 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/edge.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/errors.rb +69 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/exchanger.rb +356 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/abstract_executor_service.rb +134 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/fixed_thread_pool.rb +206 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_single_thread_executor.rb +29 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/java_thread_pool_executor.rb +120 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_executor_service.rb +78 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_single_thread_executor.rb +22 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/ruby_thread_pool_executor.rb +362 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/simple_executor_service.rb +100 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/single_thread_executor.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/thread_pool_executor.rb +87 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executor/timer_set.rb +175 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/executors.rb +20 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/future.rb +138 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/hash.rb +36 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/immutable_struct.rb +93 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/ivar.rb +208 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/lazy_register.rb +81 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/map.rb +240 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/maybe.rb +229 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/mutable_struct.rb +228 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/mvar.rb +242 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/options.rb +42 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/promise.rb +547 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/scheduled_task.rb +318 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/settable_struct.rb +128 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_lockable_object.rb +98 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_object.rb +24 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/abstract_struct.rb +157 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/condition.rb +55 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/jruby_lockable_object.rb +13 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/jruby_object.rb +44 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/lock.rb +33 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/lockable_object.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/mri_lockable_object.rb +71 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/mri_object.rb +43 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/object.rb +152 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/rbx_lockable_object.rb +65 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/rbx_object.rb +48 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/truffle_lockable_object.rb +9 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/truffle_object.rb +31 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/synchronization/volatile.rb +34 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/synchronized_delegator.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/array_hash_rbx.rb +30 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/striped64.rb +241 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/timer_task.rb +331 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/tuple.rb +86 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/tvar.rb +258 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/at_exit.rb +97 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/engine.rb +56 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/monotonic_time.rb +58 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/native_extension_loader.rb +73 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/native_integer.rb +53 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/utility/processor_counter.rb +160 -0
- data/vendor/bundle/gems/concurrent-ruby-1.0.4/lib/concurrent/version.rb +4 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Contributing.rdoc +64 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Gemfile +20 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/History.rdoc +152 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/License.rdoc +39 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Manifest.txt +38 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/README.rdoc +85 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/Rakefile +41 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/autotest/discover.rb +1 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/bin/htmldiff +32 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/bin/ldiff +6 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/docs/COPYING.txt +339 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/docs/artistic.txt +127 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs.rb +805 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/callbacks.rb +322 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/change.rb +177 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/htmldiff.rb +149 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/hunk.rb +276 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/internals.rb +301 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/ldiff.rb +195 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/change_spec.rb +65 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/diff_spec.rb +47 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/hunk_spec.rb +72 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/issues_spec.rb +24 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/lcs_spec.rb +54 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/patch_spec.rb +414 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/spec_helper.rb +290 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/gems/diff-lcs-1.2.5/spec/traverse_sequences_spec.rb +139 -0
- data/vendor/bundle/gems/docile-1.1.5/Gemfile +4 -0
- data/vendor/bundle/gems/docile-1.1.5/HISTORY.md +61 -0
- data/vendor/bundle/gems/docile-1.1.5/LICENSE +21 -0
- data/vendor/bundle/gems/docile-1.1.5/README.md +241 -0
- data/vendor/bundle/gems/docile-1.1.5/Rakefile +28 -0
- data/vendor/bundle/gems/docile-1.1.5/docile.gemspec +43 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile.rb +84 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/chaining_fallback_context_proxy.rb +20 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/execution.rb +35 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/fallback_context_proxy.rb +63 -0
- data/vendor/bundle/gems/docile-1.1.5/lib/docile/version.rb +4 -0
- data/vendor/bundle/gems/docile-1.1.5/on_what.rb +14 -0
- data/vendor/bundle/gems/docile-1.1.5/spec/docile_spec.rb +339 -0
- data/vendor/bundle/gems/docile-1.1.5/spec/spec_helper.rb +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/CHANGES.txt +828 -0
- data/vendor/bundle/gems/erubis-2.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/README.txt +102 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/Makefile +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench.rb +313 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/bench_context.yaml +141 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_footer.html +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/_header.html +52 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erb.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_erubis.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/benchmark/templates/bench_eruby.rhtml +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/bin/erubis +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis +3468 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/erubis-run.rb +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/contrib/inline-require +179 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView.html +105 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ActionView/TemplateHandlers/ErubisHandler.html +209 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/ERB.html +101 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis.html +362 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ArrayEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic.html +112 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Converter.html +327 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Basic/Engine.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEnhancer.html +215 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/BiPatternEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CommandOptionError.html +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Context.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Converter.html +283 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/CppGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEnhancer.html +150 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/DeleteIndentEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ec.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ecpp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejava.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ejavascript.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Engine.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eperl.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Ephp.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEnhancer.html +175 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErboutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/ErubisError.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Eruby.html +132 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapeEnhancer.html +165 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEc.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEcpp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjava.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEjavascript.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEperl.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEphp.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEruby.html +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/EscapedEscheme.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Escheme.html +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Evaluator.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/FastEruby.html +131 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Generator.html +416 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEnhancer.html +267 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/HeaderFooterEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsFormHelper.html +787 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper.html +349 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Helpers/RailsHelper/TemplateConverter.html +213 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEnhancer.html +305 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/InterpolationEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavaGenerator.html +359 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/JavascriptGenerator.html +386 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/Main.html +341 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEnhancer.html +249 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoCodeEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEnhancer.html +159 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NoTextEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/NotSupportedError.html +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedGenerator.html +439 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/OptimizedXmlEruby.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI.html +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Converter.html +266 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ec.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ecpp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejava.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ejavascript.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Engine.html +122 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eperl.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Ephp.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Eruby.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/Escheme.html +166 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PI/TinyEruby.html +293 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEnhancer.html +163 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PercentLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PerlGenerator.html +344 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PhpGenerator.html +350 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEnhancer.html +210 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrefixedLineEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingEruby.html +183 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PreprocessingHelper.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEnhancer.html +212 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintEnabledEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEnhancer.html +244 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/PrintOutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyEvaluator.html +227 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/RubyGenerator.html +328 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SchemeGenerator.html +382 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifiedEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/SimplifyEnhancer.html +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEnhancer.html +173 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StdoutSimplifiedEruby.html +121 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEnhancer.html +174 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringBufferEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/StringIOEruby.html +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/TinyEruby.html +298 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlEruby.html +130 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Erubis/XmlHelper.html +255 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/classes/Kernel.html +155 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/created.rid +1 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/README_txt.html +247 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/context_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/converter_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ec_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ecpp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejava_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ejavascript_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/enhanced_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eperl_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/ephp_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/eruby_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/escheme_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine/optimized_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/engine_rb.html +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/enhancer_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/error_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/evaluator_rb.html +115 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/generator_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_form_helper_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/helpers/rails_helper_rb.html +116 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/local-setting_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/main_rb.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/preprocessing_rb.html +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/tiny_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis/util_rb.html +107 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/files/erubis_rb.html +118 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_class_index.html +129 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_file_index.html +53 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/fr_method_index.html +265 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/index.html +24 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc-api/rdoc-style.css +208 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc/docstyle.css +209 -0
- data/vendor/bundle/gems/erubis-2.7.0/doc/users-guide.html +3551 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/Makefile +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ecpp +33 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/basic/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/Makefile +54 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ec +42 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejava +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ejs +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eperl +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.ephp +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.eruby +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/examples/pi/example.escheme +26 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/context.rb +83 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/converter.rb +357 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine.rb +120 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ec.rb +117 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ecpp.rb +113 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejava.rb +110 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ejavascript.rb +119 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/enhanced.rb +126 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eperl.rb +95 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/ephp.rb +99 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/eruby.rb +125 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/escheme.rb +114 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/engine/optimized.rb +127 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/enhancer.rb +723 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/error.rb +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/evaluator.rb +88 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/generator.rb +85 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helper.rb +47 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_form_helper.rb +197 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/helpers/rails_helper.rb +353 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/local-setting.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/main.rb +516 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/preprocessing.rb +58 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/tiny.rb +144 -0
- data/vendor/bundle/gems/erubis-2.7.0/lib/erubis/util.rb +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/setup.rb +1331 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/assert-text-equal.rb +44 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/Example.ejava +55 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/array_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/arraybuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern-example.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bipattern_example.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/bufvar-example.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.rb +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/context.yaml +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.rb +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/def_method.result +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/escape_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ec +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ecpp +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ejs +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eperl +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.ephp +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example.escheme +28 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.rb +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.rb +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10.xhtml +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example10_x.result +17 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.php +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.result +23 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11.rhtml +21 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_C.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_N.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_U.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example11_php.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example1_x.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.eruby +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2.result +27 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_trim.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example2_x.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3.rb +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example31.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example32.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example3_e.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4.result +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example4_x.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.rb +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example5.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.rb +12 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example6.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example7.eruby +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example71.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example72.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8.eruby +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_ruby.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example8_yaml.result +7 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example9.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example91.result +5 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example92.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_c.result +32 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_java.result +56 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_js.result +22 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_perl.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_php.result +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme.result +30 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/example_scheme_display.result +29 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby-example.result +18 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rb +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.result +38 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/fasteruby.rhtml +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter-example2.rhtml +10 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/headerfooter_example2.result +13 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/interpolation_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program1.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/main_program2.result +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/nocode_example.result +15 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal-eruby-test.eruby +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/normal_eruby_test.result +11 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.eruby +14 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-example.php +19 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext-php.result +20 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/notext_example.result +16 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/percentline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rb +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline-example.rhtml +6 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/prefixedline_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenable_example.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.eruby +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printenabled-example.rb +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/printstatement_example.result +8 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/simplify_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stderr.log +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stdout_exmple.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/stringbuffer_example.result +9 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tail_260.result +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/tailnewline.rhtml +3 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template1.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/data/users-guide/template2.rhtml +4 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-engines.rb +425 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-enhancers.rb +646 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-erubis.rb +887 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-index-cgi.rb +191 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-main.rb +752 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test-users-guide.rb +73 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/test.rb +45 -0
- data/vendor/bundle/gems/erubis-2.7.0/test/testutil.rb +111 -0
- data/vendor/bundle/gems/globalid-0.3.6/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id.rb +8 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/global_id.rb +71 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/identification.rb +25 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/locator.rb +182 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/railtie.rb +40 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/signed_global_id.rb +89 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/global_id/uri/gid.rb +177 -0
- data/vendor/bundle/gems/globalid-0.3.6/lib/globalid.rb +2 -0
- data/vendor/bundle/gems/i18n-0.7.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/i18n-0.7.0/README.md +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-3.2.x.lock +27 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.0.x.lock +33 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.1.x.lock +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-4.2.x.lock +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/gemfiles/Gemfile.rails-master.lock +40 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n.rb +341 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/base.rb +189 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/cache.rb +96 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/fallbacks.rb +69 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/gettext.rb +72 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/key_value.rb +100 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/metadata.rb +65 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/simple.rb +87 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/backend/transliterator.rb +99 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/config.rb +140 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext.rb +25 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext/helpers.rb +64 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/basics.rb +59 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/defaults.rb +40 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/interpolation.rb +133 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/date.rb +91 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/gems/i18n-0.7.0/lib/i18n/version.rb +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/chain_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/override_test.rb +42 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/api/simple_test.rb +28 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/cache_test.rb +86 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/chain_test.rb +91 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/fallbacks_test.rb +152 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/key_value_test.rb +43 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/memoize_test.rb +47 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/simple_test.rb +84 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/core_ext/hash_test.rb +30 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/gettext/api_test.rb +207 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/exceptions_test.rb +105 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/interpolate_test.rb +80 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/i18n_test.rb +429 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/run_all.rb +20 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/gems/i18n-0.7.0/test/test_helper.rb +55 -0
- data/vendor/bundle/gems/json-2.0.1/CHANGES.md +371 -0
- data/vendor/bundle/gems/json-2.0.1/Gemfile +9 -0
- data/vendor/bundle/gems/json-2.0.1/README-json-jruby.md +33 -0
- data/vendor/bundle/gems/json-2.0.1/README.md +392 -0
- data/vendor/bundle/gems/json-2.0.1/Rakefile +409 -0
- data/vendor/bundle/gems/json-2.0.1/VERSION +1 -0
- data/vendor/bundle/gems/json-2.0.1/data/example.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/data/index.html +38 -0
- data/vendor/bundle/gems/json-2.0.1/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/Makefile +196 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/fbuffer/fbuffer.h +190 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.c +1442 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.h +172 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.c +2081 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.h +90 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/ext/parser/parser.rl +841 -0
- data/vendor/bundle/gems/json-2.0.1/ext/json/extconf.rb +2 -0
- data/vendor/bundle/gems/json-2.0.1/install.rb +23 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Parser.java +2344 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Parser.rl +875 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/gems/json-2.0.1/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/gems/json-2.0.1/json-java.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.1/json.gemspec +0 -0
- data/vendor/bundle/gems/json-2.0.1/json_pure.gemspec +37 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json.rb +63 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/core.rb +12 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/common.rb +456 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/pure/parser.rb +307 -0
- data/vendor/bundle/gems/json-2.0.1/lib/json/version.rb +9 -0
- data/vendor/bundle/gems/json-2.0.1/references/rfc7159.txt +899 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-2.0.1/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_addition_test.rb +193 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_encoding_test.rb +105 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_generator_test.rb +376 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_parser_test.rb +448 -0
- data/vendor/bundle/gems/json-2.0.1/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/gems/json-2.0.1/tests/test_helper.rb +23 -0
- data/vendor/bundle/gems/json-2.0.1/tools/diff.sh +18 -0
- data/vendor/bundle/gems/json-2.0.1/tools/fuzz.rb +131 -0
- data/vendor/bundle/gems/json-2.0.1/tools/server.rb +62 -0
- data/vendor/bundle/gems/json-2.0.2/CHANGES.md +375 -0
- data/vendor/bundle/gems/json-2.0.2/Gemfile +9 -0
- data/vendor/bundle/gems/json-2.0.2/README-json-jruby.md +33 -0
- data/vendor/bundle/gems/json-2.0.2/README.md +392 -0
- data/vendor/bundle/gems/json-2.0.2/Rakefile +410 -0
- data/vendor/bundle/gems/json-2.0.2/VERSION +1 -0
- data/vendor/bundle/gems/json-2.0.2/data/example.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/data/index.html +38 -0
- data/vendor/bundle/gems/json-2.0.2/data/prototype.js +4184 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/Makefile +196 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/fbuffer/fbuffer.h +190 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/depend +1 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/extconf.rb +4 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.c +1443 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.h +172 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/generator/generator.o +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/Makefile +262 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/depend +1 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/extconf.rb +6 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.c +2084 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.h +90 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.o +0 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/ext/parser/parser.rl +844 -0
- data/vendor/bundle/gems/json-2.0.2/ext/json/extconf.rb +2 -0
- data/vendor/bundle/gems/json-2.0.2/install.rb +23 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/ByteListTranscoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Generator.java +443 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorMethods.java +231 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorService.java +42 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/GeneratorState.java +490 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/OptionsReader.java +113 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Parser.java +2347 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Parser.rl +878 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/ParserService.java +34 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/RuntimeInfo.java +116 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/StringDecoder.java +166 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/StringEncoder.java +111 -0
- data/vendor/bundle/gems/json-2.0.2/java/src/json/ext/Utils.java +88 -0
- data/vendor/bundle/gems/json-2.0.2/json-java.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.2/json.gemspec +0 -0
- data/vendor/bundle/gems/json-2.0.2/json_pure.gemspec +38 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json.rb +63 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/bigdecimal.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/complex.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/core.rb +12 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/date.rb +34 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/date_time.rb +50 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/exception.rb +31 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/ostruct.rb +31 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/range.rb +29 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/rational.rb +28 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/regexp.rb +30 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/struct.rb +30 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/symbol.rb +25 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/add/time.rb +38 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/common.rb +456 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext/generator.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/ext/parser.bundle +0 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/generic_object.rb +71 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure/generator.rb +458 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/pure/parser.rb +307 -0
- data/vendor/bundle/gems/json-2.0.2/lib/json/version.rb +9 -0
- data/vendor/bundle/gems/json-2.0.2/references/rfc7159.txt +899 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail10.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail11.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail12.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail13.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail14.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail18.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail19.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail2.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail20.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail21.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail22.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail23.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail24.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail25.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail27.json +2 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail28.json +2 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail3.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail4.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail5.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail6.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail7.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail8.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/fail9.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/obsolete_fail1.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass1.json +56 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass15.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass16.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass17.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass2.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass26.json +1 -0
- data/vendor/bundle/gems/json-2.0.2/tests/fixtures/pass3.json +6 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_addition_test.rb +193 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_common_interface_test.rb +126 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_encoding_test.rb +105 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_ext_parser_test.rb +15 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_fixtures_test.rb +32 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_generator_test.rb +376 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_generic_object_test.rb +82 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_parser_test.rb +466 -0
- data/vendor/bundle/gems/json-2.0.2/tests/json_string_matching_test.rb +38 -0
- data/vendor/bundle/gems/json-2.0.2/tests/test_helper.rb +23 -0
- data/vendor/bundle/gems/json-2.0.2/tools/diff.sh +18 -0
- data/vendor/bundle/gems/json-2.0.2/tools/fuzz.rb +131 -0
- data/vendor/bundle/gems/json-2.0.2/tools/server.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/CHANGELOG.rdoc +222 -0
- data/vendor/bundle/gems/loofah-2.0.3/Gemfile +20 -0
- data/vendor/bundle/gems/loofah-2.0.3/MIT-LICENSE.txt +23 -0
- data/vendor/bundle/gems/loofah-2.0.3/Manifest.txt +37 -0
- data/vendor/bundle/gems/loofah-2.0.3/README.rdoc +314 -0
- data/vendor/bundle/gems/loofah-2.0.3/Rakefile +74 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/benchmark.rb +149 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/fragment.html +96 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/helper.rb +73 -0
- data/vendor/bundle/gems/loofah-2.0.3/benchmark/www.slashdot.com.html +2560 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah.rb +82 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/elements.rb +17 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/helpers.rb +93 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html/document.rb +18 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html/document_fragment.rb +40 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html5/scrub.rb +96 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/html5/whitelist.rb +179 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/instance_methods.rb +127 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/metahelpers.rb +13 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/scrubber.rb +122 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/scrubbers.rb +261 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/xml/document.rb +13 -0
- data/vendor/bundle/gems/loofah-2.0.3/lib/loofah/xml/document_fragment.rb +23 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/assets/testdata_sanitizer_tests1.dat +501 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/helper.rb +18 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/html5/test_sanitizer.rb +290 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_ad_hoc.rb +176 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_helpers.rb +43 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_html.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_scrubbers.rb +354 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/integration/test_xml.rb +55 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_api.rb +142 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_encoding.rb +20 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_helpers.rb +62 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_scrubber.rb +229 -0
- data/vendor/bundle/gems/loofah-2.0.3/test/unit/test_scrubbers.rb +14 -0
- data/vendor/bundle/gems/mail-2.6.4/CHANGELOG.rdoc +787 -0
- data/vendor/bundle/gems/mail-2.6.4/CONTRIBUTING.md +60 -0
- data/vendor/bundle/gems/mail-2.6.4/Dependencies.txt +2 -0
- data/vendor/bundle/gems/mail-2.6.4/Gemfile +11 -0
- data/vendor/bundle/gems/mail-2.6.4/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/mail-2.6.4/README.md +719 -0
- data/vendor/bundle/gems/mail-2.6.4/Rakefile +29 -0
- data/vendor/bundle/gems/mail-2.6.4/TODO.rdoc +9 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail.rb +98 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/attachments_list.rb +106 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/body.rb +316 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/check_delivery_params.rb +21 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/configuration.rb +76 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/constants.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/smtp.rb +25 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string.rb +21 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string/access.rb +146 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/core_extensions/string/multibyte.rb +79 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements.rb +15 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/address.rb +247 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/address_list.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_disposition_element.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_location_element.rb +22 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_transfer_encoding_element.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/content_type_element.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/date_time_element.rb +23 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/envelope_from_element.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/message_ids_element.rb +26 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/mime_version_element.rb +23 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/phrase_list.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/elements/received_element.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings.rb +287 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/7bit.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/8bit.rb +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/base64.rb +39 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/binary.rb +32 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/quoted_printable.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/transfer_encoding.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/encodings/unix_to_unix.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/envelope.rb +31 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/field.rb +262 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/field_list.rb +34 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/bcc_field.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/comments_field.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/address_container.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_address.rb +136 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_date.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_field.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/common_message_id.rb +49 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/common/parameter_hash.rb +59 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_description_field.rb +20 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_disposition_field.rb +71 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_id_field.rb +63 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_location_field.rb +43 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_transfer_encoding_field.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/content_type_field.rb +202 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/date_field.rb +58 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/in_reply_to_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/keywords_field.rb +44 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/message_id_field.rb +83 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/mime_version_field.rb +54 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/optional_field.rb +14 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/received_field.rb +76 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/references_field.rb +57 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/reply_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_bcc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_cc_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_date_field.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_from_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_message_id_field.rb +35 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_sender_field.rb +62 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/resent_to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/return_path_field.rb +65 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/sender_field.rb +67 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/structured_field.rb +52 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/subject_field.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/to_field.rb +55 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/fields/unstructured_field.rb +205 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/header.rb +276 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/indifferent_hash.rb +147 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/mail.rb +270 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/matchers/attachment_matchers.rb +29 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/matchers/has_sent_mail.rb +181 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/message.rb +2160 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte.rb +43 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/chars.rb +475 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/exceptions.rb +9 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/unicode.rb +405 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/multibyte/utils.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network.rb +15 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/exim.rb +53 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/file_delivery.rb +46 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/sendmail.rb +90 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/smtp.rb +143 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/smtp_connection.rb +62 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/delivery_methods/test_mailer.rb +45 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/base.rb +64 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/imap.rb +174 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/pop3.rb +141 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/network/retriever_methods/test_retriever.rb +44 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers.rb +27 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/address_lists_parser.rb +133 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_disposition_parser.rb +68 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_location_parser.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_transfer_encoding_parser.rb +34 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/content_type_parser.rb +67 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/date_time_parser.rb +39 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/envelope_from_parser.rb +46 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/message_ids_parser.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/mime_version_parser.rb +42 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/phrase_lists_parser.rb +36 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel.rb +18 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/common.rl +185 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/date_time.rl +30 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/parser_info.rb +61 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby.rb +40 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb +14864 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/address_lists_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb +751 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_disposition_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb +614 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_location_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb +447 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_transfer_encoding_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb +825 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/content_type_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb +817 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/date_time_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb +2149 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/envelope_from_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb +1570 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/message_ids_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb +440 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/mime_version_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb +564 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/phrase_lists_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/rb_actions.rl +51 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/received_machine.rb +5144 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/machines/received_machine.rb.rl +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/ragel/ruby/parser.rb.rl.erb +37 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parsers/received_parser.rb +49 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/part.rb +123 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/parts_list.rb +75 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/utilities.rb +279 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/values/unicode_tables.dat +0 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version.rb +17 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version_specific/ruby_1_8.rb +126 -0
- data/vendor/bundle/gems/mail-2.6.4/lib/mail/version_specific/ruby_1_9.rb +223 -0
- data/vendor/bundle/gems/method_source-0.8.2/Gemfile +2 -0
- data/vendor/bundle/gems/method_source-0.8.2/LICENSE +25 -0
- data/vendor/bundle/gems/method_source-0.8.2/README.markdown +91 -0
- data/vendor/bundle/gems/method_source-0.8.2/Rakefile +79 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source.rb +141 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/code_helpers.rb +154 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/source_location.rb +138 -0
- data/vendor/bundle/gems/method_source-0.8.2/lib/method_source/version.rb +3 -0
- data/vendor/bundle/gems/method_source-0.8.2/method_source.gemspec +33 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test.rb +138 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test_code_helpers.rb +41 -0
- data/vendor/bundle/gems/method_source-0.8.2/test/test_helper.rb +98 -0
- data/vendor/bundle/gems/mime-types-3.1/Code-of-Conduct.rdoc +74 -0
- data/vendor/bundle/gems/mime-types-3.1/Contributing.rdoc +130 -0
- data/vendor/bundle/gems/mime-types-3.1/History.rdoc +658 -0
- data/vendor/bundle/gems/mime-types-3.1/Licence.rdoc +25 -0
- data/vendor/bundle/gems/mime-types-3.1/Manifest.txt +31 -0
- data/vendor/bundle/gems/mime-types-3.1/README.rdoc +202 -0
- data/vendor/bundle/gems/mime-types-3.1/Rakefile +254 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime-types.rb +1 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/type.rb +573 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/type/columnar.rb +55 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types.rb +228 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/_columnar.rb +135 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/cache.rb +56 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/columnar.rb +1 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/container.rb +30 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/deprecations.rb +32 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/full.rb +17 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/loader.rb +148 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/logger.rb +37 -0
- data/vendor/bundle/gems/mime-types-3.1/lib/mime/types/registry.rb +81 -0
- data/vendor/bundle/gems/mime-types-3.1/test/bad-fixtures/malformed +9 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/json.json +1 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/old-data +9 -0
- data/vendor/bundle/gems/mime-types-3.1/test/fixture/yaml.yaml +55 -0
- data/vendor/bundle/gems/mime-types-3.1/test/minitest_helper.rb +13 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_type.rb +603 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types.rb +161 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_cache.rb +109 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_class.rb +155 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_lazy.rb +43 -0
- data/vendor/bundle/gems/mime-types-3.1/test/test_mime_types_loader.rb +32 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Code-of-Conduct.md +75 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Contributing.md +157 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/History.md +351 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Licence.md +25 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Manifest.txt +18 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/README.md +61 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/Rakefile +80 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime-types.json +1 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.content_type.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.docs.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.encoding.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.flags.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.friendly.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.pext.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.use_instead.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/data/mime.xrefs.column +1964 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/lib/mime-types-data.rb +3 -0
- data/vendor/bundle/gems/mime-types-data-3.2016.0521/lib/mime/types/data.rb +21 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/CHANGELOG.md +182 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/Gemfile +4 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/LICENSE.txt +20 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/README.md +199 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/Rakefile +25 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/appveyor.yml +24 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2.rb +2 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2/mini_portile.rb +507 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/lib/mini_portile2/version.rb +3 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/mini_portile2.gemspec +37 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/git/config +4 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/patch 1.diff +7 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/test mini portile-1.0.0/configure +11 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/assets/test-download-archive.tar.gz +1 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/helper.rb +52 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_cook.rb +77 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_digest.rb +69 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_download.rb +71 -0
- data/vendor/bundle/gems/mini_portile2-2.1.0/test/test_proxy.rb +121 -0
- data/vendor/bundle/gems/minitest-5.10.1/History.rdoc +1207 -0
- data/vendor/bundle/gems/minitest-5.10.1/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.10.1/README.rdoc +660 -0
- data/vendor/bundle/gems/minitest-5.10.1/Rakefile +86 -0
- data/vendor/bundle/gems/minitest-5.10.1/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/hoe/minitest.rb +32 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest.rb +842 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/assertions.rb +688 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/benchmark.rb +424 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/expectations.rb +284 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/hell.rb +17 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/mock.rb +232 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/parallel.rb +69 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/spec.rb +331 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/test.rb +282 -0
- data/vendor/bundle/gems/minitest-5.10.1/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/metametameta.rb +101 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_mock.rb +512 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_reporter.rb +281 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_spec.rb +970 -0
- data/vendor/bundle/gems/minitest-5.10.1/test/minitest/test_minitest_test.rb +2058 -0
- data/vendor/bundle/gems/minitest-5.9.0/History.rdoc +1176 -0
- data/vendor/bundle/gems/minitest-5.9.0/Manifest.txt +26 -0
- data/vendor/bundle/gems/minitest-5.9.0/README.rdoc +656 -0
- data/vendor/bundle/gems/minitest-5.9.0/Rakefile +72 -0
- data/vendor/bundle/gems/minitest-5.9.0/design_rationale.rb +52 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/hoe/minitest.rb +26 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest.rb +815 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/assertions.rb +674 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/benchmark.rb +424 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/expectations.rb +284 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/hell.rb +17 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/mock.rb +232 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/parallel.rb +69 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/spec.rb +331 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/test.rb +284 -0
- data/vendor/bundle/gems/minitest-5.9.0/lib/minitest/unit.rb +45 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/metametameta.rb +90 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_mock.rb +512 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_reporter.rb +281 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_spec.rb +967 -0
- data/vendor/bundle/gems/minitest-5.9.0/test/minitest/test_minitest_test.rb +1983 -0
- data/vendor/bundle/gems/nio4r-1.2.1/CHANGES.md +113 -0
- data/vendor/bundle/gems/nio4r-1.2.1/Gemfile +15 -0
- data/vendor/bundle/gems/nio4r-1.2.1/LICENSE.txt +20 -0
- data/vendor/bundle/gems/nio4r-1.2.1/README.md +196 -0
- data/vendor/bundle/gems/nio4r-1.2.1/Rakefile +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/examples/echo_server.rb +46 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/Changes +517 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/LICENSE +37 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/README +58 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/README.embed +3 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev.c +5187 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev.h +854 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_epoll.c +282 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_kqueue.c +214 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_poll.c +148 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_port.c +185 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_select.c +314 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_vars.h +204 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_win32.c +162 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/ev_wrap.h +200 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/libev/test_libev_win32.c +123 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/Makefile +261 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/extconf.rb +41 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/libev.h +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/monitor.c +253 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/monitor.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r.h +59 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.bundle +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.c +16 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/nio4r_ext.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/org/nio4r/Nio4r.java +473 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/selector.c +480 -0
- data/vendor/bundle/gems/nio4r-1.2.1/ext/nio4r/selector.o +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio.rb +33 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/monitor.rb +55 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/selector.rb +128 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio/version.rb +5 -0
- data/vendor/bundle/gems/nio4r-1.2.1/lib/nio4r_ext.bundle +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/logo.png +0 -0
- data/vendor/bundle/gems/nio4r-1.2.1/nio4r.gemspec +28 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/acceptables_spec.rb +32 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/monitor_spec.rb +113 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/pipe_spec.rb +38 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/ssl_socket_spec.rb +162 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/tcp_socket_spec.rb +88 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selectables/udp_socket_spec.rb +31 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/nio/selector_spec.rb +187 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/spec_helper.rb +9 -0
- data/vendor/bundle/gems/nio4r-1.2.1/spec/support/selectable_examples.rb +58 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/extension.rake +11 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/rspec.rake +7 -0
- data/vendor/bundle/gems/nio4r-1.2.1/tasks/rubocop.rake +3 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/CHANGELOG.rdoc +1147 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/CONTRIBUTING.md +42 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/C_CODING_STYLE.rdoc +33 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Gemfile +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/LICENSE.txt +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Manifest.txt +364 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/README.md +166 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ROADMAP.md +111 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Rakefile +376 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/STANDARD_RESPONSES.md +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/Y_U_NO_GEMSPEC.md +155 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/appveyor.yml +22 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/bin/nokogiri +118 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/build_all +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/dependencies.yml +29 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/Makefile +623 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/depend +358 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/extconf.rb +688 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.c +170 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.c +279 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_element_description.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.c +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_entity_lookup.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.c +116 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.c +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/html_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.c +145 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.h +131 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/nokogiri.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.c +94 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attr.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_attribute_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_cdata.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.c +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_comment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.c +606 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.h +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.c +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_document_fragment.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.c +202 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_dtd.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.c +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_content.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_element_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.c +79 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.h +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_encoding_handler.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.c +110 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_decl.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_entity_reference.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.c +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.h +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_io.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.c +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.h +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_libxml2_hacks.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.c +117 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_namespace.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.c +1679 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.c +485 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_node_set.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.c +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_processing_instruction.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.c +668 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_reader.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.c +161 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_relax_ng.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.c +309 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.h +39 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.c +262 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_parser_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.c +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_sax_push_parser.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.c +205 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_schema.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.c +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.h +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_syntax_error.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.c +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.h +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_text.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.c +298 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.h +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xml_xpath_context.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.c +270 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.h +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/ext/nokogiri/xslt_stylesheet.o +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri.rb +144 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css.rb +27 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/node.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser.rb +732 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser.y +261 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/parser_extras.rb +91 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/syntax_error.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rb +152 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/tokenizer.rex +55 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/css/xpath_visitor.rb +223 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/decorators/slop.rb +42 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/builder.rb +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/document.rb +335 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/document_fragment.rb +39 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description.rb +23 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/element_description_defaults.rb +671 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/entity_lookup.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/html/sax/push_parser.rb +36 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/nokogiri.bundle +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/syntax_error.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/version.rb +108 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml.rb +74 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/attr.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/attribute_decl.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/builder.rb +443 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/cdata.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/character_data.rb +7 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/document.rb +285 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/document_fragment.rb +149 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/dtd.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_content.rb +36 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/element_decl.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/entity_decl.rb +19 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/namespace.rb +13 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node.rb +834 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node/save_options.rb +61 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/node_set.rb +311 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/notation.rb +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/parse_options.rb +120 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp.rb +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/character_data.rb +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/pp/node.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/processing_instruction.rb +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/reader.rb +112 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/relax_ng.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax.rb +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/document.rb +171 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser.rb +123 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/parser_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/sax/push_parser.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/schema.rb +63 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/searchable.rb +221 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/syntax_error.rb +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/text.rb +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath.rb +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath/syntax_error.rb +11 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xslt.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/nokogiri/xslt/stylesheet.rb +25 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/lib/xsd/xmlparser/nokogiri.rb +102 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/patches/sort-patches-by-date +25 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/README.txt +1 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ree-1.8.7.358.supp +61 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.8.7.370.supp +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.2.320.supp +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/suppressions/nokogiri_ruby-1.9.3.327.supp +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/tasks/test.rb +100 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_nthiness.rb +226 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_parser.rb +369 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_tokenizer.rb +215 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/css/test_xpath_visitor.rb +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/decorators/test_slop.rb +20 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/2ch.html +108 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/GH_1042.html +18 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/address_book.rlx +12 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/address_book.xml +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/atom.xml +344 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/bar/bar.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/bogus.xml +0 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/dont_hurt_em_why.xml +422 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/encoding.html +82 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/encoding.xhtml +84 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/exslt.xml +8 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/exslt.xslt +35 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/foo/foo.xsd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/metacharset.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/namespace_pressure_test.xml +1684 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/noencoding.html +47 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/po.xml +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/po.xsd +66 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/saml20assertion_schema.xsd +283 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/saml20protocol_schema.xsd +302 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/xenc_schema.xsd +146 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/saml/xmldsig_schema.xsd +318 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis.html +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis.xml +5 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/shift_jis_no_charset.html +9 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/slow-xpath.xml +25509 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/snuggles.xml +3 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.dtd +10 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.xml +59 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/staff.xslt +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/document.dtd +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/test_document_url/document.xml +6 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/tlm.html +851 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/to_be_xincluded.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/valid_bar.xml +2 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/files/xinclude.xml +4 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/helper.rb +181 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_parser.rb +141 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_parser_context.rb +46 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/sax/test_push_parser.rb +87 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_builder.rb +164 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document.rb +701 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document_encoding.rb +145 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_document_fragment.rb +301 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_element_description.rb +105 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_named_characters.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_node.rb +212 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/html/test_node_encoding.rb +85 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_additional_namespaces_in_builder_doc.rb +14 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_aliased_default.rb +24 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_builder_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_cloned_doc.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_created_doc.rb +75 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_in_parsed_doc.rb +80 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/namespaces/test_namespaces_preservation.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_convert_xpath.rb +135 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_css_cache.rb +45 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_encoding_handler.rb +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_memory_leak.rb +156 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_nokogiri.rb +138 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_soap4r_sax.rb +52 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/test_xslt_transforms.rb +314 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/node/test_save_options.rb +28 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/node/test_subclass.rb +44 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_parser.rb +394 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_parser_context.rb +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/sax/test_push_parser.rb +157 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_attr.rb +67 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_attribute_decl.rb +86 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_builder.rb +341 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_c14n.rb +180 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_cdata.rb +48 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_comment.rb +40 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document.rb +982 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document_encoding.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_document_fragment.rb +271 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_dtd.rb +187 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_dtd_encoding.rb +31 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_element_content.rb +56 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_element_decl.rb +73 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_entity_decl.rb +122 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_entity_reference.rb +251 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_namespace.rb +96 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node.rb +1244 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_attributes.rb +115 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_encoding.rb +69 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_inheritance.rb +32 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_reparenting.rb +549 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_node_set.rb +775 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_parse_options.rb +64 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_processing_instruction.rb +30 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_reader.rb +589 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_reader_encoding.rb +134 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_relax_ng.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_schema.rb +142 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_syntax_error.rb +30 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_text.rb +60 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_unparented_node.rb +440 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_xinclude.rb +83 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xml/test_xpath.rb +445 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xslt/test_custom_functions.rb +133 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test/xslt/test_exception_handling.rb +37 -0
- data/vendor/bundle/gems/nokogiri-1.6.8/test_all +107 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/Gemfile +20 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/LGPL-2.1 +502 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/NEWS +118 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/README.rdoc +62 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/Rakefile +37 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/lib/pkg-config.rb +450 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/lib/pkg-config/version.rb +19 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/test/run-test.rb +16 -0
- data/vendor/bundle/gems/pkg-config-1.1.7/test/test_pkg_config.rb +141 -0
- data/vendor/bundle/gems/pry-0.10.4/CHANGELOG.md +718 -0
- data/vendor/bundle/gems/pry-0.10.4/LICENSE +25 -0
- data/vendor/bundle/gems/pry-0.10.4/README.md +406 -0
- data/vendor/bundle/gems/pry-0.10.4/bin/pry +16 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry.rb +161 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/cli.rb +220 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code.rb +348 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_file.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/code_range.rb +71 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code/loc.rb +92 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/code_object.rb +172 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/color_printer.rb +55 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command.rb +692 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/command_set.rb +443 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands.rb +6 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/amend_line.rb +99 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang.rb +20 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/bang_pry.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat.rb +62 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/abstract_formatter.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/exception_formatter.rb +77 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/file_formatter.rb +67 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cat/input_expression_formatter.rb +43 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/cd.rb +41 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_inspector.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/change_prompt.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/code_collector.rb +165 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disable_pry.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/disabled_commands.rb +2 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/easter_eggs.rb +112 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit.rb +195 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/exception_patcher.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/edit/file_and_line_locator.rb +36 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit.rb +42 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_all.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/exit_program.rb +23 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/find_method.rb +193 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/fix_indent.rb +19 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_cd.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_install.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_list.rb +33 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gem_open.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/gist.rb +101 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/help.rb +164 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/hist.rb +180 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/import_set.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/install_command.rb +53 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/jump_to.rb +29 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_inspectors.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/list_prompts.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls.rb +114 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/constants.rb +47 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/formatter.rb +49 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/globals.rb +48 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/grep.rb +21 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/instance_vars.rb +39 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/interrogatable.rb +18 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/jruby_hacks.rb +49 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_names.rb +35 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/local_vars.rb +39 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/ls_entity.rb +70 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods.rb +57 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/methods_helper.rb +46 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ls/self_methods.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/nesting.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/play.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_backtrace.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/pry_version.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/raise_up.rb +32 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reload_code.rb +62 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/reset.rb +18 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/ri.rb +60 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/save_file.rb +61 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_command.rb +48 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/shell_mode.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_doc.rb +83 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_info.rb +201 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_input.rb +17 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/show_source.rb +50 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/simple_prompt.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/stat.rb +40 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/switch_to.rb +23 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/toggle_color.rb +24 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression.rb +105 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/watch_expression/expression.rb +38 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/whereami.rb +196 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/commands/wtf.rb +57 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config.rb +24 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/behavior.rb +139 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/convenience.rb +25 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/config/default.rb +161 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/core_extensions.rb +131 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/editor.rb +135 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/exceptions.rb +78 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers.rb +5 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/base_helpers.rb +113 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/command_helpers.rb +156 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/documentation_helpers.rb +75 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/options_helpers.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/table.rb +109 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/helpers/text.rb +107 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history.rb +127 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/history_array.rb +121 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/hooks.rb +230 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/indent.rb +406 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_completer.rb +242 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/input_lock.rb +132 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/inspector.rb +27 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/last_exception.rb +61 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method.rb +546 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/disowned.rb +53 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/patcher.rb +125 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/method/weird_method_locator.rb +188 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/module_candidate.rb +137 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/object_path.rb +82 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/output.rb +50 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pager.rb +239 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/plugins.rb +103 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/prompt.rb +26 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_class.rb +375 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/pry_instance.rb +664 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rbx_path.rb +22 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl.rb +202 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/repl_file_loader.rb +74 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/rubygem.rb +82 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/terminal.rb +79 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/test/helper.rb +170 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/version.rb +3 -0
- data/vendor/bundle/gems/pry-0.10.4/lib/pry/wrapped_module.rb +378 -0
- data/vendor/bundle/gems/rack-2.0.1/COPYING +18 -0
- data/vendor/bundle/gems/rack-2.0.1/HISTORY.md +505 -0
- data/vendor/bundle/gems/rack-2.0.1/README.rdoc +304 -0
- data/vendor/bundle/gems/rack-2.0.1/Rakefile +116 -0
- data/vendor/bundle/gems/rack-2.0.1/SPEC +263 -0
- data/vendor/bundle/gems/rack-2.0.1/bin/rackup +4 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack.png +0 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack.svg +150 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rack_logo.svg +164 -0
- data/vendor/bundle/gems/rack-2.0.1/contrib/rdoc.css +412 -0
- data/vendor/bundle/gems/rack-2.0.1/example/lobster.ru +4 -0
- data/vendor/bundle/gems/rack-2.0.1/example/protectedlobster.rb +14 -0
- data/vendor/bundle/gems/rack-2.0.1/example/protectedlobster.ru +8 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack.rb +147 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/abstract/handler.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/abstract/request.rb +47 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/basic.rb +58 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/md5.rb +129 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/nonce.rb +51 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/params.rb +52 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/auth/digest/request.rb +41 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/body_proxy.rb +44 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/builder.rb +164 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/cascade.rb +52 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/chunked.rb +69 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/common_logger.rb +72 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/conditional_get.rb +79 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/config.rb +20 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/content_length.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/content_type.rb +29 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/deflater.rb +154 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/directory.rb +179 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/etag.rb +74 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/events.rb +154 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/file.rb +176 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler.rb +99 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/cgi.rb +60 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/fastcgi.rb +100 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/lsws.rb +61 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/scgi.rb +70 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/thin.rb +36 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/handler/webrick.rb +120 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/head.rb +25 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lint.rb +760 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lobster.rb +70 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/lock.rb +22 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/logger.rb +18 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/media_type.rb +38 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/method_override.rb +43 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/mime.rb +677 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/mock.rb +196 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart.rb +63 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/generator.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/parser.rb +367 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/multipart/uploaded_file.rb +33 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/null_logger.rb +37 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/query_parser.rb +192 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/recursive.rb +62 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/reloader.rb +110 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/request.rb +487 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/response.rb +235 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/rewindable_input.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/runtime.rb +32 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/sendfile.rb +158 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/server.rb +394 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/abstract/id.rb +435 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/cookie.rb +195 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/memcache.rb +93 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/session/pool.rb +76 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/show_exceptions.rb +386 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/show_status.rb +113 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/static.rb +175 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/tempfile_reaper.rb +22 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/urlmap.rb +91 -0
- data/vendor/bundle/gems/rack-2.0.1/lib/rack/utils.rb +620 -0
- data/vendor/bundle/gems/rack-2.0.1/rack.gemspec +35 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/an_underscore_app.rb +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/anything.rb +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/comment.ru +4 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/end.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/line.ru +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/builder/options.ru +2 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/folder/test.js +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/fonts/font.eot +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/images/image.png +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/javascripts/app.js +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/assets/stylesheets/app.css +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/lighttpd.conf +26 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/rackup_stub.rb +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/sample_rackup.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test+directory/test+file +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.fcgi +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.gz +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/cgi/test.ru +5 -0
- data/vendor/bundle/gems/rack-2.0.1/test/gemloader.rb +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/helper.rb +34 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/bad_robots +259 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/binary +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/content_type_and_no_filename +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/empty +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/fail_16384_nofile +814 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/file1.txt +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_and_no_name +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_encoded_words +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_escaped_quotes_and_modification_param +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_percent_escaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_single_quote +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages2 +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_percentages3 +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/filename_with_unescaped_quotes +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/ie +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/invalid_character +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/mixed_files +21 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/nested +10 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/none +9 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/quoted +15 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/rack-logo.png +0 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/semicolon +6 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/text +15 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/three_files_three_fields +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/unity3d_wwwform +11 -0
- data/vendor/bundle/gems/rack-2.0.1/test/multipart/webkit +32 -0
- data/vendor/bundle/gems/rack-2.0.1/test/rackup/config.ru +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/registering_handler/rack/handler/registering_myself.rb +8 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_auth_basic.rb +89 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_auth_digest.rb +260 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_body_proxy.rb +85 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_builder.rb +233 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_cascade.rb +63 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_cgi.rb +84 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_chunked.rb +103 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_common_logger.rb +95 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_conditional_get.rb +103 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_config.rb +23 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_content_length.rb +86 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_content_type.rb +46 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_deflater.rb +365 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_directory.rb +148 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_etag.rb +108 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_events.rb +133 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_fastcgi.rb +85 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_file.rb +251 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_handler.rb +57 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_head.rb +46 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lint.rb +515 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lobster.rb +59 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_lock.rb +194 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_logger.rb +24 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_media_type.rb +42 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_method_override.rb +83 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_mime.rb +51 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_mock.rb +342 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_multipart.rb +716 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_null_logger.rb +21 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_recursive.rb +75 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_request.rb +1393 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_response.rb +510 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_rewindable_input.rb +128 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_runtime.rb +50 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_sendfile.rb +125 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_server.rb +193 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_abstract_id.rb +31 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_abstract_session_hash.rb +28 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_cookie.rb +442 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_memcache.rb +320 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_session_pool.rb +210 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_show_exceptions.rb +80 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_show_status.rb +104 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_static.rb +184 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_tempfile_reaper.rb +64 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_thin.rb +96 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_urlmap.rb +237 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_utils.rb +742 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_version.rb +11 -0
- data/vendor/bundle/gems/rack-2.0.1/test/spec_webrick.rb +208 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/another/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/foo.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/static/index.html +1 -0
- data/vendor/bundle/gems/rack-2.0.1/test/testrequest.rb +78 -0
- data/vendor/bundle/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered.rb +7 -0
- data/vendor/bundle/gems/rack-2.0.1/test/unregistered_handler/rack/handler/unregistered_long_one.rb +7 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Gemfile +8 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Gemfile.lock +41 -0
- data/vendor/bundle/gems/rack-test-0.6.3/History.txt +179 -0
- data/vendor/bundle/gems/rack-test-0.6.3/MIT-LICENSE.txt +19 -0
- data/vendor/bundle/gems/rack-test-0.6.3/README.rdoc +85 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Rakefile +33 -0
- data/vendor/bundle/gems/rack-test-0.6.3/Thorfile +114 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/mock_session.rb +66 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test.rb +318 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/cookie_jar.rb +182 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/methods.rb +83 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/mock_digest_request.rb +29 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/uploaded_file.rb +53 -0
- data/vendor/bundle/gems/rack-test-0.6.3/lib/rack/test/utils.rb +150 -0
- data/vendor/bundle/gems/rack-test-0.6.3/rack-test.gemspec +77 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/bar.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/config.ru +3 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/fake_app.rb +143 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/fixtures/foo.txt +1 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/cookie_spec.rb +219 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/digest_auth_spec.rb +46 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/multipart_spec.rb +145 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/uploaded_file_spec.rb +24 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test/utils_spec.rb +193 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/rack/test_spec.rb +550 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/spec_helper.rb +69 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/support/matchers/body.rb +9 -0
- data/vendor/bundle/gems/rack-test-0.6.3/spec/support/matchers/challenge.rb +11 -0
- data/vendor/bundle/gems/rails-5.0.0/README.md +89 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/README.md +73 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails-dom-testing.rb +1 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions.rb +18 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/dom_assertions.rb +76 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions.rb +302 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/count_describable.rb +32 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/html_selector.rb +114 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/assertions/selector_assertions/substitution_context.rb +33 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/lib/rails/dom/testing/version.rb +7 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/dom_assertions_test.rb +50 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/selector_assertions_test.rb +325 -0
- data/vendor/bundle/gems/rails-dom-testing-2.0.1/test/test_helper.rb +6 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/CHANGELOG.md +7 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/README.md +142 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails-html-sanitizer.rb +73 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/sanitizer.rb +152 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/sanitizer/version.rb +7 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/lib/rails/html/scrubbers.rb +198 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/test/sanitizer_test.rb +530 -0
- data/vendor/bundle/gems/rails-html-sanitizer-1.0.3/test/scrubbers_test.rb +174 -0
- data/vendor/bundle/gems/railties-5.0.0/CHANGELOG.md +521 -0
- data/vendor/bundle/gems/railties-5.0.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/RDOC_MAIN.rdoc +73 -0
- data/vendor/bundle/gems/railties-5.0.0/README.rdoc +41 -0
- data/vendor/bundle/gems/railties-5.0.0/exe/rails +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails.rb +111 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/all.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/api/task.rb +163 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/app_loader.rb +64 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application.rb +531 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/bootstrap.rb +82 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/configuration.rb +212 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/default_middleware_stack.rb +101 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/finisher.rb +185 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application/routes_reloader.rb +54 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/application_controller.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/backtrace_cleaner.rb +32 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/cli.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/code_statistics.rb +113 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/code_statistics_calculator.rb +86 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands.rb +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/application.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/commands_tasks.rb +180 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/console.rb +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/console_helper.rb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/dbconsole.rb +173 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/destroy.rb +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/generate.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/plugin.rb +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/rake_proxy.rb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/runner.rb +69 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/server.rb +139 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/commands/test.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/configuration.rb +135 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/console/app.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/console/helpers.rb +17 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/dev_caching.rb +43 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine.rb +704 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/commands.rb +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/commands_tasks.rb +116 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/configuration.rb +86 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/engine/railties.rb +21 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/gem_version.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators.rb +398 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/actions.rb +309 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/actions/create_migration.rb +70 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/active_model.rb +78 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/app_base.rb +420 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/base.rb +379 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/css/scaffold/scaffold_generator.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb.rb +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/controller/controller_generator.rb +22 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/controller/templates/view.html.erb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/mailer_generator.rb +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/templates/view.html.erb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/mailer/templates/view.text.erb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/scaffold_generator.rb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/_form.html.erb +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/edit.html.erb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/index.html.erb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/new.html.erb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/erb/scaffold/templates/show.html.erb +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/generated_attribute.rb +175 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/js/assets/assets_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/js/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/migration.rb +69 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/model_helpers.rb +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/named_base.rb +233 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/USAGE +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/app_generator.rb +498 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/Gemfile +55 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/README.md +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/Rakefile +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/config/manifest.js.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/javascripts/application.js.tt +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/javascripts/cable.js +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/assets/stylesheets/application.css +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/channels/application_cable/channel.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/channels/application_cable/connection.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/controllers/application_controller.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/helpers/application_helper.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/jobs/application_job.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/mailers/application_mailer.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/models/application_record.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/application.html.erb.tt +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.html.erb.tt +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/app/views/layouts/mailer.text.erb.tt +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/bundle +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/rails +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/rake +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/setup +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/bin/update +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config.ru +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/application.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/boot.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/cable.yml +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/frontbase.yml +49 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/ibm_db.yml +85 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbc.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcmysql.yml +52 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcpostgresql.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/jdbcsqlite3.yml +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/mysql.yml +58 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/oracle.yml +58 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/postgresql.yml +85 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/sqlite3.yml +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/databases/sqlserver.yml +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environment.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/development.rb.tt +60 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/production.rb.tt +94 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/environments/test.rb.tt +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/application_controller_renderer.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/assets.rb.tt +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/backtrace_silencers.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/cookies_serializer.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/cors.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/filter_parameter_logging.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/inflections.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/mime_types.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/new_framework_defaults.rb.tt +34 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/session_store.rb.tt +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/initializers/wrap_parameters.rb.tt +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/locales/en.yml +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/puma.rb +47 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/routes.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/secrets.yml +22 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/config/spring.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/db/seeds.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/gitignore +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/404.html +67 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/422.html +67 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/500.html +66 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/apple-touch-icon-precomposed.png +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/apple-touch-icon.png +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/favicon.ico +0 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/public/robots.txt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/app/templates/test/test_helper.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/USAGE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/assets_generator.rb +25 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/templates/javascript.js +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/assets/templates/stylesheet.css +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/USAGE +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/controller_generator.rb +59 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/controller/templates/controller.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/USAGE +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/generator_generator.rb +27 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/templates/%file_name%_generator.rb.tt +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/generator/templates/USAGE.tt +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/USAGE +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/helper_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/helper/templates/helper.rb +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/integration_test/USAGE +10 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/integration_test/integration_test_generator.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/migration/USAGE +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/migration/migration_generator.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/model/USAGE +114 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/model/model_generator.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/USAGE +10 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/plugin_generator.rb +449 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/%name%.gemspec +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/Gemfile +47 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/README.md +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/Rakefile +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/controllers/%namespaced_name%/application_controller.rb.tt +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/helpers/%namespaced_name%/application_helper.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/jobs/%namespaced_name%/application_job.rb.tt +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/mailers/%namespaced_name%/application_mailer.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/models/%namespaced_name%/application_record.rb.tt +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/app/views/layouts/%namespaced_name%/application.html.erb.tt +14 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/bin/rails.tt +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/bin/test.tt +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/config/routes.rb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/gitignore +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/engine.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/%namespaced_name%/version.rb +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/lib/tasks/%namespaced_name%_tasks.rake +4 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/application.rb +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/boot.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/dummy_manifest.js +11 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/engine_manifest.js +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/javascripts.js +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/routes.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/rails/stylesheets.css +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/%namespaced_name%_test.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/integration/navigation_test.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/plugin/templates/test/test_helper.rb +27 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource/USAGE +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource/resource_generator.rb +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/resource_route/resource_route_generator.rb +51 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/USAGE +41 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/scaffold_generator.rb +33 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold/templates/scaffold.css +84 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/USAGE +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/scaffold_controller_generator.rb +31 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/templates/api_controller.rb +61 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/scaffold_controller/templates/controller.rb +68 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/USAGE +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/task_generator.rb +12 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/rails/task/templates/task.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/resource_helpers.rb +82 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_case.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/controller/controller_generator.rb +15 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/controller/templates/functional_test.rb +23 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/generator/generator_generator.rb +26 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/generator/templates/generator_test.rb +16 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/helper/helper_generator.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/integration/integration_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/integration/templates/integration_test.rb +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/job/job_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/job/templates/unit_test.rb.erb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/mailer_generator.rb +26 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/templates/functional_test.rb +21 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/mailer/templates/preview.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/model_generator.rb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/templates/fixtures.yml +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/model/templates/unit_test.rb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/plugin_generator.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/templates/%file_name%_test.rb.tt +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/plugin/templates/test_helper.rb +2 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/scaffold_generator.rb +46 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/templates/api_functional_test.rb +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/test_unit/scaffold/templates/functional_test.rb +54 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/assertions.rb +121 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/behaviour.rb +110 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/generators/testing/setup_and_teardown.rb +18 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/info.rb +102 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/info_controller.rb +44 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/initializable.rb +89 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/mailers_controller.rb +79 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/paths.rb +219 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack.rb +5 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack/debugger.rb +3 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/rack/logger.rb +80 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie.rb +252 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie/configurable.rb +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/railtie/configuration.rb +100 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/ruby_version_check.rb +13 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/source_annotation_extractor.rb +133 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks.rb +19 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/annotations.rake +20 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/dev.rake +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/engine.rake +72 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/framework.rake +83 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/initializers.rake +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/log.rake +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/middleware.rake +7 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/misc.rake +77 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/restart.rake +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/routes.rake +38 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/statistics.rake +29 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/tasks/tmp.rake +35 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/layouts/application.html.erb +36 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/info/properties.html.erb +1 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/info/routes.html.erb +9 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/email.html.erb +130 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/index.html.erb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/mailers/mailer.html.erb +6 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/templates/rails/welcome/index.html.erb +64 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_help.rb +42 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/line_filtering.rb +78 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/minitest_plugin.rb +98 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/railtie.rb +24 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/reporter.rb +98 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/test_requirer.rb +28 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/test_unit/testing.rake +50 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/version.rb +8 -0
- data/vendor/bundle/gems/railties-5.0.0/lib/rails/welcome_controller.rb +8 -0
- data/vendor/bundle/gems/rake-11.2.2/CONTRIBUTING.rdoc +36 -0
- data/vendor/bundle/gems/rake-11.2.2/Gemfile +3 -0
- data/vendor/bundle/gems/rake-11.2.2/History.rdoc +2228 -0
- data/vendor/bundle/gems/rake-11.2.2/MIT-LICENSE +21 -0
- data/vendor/bundle/gems/rake-11.2.2/README.rdoc +157 -0
- data/vendor/bundle/gems/rake-11.2.2/Rakefile +29 -0
- data/vendor/bundle/gems/rake-11.2.2/appveyor.yml +24 -0
- data/vendor/bundle/gems/rake-11.2.2/bin/console +7 -0
- data/vendor/bundle/gems/rake-11.2.2/bin/setup +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/a.c +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/b.c +6 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/example/main.c +11 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/glossary.rdoc +42 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/jamis.rb +591 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rake.1 +141 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rakefile.rdoc +624 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/rational.rdoc +151 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/README.md +4 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.4.14.rdoc +23 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.4.15.rdoc +35 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.0.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.3.rdoc +78 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.5.4.rdoc +46 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.6.0.rdoc +141 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.0.rdoc +119 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.1.rdoc +59 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.2.rdoc +121 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.7.3.rdoc +47 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.0.rdoc +114 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.2.rdoc +165 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.3.rdoc +112 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.4.rdoc +147 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.5.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.6.rdoc +37 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.8.7.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.0.rdoc +112 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.1.rdoc +52 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.2.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.2.rdoc +49 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.3.rdoc +102 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.4.rdoc +60 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.5.rdoc +55 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-0.9.6.rdoc +64 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.0.rdoc +178 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.1.rdoc +58 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.2.rdoc +53 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.0.3.rdoc +191 -0
- data/vendor/bundle/gems/rake-11.2.2/doc/release_notes/rake-10.1.0.rdoc +61 -0
- data/vendor/bundle/gems/rake-11.2.2/exe/rake +27 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake.rb +71 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/application.rb +784 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/backtrace.rb +23 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/clean.rb +76 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/cloneable.rb +16 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/compositepublisher.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/ftptools.rb +137 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/contrib/sshpublisher.rb +60 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/cpu_counter.rb +106 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/default_loader.rb +14 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/dsl_definition.rb +194 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/early_time.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/core.rb +25 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/fixnum.rb +18 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/pathname.rb +25 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/ext/string.rb +175 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_creation_task.rb +24 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_list.rb +436 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_task.rb +46 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_utils.rb +139 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/file_utils_ext.rb +144 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/invocation_chain.rb +56 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/invocation_exception_mixin.rb +16 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/late_time.rb +17 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/linked_list.rb +111 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/loaders/makefile.rb +53 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/multi_task.rb +13 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/packagetask.rb +210 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/phony.rb +15 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/private_reader.rb +20 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/promise.rb +99 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/pseudo_status.rb +29 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rake_module.rb +38 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rake_test_loader.rb +21 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/rule_recursion_overflow_error.rb +19 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/scope.rb +42 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task.rb +391 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_argument_error.rb +7 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_arguments.rb +103 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/task_manager.rb +316 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/tasklib.rb +11 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/testtask.rb +212 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/thread_history_display.rb +48 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/thread_pool.rb +162 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/trace_output.rb +22 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/version.rb +9 -0
- data/vendor/bundle/gems/rake-11.2.2/lib/rake/win32.rb +50 -0
- data/vendor/bundle/gems/rake-11.2.2/rake.gemspec +30 -0
- data/vendor/bundle/gems/redis-2.2.2/CHANGELOG.md +49 -0
- data/vendor/bundle/gems/redis-2.2.2/LICENSE +20 -0
- data/vendor/bundle/gems/redis-2.2.2/README.md +208 -0
- data/vendor/bundle/gems/redis-2.2.2/Rakefile +268 -0
- data/vendor/bundle/gems/redis-2.2.2/TODO.md +4 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/logging.rb +62 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/thread_safety.rb +38 -0
- data/vendor/bundle/gems/redis-2.2.2/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/pubsub.rb +31 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-2.2.2/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis.rb +1148 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/client.rb +265 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/compat.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/command_helper.rb +45 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/hiredis.rb +49 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/ruby.rb +135 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/connection/synchrony.rb +129 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/distributed.rb +694 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/hash_ring.rb +131 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/pipeline.rb +34 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/subscribe.rb +94 -0
- data/vendor/bundle/gems/redis-2.2.2/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-2.2.2/redis.gemspec +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_hashes_test.rb +20 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_lists_test.rb +60 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_sets_test.rb +78 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_sorted_sets_test.rb +109 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_strings_test.rb +80 -0
- data/vendor/bundle/gems/redis-2.2.2/test/commands_on_value_types_test.rb +88 -0
- data/vendor/bundle/gems/redis-2.2.2/test/connection_handling_test.rb +88 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_blocking_commands_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_hashes_test.rb +12 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_lists_test.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_sets_test.rb +85 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_strings_test.rb +50 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_on_value_types_test.rb +73 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_commands_requiring_clustering_test.rb +148 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_connection_handling_test.rb +25 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_internals_test.rb +27 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_key_tags_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_persistence_control_commands_test.rb +24 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_publish_subscribe_test.rb +101 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_remote_server_control_commands_test.rb +43 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_sorting_test.rb +21 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_test.rb +59 -0
- data/vendor/bundle/gems/redis-2.2.2/test/distributed_transactions_test.rb +34 -0
- data/vendor/bundle/gems/redis-2.2.2/test/encoding_test.rb +16 -0
- data/vendor/bundle/gems/redis-2.2.2/test/error_replies_test.rb +53 -0
- data/vendor/bundle/gems/redis-2.2.2/test/helper.rb +145 -0
- data/vendor/bundle/gems/redis-2.2.2/test/internals_test.rb +160 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/hashes.rb +126 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/internals.rb +37 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/lists.rb +93 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/sets.rb +66 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/sorted_sets.rb +167 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/strings.rb +137 -0
- data/vendor/bundle/gems/redis-2.2.2/test/lint/value_types.rb +84 -0
- data/vendor/bundle/gems/redis-2.2.2/test/persistence_control_commands_test.rb +22 -0
- data/vendor/bundle/gems/redis-2.2.2/test/pipelining_commands_test.rb +123 -0
- data/vendor/bundle/gems/redis-2.2.2/test/publish_subscribe_test.rb +158 -0
- data/vendor/bundle/gems/redis-2.2.2/test/redis_mock.rb +80 -0
- data/vendor/bundle/gems/redis-2.2.2/test/remote_server_control_commands_test.rb +82 -0
- data/vendor/bundle/gems/redis-2.2.2/test/sorting_test.rb +44 -0
- data/vendor/bundle/gems/redis-2.2.2/test/synchrony_driver.rb +57 -0
- data/vendor/bundle/gems/redis-2.2.2/test/test.conf +8 -0
- data/vendor/bundle/gems/redis-2.2.2/test/thread_safety_test.rb +30 -0
- data/vendor/bundle/gems/redis-2.2.2/test/transactions_test.rb +100 -0
- data/vendor/bundle/gems/redis-2.2.2/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-2.2.2/test/url_param_test.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.1/CHANGELOG.md +368 -0
- data/vendor/bundle/gems/redis-3.3.1/Gemfile +4 -0
- data/vendor/bundle/gems/redis-3.3.1/LICENSE +20 -0
- data/vendor/bundle/gems/redis-3.3.1/README.md +410 -0
- data/vendor/bundle/gems/redis-3.3.1/Rakefile +87 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/logging.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/consistency.rb +114 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/pubsub.rb +37 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel.rb +41 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel/sentinel.conf +9 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sentinel/start +49 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-3.3.1/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis.rb +2773 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/client.rb +590 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/command_helper.rb +44 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/hiredis.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/ruby.rb +411 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/connection/synchrony.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/distributed.rb +873 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/errors.rb +40 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/hash_ring.rb +132 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/pipeline.rb +141 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/subscribe.rb +91 -0
- data/vendor/bundle/gems/redis-3.3.1/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-3.3.1/redis.gemspec +44 -0
- data/vendor/bundle/gems/redis-3.3.1/test/bitpos_test.rb +69 -0
- data/vendor/bundle/gems/redis-3.3.1/test/blocking_commands_test.rb +42 -0
- data/vendor/bundle/gems/redis-3.3.1/test/client_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/command_map_test.rb +30 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_hashes_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_hyper_log_log_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_lists_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_sets_test.rb +77 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_sorted_sets_test.rb +137 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_strings_test.rb +101 -0
- data/vendor/bundle/gems/redis-3.3.1/test/commands_on_value_types_test.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.1/test/connection_handling_test.rb +277 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_blocking_commands_test.rb +46 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_hashes_test.rb +10 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_hyper_log_log_test.rb +33 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_lists_test.rb +22 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_sets_test.rb +83 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_sorted_sets_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_strings_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_on_value_types_test.rb +95 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_commands_requiring_clustering_test.rb +164 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_connection_handling_test.rb +23 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_internals_test.rb +79 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_key_tags_test.rb +52 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_publish_subscribe_test.rb +92 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_remote_server_control_commands_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_scripting_test.rb +102 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_sorting_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_test.rb +58 -0
- data/vendor/bundle/gems/redis-3.3.1/test/distributed_transactions_test.rb +32 -0
- data/vendor/bundle/gems/redis-3.3.1/test/encoding_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.1/test/error_replies_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/fork_safety_test.rb +65 -0
- data/vendor/bundle/gems/redis-3.3.1/test/helper.rb +232 -0
- data/vendor/bundle/gems/redis-3.3.1/test/helper_test.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/test/internals_test.rb +457 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/blocking_commands.rb +150 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/hashes.rb +162 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/hyper_log_log.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/lists.rb +143 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/sets.rb +125 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/sorted_sets.rb +316 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/strings.rb +260 -0
- data/vendor/bundle/gems/redis-3.3.1/test/lint/value_types.rb +122 -0
- data/vendor/bundle/gems/redis-3.3.1/test/persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/pipelining_commands_test.rb +242 -0
- data/vendor/bundle/gems/redis-3.3.1/test/publish_subscribe_test.rb +282 -0
- data/vendor/bundle/gems/redis-3.3.1/test/remote_server_control_commands_test.rb +118 -0
- data/vendor/bundle/gems/redis-3.3.1/test/scanning_test.rb +413 -0
- data/vendor/bundle/gems/redis-3.3.1/test/scripting_test.rb +78 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sentinel_command_test.rb +80 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sentinel_test.rb +255 -0
- data/vendor/bundle/gems/redis-3.3.1/test/sorting_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.1/test/ssl_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/hiredis.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/ruby.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/connection/synchrony.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/redis_mock.rb +130 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/gen_certs.sh +31 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-ca.crt +25 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-cert.crt +81 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/trusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-ca.crt +26 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-cert.crt +82 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/ssl/untrusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/wire/synchrony.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.1/test/support/wire/thread.rb +5 -0
- data/vendor/bundle/gems/redis-3.3.1/test/synchrony_driver.rb +88 -0
- data/vendor/bundle/gems/redis-3.3.1/test/test.conf.erb +9 -0
- data/vendor/bundle/gems/redis-3.3.1/test/thread_safety_test.rb +62 -0
- data/vendor/bundle/gems/redis-3.3.1/test/transactions_test.rb +264 -0
- data/vendor/bundle/gems/redis-3.3.1/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-3.3.1/test/url_param_test.rb +138 -0
- data/vendor/bundle/gems/redis-3.3.2/CHANGELOG.md +374 -0
- data/vendor/bundle/gems/redis-3.3.2/Gemfile +4 -0
- data/vendor/bundle/gems/redis-3.3.2/LICENSE +20 -0
- data/vendor/bundle/gems/redis-3.3.2/README.md +410 -0
- data/vendor/bundle/gems/redis-3.3.2/Rakefile +87 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/logging.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/pipeline.rb +51 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/speed.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/suite.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/benchmarking/worker.rb +71 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/basic.rb +15 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/consistency.rb +114 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/dist_redis.rb +43 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/incr-decr.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/list.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/pubsub.rb +37 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel.rb +41 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel/sentinel.conf +9 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sentinel/start +49 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/sets.rb +36 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/unicorn/config.ru +3 -0
- data/vendor/bundle/gems/redis-3.3.2/examples/unicorn/unicorn.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis.rb +2778 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/client.rb +590 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection.rb +9 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/command_helper.rb +44 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/hiredis.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/registry.rb +12 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/ruby.rb +427 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/connection/synchrony.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/distributed.rb +873 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/errors.rb +40 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/hash_ring.rb +132 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/pipeline.rb +141 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/subscribe.rb +91 -0
- data/vendor/bundle/gems/redis-3.3.2/lib/redis/version.rb +3 -0
- data/vendor/bundle/gems/redis-3.3.2/redis.gemspec +44 -0
- data/vendor/bundle/gems/redis-3.3.2/test/bitpos_test.rb +69 -0
- data/vendor/bundle/gems/redis-3.3.2/test/blocking_commands_test.rb +42 -0
- data/vendor/bundle/gems/redis-3.3.2/test/client_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/command_map_test.rb +30 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_hashes_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_hyper_log_log_test.rb +21 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_lists_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_sets_test.rb +77 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_sorted_sets_test.rb +137 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_strings_test.rb +101 -0
- data/vendor/bundle/gems/redis-3.3.2/test/commands_on_value_types_test.rb +133 -0
- data/vendor/bundle/gems/redis-3.3.2/test/connection_handling_test.rb +277 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_blocking_commands_test.rb +46 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_hashes_test.rb +10 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_hyper_log_log_test.rb +33 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_lists_test.rb +22 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_sets_test.rb +83 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_sorted_sets_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_strings_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_on_value_types_test.rb +95 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_commands_requiring_clustering_test.rb +164 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_connection_handling_test.rb +23 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_internals_test.rb +79 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_key_tags_test.rb +52 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_publish_subscribe_test.rb +92 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_remote_server_control_commands_test.rb +66 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_scripting_test.rb +102 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_sorting_test.rb +20 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_test.rb +58 -0
- data/vendor/bundle/gems/redis-3.3.2/test/distributed_transactions_test.rb +32 -0
- data/vendor/bundle/gems/redis-3.3.2/test/encoding_test.rb +18 -0
- data/vendor/bundle/gems/redis-3.3.2/test/error_replies_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/fork_safety_test.rb +65 -0
- data/vendor/bundle/gems/redis-3.3.2/test/helper.rb +232 -0
- data/vendor/bundle/gems/redis-3.3.2/test/helper_test.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/test/internals_test.rb +457 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/blocking_commands.rb +150 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/hashes.rb +162 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/hyper_log_log.rb +60 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/lists.rb +143 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/sets.rb +140 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/sorted_sets.rb +316 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/strings.rb +260 -0
- data/vendor/bundle/gems/redis-3.3.2/test/lint/value_types.rb +122 -0
- data/vendor/bundle/gems/redis-3.3.2/test/persistence_control_commands_test.rb +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/pipelining_commands_test.rb +242 -0
- data/vendor/bundle/gems/redis-3.3.2/test/publish_subscribe_test.rb +282 -0
- data/vendor/bundle/gems/redis-3.3.2/test/remote_server_control_commands_test.rb +118 -0
- data/vendor/bundle/gems/redis-3.3.2/test/scanning_test.rb +413 -0
- data/vendor/bundle/gems/redis-3.3.2/test/scripting_test.rb +78 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sentinel_command_test.rb +80 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sentinel_test.rb +255 -0
- data/vendor/bundle/gems/redis-3.3.2/test/sorting_test.rb +59 -0
- data/vendor/bundle/gems/redis-3.3.2/test/ssl_test.rb +73 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/hiredis.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/ruby.rb +1 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/connection/synchrony.rb +17 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/redis_mock.rb +130 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/gen_certs.sh +31 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-ca.crt +25 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-cert.crt +81 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/trusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-ca.crt +26 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-ca.key +27 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-cert.crt +82 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/ssl/untrusted-cert.key +28 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/wire/synchrony.rb +24 -0
- data/vendor/bundle/gems/redis-3.3.2/test/support/wire/thread.rb +5 -0
- data/vendor/bundle/gems/redis-3.3.2/test/synchrony_driver.rb +88 -0
- data/vendor/bundle/gems/redis-3.3.2/test/test.conf.erb +9 -0
- data/vendor/bundle/gems/redis-3.3.2/test/thread_safety_test.rb +62 -0
- data/vendor/bundle/gems/redis-3.3.2/test/transactions_test.rb +264 -0
- data/vendor/bundle/gems/redis-3.3.2/test/unknown_commands_test.rb +14 -0
- data/vendor/bundle/gems/redis-3.3.2/test/url_param_test.rb +138 -0
- data/vendor/bundle/gems/rspec-3.5.0/LICENSE.md +27 -0
- data/vendor/bundle/gems/rspec-3.5.0/README.md +39 -0
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec.rb +3 -0
- data/vendor/bundle/gems/rspec-3.5.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/Changelog.md +2068 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/LICENSE.md +26 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/README.md +384 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/exe/rspec +4 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core.rb +184 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/coordinator.rb +66 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/example_minimizer.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/runner.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/bisect/server.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/configuration.rb +2093 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/configuration_options.rb +194 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/drb.rb +111 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example.rb +647 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example_group.rb +873 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters.rb +255 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/documentation_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/exception_presenter.rb +490 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_formatter.rb +151 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/html_snippet_extractor.rb +116 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/json_formatter.rb +96 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/progress_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/protocol.rb +181 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/formatters/snippet_extractor.rb +136 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/hooks.rb +631 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/invocations.rb +67 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/memoized_helpers.rb +532 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/metadata_filter.rb +243 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/notifications.rb +499 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/option_parser.rb +289 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/profiler.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +103 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/rake_task.rb +167 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/reporter.rb +236 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/runner.rb +186 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/set.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shared_example_group.rb +247 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source.rb +86 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/location.rb +13 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/node.rb +93 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/syntax_highlighter.rb +71 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/source/token.rb +87 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/gems/rspec-core-3.5.1/lib/rspec/core/world.rb +246 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/Changelog.md +2102 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/LICENSE.md +26 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/README.md +384 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/exe/rspec +4 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core.rb +185 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/coordinator.rb +66 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/example_minimizer.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/runner.rb +169 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/bisect/server.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration.rb +2100 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/configuration_options.rb +194 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/drb.rb +111 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example.rb +649 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_group.rb +879 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters.rb +255 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/base_text_formatter.rb +77 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/bisect_progress_formatter.rb +144 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/console_codes.rb +65 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/documentation_formatter.rb +69 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/exception_presenter.rb +491 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/helpers.rb +110 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_formatter.rb +151 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_printer.rb +414 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/html_snippet_extractor.rb +116 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/json_formatter.rb +96 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/progress_formatter.rb +28 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/protocol.rb +181 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/formatters/snippet_extractor.rb +136 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/hooks.rb +624 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/invocations.rb +67 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/memoized_helpers.rb +532 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata.rb +499 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/metadata_filter.rb +243 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/notifications.rb +498 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/option_parser.rb +289 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ordering.rb +158 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/pending.rb +165 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/profiler.rb +32 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/project_initializer/spec/spec_helper.rb +103 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/rake_task.rb +168 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/reporter.rb +248 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/runner.rb +188 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/set.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shared_example_group.rb +247 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source.rb +86 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/location.rb +13 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/node.rb +93 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/syntax_highlighter.rb +71 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/source/token.rb +87 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/gems/rspec-core-3.5.4/lib/rspec/core/world.rb +256 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/Changelog.md +1034 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/README.md +303 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations.rb +81 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/configuration.rb +201 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/expectation_target.rb +127 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/fail_with.rb +31 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/failure_aggregator.rb +194 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/handler.rb +170 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers.rb +1038 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in.rb +52 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/all.rb +85 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/base_matcher.rb +181 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be.rb +288 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_instance_of.rb +22 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_kind_of.rb +16 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/change.rb +354 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/compound.rb +272 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/contain_exactly.rb +286 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/exist.rb +86 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/has.rb +103 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/include.rb +143 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/output.rb +200 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/raise_error.rb +230 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/respond_to.rb +165 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/satisfy.rb +37 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/built_in/yield.rb +419 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/composable.rb +185 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/dsl.rb +466 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +73 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/generated_descriptions.rb +42 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/gems/rspec-expectations-3.5.0/lib/rspec/matchers/matcher_protocol.rb +99 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/Changelog.md +1043 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/LICENSE.md +25 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/README.md +445 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks.rb +130 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/chain.rb +110 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expect_chain_chain.rb +35 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/expectation_chain.rb +48 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/proxy.rb +116 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/recorder.rb +289 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain.rb +47 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/any_instance/stub_chain_chain.rb +28 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_list_matcher.rb +100 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/argument_matchers.rb +320 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/configuration.rb +205 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/error_generator.rb +369 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/example_methods.rb +422 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/instance_method_stasher.rb +135 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/have_received.rb +130 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive.rb +132 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/message_expectation.rb +740 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_double.rb +287 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/method_reference.rb +202 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/mutate_const.rb +335 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/proxy.rb +489 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/test_double.rb +170 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_double.rb +129 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/verifying_proxy.rb +213 -0
- data/vendor/bundle/gems/rspec-mocks-3.5.0/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/Changelog.md +192 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/LICENSE.md +23 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/README.md +40 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support.rb +139 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/encoded_string.rb +165 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/method_signature_verifier.rb +392 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/object_formatter.rb +249 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/reentrant_mutex.rb +53 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/ruby_features.rb +149 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec.rb +81 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/deprecation_helpers.rb +64 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/in_sub_process.rb +52 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/shell_out.rb +82 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/stderr_splitter.rb +63 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/string_matcher.rb +46 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/gems/rspec-support-3.5.0/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/gems/simplecov-0.12.0/CHANGELOG.md +403 -0
- data/vendor/bundle/gems/simplecov-0.12.0/CONTRIBUTING.md +48 -0
- data/vendor/bundle/gems/simplecov-0.12.0/Gemfile +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/README.md +633 -0
- data/vendor/bundle/gems/simplecov-0.12.0/Rakefile +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/cucumber.yml +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/alternate-formatters.md +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/commercial-services.md +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/doc/editor-integration.md +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_autoload.feature +46 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_command_name.feature +45 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_coverage_dir.feature +33 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_deactivate_merging.feature +42 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_formatters.feature +77 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_merge_timeout.feature +39 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_nocov_token.feature +79 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_profiles.feature +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_project_name.feature +27 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_styles.feature +121 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/config_tracked_files.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/cucumber_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/maximum_coverage_drop.feature +36 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/merging_test_unit_and_rspec.feature +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/minimum_coverage.feature +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/refuse_coverage_drop.feature +35 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_basic.feature +32 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_fails_on_initialization.feature +14 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_and_filters_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_and_filters_complex.feature +37 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_groups_using_filter_class.feature +41 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/rspec_without_simplecov.feature +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/skipping_code_blocks_manually.feature +70 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/html_steps.rb +44 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/simplecov_steps.rb +68 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/transformers.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/step_definitions/web_steps.rb +64 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/support/env.rb +50 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_basic.feature +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_and_filters_basic.feature +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_and_filters_complex.feature +35 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_groups_using_filter_class.feature +40 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/test_unit_without_simplecov.feature +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/features/unicode_compatiblity.feature +67 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov.rb +184 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/command_guesser.rb +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/configuration.rb +296 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/defaults.rb +122 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/exit_codes.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/file_list.rb +59 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/filter.rb +54 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter/multi_formatter.rb +32 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/formatter/simple_formatter.rb +23 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/jruby_fix.rb +42 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/last_run.rb +22 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/merge_helpers.rb +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/no_defaults.rb +2 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/profiles.rb +31 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/railtie.rb +7 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/railties/tasks.rake +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/result.rb +82 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/result_merger.rb +88 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/source_file.rb +190 -0
- data/vendor/bundle/gems/simplecov-0.12.0/lib/simplecov/version.rb +25 -0
- data/vendor/bundle/gems/simplecov-0.12.0/simplecov.gemspec +27 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/1_8_fallbacks_spec.rb +29 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/command_guesser_spec.rb +46 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/deleted_source_spec.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/Gemfile +6 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/Rakefile +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/cucumber.yml +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/step_definitions/my_steps.rb +22 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/support/env.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/features/test_stuff.feature +6 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/framework_specific.rb +18 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/meta_magic.rb +24 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/some_class.rb +28 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/lib/faked_project/untested_class.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/faked_spec.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/forking_spec.rb +8 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/meta_magic_spec.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/some_class_spec.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/spec/spec_helper.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/faked_test.rb +11 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/meta_magic_test.rb +13 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/some_class_test.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/faked_project/test/test_helper.rb +12 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/file_list_spec.rb +48 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/filters_spec.rb +96 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/app/controllers/sample_controller.rb +10 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/app/models/user.rb +10 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/deleted_source_sample.rb +15 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/rspec_bad.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/rspec_good.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/testunit_bad.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/frameworks/testunit_good.rb +9 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/iso-8859.rb +3 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/resultset1.rb +4 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/resultset2.rb +4 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/sample.rb +16 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/fixtures/utf-8.rb +3 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/helper.rb +24 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/merge_helpers_spec.rb +114 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/multi_formatter_spec.rb +20 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/result_spec.rb +207 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/return_codes_spec.rb +34 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/source_file_line_spec.rb +153 -0
- data/vendor/bundle/gems/simplecov-0.12.0/spec/source_file_spec.rb +75 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Gemfile +22 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Guardfile +12 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/LICENSE +20 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/README.md +30 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/Rakefile +41 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/application.js +127 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/libraries/jquery-1.6.2.min.js +18 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/highlight.pack.js +1 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.colorbox.js +1090 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.dataTables.min.js +152 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.timeago.js +141 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/javascripts/plugins/jquery.url.js +174 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/application.css +3 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/highlight.css +129 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery-ui-1.8.4.custom.css +295 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/plugins/jquery.colorbox.css +52 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/reset.css +103 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/assets/stylesheets/screen.css.sass +220 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/lib/simplecov-html.rb +110 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/lib/simplecov-html/version.rb +27 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/application.css +799 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/application.js +1707 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/border.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/controls.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/loading.gif +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/colorbox/loading_background.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_green.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_red.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/favicon_yellow.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/loading.gif +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/magnify.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/public/smoothness/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/simplecov-html.gemspec +22 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/test/helper.rb +4 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/test/test_simple_cov-html.rb +8 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/file_list.erb +45 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/layout.erb +41 -0
- data/vendor/bundle/gems/simplecov-html-0.10.0/views/source_file.erb +23 -0
- data/vendor/bundle/gems/slop-3.6.0/CHANGES.md +309 -0
- data/vendor/bundle/gems/slop-3.6.0/Gemfile +3 -0
- data/vendor/bundle/gems/slop-3.6.0/LICENSE +20 -0
- data/vendor/bundle/gems/slop-3.6.0/README.md +202 -0
- data/vendor/bundle/gems/slop-3.6.0/Rakefile +29 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop.rb +687 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/commands.rb +196 -0
- data/vendor/bundle/gems/slop-3.6.0/lib/slop/option.rb +214 -0
- data/vendor/bundle/gems/slop-3.6.0/slop.gemspec +17 -0
- data/vendor/bundle/gems/slop-3.6.0/test/commands_test.rb +26 -0
- data/vendor/bundle/gems/slop-3.6.0/test/helper.rb +12 -0
- data/vendor/bundle/gems/slop-3.6.0/test/option_test.rb +145 -0
- data/vendor/bundle/gems/slop-3.6.0/test/slop_test.rb +518 -0
- data/vendor/bundle/gems/sprockets-3.6.3/CHANGELOG.md +284 -0
- data/vendor/bundle/gems/sprockets-3.6.3/LICENSE +21 -0
- data/vendor/bundle/gems/sprockets-3.6.3/README.md +509 -0
- data/vendor/bundle/gems/sprockets-3.6.3/bin/sprockets +88 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/rake/sprocketstask.rb +152 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets.rb +162 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/asset.rb +200 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload.rb +11 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/closure.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/coffee_script.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/eco.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/ejs.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/sass.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/uglifier.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/autoload/yui.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/base.rb +110 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/bower.rb +58 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/bundle.rb +69 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache.rb +236 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/file_store.rb +186 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/memory_store.rb +66 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cache/null_store.rb +46 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/cached_environment.rb +69 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/closure_compressor.rb +46 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/coffee_script_processor.rb +25 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/coffee_script_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/compressing.rb +94 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/configuration.rb +83 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/context.rb +231 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/dependencies.rb +73 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/digest_utils.rb +174 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/directive_processor.rb +404 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/eco_processor.rb +32 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/eco_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/ejs_processor.rb +31 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/ejs_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/encoding_utils.rb +261 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/engines.rb +81 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/environment.rb +41 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/erb_processor.rb +30 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/erb_template.rb +6 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/errors.rb +11 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/file_reader.rb +15 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/http_utils.rb +117 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/jst_processor.rb +49 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy.rb +330 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy_proc_processor.rb +35 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/legacy_tilt_processor.rb +29 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/loader.rb +325 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/manifest.rb +335 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/manifest_utils.rb +45 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/mime.rb +130 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_dependency_utils.rb +85 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_digest_utils.rb +47 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/path_utils.rb +287 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/paths.rb +81 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/processing.rb +248 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/processor_utils.rb +182 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/resolve.rb +211 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_cache_store.rb +29 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_compressor.rb +51 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_functions.rb +2 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_importer.rb +2 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_processor.rb +292 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/sass_template.rb +7 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/server.rb +272 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/transformers.rb +145 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uglifier_compressor.rb +55 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/unloaded_asset.rb +137 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uri_tar.rb +98 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/uri_utils.rb +188 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/utils.rb +231 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/utils/gzip.rb +67 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/version.rb +3 -0
- data/vendor/bundle/gems/sprockets-3.6.3/lib/sprockets/yui_compressor.rb +55 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/MIT-LICENSE +20 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/README.md +189 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails.rb +4 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/context.rb +48 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/helper.rb +351 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/quiet_assets.rb +18 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/route_wrapper.rb +23 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/task.rb +89 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/utils.rb +11 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/rails/version.rb +5 -0
- data/vendor/bundle/gems/sprockets-rails-3.1.1/lib/sprockets/railtie.rb +254 -0
- data/vendor/bundle/gems/thor-0.19.1/CHANGELOG.md +139 -0
- data/vendor/bundle/gems/thor-0.19.1/LICENSE.md +20 -0
- data/vendor/bundle/gems/thor-0.19.1/README.md +41 -0
- data/vendor/bundle/gems/thor-0.19.1/Thorfile +29 -0
- data/vendor/bundle/gems/thor-0.19.1/bin/thor +6 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor.rb +484 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions.rb +319 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/create_file.rb +103 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/create_link.rb +59 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/directory.rb +118 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/empty_directory.rb +135 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/file_manipulation.rb +316 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/actions/inject_into_file.rb +107 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/base.rb +656 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/command.rb +133 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/hash_with_indifferent_access.rb +77 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/io_binary_read.rb +10 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/core_ext/ordered_hash.rb +98 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/error.rb +32 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/group.rb +281 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/invocation.rb +178 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor.rb +17 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor/basic.rb +35 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/line_editor/readline.rb +88 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser.rb +4 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/argument.rb +73 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/arguments.rb +175 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/option.rb +125 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/parser/options.rb +218 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/rake_compat.rb +71 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/runner.rb +322 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell.rb +81 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/basic.rb +421 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/color.rb +149 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/shell/html.rb +126 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/util.rb +267 -0
- data/vendor/bundle/gems/thor-0.19.1/lib/thor/version.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/create_file_spec.rb +168 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/create_link_spec.rb +96 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/directory_spec.rb +169 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/empty_directory_spec.rb +129 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/file_manipulation_spec.rb +392 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions/inject_into_file_spec.rb +135 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/actions_spec.rb +331 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/base_spec.rb +298 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/command_spec.rb +79 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/core_ext/hash_with_indifferent_access_spec.rb +48 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/core_ext/ordered_hash_spec.rb +115 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/exit_condition_spec.rb +19 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/application.rb +2 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/app{1}/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/bundle/execute.rb +6 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/bundle/main.thor +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/command.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/COMMENTER +11 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/block_helper.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/config.rb +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/config.yaml.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/doc/excluding/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/enum.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/group.thor +128 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/invoke.thor +131 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/path with spaces b/data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/path with → spaces +0 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/preserve/script.sh +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/script.thor +220 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/fixtures/subcommand.thor +17 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/group_spec.rb +222 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/helper.rb +80 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/invocation_spec.rb +120 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor/basic_spec.rb +28 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor/readline_spec.rb +69 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/line_editor_spec.rb +43 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/argument_spec.rb +53 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/arguments_spec.rb +66 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/option_spec.rb +210 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/parser/options_spec.rb +414 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/quality_spec.rb +75 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/rake_compat_spec.rb +72 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/register_spec.rb +227 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/runner_spec.rb +246 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/application.rb +2 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/app{1}/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/bundle/execute.rb +6 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/bundle/main.thor +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/command.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/COMMENTER +11 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/README +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/block_helper.rb +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/config.rb +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/config.yaml.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/doc/excluding/%file_name%.rb.tt +1 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/enum.thor +10 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/group.thor +128 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/invoke.thor +131 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/path with spaces b/data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/path with → spaces +0 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/preserve/script.sh +3 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/script.thor +220 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/sandbox/subcommand.thor +17 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/basic_spec.rb +337 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/color_spec.rb +119 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell/html_spec.rb +31 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/shell_spec.rb +47 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/subcommand_spec.rb +48 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/thor_spec.rb +505 -0
- data/vendor/bundle/gems/thor-0.19.1/spec/util_spec.rb +196 -0
- data/vendor/bundle/gems/thor-0.19.1/thor.gemspec +24 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/Gemfile +17 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/LICENSE +144 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/README.md +56 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/Rakefile +61 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/examples/bench_cache.rb +35 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe.rb +65 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/cache.rb +163 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/mri_cache_backend.rb +69 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/synchronized_delegator.rb +60 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/atomic_reference.rb +45 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/tasks/update_doc.rake +45 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_array.rb +18 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_cache.rb +901 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_cache_loops.rb +449 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_hash.rb +17 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_helper.rb +134 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/test/test_synchronized_delegator.rb +84 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/thread_safe.gemspec +26 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/gems/thread_safe-0.3.5/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/CHANGES.md +649 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/LICENSE +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/README.md +151 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/Rakefile +104 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo.rb +40 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/country_timezone.rb +123 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_core_support.rb +146 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_country_info.rb +70 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/ruby_data_source.rb +136 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/time_or_datetime.rb +333 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone.rb +637 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_offset.rb +74 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_period.rb +204 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_proxy.rb +70 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition.rb +120 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/timezone_transition_definition.rb +101 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_country_info.rb +35 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_data_source.rb +487 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/lib/tzinfo/zoneinfo_timezone_info.rb +245 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country.rb +236 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_info.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_country_timezone.rb +161 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_source.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_country_info.rb +80 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_ruby_data_source.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_time_or_datetime.rb +639 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone.rb +1334 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_period.rb +548 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_proxy.rb +113 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition.rb +352 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_transition_definition.rb +284 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_transition_data_timezone_info.rb +423 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_country_info.rb +64 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_data_source.rb +1122 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tc_zoneinfo_timezone_info.rb +814 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/test_utils.rb +132 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/ts_all_zoneinfo.rb +7 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +315 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +218 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +261 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +186 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +321 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +265 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +220 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/countries.rb +927 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +596 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/tzinfo-data/tzinfo/data/version.rb +14 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/EST +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/iso3166.tab +275 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/zone.tab +439 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/test/zoneinfo/zone1970.tab +369 -0
- data/vendor/bundle/gems/tzinfo-1.2.2/tzinfo.gemspec +21 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/CHANGELOG.md +119 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/README.md +393 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/examples/tcp_server.rb +28 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/Makefile +261 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/WebsocketMaskService.java +55 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/extconf.rb +4 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.c +41 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/ext/websocket-driver/websocket_mask.o +0 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver.rb +191 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/client.rb +140 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/draft75.rb +102 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/draft76.rb +96 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/event_emitter.rb +54 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/headers.rb +45 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi.rb +406 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi/frame.rb +20 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/hybi/message.rb +31 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/proxy.rb +68 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/server.rb +80 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/driver/stream_reader.rb +55 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http.rb +15 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/headers.rb +112 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/request.rb +45 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/http/response.rb +29 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket/websocket_mask.rb +2 -0
- data/vendor/bundle/gems/websocket-driver-0.6.4/lib/websocket_mask.bundle +0 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/CHANGELOG.md +11 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/README.md +336 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/lib/websocket/extensions.rb +181 -0
- data/vendor/bundle/gems/websocket-extensions-0.1.2/lib/websocket/extensions/parser.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.1/CHANGELOG.md +470 -0
- data/vendor/bundle/gems/yard-0.9.1/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.1/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.1/README.md +294 -0
- data/vendor/bundle/gems/yard-0.9.1/Rakefile +61 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/builtins_vs_eval.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/concat_vs_join.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/erb_vs_erubis.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/format_args.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/generation.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/marshal_vs_dbm.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/pathname_vs_string.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/rdoc_vs_yardoc.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/registry_store_types.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/ri_vs_yri.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/ripper_parser.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/splat_vs_flatten.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_erb.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_format.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/template_profile.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/benchmarks/yri_cache.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yard +12 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yardoc +12 -0
- data/vendor/bundle/gems/yard-0.9.1/bin/yri +12 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/default/yard_tags/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/docs/templates/plugin.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/rubygems_plugin.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/autoload.rb +298 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/command.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/command_parser.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/config.rb +136 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/display.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/gems.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/graph.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/help.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/i18n.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/list.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/markup_types.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/server.rb +253 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/stats.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yardoc.rb +756 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yardopts_command.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/cli/yri.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/base.rb +598 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/class_object.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/class_variable_object.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/constant_object.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/extended_method_object.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/extra_file_object.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/method_object.rb +194 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/module_object.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/namespace_mapper.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/namespace_object.rb +203 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/proxy.rb +258 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/code_objects/root_object.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/config.rb +271 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/array.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/file.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/hash.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/insertion.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/module.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/string.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/core_ext/symbol_hash.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/docstring.rb +367 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/globals.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/base.rb +596 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/alias_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/class_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/constant_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/handler_methods.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/init_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/method_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/mixin_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/module_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/override_comment_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/path_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/struct_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/c/symbol_handler.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/processor.rb +201 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/alias_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/attribute_handler.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/base.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_condition_handler.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_handler.rb +121 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/class_variable_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/constant_handler.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/decorator_handler_methods.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/dsl_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/dsl_handler_methods.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/exception_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/alias_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/attribute_handler.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/base.rb +250 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_handler.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/constant_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/dsl_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/exception_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/extend_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/method_handler.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/module_function_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/visibility_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/legacy/yield_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/method_condition_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/method_handler.rb +120 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/mixin_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/module_function_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/private_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/private_constant_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/public_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/struct_handler_methods.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/visibility_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/handlers/ruby/yield_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/locale.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/message.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/messages.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/po_parser.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/logging.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/options.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/base.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/c_parser.rb +231 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/comment_parser.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/c/statement.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/ast_node.rb +530 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/ruby_lex.rb +1377 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/ruby_parser.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/statement.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/statement_list.rb +384 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/legacy/token_list.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/ruby/ruby_parser.rb +657 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/parser/source_parser.rb +518 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry.rb +417 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry_resolver.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/registry_store.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/gem.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/backports/source_index.rb +370 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/doc_manager.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/hook.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/rubygems/specification.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/base.rb +80 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/file_system_serializer.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/stdout_serializer.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/serializers/yardoc_serializer.rb +124 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/base.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/display_object_command.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/frames_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/library_command.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/library_index_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/list_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/root_request_command.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/search_command.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/commands/static_file_command.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/doc_server_helper.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/doc_server_serializer.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/library_version.rb +227 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/rack_adapter.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/router.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/static_caching.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/breadcrumb.erb +38 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/layout/html/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/default/method_details/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/contents.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/headers.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/processing/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/templates/doc_server/search/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/server/webrick_adapter.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/default_factory.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/default_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/directives.rb +604 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/library.rb +630 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/option_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/overload_tag.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/ref_tag.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/ref_tag_list.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/tag.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/tags/tag_format_error.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/engine.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/erb_cache.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/base_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/filter_helper.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/html_helper.rb +607 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup/rdoc_markdown.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup/rdoc_markup.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/markup_helper.rb +169 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/method_helper.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/module_helper.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/text_helper.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/helpers/uml_helper.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/section.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/template.rb +407 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/templates/template_options.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/verifier.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.1/lib/yard/version.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/config_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/diff_spec.rb +256 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/graph_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/server_spec.rb +311 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/stats_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/yardoc_spec.rb +799 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/base_spec.rb +447 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/class_object_spec.rb +225 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/code_object_list_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/constants_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/extra_file_object_spec.rb +159 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/macro_object_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/method_object_spec.rb +183 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/module_object_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/namespace_object_spec.rb +170 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/proxy_spec.rb +140 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/config_spec.rb +176 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/array_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/docstring_parser_spec.rb +263 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/docstring_spec.rb +337 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/alias_handler_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/attribute_handler_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/base_spec.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/alias_handler_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/attribute_handler_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/class_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/constant_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/init_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/method_handler_spec.rb +324 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/mixin_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/module_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/override_comment_handler_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/path_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/c/struct_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_condition_handler_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_handler_spec.rb +246 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_method_handler_shared_examples.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/class_variable_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/constant_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/decorator_handler_methods_spec.rb +405 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/dsl_handler_spec.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/method_handler_001.rb.txt +126 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/exception_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/extend_handler_spec.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/method_condition_handler_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/method_handler_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/mixin_handler_spec.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/module_function_handler_spec.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/module_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/private_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/private_constant_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/processor_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/public_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/ruby/base_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/visibility_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/handlers/yield_handler_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/i18n/text_spec.rb +180 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/c_parser_spec.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/ruby/ruby_parser_spec.rb +427 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/registry_spec.rb +436 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/registry_store_spec.rb +315 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/file_system_serializer_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/serializers/yardoc_serializer_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/adapter_spec.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/commands/base_spec.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/doc_server_helper_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/doc_server_serializer_spec.rb +59 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/rack_adapter_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/router_spec.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/spec_helper.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/static_caching_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server/webrick_servlet_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/spec_helper.rb +139 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/default_factory_spec.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/directives_spec.rb +453 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/library_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/class_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/constant_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/engine_spec.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/html_helper_spec.rb +648 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/markup/rdoc_markup_spec.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/shared_signature_examples.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/helpers/text_helper_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/method_spec.rb +102 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/module_spec.rb +181 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/onefile_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/section_spec.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/spec_helper.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/tag_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/templates/template_spec.rb +409 -0
- data/vendor/bundle/gems/yard-0.9.1/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/constant/text/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/setup.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/css/style.css +474 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/fulldoc/html/setup.rb +242 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/layout.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/layout/html/setup.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/method_details/text/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/setup.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/module/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/onefile/html/setup.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/dot/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/root/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/setup.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/docstring/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/fulldoc/html/setup.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/layout/html/setup.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/method/html/setup.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/module/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.1/templates/guide/tags/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.1/yard.gemspec +24 -0
- data/vendor/bundle/gems/yard-0.9.2/CHANGELOG.md +481 -0
- data/vendor/bundle/gems/yard-0.9.2/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.2/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.2/README.md +294 -0
- data/vendor/bundle/gems/yard-0.9.2/Rakefile +61 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/builtins_vs_eval.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/concat_vs_join.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/erb_vs_erubis.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/format_args.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/generation.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/marshal_vs_dbm.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/pathname_vs_string.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/rdoc_vs_yardoc.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/registry_store_types.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/ri_vs_yri.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/ripper_parser.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/splat_vs_flatten.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_erb.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_format.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/template_profile.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/benchmarks/yri_cache.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yard +12 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yardoc +12 -0
- data/vendor/bundle/gems/yard-0.9.2/bin/yri +12 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/default/yard_tags/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/docs/templates/plugin.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/rubygems_plugin.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/autoload.rb +298 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/command.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/command_parser.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/config.rb +197 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/display.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/gems.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/graph.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/help.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/i18n.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/list.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/markup_types.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/server.rb +253 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/stats.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yardoc.rb +760 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yardopts_command.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/cli/yri.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/base.rb +598 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/class_object.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/class_variable_object.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/constant_object.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/extended_method_object.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/extra_file_object.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/method_object.rb +194 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/module_object.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/namespace_mapper.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/namespace_object.rb +203 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/proxy.rb +258 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/code_objects/root_object.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/config.rb +271 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/array.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/file.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/hash.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/insertion.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/module.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/string.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/core_ext/symbol_hash.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/docstring.rb +367 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/globals.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/base.rb +596 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/alias_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/class_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/constant_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/handler_methods.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/init_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/method_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/mixin_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/module_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/override_comment_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/path_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/struct_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/c/symbol_handler.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/processor.rb +201 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/alias_handler.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/attribute_handler.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/base.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_condition_handler.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_handler.rb +121 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/class_variable_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/constant_handler.rb +50 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/decorator_handler_methods.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/dsl_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/dsl_handler_methods.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/exception_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/alias_handler.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/attribute_handler.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/base.rb +250 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_handler.rb +111 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/comment_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/constant_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/dsl_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/exception_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/extend_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/method_handler.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/module_function_handler.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/visibility_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/legacy/yield_handler.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/method_condition_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/method_handler.rb +120 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/mixin_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/module_function_handler.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/module_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/private_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/private_constant_handler.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/public_class_method_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/struct_handler_methods.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/visibility_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/handlers/ruby/yield_handler.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/locale.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/message.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/messages.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/po_parser.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/logging.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/options.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/base.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/c_parser.rb +231 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/comment_parser.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/c/statement.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/ast_node.rb +530 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/ruby_lex.rb +1377 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/ruby_parser.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/statement.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/statement_list.rb +384 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/legacy/token_list.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/ruby/ruby_parser.rb +657 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/parser/source_parser.rb +518 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry.rb +424 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry_resolver.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/registry_store.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/gem.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/backports/source_index.rb +370 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/doc_manager.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/hook.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/rubygems/specification.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/base.rb +80 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/file_system_serializer.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/stdout_serializer.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/serializers/yardoc_serializer.rb +124 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/base.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/display_object_command.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/frames_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/library_command.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/library_index_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/list_command.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/root_request_command.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/search_command.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/commands/static_file_command.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/doc_server_helper.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/doc_server_serializer.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/library_version.rb +227 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/rack_adapter.rb +88 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/router.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/static_caching.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/breadcrumb.erb +38 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/layout/html/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/default/method_details/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/contents.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/headers.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/processing/html/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/templates/doc_server/search/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/server/webrick_adapter.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/default_factory.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/default_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/directives.rb +604 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/library.rb +630 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/option_tag.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/overload_tag.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/ref_tag.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/ref_tag_list.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/tag.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/tags/tag_format_error.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/engine.rb +185 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/erb_cache.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/base_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/filter_helper.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/html_helper.rb +607 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup/rdoc_markdown.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup/rdoc_markup.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/markup_helper.rb +169 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/method_helper.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/module_helper.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/text_helper.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/helpers/uml_helper.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/section.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/template.rb +407 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/templates/template_options.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/verifier.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.2/lib/yard/version.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/config_spec.rb +149 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/diff_spec.rb +256 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/graph_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/server_spec.rb +311 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/stats_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/yardoc_spec.rb +807 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/base_spec.rb +447 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/class_object_spec.rb +225 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/code_object_list_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/constants_spec.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/extra_file_object_spec.rb +159 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/macro_object_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/method_object_spec.rb +183 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/module_object_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/namespace_object_spec.rb +170 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/proxy_spec.rb +140 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/config_spec.rb +176 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/array_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/docstring_parser_spec.rb +263 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/docstring_spec.rb +337 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/alias_handler_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/attribute_handler_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/base_spec.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/alias_handler_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/attribute_handler_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/class_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/constant_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/init_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/method_handler_spec.rb +324 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/mixin_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/module_handler_spec.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/override_comment_handler_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/path_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/c/struct_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_condition_handler_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_handler_spec.rb +246 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_method_handler_shared_examples.rb +132 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/class_variable_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/constant_handler_spec.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/decorator_handler_methods_spec.rb +405 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/dsl_handler_spec.rb +214 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/method_handler_001.rb.txt +126 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/exception_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/extend_handler_spec.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/method_condition_handler_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/method_handler_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/mixin_handler_spec.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/module_function_handler_spec.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/module_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/private_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/private_constant_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/processor_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/public_class_method_handler_spec.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/ruby/base_spec.rb +94 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/visibility_handler_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/handlers/yield_handler_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/i18n/text_spec.rb +180 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/c_parser_spec.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/ruby/ruby_parser_spec.rb +427 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/registry_spec.rb +441 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/registry_store_spec.rb +315 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/file_system_serializer_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/serializers/yardoc_serializer_spec.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/adapter_spec.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/commands/base_spec.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/doc_server_helper_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/doc_server_serializer_spec.rb +59 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/rack_adapter_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/router_spec.rb +122 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/spec_helper.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/static_caching_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server/webrick_servlet_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/spec_helper.rb +139 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/default_factory_spec.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/directives_spec.rb +453 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/library_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/class_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/constant_spec.rb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/engine_spec.rb +130 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/html_helper_spec.rb +648 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/markup/rdoc_markup_spec.rb +86 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/shared_signature_examples.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/helpers/text_helper_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/method_spec.rb +102 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/module_spec.rb +181 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/onefile_spec.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/section_spec.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/spec_helper.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/tag_spec.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/templates/template_spec.rb +409 -0
- data/vendor/bundle/gems/yard-0.9.2/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/constant/text/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/setup.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/css/style.css +474 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/fulldoc/html/setup.rb +242 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/layout.erb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/layout/html/setup.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/setup.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/method_details/text/setup.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/dot/setup.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/setup.rb +164 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/module/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/onefile/html/setup.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/dot/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/root/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/setup.rb +55 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/class/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/docstring/html/setup.rb +1 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/fulldoc/html/setup.rb +73 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/layout/html/setup.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/method/html/setup.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/module/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.2/templates/guide/tags/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.2/yard.gemspec +42 -0
- data/vendor/bundle/gems/yard-0.9.7/CHANGELOG.md +529 -0
- data/vendor/bundle/gems/yard-0.9.7/LEGAL +66 -0
- data/vendor/bundle/gems/yard-0.9.7/LICENSE +22 -0
- data/vendor/bundle/gems/yard-0.9.7/README.md +329 -0
- data/vendor/bundle/gems/yard-0.9.7/Rakefile +47 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/builtins_vs_eval.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/concat_vs_join.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/erb_vs_erubis.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/format_args.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/generation.rb +38 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/marshal_vs_dbm.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/parsing.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/pathname_vs_string.rb +51 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/rdoc_vs_yardoc.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/registry_store_types.rb +49 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/ri_vs_yri.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/ripper_parser.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/splat_vs_flatten.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_erb.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_format.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/template_profile.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/benchmarks/yri_cache.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yard +13 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yardoc +13 -0
- data/vendor/bundle/gems/yard-0.9.7/bin/yri +13 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/CodeObjects.md +115 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/GettingStarted.md +674 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Handlers.md +152 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Overview.md +61 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Parser.md +191 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Tags.md +283 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/TagsArch.md +123 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/Templates.md +496 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/WhatsNew.md +1245 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/code-objects-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/handlers-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/overview-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/parser-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/images/tags-class-diagram.png +0 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/fulldoc/html/full_list_tag.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/fulldoc/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/layout/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/layout/html/tag_list.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/yard_tags/html/list.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/default/yard_tags/html/setup.rb +26 -0
- data/vendor/bundle/gems/yard-0.9.7/docs/templates/plugin.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/rubygems_plugin.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/autoload.rb +303 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/command.rb +85 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/command_parser.rb +93 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/config.rb +198 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/diff.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/display.rb +69 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/gems.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/graph.rb +125 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/help.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/i18n.rb +70 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/list.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/markup_types.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/server.rb +257 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/stats.rb +230 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yardoc.rb +770 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yardopts_command.rb +110 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/cli/yri.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/base.rb +602 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/class_object.rb +146 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/class_variable_object.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/constant_object.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/extended_method_object.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/extra_file_object.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/macro_object.rb +172 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/method_object.rb +196 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/module_object.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/namespace_mapper.rb +114 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/namespace_object.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/proxy.rb +240 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/code_objects/root_object.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/config.rb +270 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/array.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/file.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/hash.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/insertion.rb +63 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/module.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/string.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/core_ext/symbol_hash.rb +75 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/docstring.rb +378 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/docstring_parser.rb +345 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/gem_index.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/globals.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/base.rb +595 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/alias_handler.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/attribute_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/base.rb +129 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/class_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/constant_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/handler_methods.rb +211 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/init_handler.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/method_handler.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/mixin_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/module_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/override_comment_handler.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/path_handler.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/struct_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/c/symbol_handler.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/processor.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/alias_handler.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/attribute_handler.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/base.rb +165 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_condition_handler.rb +87 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_handler.rb +119 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/class_variable_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/comment_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/constant_handler.rb +54 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/decorator_handler_methods.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/dsl_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/dsl_handler_methods.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/exception_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/extend_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/alias_handler.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/attribute_handler.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/base.rb +245 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_condition_handler.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_handler.rb +113 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/class_variable_handler.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/comment_handler.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/constant_handler.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/dsl_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/exception_handler.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/extend_handler.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/method_handler.rb +90 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/mixin_handler.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/module_function_handler.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/module_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/private_class_method_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/private_constant_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/visibility_handler.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/legacy/yield_handler.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/method_condition_handler.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/method_handler.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/mixin_handler.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/module_function_handler.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/module_handler.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/private_class_method_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/private_constant_handler.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/public_class_method_handler.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/struct_handler_methods.rb +143 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/visibility_handler.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/handlers/ruby/yield_handler.rb +31 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/locale.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/message.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/messages.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/po_parser.rb +61 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/pot_generator.rb +290 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/i18n/text.rb +173 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/logging.rb +192 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/options.rb +217 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/base.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/c_parser.rb +232 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/comment_parser.rb +134 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/c/statement.rb +64 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/ast_node.rb +532 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/ruby_lex.rb +1354 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/ruby_parser.rb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/statement.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/statement_list.rb +394 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/legacy/token_list.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/ruby_parser.rb +682 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/ruby/token_resolver.rb +156 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/parser/source_parser.rb +526 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rake/yardoc_task.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry.rb +439 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry_resolver.rb +189 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/registry_store.rb +340 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/LICENSE.txt +57 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/MIT.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/gem.rb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/backports/source_index.rb +365 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/doc_manager.rb +90 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/hook.rb +166 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/rubygems/specification.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/base.rb +83 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/file_system_serializer.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/process_serializer.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/stdout_serializer.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/serializers/yardoc_serializer.rb +152 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/adapter.rb +100 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/base.rb +209 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/display_file_command.rb +29 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/display_object_command.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/frames_command.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/library_command.rb +187 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/library_index_command.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/list_command.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/root_request_command.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/search_command.rb +79 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/static_file_command.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/commands/static_file_helpers.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/doc_server_helper.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/doc_server_serializer.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/library_version.rb +277 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/rack_adapter.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/router.rb +187 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/static_caching.rb +46 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/css/custom.css +127 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/images/processing.gif +0 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/fulldoc/html/js/autocomplete.js +12 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/breadcrumb.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/script_setup.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/layout/html/setup.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/method_details/html/permalink.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/default/method_details/html/setup.rb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/headers.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/library_list.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/listing.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/library_list/html/title.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/processing/html/processing.erb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/processing/html/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/search/html/search.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/templates/doc_server/search/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/server/webrick_adapter.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/default_factory.rb +191 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/default_tag.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/directives.rb +608 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/library.rb +633 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/option_tag.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/overload_tag.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/ref_tag.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/ref_tag_list.rb +28 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/tag.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/tag_format_error.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/tags/types_explainer.rb +160 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/engine.rb +186 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/erb_cache.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/base_helper.rb +215 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/filter_helper.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/html_helper.rb +635 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/html_syntax_highlight_helper.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup/rdoc_markdown.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup/rdoc_markup.rb +109 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/markup_helper.rb +168 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/method_helper.rb +75 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/module_helper.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/text_helper.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/helpers/uml_helper.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/section.rb +105 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/template.rb +414 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/templates/template_options.rb +92 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/verifier.rb +151 -0
- data/vendor/bundle/gems/yard-0.9.7/lib/yard/version.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/command_parser_spec.rb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/command_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/config_spec.rb +148 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/diff_spec.rb +254 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/display_spec.rb +30 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/gems_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/graph_spec.rb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/help_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/i18n_spec.rb +107 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/list_spec.rb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/markup_types_spec.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/server_spec.rb +319 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/stats_spec.rb +96 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/yardoc_spec.rb +820 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/cli/yri_spec.rb +99 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/base_spec.rb +449 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/class_object_spec.rb +226 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/code_object_list_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/constants_spec.rb +103 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/extra_file_object_spec.rb +160 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/macro_object_spec.rb +150 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/method_object_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/module_object_spec.rb +142 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/namespace_object_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/proxy_spec.rb +141 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/code_objects/spec_helper.rb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/config_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/array_spec.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/file_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/hash_spec.rb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/insertion_spec.rb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/module_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/string_spec.rb +42 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/core_ext/symbol_hash_spec.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/docstring_parser_spec.rb +262 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/docstring_spec.rb +364 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/examples.txt +1849 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/alias_handler_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/attribute_handler_spec.rb +96 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/base_spec.rb +216 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/alias_handler_spec.rb +34 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/attribute_handler_spec.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/class_handler_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/constant_handler_spec.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/init_handler_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/method_handler_spec.rb +325 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/mixin_handler_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/module_handler_spec.rb +71 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/override_comment_handler_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/path_handler_spec.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/spec_helper.rb +23 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/c/struct_handler_spec.rb +16 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_condition_handler_spec.rb +68 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_handler_spec.rb +247 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_method_handler_shared_examples.rb +133 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/class_variable_handler_spec.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/constant_handler_spec.rb +101 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/decorator_handler_methods_spec.rb +393 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/dsl_handler_spec.rb +219 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/alias_handler_001.rb.txt +46 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/attribute_handler_001.rb.txt +32 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_condition_handler_001.rb.txt +69 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_handler_001.rb.txt +120 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/class_variable_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/constant_handler_001.rb.txt +28 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/dsl_handler_001.rb.txt +154 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/exception_handler_001.rb.txt +59 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/extend_handler_001.rb.txt +16 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/method_condition_handler_001.rb.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/method_handler_001.rb.txt +128 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/mixin_handler_001.rb.txt +37 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/module_handler_001.rb.txt +29 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/private_constant_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/process_handler_001.rb.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/visibility_handler_001.rb.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/examples/yield_handler_001.rb.txt +54 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/exception_handler_spec.rb +49 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/extend_handler_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/legacy_base_spec.rb +128 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/method_condition_handler_spec.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/method_handler_spec.rb +190 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/mixin_handler_spec.rb +56 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/module_function_handler_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/module_handler_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/private_class_method_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/private_constant_handler_spec.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/processor_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/public_class_method_handler_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/ruby/base_spec.rb +95 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/ruby/legacy/base_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/spec_helper.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/visibility_handler_spec.rb +44 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/handlers/yield_handler_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/locale_spec.rb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/message_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/messages_spec.rb +67 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/pot_generator_spec.rb +295 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/i18n/text_spec.rb +184 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/logging_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/options_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/base_spec.rb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/c_parser_spec.rb +190 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/array.c.txt +3887 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/example1.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/extrafile.c.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/multifile.c.txt +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/override.c.txt +424 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/parse_in_order_001.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/parse_in_order_002.rb.txt +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/examples/tag_handler_001.rb.txt +8 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/ast_node_spec.rb +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/legacy/statement_list_spec.rb +299 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/legacy/token_list_spec.rb +77 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/ruby_parser_spec.rb +476 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/ruby/token_resolver_spec.rb +165 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/source_parser_spec.rb +727 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/parser/tag_parsing_spec.rb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/rake/yardoc_task_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/registry_spec.rb +463 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/registry_store_spec.rb +316 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/rubygems/doc_manager_spec.rb +112 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/checksums +1 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo/bar_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/Foo/baz_i.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/objects/root.dat +0 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/data/serialized_yardoc/proxy_types +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/file_system_serializer_spec.rb +145 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/spec_helper.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/serializers/yardoc_serializer_spec.rb +78 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/adapter_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/commands/base_spec.rb +91 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/commands/library_command_spec.rb +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/doc_server_helper_spec.rb +72 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/doc_server_serializer_spec.rb +60 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/rack_adapter_spec.rb +21 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/router_spec.rb +123 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/spec_helper.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/static_caching_spec.rb +47 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server/webrick_servlet_spec.rb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/server_spec.rb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/spec_helper.rb +212 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/default_factory_spec.rb +168 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/default_tag_spec.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/directives_spec.rb +463 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/library_spec.rb +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/overload_tag_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/ref_tag_list_spec.rb +53 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/tags/types_explainer_spec.rb +200 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/class_spec.rb +45 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/constant_spec.rb +41 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/engine_spec.rb +131 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class001.html +308 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class001.txt +36 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/class002.html +39 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant001.txt +25 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant002.txt +7 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/constant003.txt +11 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method001.html +137 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method001.txt +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method002.html +91 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method002.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method003.html +165 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method003.txt +45 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method004.html +48 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method004.txt +10 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method005.html +105 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method005.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method006.html +108 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/method006.txt +20 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.dot +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.html +829 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module001.txt +33 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module002.html +341 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module003.html +198 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/module004.html +394 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/examples/tag001.txt +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/base_helper_spec.rb +171 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/html_helper_spec.rb +652 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/html_syntax_highlight_helper_spec.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/markup/rdoc_markup_spec.rb +84 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/markup_helper_spec.rb +135 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/method_helper_spec.rb +82 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/module_helper_spec.rb +35 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/shared_signature_examples.rb +126 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/helpers/text_helper_spec.rb +65 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/method_spec.rb +118 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/module_spec.rb +182 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/onefile_spec.rb +66 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/section_spec.rb +144 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/spec_helper.rb +76 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/tag_spec.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/templates/template_spec.rb +410 -0
- data/vendor/bundle/gems/yard-0.9.7/spec/verifier_spec.rb +106 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/dot/setup.rb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/dot/superklass.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/constructor_details.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/html/subclasses.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/setup.rb +36 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/text/setup.rb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/class/text/subclasses.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/constant/text/header.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/constant/text/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/abstract.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/deprecated.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/index.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/note.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/private.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/html/todo.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/setup.rb +52 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/abstract.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/deprecated.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/note.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/private.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/returns_void.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/text.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/docstring/text/todo.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/common.css +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/full_list.css +58 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/css/style.css +492 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/frames.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list.erb +37 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_class.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_file.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/full_list_method.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/app.js +243 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/full_list.js +216 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/js/jquery.js +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/fulldoc/html/setup.rb +241 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/dot/setup.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/breadcrumb.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/files.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/footer.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/headers.erb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/index.erb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/layout.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/listing.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/objects.erb +32 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/script_setup.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/search.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/layout/html/setup.rb +89 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/html/header.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/setup.rb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method/text/header.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/header.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/method_signature.erb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/html/source.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/header.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/method_signature.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/method_details/text/setup.rb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/child.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/dependencies.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/header.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/info.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/dot/setup.rb +15 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/attribute_details.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/attribute_summary.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/box_info.erb +43 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/children.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/constant_summary.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/defines.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/header.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_attributes.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_constants.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/inherited_methods.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/item_summary.erb +40 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/method_details_list.erb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/method_summary.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/methodmissing.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/html/pre_docstring.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/setup.rb +162 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/children.erb +10 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/class_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/extends.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/includes.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/instance_meths_list.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/module/text/setup.rb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/files.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/headers.erb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/layout.erb +17 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/readme.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/onefile/html/setup.rb +62 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/dot/child.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/dot/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/root/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/example.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/index.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/option.erb +24 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/overload.erb +14 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/see.erb +8 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/html/tag.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/setup.rb +57 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/example.erb +12 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/index.erb +1 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/option.erb +20 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/overload.erb +19 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/see.erb +11 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/default/tags/text/tag.erb +13 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/class/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/docstring/html/setup.rb +2 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/css/style.css +108 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/js/app.js +33 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/fulldoc/html/setup.rb +74 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/layout/html/layout.erb +81 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/layout/html/setup.rb +25 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/method/html/header.erb +18 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/method/html/setup.rb +22 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/header.erb +7 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/method_list.erb +5 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/module/html/setup.rb +27 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/files.erb +4 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/setup.rb +6 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/onefile/html/toc.erb +3 -0
- data/vendor/bundle/gems/yard-0.9.7/templates/guide/tags/html/setup.rb +9 -0
- data/vendor/bundle/gems/yard-0.9.7/yard.gemspec +43 -0
- data/vendor/bundle/specifications/actioncable-5.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/actionmailer-5.0.0.gemspec +46 -0
- data/vendor/bundle/specifications/actionpack-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/actionview-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/activejob-5.0.0.gemspec +36 -0
- data/vendor/bundle/specifications/activemodel-5.0.0.gemspec +33 -0
- data/vendor/bundle/specifications/activerecord-5.0.0.gemspec +42 -0
- data/vendor/bundle/specifications/activesupport-5.0.0.gemspec +43 -0
- data/vendor/bundle/specifications/activesupport-5.0.1.gemspec +43 -0
- data/vendor/bundle/specifications/arel-7.1.0.gemspec +41 -0
- data/vendor/bundle/specifications/builder-3.2.2.gemspec +23 -0
- data/vendor/bundle/specifications/coderay-1.1.1.gemspec +26 -0
- data/vendor/bundle/specifications/concurrent-ruby-1.0.2.gemspec +23 -0
- data/vendor/bundle/specifications/concurrent-ruby-1.0.4.gemspec +23 -0
- data/vendor/bundle/specifications/diff-lcs-1.2.5.gemspec +68 -0
- data/vendor/bundle/specifications/docile-1.1.5.gemspec +48 -0
- data/vendor/bundle/specifications/erubis-2.7.0.gemspec +22 -0
- data/vendor/bundle/specifications/globalid-0.3.6.gemspec +36 -0
- data/vendor/bundle/specifications/i18n-0.7.0.gemspec +22 -0
- data/vendor/bundle/specifications/json-2.0.1.gemspec +0 -0
- data/vendor/bundle/specifications/json-2.0.2.gemspec +0 -0
- data/vendor/bundle/specifications/loofah-2.0.3.gemspec +65 -0
- data/vendor/bundle/specifications/mail-2.6.4.gemspec +47 -0
- data/vendor/bundle/specifications/method_source-0.8.2.gemspec +34 -0
- data/vendor/bundle/specifications/mime-types-3.1.gemspec +84 -0
- data/vendor/bundle/specifications/mime-types-data-3.2016.0521.gemspec +60 -0
- data/vendor/bundle/specifications/mini_portile2-2.1.0.gemspec +45 -0
- data/vendor/bundle/specifications/minitest-5.10.1.gemspec +39 -0
- data/vendor/bundle/specifications/minitest-5.9.0.gemspec +39 -0
- data/vendor/bundle/specifications/nio4r-1.2.1.gemspec +38 -0
- data/vendor/bundle/specifications/nokogiri-1.6.8.gemspec +78 -0
- data/vendor/bundle/specifications/pkg-config-1.1.7.gemspec +39 -0
- data/vendor/bundle/specifications/pry-0.10.4.gemspec +43 -0
- data/vendor/bundle/specifications/rack-2.0.1.gemspec +45 -0
- data/vendor/bundle/specifications/rack-test-0.6.3.gemspec +34 -0
- data/vendor/bundle/specifications/rails-5.0.0.gemspec +63 -0
- data/vendor/bundle/specifications/rails-dom-testing-2.0.1.gemspec +44 -0
- data/vendor/bundle/specifications/rails-html-sanitizer-1.0.3.gemspec +44 -0
- data/vendor/bundle/specifications/railties-5.0.0.gemspec +52 -0
- data/vendor/bundle/specifications/rake-11.2.2.gemspec +43 -0
- data/vendor/bundle/specifications/redis-2.2.2.gemspec +21 -0
- data/vendor/bundle/specifications/redis-3.3.1.gemspec +35 -0
- data/vendor/bundle/specifications/redis-3.3.2.gemspec +35 -0
- data/vendor/bundle/specifications/rspec-3.5.0.gemspec +42 -0
- data/vendor/bundle/specifications/rspec-core-3.5.1.gemspec +62 -0
- data/vendor/bundle/specifications/rspec-core-3.5.4.gemspec +62 -0
- data/vendor/bundle/specifications/rspec-expectations-3.5.0.gemspec +50 -0
- data/vendor/bundle/specifications/rspec-mocks-3.5.0.gemspec +50 -0
- data/vendor/bundle/specifications/rspec-support-3.5.0.gemspec +41 -0
- data/vendor/bundle/specifications/simplecov-0.12.0.gemspec +42 -0
- data/vendor/bundle/specifications/simplecov-html-0.10.0.gemspec +33 -0
- data/vendor/bundle/specifications/slop-3.6.0.gemspec +36 -0
- data/vendor/bundle/specifications/sprockets-3.6.3.gemspec +78 -0
- data/vendor/bundle/specifications/sprockets-rails-3.1.1.gemspec +50 -0
- data/vendor/bundle/specifications/thor-0.19.1.gemspec +34 -0
- data/vendor/bundle/specifications/thread_safe-0.3.5.gemspec +38 -0
- data/vendor/bundle/specifications/tzinfo-1.2.2.gemspec +37 -0
- data/vendor/bundle/specifications/websocket-driver-0.6.4.gemspec +48 -0
- data/vendor/bundle/specifications/websocket-extensions-0.1.2.gemspec +34 -0
- data/vendor/bundle/specifications/yard-0.9.1.gemspec +22 -0
- data/vendor/bundle/specifications/yard-0.9.2.gemspec +24 -0
- data/vendor/bundle/specifications/yard-0.9.7.gemspec +24 -0
- metadata +6723 -25
- data/test/counter_test.rb +0 -199
- data/test/date_range_test.rb +0 -95
- data/test/helper.rb +0 -23
- data/test/store_test.rb +0 -81
@@ -0,0 +1,25 @@
|
|
1
|
+
## Licence
|
2
|
+
|
3
|
+
* Copyright 2003–2016 Austin Ziegler and other contributors.
|
4
|
+
|
5
|
+
The software in this repository is made available under the MIT license.
|
6
|
+
|
7
|
+
### MIT License
|
8
|
+
|
9
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
10
|
+
this software and associated documentation files (the "Software"), to deal in
|
11
|
+
the Software without restriction, including without limitation the rights to
|
12
|
+
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies
|
13
|
+
of the Software, and to permit persons to whom the Software is furnished to do
|
14
|
+
so, subject to the following conditions:
|
15
|
+
|
16
|
+
The above copyright notice and this permission notice shall be included in all
|
17
|
+
copies or substantial portions of the Software.
|
18
|
+
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
20
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
21
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
22
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
23
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
24
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
25
|
+
SOFTWARE.
|
@@ -0,0 +1,18 @@
|
|
1
|
+
Code-of-Conduct.md
|
2
|
+
Contributing.md
|
3
|
+
History.md
|
4
|
+
Licence.md
|
5
|
+
Manifest.txt
|
6
|
+
README.md
|
7
|
+
Rakefile
|
8
|
+
data/mime-types.json
|
9
|
+
data/mime.content_type.column
|
10
|
+
data/mime.docs.column
|
11
|
+
data/mime.encoding.column
|
12
|
+
data/mime.flags.column
|
13
|
+
data/mime.friendly.column
|
14
|
+
data/mime.pext.column
|
15
|
+
data/mime.use_instead.column
|
16
|
+
data/mime.xrefs.column
|
17
|
+
lib/mime-types-data.rb
|
18
|
+
lib/mime/types/data.rb
|
@@ -0,0 +1,61 @@
|
|
1
|
+
# mime-types-data
|
2
|
+
|
3
|
+
* home :: https://github.com/mime-types/mime-types-data/
|
4
|
+
* code :: https://github.com/mime-types/mime-types-data/
|
5
|
+
* issues :: https://github.com/mime-types/mime-types-data/issues
|
6
|
+
|
7
|
+
## Description
|
8
|
+
|
9
|
+
mime-types-data provides a registry for information about MIME media type
|
10
|
+
definitions. It can be used with the Ruby mime-types library or other software
|
11
|
+
to determine defined filename extensions for MIME types, or to use filename
|
12
|
+
extensions to look up the likely MIME type definitions.
|
13
|
+
|
14
|
+
### About MIME Media Types
|
15
|
+
|
16
|
+
MIME media types are used in MIME-compliant communications, as in e-mail or
|
17
|
+
HTTP traffic, to indicate the type of content which is transmitted. The
|
18
|
+
registry provided in mime-types-data contains detailed information about MIME
|
19
|
+
entities. There are many types defined by RFCs and vendors, so the list is long
|
20
|
+
but invariably; don't hesitate to offer additional type definitions for
|
21
|
+
consideration. MIME type definitions found in mime-types are from RFCs, W3C
|
22
|
+
recommendations, the [IANA Media Types registry][registry], and user
|
23
|
+
contributions. It conforms to RFCs 2045 and 2231.
|
24
|
+
|
25
|
+
### Data Formats Supported in this Registry
|
26
|
+
|
27
|
+
This registry contains the MIME media types in three formats:
|
28
|
+
|
29
|
+
* A YAML format matching the Ruby mime-types library objects (MIME::Type).
|
30
|
+
This is the primary user-editable format.
|
31
|
+
* A JSON format converted from the YAML format. Prior to Ruby mime-types 3.0,
|
32
|
+
this was the main consumption format and is still recommended for any
|
33
|
+
implementation that does not wish to implement the columnar format.
|
34
|
+
* An encoded text format splitting the data for each MIME type across
|
35
|
+
multiple files. This columnar data format reduces the minimal data load
|
36
|
+
substantially, resulting in a performance improvement at the cost of more
|
37
|
+
complex code for loading the data on-demand. This is the default format for
|
38
|
+
Ruby mime-types 3.0.
|
39
|
+
|
40
|
+
## mime-types-data Modified Semantic Versioning
|
41
|
+
|
42
|
+
mime-types-data uses a heavily modified [Semantic Versioning][] scheme to
|
43
|
+
indicate that the data formats compatibility based on a `SCHEMA` version and
|
44
|
+
the date of the data update: `SCHEMA.YEAR.MONTHDAY`.
|
45
|
+
|
46
|
+
1. If an incompatible data format change is made to any of the supported
|
47
|
+
formts, `SCHEMA` will be incremented. The current `SCHEMA` is 3, supporting
|
48
|
+
the YAML, JSON, and columnar formats required for Ruby mime-types 3.0.
|
49
|
+
|
50
|
+
2. When the data is updated, the `YEAR.MONTHDAY` combination will be updated.
|
51
|
+
An update on the last day of October 2015 would be written as `2015.1031`,
|
52
|
+
resulting in the full version of `3.2015.1031`.
|
53
|
+
|
54
|
+
3. If multiple versions of the data need to be released on the same day due to
|
55
|
+
error, there will be an additional `REVISION` field incremented on the end
|
56
|
+
of the version. Thus, if three revisions need to be published on October
|
57
|
+
31st, 2015, the last release would be `3.2015.1031.2` (remember that the
|
58
|
+
first release has an implied `0`.)
|
59
|
+
|
60
|
+
[registry]: https://www.iana.org/assignments/media-types/media-types.xhtml
|
61
|
+
[Semantic Versioning]: http://semver.org/
|
@@ -0,0 +1,80 @@
|
|
1
|
+
# frozen_string_literal: true
|
2
|
+
|
3
|
+
require 'rubygems'
|
4
|
+
require 'hoe'
|
5
|
+
require 'rake/clean'
|
6
|
+
|
7
|
+
Hoe.plugin :doofus
|
8
|
+
Hoe.plugin :gemspec2
|
9
|
+
Hoe.plugin :git
|
10
|
+
Hoe.plugin :travis
|
11
|
+
Hoe.plugin :email unless ENV['CI'] or ENV['TRAVIS']
|
12
|
+
|
13
|
+
Hoe.spec 'mime-types-data' do
|
14
|
+
developer('Austin Ziegler', 'halostatue@gmail.com')
|
15
|
+
|
16
|
+
require_ruby_version '>= 2.0'
|
17
|
+
|
18
|
+
self.history_file = 'History.md'
|
19
|
+
self.readme_file = 'README.md'
|
20
|
+
|
21
|
+
license 'MIT'
|
22
|
+
|
23
|
+
extra_dev_deps << ['nokogiri', '~> 1.6']
|
24
|
+
extra_dev_deps << ['hoe-doofus', '~> 1.0']
|
25
|
+
extra_dev_deps << ['hoe-gemspec2', '~> 1.1']
|
26
|
+
extra_dev_deps << ['hoe-git', '~> 1.6']
|
27
|
+
extra_dev_deps << ['hoe-rubygems', '~> 1.0']
|
28
|
+
extra_dev_deps << ['rake', '~> 10.0']
|
29
|
+
extra_dev_deps << ['mime-types', '~> 3.0']
|
30
|
+
end
|
31
|
+
|
32
|
+
$LOAD_PATH.unshift 'lib'
|
33
|
+
$LOAD_PATH.unshift 'support'
|
34
|
+
|
35
|
+
namespace :mime do
|
36
|
+
desc 'Download the current MIME type registrations from IANA.'
|
37
|
+
task :iana, [ :destination ] do |_, args|
|
38
|
+
require 'iana_registry'
|
39
|
+
IANARegistry.download(to: args.destination)
|
40
|
+
end
|
41
|
+
|
42
|
+
desc 'Download the current MIME type configuration from Apache.'
|
43
|
+
task :apache, [ :destination ] do |_, args|
|
44
|
+
require 'apache_mime_types'
|
45
|
+
ApacheMIMETypes.download(to: args.destination)
|
46
|
+
end
|
47
|
+
end
|
48
|
+
|
49
|
+
namespace :convert do
|
50
|
+
namespace :yaml do
|
51
|
+
desc 'Convert from YAML to JSON'
|
52
|
+
task :json, [ :source, :destination, :multiple_files ] => :support do |_, args|
|
53
|
+
require 'convert'
|
54
|
+
Convert.from_yaml_to_json(args)
|
55
|
+
end
|
56
|
+
|
57
|
+
desc 'Convert from YAML to Columnar'
|
58
|
+
task :columnar, [ :source, :destination ] => :support do |_, args|
|
59
|
+
require 'convert/columnar'
|
60
|
+
Convert::Columnar.from_yaml_to_columnar(args)
|
61
|
+
end
|
62
|
+
end
|
63
|
+
|
64
|
+
namespace :json do
|
65
|
+
desc 'Convert from JSON to YAML'
|
66
|
+
task :yaml, [ :source, :destination, :multiple_files ] => :support do |_, args|
|
67
|
+
require 'convert'
|
68
|
+
Convert.from_json_to_yaml(args)
|
69
|
+
end
|
70
|
+
end
|
71
|
+
end
|
72
|
+
|
73
|
+
desc 'Default conversion from YAML to JSON and Columnar'
|
74
|
+
task convert: [ 'convert:yaml:json', 'convert:yaml:columnar' ]
|
75
|
+
|
76
|
+
Rake::Task['gem'].prerequisites.unshift('convert')
|
77
|
+
Rake::Task['gem'].prerequisites.unshift('git:manifest')
|
78
|
+
Rake::Task['gem'].prerequisites.unshift('gemspec')
|
79
|
+
|
80
|
+
# vim: syntax=ruby
|
@@ -0,0 +1 @@
|
|
1
|
+
[{"content-type":"application/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["application/1d-interleaved-parityfec"]},"registered":true},{"content-type":"application/3gpdash-qoe-report+xml","encoding":"base64","xrefs":{"person":["Ozgur_Oyman","_3GPP"],"template":["application/3gpdash-qoe-report+xml"]},"registered":true},{"content-type":"application/3gpp-ims+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith"],"template":["application/3gpp-ims+xml"]},"registered":true},{"content-type":"application/A2L","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/A2L"]},"registered":true},{"content-type":"application/acad","encoding":"base64","registered":false},{"content-type":"application/access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/activemessage","encoding":"base64","xrefs":{"person":["Ehud_Shapiro"],"template":["application/activemessage"]},"registered":true},{"content-type":"application/alto-costmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmap+json"]},"registered":true},{"content-type":"application/alto-costmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-costmapfilter+json"]},"registered":true},{"content-type":"application/alto-directory+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-directory+json"]},"registered":true},{"content-type":"application/alto-endpointcost+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcost+json"]},"registered":true},{"content-type":"application/alto-endpointcostparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointcostparams+json"]},"registered":true},{"content-type":"application/alto-endpointprop+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointprop+json"]},"registered":true},{"content-type":"application/alto-endpointpropparams+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-endpointpropparams+json"]},"registered":true},{"content-type":"application/alto-error+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-error+json"]},"registered":true},{"content-type":"application/alto-networkmap+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmap+json"]},"registered":true},{"content-type":"application/alto-networkmapfilter+json","encoding":"base64","xrefs":{"rfc":["rfc7285"],"template":["application/alto-networkmapfilter+json"]},"registered":true},{"content-type":"application/AML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/AML"]},"registered":true},{"content-type":"application/andrew-inset","friendly":{"en":"Andrew Toolkit"},"encoding":"base64","extensions":["ez"],"xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/andrew-inset"]},"registered":true},{"content-type":"application/appledouble","encoding":"base64","registered":false},{"content-type":"application/applefile","encoding":"base64","xrefs":{"person":["Patrik_Faltstrom"],"template":["application/applefile"]},"registered":true},{"content-type":"application/applixware","friendly":{"en":"Applixware"},"encoding":"base64","extensions":["aw"],"registered":false},{"content-type":"application/ATF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATF"]},"registered":true},{"content-type":"application/ATFX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATFX"]},"registered":true},{"content-type":"application/atom+xml","friendly":{"en":"Atom Syndication Format"},"encoding":"8bit","extensions":["atom"],"xrefs":{"rfc":["rfc4287","rfc5023"],"template":["application/atom+xml"]},"registered":true},{"content-type":"application/atomcat+xml","friendly":{"en":"Atom Publishing Protocol"},"encoding":"8bit","extensions":["atomcat"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomcat+xml"]},"registered":true},{"content-type":"application/atomdeleted+xml","encoding":"8bit","xrefs":{"rfc":["rfc6721"],"template":["application/atomdeleted+xml"]},"registered":true},{"content-type":"application/atomicmail","encoding":"base64","xrefs":{"person":["Nathaniel_Borenstein"],"template":["application/atomicmail"]},"registered":true},{"content-type":"application/atomsvc+xml","friendly":{"en":"Atom Publishing Protocol Service Document"},"encoding":"8bit","extensions":["atomsvc"],"xrefs":{"rfc":["rfc5023"],"template":["application/atomsvc+xml"]},"registered":true},{"content-type":"application/ATXML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ATXML"]},"registered":true},{"content-type":"application/auth-policy+xml","encoding":"8bit","xrefs":{"rfc":["rfc4745"],"template":["application/auth-policy+xml"]},"registered":true},{"content-type":"application/bacnet-xdd+zip","encoding":"base64","xrefs":{"person":["ASHRAE","Dave_Robin"],"template":["application/bacnet-xdd+zip"]},"registered":true},{"content-type":"application/batch-SMTP","encoding":"base64","xrefs":{"rfc":["rfc2442"],"template":["application/batch-SMTP"]},"registered":true},{"content-type":"application/beep+xml","encoding":"base64","xrefs":{"rfc":["rfc3080"],"template":["application/beep+xml"]},"registered":true},{"content-type":"application/bleeper","encoding":"base64","extensions":["bleep"],"obsolete":true,"use-instead":"application/x-bleeper","registered":false},{"content-type":"application/calendar+json","encoding":"base64","xrefs":{"rfc":["rfc7265"],"template":["application/calendar+json"]},"registered":true},{"content-type":"application/calendar+xml","encoding":"base64","xrefs":{"rfc":["rfc6321"],"template":["application/calendar+xml"]},"registered":true},{"content-type":"application/call-completion","encoding":"base64","xrefs":{"rfc":["rfc6910"],"template":["application/call-completion"]},"registered":true},{"content-type":"application/cals-1840","encoding":"base64","xrefs":{"rfc":["rfc1895"],"template":["application/CALS-1840"]},"registered":true},{"content-type":"application/cals1840","encoding":"base64","obsolete":true,"use-instead":"application/cals-1840","registered":false},{"content-type":"application/cbor","encoding":"base64","xrefs":{"rfc":["rfc7049"],"template":["application/cbor"]},"registered":true},{"content-type":"application/ccmp+xml","encoding":"base64","xrefs":{"rfc":["rfc6503"],"template":["application/ccmp+xml"]},"registered":true},{"content-type":"application/ccxml+xml","friendly":{"en":"Voice Browser Call Control"},"encoding":"base64","extensions":["ccxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ccxml+xml"]},"registered":true},{"content-type":"application/CDFX+XML","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CDFX+XML"]},"registered":true},{"content-type":"application/cdmi-capability","friendly":{"en":"Cloud Data Management Interface (CDMI) - Capability"},"encoding":"base64","extensions":["cdmia"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-capability"]},"registered":true},{"content-type":"application/cdmi-container","friendly":{"en":"Cloud Data Management Interface (CDMI) - Contaimer"},"encoding":"base64","extensions":["cdmic"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-container"]},"registered":true},{"content-type":"application/cdmi-domain","friendly":{"en":"Cloud Data Management Interface (CDMI) - Domain"},"encoding":"base64","extensions":["cdmid"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-domain"]},"registered":true},{"content-type":"application/cdmi-object","friendly":{"en":"Cloud Data Management Interface (CDMI) - Object"},"encoding":"base64","extensions":["cdmio"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-object"]},"registered":true},{"content-type":"application/cdmi-queue","friendly":{"en":"Cloud Data Management Interface (CDMI) - Queue"},"encoding":"base64","extensions":["cdmiq"],"xrefs":{"rfc":["rfc6208"],"template":["application/cdmi-queue"]},"registered":true},{"content-type":"application/cdni","encoding":"base64","xrefs":{"rfc":["rfc7736"],"template":["application/cdni"]},"registered":true},{"content-type":"application/CEA","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/CEA"]},"registered":true},{"content-type":"application/cea-2018+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/cea-2018+xml"]},"registered":true},{"content-type":"application/cellml+xml","encoding":"base64","xrefs":{"rfc":["rfc4708"],"template":["application/cellml+xml"]},"registered":true},{"content-type":"application/cfw","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/cfw"]},"registered":true},{"content-type":"application/clariscad","encoding":"base64","registered":false},{"content-type":"application/cms","encoding":"base64","xrefs":{"rfc":["rfc7193"],"template":["application/cms"]},"registered":true},{"content-type":"application/cnrp+xml","encoding":"base64","xrefs":{"rfc":["rfc3367"],"template":["application/cnrp+xml"]},"registered":true},{"content-type":"application/coap-group+json","encoding":"base64","xrefs":{"rfc":["rfc7390"],"template":["application/coap-group+json"]},"registered":true},{"content-type":"application/commonground","encoding":"base64","xrefs":{"person":["David_Glazer"],"template":["application/commonground"]},"registered":true},{"content-type":"application/conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4575"],"template":["application/conference-info+xml"]},"registered":true},{"content-type":"application/cpl+xml","encoding":"base64","xrefs":{"rfc":["rfc3880"],"template":["application/cpl+xml"]},"registered":true},{"content-type":"application/csrattrs","encoding":"base64","xrefs":{"rfc":["rfc7030"],"template":["application/csrattrs"]},"registered":true},{"content-type":"application/csta+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/csta+xml"]},"registered":true},{"content-type":"application/CSTAdata+xml","encoding":"base64","xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/CSTAdata+xml"]},"registered":true},{"content-type":"application/csvm+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/csvm+json"]},"registered":true},{"content-type":"application/cu-seeme","friendly":{"en":"CU-SeeMe"},"encoding":"base64","extensions":["cu"],"registered":false},{"content-type":"application/cybercash","encoding":"base64","xrefs":{"person":["Donald_E._Eastlake_3rd"],"template":["application/cybercash"]},"registered":true},{"content-type":"application/dash+xml","encoding":"base64","xrefs":{"person":["ISO-IEC_JTC1","Thomas_Stockhammer"],"template":["application/dash+xml"]},"registered":true},{"content-type":"application/dashdelta","encoding":"base64","xrefs":{"person":["David_Furbeck"],"template":["application/dashdelta"]},"registered":true},{"content-type":"application/davmount+xml","friendly":{"en":"Web Distributed Authoring and Versioning"},"encoding":"base64","extensions":["davmount"],"xrefs":{"rfc":["rfc4709"],"template":["application/davmount+xml"]},"registered":true},{"content-type":"application/dca-rft","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dca-rft"]},"registered":true},{"content-type":"application/DCD","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DCD"]},"registered":true},{"content-type":"application/dec-dx","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/dec-dx"]},"registered":true},{"content-type":"application/dialog-info+xml","encoding":"base64","xrefs":{"rfc":["rfc4235"],"template":["application/dialog-info+xml"]},"registered":true},{"content-type":"application/dicom","encoding":"base64","extensions":["dcm"],"xrefs":{"rfc":["rfc3240"],"template":["application/dicom"]},"registered":true},{"content-type":"application/DII","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DII"]},"registered":true},{"content-type":"application/DIT","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/DIT"]},"registered":true},{"content-type":"application/dns","encoding":"base64","xrefs":{"rfc":["rfc4027"],"template":["application/dns"]},"registered":true},{"content-type":"application/docbook+xml","encoding":"base64","extensions":["dbk"],"registered":false},{"content-type":"application/drafting","encoding":"base64","registered":false},{"content-type":"application/dskpp+xml","encoding":"base64","xrefs":{"rfc":["rfc6063"],"template":["application/dskpp+xml"]},"registered":true},{"content-type":"application/dssc+der","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["dssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+der"]},"registered":true},{"content-type":"application/dssc+xml","friendly":{"en":"Data Structure for the Security Suitability of Cryptographic Algorithms"},"encoding":"base64","extensions":["xdssc"],"xrefs":{"rfc":["rfc5698"],"template":["application/dssc+xml"]},"registered":true},{"content-type":"application/dvcs","encoding":"base64","xrefs":{"rfc":["rfc3029"],"template":["application/dvcs"]},"registered":true},{"content-type":"application/dxf","encoding":"base64","registered":false},{"content-type":"application/ecmascript","friendly":{"en":"ECMAScript"},"encoding":"base64","extensions":["ecma"],"xrefs":{"rfc":["rfc4329"],"template":["application/ecmascript"]},"registered":true},{"content-type":"application/EDI-consent","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-consent"]},"registered":true},{"content-type":"application/EDI-X12","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDI-X12"]},"registered":true},{"content-type":"application/EDIFACT","encoding":"base64","xrefs":{"rfc":["rfc1767"],"template":["application/EDIFACT"]},"registered":true},{"content-type":"application/efi","encoding":"base64","xrefs":{"person":["Samer_El-Haj-Mahmoud","UEFI_Forum"],"template":["application/efi"]},"registered":true},{"content-type":"application/EmergencyCallData.Comment+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-additional-data-38"],"template":["application/EmergencyCallData.Comment+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.DeviceInfo+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-additional-data-38"],"template":["application/EmergencyCallData.DeviceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.ProviderInfo+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-additional-data-38"],"template":["application/EmergencyCallData.ProviderInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.ServiceInfo+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-additional-data-38"],"template":["application/EmergencyCallData.ServiceInfo+xml"]},"registered":true},{"content-type":"application/EmergencyCallData.SubscriberInfo+xml","encoding":"base64","xrefs":{"draft":["RFC-ietf-ecrit-additional-data-38"],"template":["application/EmergencyCallData.SubscriberInfo+xml"]},"registered":true},{"content-type":"application/emma+xml","friendly":{"en":"Extensible MultiModal Annotation"},"encoding":"base64","extensions":["emma"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-emma-20071211/#media-type-registration"]},"registered":true},{"content-type":"application/emotionml+xml","encoding":"base64","xrefs":{"person":["Kazuyuki_Ashimura","W3C"],"template":["application/emotionml+xml"]},"registered":true},{"content-type":"application/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/encaprtp"]},"registered":true},{"content-type":"application/epp+xml","encoding":"base64","xrefs":{"rfc":["rfc5730"],"template":["application/epp+xml"]},"registered":true},{"content-type":"application/epub+zip","friendly":{"en":"Electronic Publication"},"encoding":"base64","extensions":["epub"],"xrefs":{"person":["International_Digital_Publishing_Forum","William_McCoy"],"template":["application/epub+zip"]},"registered":true},{"content-type":"application/eshop","encoding":"base64","xrefs":{"person":["Steve_Katz"],"template":["application/eshop"]},"registered":true},{"content-type":"application/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["application/example"]},"registered":true},{"content-type":"application/excel","encoding":"base64","extensions":["xls","xlt"],"obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/exi","friendly":{"en":"Efficient XML Interchange"},"encoding":"base64","extensions":["exi"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2009/CR-exi-20091208/#mediaTypeRegistration"]},"registered":true},{"content-type":"application/fastinfoset","encoding":"base64","xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastinfoset"]},"registered":true},{"content-type":"application/fastsoap","encoding":"base64","xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/fastsoap"]},"registered":true},{"content-type":"application/fdt+xml","encoding":"base64","xrefs":{"rfc":["rfc6726"],"template":["application/fdt+xml"]},"registered":true},{"content-type":"application/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["application/fits"]},"registered":true},{"content-type":"application/font-sfnt","encoding":"base64","extensions":["otf","ttf"],"xrefs":{"person":["Levantovsky"],"template":["application/font-sfnt"]},"registered":true},{"content-type":"application/font-tdpfr","friendly":{"en":"Portable Font Resource"},"encoding":"base64","extensions":["pfr"],"xrefs":{"rfc":["rfc3073"],"template":["application/font-tdpfr"]},"registered":true},{"content-type":"application/font-woff","friendly":{"en":"Web Open Font Format"},"encoding":"base64","extensions":["woff","woff2"],"xrefs":{"person":["W3C"],"template":["application/font-woff"]},"registered":true},{"content-type":"application/fractals","encoding":"base64","registered":false},{"content-type":"application/framework-attributes+xml","encoding":"base64","xrefs":{"rfc":["rfc6230"],"template":["application/framework-attributes+xml"]},"registered":true},{"content-type":"application/futuresplash","encoding":"base64","extensions":["spl"],"obsolete":true,"use-instead":"application/x-futuresplash","registered":false},{"content-type":"application/ghostview","encoding":"base64","obsolete":true,"use-instead":"application/x-ghostview","registered":false},{"content-type":"application/gml+xml","encoding":"base64","extensions":["gml"],"registered":false},{"content-type":"application/gpx+xml","encoding":"base64","extensions":["gpx"],"registered":false},{"content-type":"application/gxf","encoding":"base64","extensions":["gxf"],"registered":false},{"content-type":"application/gzip","encoding":"base64","extensions":["gz"],"xrefs":{"rfc":["rfc6713"],"template":["application/gzip"]},"registered":true},{"content-type":"application/H224","encoding":"base64","xrefs":{"rfc":["rfc4573"],"template":["application/H224"]},"registered":true},{"content-type":"application/held+xml","encoding":"base64","xrefs":{"rfc":["rfc5985"],"template":["application/held+xml"]},"registered":true},{"content-type":"application/hep","encoding":"base64","extensions":["hep"],"obsolete":true,"use-instead":"application/x-hep","registered":false},{"content-type":"application/http","encoding":"base64","xrefs":{"rfc":["rfc7230"],"template":["application/http"]},"registered":true},{"content-type":"application/hyperstudio","friendly":{"en":"Hyperstudio"},"encoding":"base64","extensions":["stk"],"xrefs":{"person":["Michael_Domino"],"template":["application/hyperstudio"]},"registered":true},{"content-type":"application/i-deas","encoding":"base64","registered":false},{"content-type":"application/ibe-key-request+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-key-request+xml"]},"registered":true},{"content-type":"application/ibe-pkg-reply+xml","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pkg-reply+xml"]},"registered":true},{"content-type":"application/ibe-pp-data","encoding":"base64","xrefs":{"rfc":["rfc5408"],"template":["application/ibe-pp-data"]},"registered":true},{"content-type":"application/iges","encoding":"base64","xrefs":{"person":["Curtis_Parks"],"template":["application/iges"]},"registered":true},{"content-type":"application/im-iscomposing+xml","encoding":"base64","xrefs":{"rfc":["rfc3994"],"template":["application/im-iscomposing+xml"]},"registered":true},{"content-type":"application/imagemap","encoding":"8bit","extensions":["imagemap","imap"],"obsolete":true,"use-instead":"application/x-imagemap","registered":false},{"content-type":"application/index","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index"]},"registered":true},{"content-type":"application/index.cmd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.cmd"]},"registered":true},{"content-type":"application/index.obj","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index-obj"]},"registered":true},{"content-type":"application/index.response","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.response"]},"registered":true},{"content-type":"application/index.vnd","encoding":"base64","xrefs":{"rfc":["rfc2652"],"template":["application/index.vnd"]},"registered":true},{"content-type":"application/inkml+xml","encoding":"base64","extensions":["ink","inkml"],"xrefs":{"person":["Kazuyuki_Ashimura"],"template":["application/inkml+xml"]},"registered":true},{"content-type":"application/iotp","encoding":"base64","xrefs":{"rfc":["rfc2935"],"template":["application/IOTP"]},"registered":true},{"content-type":"application/ipfix","friendly":{"en":"Internet Protocol Flow Information Export"},"encoding":"base64","extensions":["ipfix"],"xrefs":{"rfc":["rfc5655"],"template":["application/ipfix"]},"registered":true},{"content-type":"application/ipp","encoding":"base64","xrefs":{"rfc":["rfc2910"],"template":["application/ipp"]},"registered":true},{"content-type":"application/isup","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/ISUP"]},"registered":true},{"content-type":"application/its+xml","encoding":"base64","xrefs":{"person":["ITS-IG-W3C","W3C"],"template":["application/its+xml"]},"registered":true},{"content-type":"application/java-archive","friendly":{"en":"Java Archive"},"encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/java-serialized-object","friendly":{"en":"Java Serialized Object"},"encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/java-vm","friendly":{"en":"Java Bytecode File"},"encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/javascript","friendly":{"en":"JavaScript"},"encoding":"8bit","extensions":["js","sj"],"xrefs":{"rfc":["rfc4329"],"template":["application/javascript"]},"registered":true},{"content-type":"application/jose","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose"]},"registered":true},{"content-type":"application/jose+json","encoding":"base64","xrefs":{"rfc":["rfc7515"],"template":["application/jose+json"]},"registered":true},{"content-type":"application/jrd+json","encoding":"base64","xrefs":{"rfc":["rfc7033"],"template":["application/jrd+json"]},"registered":true},{"content-type":"application/json","friendly":{"en":"JavaScript Object Notation (JSON)"},"encoding":"8bit","extensions":["json"],"xrefs":{"rfc":["rfc7158"],"template":["application/json"]},"registered":true},{"content-type":"application/json-patch+json","encoding":"base64","xrefs":{"rfc":["rfc6902"],"template":["application/json-patch+json"]},"registered":true},{"content-type":"application/json-seq","encoding":"base64","xrefs":{"rfc":["rfc7464"],"template":["application/json-seq"]},"registered":true},{"content-type":"application/jsonml+json","encoding":"base64","extensions":["jsonml"],"registered":false},{"content-type":"application/jwk+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk+json"]},"registered":true},{"content-type":"application/jwk-set+json","encoding":"base64","xrefs":{"rfc":["rfc7517"],"template":["application/jwk-set+json"]},"registered":true},{"content-type":"application/jwt","encoding":"base64","xrefs":{"rfc":["rfc7519"],"template":["application/jwt"]},"registered":true},{"content-type":"application/kpml-request+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-request+xml"]},"registered":true},{"content-type":"application/kpml-response+xml","encoding":"base64","xrefs":{"rfc":["rfc4730"],"template":["application/kpml-response+xml"]},"registered":true},{"content-type":"application/ld+json","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/ld+json"]},"registered":true},{"content-type":"application/link-format","encoding":"base64","xrefs":{"rfc":["rfc6690"],"template":["application/link-format"]},"registered":true},{"content-type":"application/load-control+xml","encoding":"base64","xrefs":{"rfc":["rfc7200"],"template":["application/load-control+xml"]},"registered":true},{"content-type":"application/lost+xml","encoding":"base64","extensions":["lostxml"],"xrefs":{"rfc":["rfc5222"],"template":["application/lost+xml"]},"registered":true},{"content-type":"application/lostsync+xml","encoding":"base64","xrefs":{"rfc":["rfc6739"],"template":["application/lostsync+xml"]},"registered":true},{"content-type":"application/lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/LXF","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/LXF"]},"registered":true},{"content-type":"application/mac-binhex40","friendly":{"en":"Macintosh BinHex 4.0"},"encoding":"8bit","extensions":["hqx"],"xrefs":{"person":["Patrik_Faltstrom"],"template":["application/mac-binhex40"]},"registered":true},{"content-type":"application/mac-compactpro","friendly":{"en":"Compact Pro"},"encoding":"base64","extensions":["cpt"],"obsolete":true,"use-instead":"application/x-mac-compactpro","registered":false},{"content-type":"application/macbinary","encoding":"base64","registered":false},{"content-type":"application/macwriteii","encoding":"base64","xrefs":{"person":["Paul_Lindner"],"template":["application/macwriteii"]},"registered":true},{"content-type":"application/mads+xml","friendly":{"en":"Metadata Authority Description Schema"},"encoding":"base64","extensions":["mads"],"xrefs":{"rfc":["rfc6207"],"template":["application/mads+xml"]},"registered":true},{"content-type":"application/marc","friendly":{"en":"MARC Formats"},"encoding":"base64","extensions":["mrc"],"xrefs":{"rfc":["rfc2220"],"template":["application/marc"]},"registered":true},{"content-type":"application/marcxml+xml","friendly":{"en":"MARC21 XML Schema"},"encoding":"base64","extensions":["mrcx"],"xrefs":{"rfc":["rfc6207"],"template":["application/marcxml+xml"]},"registered":true},{"content-type":"application/mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/mathematica","friendly":{"en":"Mathematica Notebooks"},"encoding":"base64","extensions":["ma","mb","nb"],"xrefs":{"person":["Wolfram"],"template":["application/mathematica"]},"registered":true},{"content-type":"application/mathematica-old","encoding":"base64","obsolete":true,"use-instead":"application/x-mathematica-old","registered":false},{"content-type":"application/mathml+xml","friendly":{"en":"Mathematical Markup Language"},"encoding":"base64","extensions":["mathml"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-content+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mathml-presentation+xml","encoding":"base64","xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/MathML3/appendixb.html"]},"registered":true},{"content-type":"application/mbms-associated-procedure-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-associated-procedure-description+xml"]},"registered":true},{"content-type":"application/mbms-deregister+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-deregister+xml"]},"registered":true},{"content-type":"application/mbms-envelope+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-envelope+xml"]},"registered":true},{"content-type":"application/mbms-msk+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk+xml"]},"registered":true},{"content-type":"application/mbms-msk-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-msk-response+xml"]},"registered":true},{"content-type":"application/mbms-protection-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-protection-description+xml"]},"registered":true},{"content-type":"application/mbms-reception-report+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-reception-report+xml"]},"registered":true},{"content-type":"application/mbms-register+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register+xml"]},"registered":true},{"content-type":"application/mbms-register-response+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-register-response+xml"]},"registered":true},{"content-type":"application/mbms-schedule+xml","encoding":"base64","xrefs":{"person":["Eric_Turcotte","_3GPP"],"template":["application/mbms-schedule+xml"]},"registered":true},{"content-type":"application/mbms-user-service-description+xml","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/mbms-user-service-description+xml"]},"registered":true},{"content-type":"application/mbox","friendly":{"en":"Mbox database files"},"encoding":"base64","extensions":["mbox"],"xrefs":{"rfc":["rfc4155"],"template":["application/mbox"]},"registered":true},{"content-type":"application/media-policy-dataset+xml","encoding":"base64","xrefs":{"rfc":["rfc6796"],"template":["application/media-policy-dataset+xml"]},"registered":true},{"content-type":"application/media_control+xml","encoding":"base64","xrefs":{"rfc":["rfc5168"],"template":["application/media_control+xml"]},"registered":true},{"content-type":"application/mediaservercontrol+xml","friendly":{"en":"Media Server Control Markup Language"},"encoding":"base64","extensions":["mscml"],"xrefs":{"rfc":["rfc5022"],"template":["application/mediaservercontrol+xml"]},"registered":true},{"content-type":"application/merge-patch+json","encoding":"base64","xrefs":{"rfc":["rfc7396"],"template":["application/merge-patch+json"]},"registered":true},{"content-type":"application/metalink+xml","encoding":"base64","extensions":["metalink"],"registered":false},{"content-type":"application/metalink4+xml","friendly":{"en":"Metalink"},"encoding":"base64","extensions":["meta4"],"xrefs":{"rfc":["rfc5854"],"template":["application/metalink4+xml"]},"registered":true},{"content-type":"application/mets+xml","friendly":{"en":"Metadata Encoding and Transmission Standard"},"encoding":"base64","extensions":["mets"],"xrefs":{"rfc":["rfc6207"],"template":["application/mets+xml"]},"registered":true},{"content-type":"application/MF4","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/MF4"]},"registered":true},{"content-type":"application/mikey","encoding":"base64","xrefs":{"rfc":["rfc3830"],"template":["application/mikey"]},"registered":true},{"content-type":"application/mods+xml","friendly":{"en":"Metadata Object Description Schema"},"encoding":"base64","extensions":["mods"],"xrefs":{"rfc":["rfc6207"],"template":["application/mods+xml"]},"registered":true},{"content-type":"application/moss-keys","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-keys"]},"registered":true},{"content-type":"application/moss-signature","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/moss-signature"]},"registered":true},{"content-type":"application/mosskey-data","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-data"]},"registered":true},{"content-type":"application/mosskey-request","encoding":"base64","xrefs":{"rfc":["rfc1848"],"template":["application/mosskey-request"]},"registered":true},{"content-type":"application/mp21","friendly":{"en":"MPEG-21"},"encoding":"base64","extensions":["m21","mp21"],"xrefs":{"rfc":["rfc6381"],"person":["David_Singer"],"template":["application/mp21"]},"registered":true},{"content-type":"application/mp4","friendly":{"en":"MPEG4"},"encoding":"base64","extensions":["mp4","mpg4","mp4s"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["application/mp4"]},"registered":true},{"content-type":"application/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["application/mpeg4-generic"]},"registered":true},{"content-type":"application/mpeg4-iod","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod"]},"registered":true},{"content-type":"application/mpeg4-iod-xmt","encoding":"base64","xrefs":{"rfc":["rfc4337"],"template":["application/mpeg4-iod-xmt"]},"registered":true},{"content-type":"application/mrb-consumer+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-consumer+xml"]},"registered":true},{"content-type":"application/mrb-publish+xml","encoding":"base64","xrefs":{"rfc":["rfc6917"],"template":["application/mrb-publish+xml"]},"registered":true},{"content-type":"application/msc-ivr+xml","encoding":"base64","xrefs":{"rfc":["rfc6231"],"template":["application/msc-ivr+xml"]},"registered":true},{"content-type":"application/msc-mixer+xml","encoding":"base64","xrefs":{"rfc":["rfc6505"],"template":["application/msc-mixer+xml"]},"registered":true},{"content-type":"application/msword","friendly":{"en":"Microsoft Word"},"encoding":"base64","extensions":["doc","dot","wrd"],"xrefs":{"person":["Paul_Lindner"],"template":["application/msword"]},"registered":true},{"content-type":"application/mxf","friendly":{"en":"Material Exchange Format"},"encoding":"base64","extensions":["mxf"],"xrefs":{"rfc":["rfc4539"],"template":["application/mxf"]},"registered":true},{"content-type":"application/nasdata","encoding":"base64","xrefs":{"rfc":["rfc4707"],"template":["application/nasdata"]},"registered":true},{"content-type":"application/netcdf","encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/news-checkgroups","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-checkgroups"]},"registered":true},{"content-type":"application/news-groupinfo","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-groupinfo"]},"registered":true},{"content-type":"application/news-message-id","encoding":"base64","obsolete":true,"registered":false},{"content-type":"application/news-transmission","encoding":"base64","xrefs":{"rfc":["rfc5537"],"template":["application/news-transmission"]},"registered":true},{"content-type":"application/nlsml+xml","encoding":"base64","xrefs":{"rfc":["rfc6787"],"template":["application/nlsml+xml"]},"registered":true},{"content-type":"application/nss","encoding":"base64","xrefs":{"person":["Michael_Hammer"],"template":["application/nss"]},"registered":true},{"content-type":"application/ocsp-request","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-request"]},"registered":true},{"content-type":"application/ocsp-response","encoding":"base64","xrefs":{"rfc":["rfc6960"],"template":["application/ocsp-response"]},"registered":true},{"content-type":"application/octet-stream","friendly":{"en":"Binary Data"},"encoding":"base64","extensions":["bin","dms","lha","lzh","exe","class","ani","pgp","gpg","so","dll","dylib","bpk","deploy","dist","distz","dump","elc","lrf","mar","pkg"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/octet-stream"]},"registered":true},{"content-type":"application/oda","friendly":{"en":"Office Document Architecture"},"encoding":"base64","extensions":["oda"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/ODA"]},"registered":true},{"content-type":"application/ODX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/ODX"]},"registered":true},{"content-type":"application/oebps-package+xml","friendly":{"en":"Open eBook Publication Structure"},"encoding":"base64","extensions":["opf"],"xrefs":{"rfc":["rfc4839"],"template":["application/oebps-package+xml"]},"registered":true},{"content-type":"application/ogg","friendly":{"en":"Ogg"},"encoding":"base64","extensions":["ogx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["application/ogg"]},"registered":true},{"content-type":"application/omdoc+xml","encoding":"base64","extensions":["omdoc"],"registered":false},{"content-type":"application/onenote","friendly":{"en":"Microsoft OneNote"},"encoding":"base64","extensions":["onepkg","onetmp","onetoc","onetoc2"],"registered":false},{"content-type":"application/oxps","encoding":"base64","extensions":["oxps"],"xrefs":{"person":["Ecma_International_Helpdesk"],"template":["application/oxps"]},"registered":true},{"content-type":"application/p2p-overlay+xml","encoding":"base64","xrefs":{"rfc":["rfc6940"],"template":["application/p2p-overlay+xml"]},"registered":true},{"content-type":"application/parityfec","encoding":"base64","xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"application/patch-ops-error+xml","friendly":{"en":"XML Patch Framework"},"encoding":"base64","extensions":["xer"],"xrefs":{"rfc":["rfc5261"],"template":["application/patch-ops-error+xml"]},"registered":true},{"content-type":"application/pdf","friendly":{"en":"Adobe Portable Document Format"},"encoding":"base64","extensions":["pdf"],"xrefs":{"rfc":["rfc3778"],"template":["application/pdf"]},"registered":true},{"content-type":"application/PDX","encoding":"base64","xrefs":{"person":["ASAM","Thomas_Thomsen"],"template":["application/PDX"]},"registered":true},{"content-type":"application/pgp-encrypted","friendly":{"en":"Pretty Good Privacy"},"encoding":"7bit","extensions":["pgp","gpg"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-encrypted"]},"registered":true},{"content-type":"application/pgp-keys","encoding":"7bit","xrefs":{"rfc":["rfc3156"]},"registered":true,"signature":true},{"content-type":"application/pgp-signature","friendly":{"en":"Pretty Good Privacy - Signature"},"encoding":"base64","extensions":["asc","sig"],"xrefs":{"rfc":["rfc3156"],"template":["application/pgp-signature"]},"registered":true,"signature":true},{"content-type":"application/pics-rules","friendly":{"en":"PICSRules"},"encoding":"base64","extensions":["prf"],"registered":false},{"content-type":"application/pidf+xml","encoding":"base64","xrefs":{"rfc":["rfc3863"],"template":["application/pidf+xml"]},"registered":true},{"content-type":"application/pidf-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc5262"],"template":["application/pidf-diff+xml"]},"registered":true},{"content-type":"application/pkcs10","friendly":{"en":"PKCS #10 - Certification Request Standard"},"encoding":"base64","extensions":["p10"],"xrefs":{"rfc":["rfc5967"],"template":["application/pkcs10"]},"registered":true,"signature":true},{"content-type":"application/pkcs12","encoding":"base64","xrefs":{"person":["IETF"],"template":["application/pkcs12"]},"registered":true},{"content-type":"application/pkcs7-mime","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7m","p7c"],"xrefs":{"rfc":["rfc5751","rfc7114"],"template":["application/pkcs7-mime"]},"registered":true,"signature":true},{"content-type":"application/pkcs7-signature","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard"},"encoding":"base64","extensions":["p7s"],"xrefs":{"rfc":["rfc5751"],"template":["application/pkcs7-signature"]},"registered":true,"signature":true},{"content-type":"application/pkcs8","friendly":{"en":"PKCS #8 - Private-Key Information Syntax Standard"},"encoding":"base64","extensions":["p8"],"xrefs":{"rfc":["rfc5958"],"template":["application/pkcs8"]},"registered":true},{"content-type":"application/pkix-attr-cert","friendly":{"en":"Attribute Certificate"},"encoding":"base64","extensions":["ac"],"xrefs":{"rfc":["rfc5877"],"template":["application/pkix-attr-cert"]},"registered":true},{"content-type":"application/pkix-cert","friendly":{"en":"Internet Public Key Infrastructure - Certificate"},"encoding":"base64","extensions":["cer"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-cert"]},"registered":true},{"content-type":"application/pkix-crl","friendly":{"en":"Internet Public Key Infrastructure - Certificate Revocation Lists"},"encoding":"base64","extensions":["crl"],"xrefs":{"rfc":["rfc2585"],"template":["application/pkix-crl"]},"registered":true},{"content-type":"application/pkix-pkipath","friendly":{"en":"Internet Public Key Infrastructure - Certification Path"},"encoding":"base64","extensions":["pkipath"],"xrefs":{"rfc":["rfc6066"],"template":["application/pkix-pkipath"]},"registered":true},{"content-type":"application/pkixcmp","friendly":{"en":"Internet Public Key Infrastructure - Certificate Management Protocole"},"encoding":"base64","extensions":["pki"],"xrefs":{"rfc":["rfc2510"],"template":["application/pkixcmp"]},"registered":true},{"content-type":"application/pls+xml","friendly":{"en":"Pronunciation Lexicon Specification"},"encoding":"base64","extensions":["pls"],"xrefs":{"rfc":["rfc4267"],"template":["application/pls+xml"]},"registered":true},{"content-type":"application/poc-settings+xml","encoding":"base64","xrefs":{"rfc":["rfc4354"],"template":["application/poc-settings+xml"]},"registered":true},{"content-type":"application/postscript","friendly":{"en":"PostScript"},"encoding":"8bit","extensions":["ai","eps","ps"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["application/postscript"]},"registered":true},{"content-type":"application/powerpoint","encoding":"base64","extensions":["ppt","pps","pot"],"registered":false},{"content-type":"application/ppsp-tracker+json","encoding":"base64","xrefs":{"draft":["RFC-ietf-ppsp-base-tracker-protocol-11"],"template":["application/ppsp-tracker+json"]},"registered":true},{"content-type":"application/pro_eng","encoding":"base64","registered":false},{"content-type":"application/problem+json","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+json"]},"registered":true},{"content-type":"application/problem+xml","encoding":"base64","xrefs":{"rfc":["rfc7807"],"template":["application/problem+xml"]},"registered":true},{"content-type":"application/provenance+xml","encoding":"base64","xrefs":{"person":["Ivan_Herman","W3C"],"template":["application/provenance+xml"]},"registered":true},{"content-type":"application/prs.alvestrand.titrax-sheet","encoding":"base64","xrefs":{"person":["Harald_T._Alvestrand"],"template":["application/prs.alvestrand.titrax-sheet"]},"registered":true},{"content-type":"application/prs.cww","friendly":{"en":"CU-Writer"},"encoding":"base64","extensions":["cw","cww"],"xrefs":{"person":["Khemchart_Rungchavalnont"],"template":["application/prs.cww"]},"registered":true},{"content-type":"application/prs.hpub+zip","encoding":"base64","xrefs":{"person":["Giulio_Zambon"],"template":["application/prs.hpub+zip"]},"registered":true},{"content-type":"application/prs.nprend","encoding":"base64","extensions":["rnd","rct"],"xrefs":{"person":["Jay_Doggett"],"template":["application/prs.nprend"]},"registered":true},{"content-type":"application/prs.plucker","encoding":"base64","xrefs":{"person":["Bill_Janssen"],"template":["application/prs.plucker"]},"registered":true},{"content-type":"application/prs.rdf-xml-crypt","encoding":"base64","xrefs":{"person":["Toby_Inkster"],"template":["application/prs.rdf-xml-crypt"]},"registered":true},{"content-type":"application/prs.xsf+xml","encoding":"base64","xrefs":{"person":["Maik_Stührenberg"],"template":["application/prs.xsf+xml"]},"registered":true},{"content-type":"application/pskc+xml","friendly":{"en":"Portable Symmetric Key Container"},"encoding":"base64","extensions":["pskcxml"],"xrefs":{"rfc":["rfc6030"],"template":["application/pskc+xml"]},"registered":true},{"content-type":"application/qsig","encoding":"base64","xrefs":{"rfc":["rfc3204"],"template":["application/QSIG"]},"registered":true},{"content-type":"application/quicktimeplayer","encoding":"base64","extensions":["qtl"],"obsolete":true,"use-instead":"application/x-quicktimeplayer","registered":false},{"content-type":"application/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["application/raptorfec"]},"registered":true},{"content-type":"application/rdap+json","encoding":"base64","xrefs":{"rfc":["rfc7483"],"template":["application/rdap+json"]},"registered":true},{"content-type":"application/rdf+xml","friendly":{"en":"Resource Description Framework"},"encoding":"8bit","extensions":["rdf"],"xrefs":{"rfc":["rfc3870"],"template":["application/rdf+xml"]},"registered":true},{"content-type":"application/reginfo+xml","friendly":{"en":"IMS Networks"},"encoding":"base64","extensions":["rif"],"xrefs":{"rfc":["rfc3680"],"template":["application/reginfo+xml"]},"registered":true},{"content-type":"application/relax-ng-compact-syntax","friendly":{"en":"Relax NG Compact Syntax"},"encoding":"base64","extensions":["rnc"],"xrefs":{"uri":["http://www.jtc1sc34.org/repository/0661.pdf"],"template":["application/relax-ng-compact-syntax"]},"registered":true},{"content-type":"application/remote-printing","encoding":"base64","xrefs":{"rfc":["rfc1486"],"person":["Marshall_Rose"],"template":["application/remote-printing"]},"registered":true},{"content-type":"application/remote_printing","encoding":"base64","obsolete":true,"use-instead":"application/remote-printing","registered":false},{"content-type":"application/reputon+json","encoding":"base64","xrefs":{"rfc":["rfc7071"],"template":["application/reputon+json"]},"registered":true},{"content-type":"application/resource-lists+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rl"],"xrefs":{"rfc":["rfc4826"],"template":["application/resource-lists+xml"]},"registered":true},{"content-type":"application/resource-lists-diff+xml","friendly":{"en":"XML Resource Lists Diff"},"encoding":"base64","extensions":["rld"],"xrefs":{"rfc":["rfc5362"],"template":["application/resource-lists-diff+xml"]},"registered":true},{"content-type":"application/rfc+xml","encoding":"base64","xrefs":{"rfc":["rfc7749"],"template":["application/rfc+xml"]},"registered":true},{"content-type":"application/riscos","encoding":"base64","xrefs":{"person":["Nick_Smith"],"template":["application/riscos"]},"registered":true},{"content-type":"application/rlmi+xml","encoding":"base64","xrefs":{"rfc":["rfc4662"],"template":["application/rlmi+xml"]},"registered":true},{"content-type":"application/rls-services+xml","friendly":{"en":"XML Resource Lists"},"encoding":"base64","extensions":["rs"],"xrefs":{"rfc":["rfc4826"],"template":["application/rls-services+xml"]},"registered":true},{"content-type":"application/rpki-ghostbusters","encoding":"base64","extensions":["gbr"],"xrefs":{"rfc":["rfc6493"],"template":["application/rpki-ghostbusters"]},"registered":true},{"content-type":"application/rpki-manifest","encoding":"base64","extensions":["mft"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-manifest"]},"registered":true},{"content-type":"application/rpki-roa","encoding":"base64","extensions":["roa"],"xrefs":{"rfc":["rfc6481"],"template":["application/rpki-roa"]},"registered":true},{"content-type":"application/rpki-updown","encoding":"base64","xrefs":{"rfc":["rfc6492"],"template":["application/rpki-updown"]},"registered":true},{"content-type":"application/rsd+xml","friendly":{"en":"Really Simple Discovery"},"encoding":"base64","extensions":["rsd"],"registered":false},{"content-type":"application/rss+xml","friendly":{"en":"RSS - Really Simple Syndication"},"encoding":"base64","extensions":["rss"],"registered":false},{"content-type":"application/rtf","friendly":{"en":"Rich Text Format"},"encoding":"base64","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["application/rtf"]},"registered":true},{"content-type":"application/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["application/rtploopback"]},"registered":true},{"content-type":"application/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["application/rtx"]},"registered":true},{"content-type":"application/samlassertion+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlassertion+xml"]},"registered":true},{"content-type":"application/samlmetadata+xml","encoding":"base64","xrefs":{"person":["OASIS_Security_Services_Technical_Committee_SSTC"],"template":["application/samlmetadata+xml"]},"registered":true},{"content-type":"application/sbml+xml","friendly":{"en":"Systems Biology Markup Language"},"encoding":"base64","extensions":["sbml"],"xrefs":{"rfc":["rfc3823"],"template":["application/sbml+xml"]},"registered":true},{"content-type":"application/scaip+xml","encoding":"base64","xrefs":{"person":["Oskar_Jonsson","SIS"],"template":["application/scaip+xml"]},"registered":true},{"content-type":"application/scim+json","encoding":"base64","xrefs":{"rfc":["rfc7644"],"template":["application/scim+json"]},"registered":true},{"content-type":"application/scvp-cv-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Request"},"encoding":"base64","extensions":["scq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-request"]},"registered":true},{"content-type":"application/scvp-cv-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Response"},"encoding":"base64","extensions":["scs"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-cv-response"]},"registered":true},{"content-type":"application/scvp-vp-request","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Request"},"encoding":"base64","extensions":["spq"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-request"]},"registered":true},{"content-type":"application/scvp-vp-response","friendly":{"en":"Server-Based Certificate Validation Protocol - Validation Policies - Response"},"encoding":"base64","extensions":["spp"],"xrefs":{"rfc":["rfc5055"],"template":["application/scvp-vp-response"]},"registered":true},{"content-type":"application/sdp","friendly":{"en":"Session Description Protocol"},"encoding":"base64","extensions":["sdp"],"xrefs":{"rfc":["rfc4566"],"template":["application/sdp"]},"registered":true},{"content-type":"application/sep+xml","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep+xml"]},"registered":true},{"content-type":"application/sep-exi","encoding":"base64","xrefs":{"person":["Robby_Simpson","ZigBee"],"template":["application/sep-exi"]},"registered":true},{"content-type":"application/session-info","encoding":"base64","xrefs":{"person":["Frederic_Firmin","_3GPP"],"template":["application/session-info"]},"registered":true},{"content-type":"application/set","encoding":"base64","registered":false},{"content-type":"application/set-payment","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-payment"]},"registered":true},{"content-type":"application/set-payment-initiation","friendly":{"en":"Secure Electronic Transaction - Payment"},"encoding":"base64","extensions":["setpay"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-payment-initiation"]},"registered":true},{"content-type":"application/set-registration","encoding":"base64","xrefs":{"person":["Brian_Korver"],"template":["application/set-registration"]},"registered":true},{"content-type":"application/set-registration-initiation","friendly":{"en":"Secure Electronic Transaction - Registration"},"encoding":"base64","extensions":["setreg"],"xrefs":{"person":["Brian_Korver"],"template":["application/set-registration-initiation"]},"registered":true},{"content-type":"application/sgml","encoding":"base64","extensions":["sgml"],"xrefs":{"rfc":["rfc1874"],"template":["application/SGML"]},"registered":true},{"content-type":"application/sgml-open-catalog","encoding":"base64","extensions":["soc"],"xrefs":{"person":["Paul_Grosso"],"template":["application/sgml-open-catalog"]},"registered":true},{"content-type":"application/shf+xml","friendly":{"en":"S Hexdump Format"},"encoding":"base64","extensions":["shf"],"xrefs":{"rfc":["rfc4194"],"template":["application/shf+xml"]},"registered":true},{"content-type":"application/sieve","encoding":"base64","extensions":["siv"],"xrefs":{"rfc":["rfc5228"],"template":["application/sieve"]},"registered":true},{"content-type":"application/simple-filter+xml","encoding":"base64","xrefs":{"rfc":["rfc4661"],"template":["application/simple-filter+xml"]},"registered":true},{"content-type":"application/simple-message-summary","encoding":"base64","xrefs":{"rfc":["rfc3842"],"template":["application/simple-message-summary"]},"registered":true},{"content-type":"application/simpleSymbolContainer","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["application/simpleSymbolContainer"]},"registered":true},{"content-type":"application/SLA","encoding":"base64","registered":false},{"content-type":"application/slate","encoding":"base64","xrefs":{"person":["Terry_Crowley"],"template":["application/slate"]},"registered":true},{"content-type":"application/smil","encoding":"8bit","extensions":["smi","smil"],"obsolete":true,"use-instead":"application/smil+xml","xrefs":{"rfc":["rfc4536"],"template":["application/smil"],"notes":["- OBSOLETED in favor of application/smil+xml"]},"registered":true},{"content-type":"application/smil+xml","friendly":{"en":"Synchronized Multimedia Integration Language"},"encoding":"8bit","extensions":["smi","smil"],"xrefs":{"rfc":["rfc4536"],"template":["application/smil+xml"]},"registered":true},{"content-type":"application/smpte336m","encoding":"base64","xrefs":{"rfc":["rfc6597"],"template":["application/smpte336m"]},"registered":true},{"content-type":"application/soap+fastinfoset","encoding":"base64","xrefs":{"person":["ITU-T_ASN.1_Rapporteur"],"template":["application/soap+fastinfoset"]},"registered":true},{"content-type":"application/soap+xml","encoding":"base64","xrefs":{"rfc":["rfc3902"],"template":["application/soap+xml"]},"registered":true},{"content-type":"application/solids","encoding":"base64","registered":false},{"content-type":"application/sparql-query","friendly":{"en":"SPARQL - Query"},"encoding":"base64","extensions":["rq"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-query-20070614/#mediaType"]},"registered":true},{"content-type":"application/sparql-results+xml","friendly":{"en":"SPARQL - Results"},"encoding":"base64","extensions":["srx"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/CR-rdf-sparql-XMLres-20070925/#mime"]},"registered":true},{"content-type":"application/spirits-event+xml","encoding":"base64","xrefs":{"rfc":["rfc3910"],"template":["application/spirits-event+xml"]},"registered":true},{"content-type":"application/sql","encoding":"base64","xrefs":{"rfc":["rfc6922"],"template":["application/sql"]},"registered":true},{"content-type":"application/srgs","friendly":{"en":"Speech Recognition Grammar Specification"},"encoding":"base64","extensions":["gram"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs"]},"registered":true},{"content-type":"application/srgs+xml","friendly":{"en":"Speech Recognition Grammar Specification - XML"},"encoding":"base64","extensions":["grxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/srgs+xml"]},"registered":true},{"content-type":"application/sru+xml","friendly":{"en":"Search/Retrieve via URL Response Format"},"encoding":"base64","extensions":["sru"],"xrefs":{"rfc":["rfc6207"],"template":["application/sru+xml"]},"registered":true},{"content-type":"application/ssdl+xml","encoding":"base64","extensions":["ssdl"],"registered":false},{"content-type":"application/ssml+xml","friendly":{"en":"Speech Synthesis Markup Language"},"encoding":"base64","extensions":["ssml"],"xrefs":{"rfc":["rfc4267"],"template":["application/ssml+xml"]},"registered":true},{"content-type":"application/STEP","encoding":"base64","registered":false},{"content-type":"application/tamp-apex-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update"]},"registered":true},{"content-type":"application/tamp-apex-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-apex-update-confirm"]},"registered":true},{"content-type":"application/tamp-community-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update"]},"registered":true},{"content-type":"application/tamp-community-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-community-update-confirm"]},"registered":true},{"content-type":"application/tamp-error","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-error"]},"registered":true},{"content-type":"application/tamp-sequence-adjust","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust"]},"registered":true},{"content-type":"application/tamp-sequence-adjust-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-sequence-adjust-confirm"]},"registered":true},{"content-type":"application/tamp-status-query","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-query"]},"registered":true},{"content-type":"application/tamp-status-response","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-status-response"]},"registered":true},{"content-type":"application/tamp-update","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update"]},"registered":true},{"content-type":"application/tamp-update-confirm","encoding":"base64","xrefs":{"rfc":["rfc5934"],"template":["application/tamp-update-confirm"]},"registered":true},{"content-type":"application/tei+xml","friendly":{"en":"Text Encoding and Interchange"},"encoding":"base64","extensions":["tei","teicorpus"],"xrefs":{"rfc":["rfc6129"],"template":["application/tei+xml"]},"registered":true},{"content-type":"application/thraud+xml","friendly":{"en":"Sharing Transaction Fraud Data"},"encoding":"base64","extensions":["tfi"],"xrefs":{"rfc":["rfc5941"],"template":["application/thraud+xml"]},"registered":true},{"content-type":"application/timestamp-query","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-query"]},"registered":true},{"content-type":"application/timestamp-reply","encoding":"base64","xrefs":{"rfc":["rfc3161"],"template":["application/timestamp-reply"]},"registered":true},{"content-type":"application/timestamped-data","friendly":{"en":"Time Stamped Data Envelope"},"encoding":"base64","extensions":["tsd"],"xrefs":{"rfc":["rfc5955"],"template":["application/timestamped-data"]},"registered":true},{"content-type":"application/toolbook","encoding":"base64","extensions":["tbk"],"obsolete":true,"use-instead":"application/x-toolbook","registered":false},{"content-type":"application/ttml+xml","encoding":"base64","xrefs":{"person":["W3C","W3C_Timed_Text_Working_Group"],"template":["application/ttml+xml"]},"registered":true},{"content-type":"application/tve-trigger","encoding":"base64","xrefs":{"person":["Linda_Welsh"],"template":["application/tve-trigger"]},"registered":true},{"content-type":"application/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["application/ulpfec"]},"registered":true},{"content-type":"application/urc-grpsheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-grpsheet+xml"]},"registered":true},{"content-type":"application/urc-ressheet+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-ressheet+xml"]},"registered":true},{"content-type":"application/urc-targetdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-targetdesc+xml"]},"registered":true},{"content-type":"application/urc-uisocketdesc+xml","encoding":"base64","xrefs":{"person":["Gottfried_Zimmermann"],"template":["application/urc-uisocketdesc+xml"]},"registered":true},{"content-type":"application/vcard+json","encoding":"base64","xrefs":{"rfc":["rfc7095"],"template":["application/vcard+json"]},"registered":true},{"content-type":"application/vcard+xml","encoding":"base64","xrefs":{"rfc":["rfc6351"],"template":["application/vcard+xml"]},"registered":true},{"content-type":"application/vda","encoding":"base64","registered":false},{"content-type":"application/vemmi","encoding":"base64","xrefs":{"rfc":["rfc2122"],"template":["application/vemmi"]},"registered":true},{"content-type":"application/VMSBACKUP","encoding":"base64","extensions":["bck"],"obsolete":true,"use-instead":"application/x-VMSBACKUP","registered":false},{"content-type":"application/vnd.3gpp-prose+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose+xml"]},"registered":true},{"content-type":"application/vnd.3gpp-prose-pc3ch+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp-prose-pc3ch+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.access-transfer-events+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.access-transfer-events+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.bsf+xml","encoding":"base64","xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.bsf+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.mid-call+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.mid-call+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-large","friendly":{"en":"3rd Generation Partnership Project - Pic Large"},"encoding":"base64","extensions":["plb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-large"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-small","friendly":{"en":"3rd Generation Partnership Project - Pic Small"},"encoding":"base64","extensions":["psb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-small"]},"registered":true},{"content-type":"application/vnd.3gpp.pic-bw-var","friendly":{"en":"3rd Generation Partnership Project - Pic Var"},"encoding":"base64","extensions":["pvb"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.pic-bw-var"]},"registered":true},{"content-type":"application/vnd.3gpp.sms","encoding":"base64","extensions":["sms"],"xrefs":{"person":["John_M_Meredith"],"template":["application/vnd.3gpp.sms"]},"registered":true},{"content-type":"application/vnd.3gpp.sms+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.sms+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.srvcc-ext+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.srvcc-ext+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.SRVCC-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.SRVCC-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.state-and-event-info+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.state-and-event-info+xml"]},"registered":true},{"content-type":"application/vnd.3gpp.ussd+xml","encoding":"base64","xrefs":{"person":["Frederic_Firmin"],"template":["application/vnd.3gpp.ussd+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.bcmcsinfo+xml","encoding":"base64","xrefs":{"person":["Andy_Dryden"],"template":["application/vnd.3gpp2.bcmcsinfo+xml"]},"registered":true},{"content-type":"application/vnd.3gpp2.sms","encoding":"base64","xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.sms"]},"registered":true},{"content-type":"application/vnd.3gpp2.tcap","friendly":{"en":"3rd Generation Partnership Project - Transaction Capabilities Application Part"},"encoding":"base64","extensions":["tcap"],"xrefs":{"person":["AC_Mahendran"],"template":["application/vnd.3gpp2.tcap"]},"registered":true},{"content-type":"application/vnd.3lightssoftware.imagescal","encoding":"base64","xrefs":{"person":["Gus_Asadi"],"template":["application/vnd.3lightssoftware.imagescal"]},"registered":true},{"content-type":"application/vnd.3M.Post-it-Notes","friendly":{"en":"3M Post It Notes"},"encoding":"base64","extensions":["pwn"],"xrefs":{"person":["Michael_OBrien"],"template":["application/vnd.3M.Post-it-Notes"]},"registered":true},{"content-type":"application/vnd.accpac.simply.aso","friendly":{"en":"Simply Accounting"},"encoding":"base64","extensions":["aso"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.aso"]},"registered":true},{"content-type":"application/vnd.accpac.simply.imp","friendly":{"en":"Simply Accounting - Data Import"},"encoding":"base64","extensions":["imp"],"xrefs":{"person":["Steve_Leow"],"template":["application/vnd.accpac.simply.imp"]},"registered":true},{"content-type":"application/vnd.acucobol","friendly":{"en":"ACU Cobol"},"encoding":"base64","extensions":["acu"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd-acucobol"]},"registered":true},{"content-type":"application/vnd.acucorp","friendly":{"en":"ACU Cobol"},"encoding":"7bit","extensions":["atc","acutc"],"xrefs":{"person":["Dovid_Lubin"],"template":["application/vnd.acucorp"]},"registered":true},{"content-type":"application/vnd.adobe.air-application-installer-package+zip","friendly":{"en":"Adobe AIR Application"},"encoding":"base64","extensions":["air"],"registered":false},{"content-type":"application/vnd.adobe.flash.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.adobe.flash-movie"]},"registered":true},{"content-type":"application/vnd.adobe.formscentral.fcdt","encoding":"base64","extensions":["fcdt"],"xrefs":{"person":["Chris_Solc"],"template":["application/vnd.adobe.formscentral.fcdt"]},"registered":true},{"content-type":"application/vnd.adobe.fxp","friendly":{"en":"Adobe Flex Project"},"encoding":"base64","extensions":["fxp","fxpl"],"xrefs":{"person":["Robert_Brambley","Steven_Heintz"],"template":["application/vnd.adobe.fxp"]},"registered":true},{"content-type":"application/vnd.adobe.partial-upload","encoding":"base64","xrefs":{"person":["Tapani_Otala"],"template":["application/vnd.adobe.partial-upload"]},"registered":true},{"content-type":"application/vnd.adobe.xdp+xml","friendly":{"en":"Adobe XML Data Package"},"encoding":"base64","extensions":["xdp"],"xrefs":{"person":["John_Brinkman"],"template":["application/vnd.adobe.xdp+xml"]},"registered":true},{"content-type":"application/vnd.adobe.xfdf","friendly":{"en":"Adobe XML Forms Data Format"},"encoding":"base64","extensions":["xfdf"],"xrefs":{"person":["Roberto_Perelman"],"template":["application/vnd.adobe.xfdf"]},"registered":true},{"content-type":"application/vnd.aether.imp","encoding":"base64","xrefs":{"person":["Jay_Moskowitz"],"template":["application/vnd.aether.imp"]},"registered":true},{"content-type":"application/vnd.ah-barcode","encoding":"base64","xrefs":{"person":["Katsuhiko_Ichinose"],"template":["application/vnd.ah-barcode"]},"registered":true},{"content-type":"application/vnd.ahead.space","friendly":{"en":"Ahead AIR Application"},"encoding":"base64","extensions":["ahead"],"xrefs":{"person":["Tor_Kristensen"],"template":["application/vnd.ahead.space"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azf","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azf"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azf"]},"registered":true},{"content-type":"application/vnd.airzip.filesecure.azs","friendly":{"en":"AirZip FileSECURE"},"encoding":"base64","extensions":["azs"],"xrefs":{"person":["Daniel_Mould","Gary_Clueit"],"template":["application/vnd.airzip.filesecure.azs"]},"registered":true},{"content-type":"application/vnd.amazon.ebook","friendly":{"en":"Amazon Kindle eBook format"},"encoding":"base64","extensions":["azw"],"registered":false},{"content-type":"application/vnd.americandynamics.acc","friendly":{"en":"Active Content Compression"},"encoding":"base64","extensions":["acc"],"xrefs":{"person":["Gary_Sands"],"template":["application/vnd.americandynamics.acc"]},"registered":true},{"content-type":"application/vnd.amiga.ami","friendly":{"en":"AmigaDE"},"encoding":"base64","extensions":["ami"],"xrefs":{"person":["Kevin_Blumberg"],"template":["application/vnd.amiga.ami"]},"registered":true},{"content-type":"application/vnd.amundsen.maze+xml","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.amundsen.maze+xml"]},"registered":true},{"content-type":"application/vnd.android.package-archive","friendly":{"en":"Android Package Archive"},"encoding":"base64","extensions":["apk"],"registered":false},{"content-type":"application/vnd.anki","encoding":"base64","xrefs":{"person":["Kerrick_Staley"],"template":["application/vnd.anki"]},"registered":true},{"content-type":"application/vnd.anser-web-certificate-issue-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Certificate Issue"},"encoding":"base64","extensions":["cii"],"xrefs":{"person":["Hiroyoshi_Mori"],"template":["application/vnd.anser-web-certificate-issue-initiation"]},"registered":true},{"content-type":"application/vnd.anser-web-funds-transfer-initiation","friendly":{"en":"ANSER-WEB Terminal Client - Web Funds Transfer"},"encoding":"base64","extensions":["fti"],"registered":false},{"content-type":"application/vnd.antix.game-component","friendly":{"en":"Antix Game Player"},"encoding":"base64","extensions":["atx"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.antix.game-component"]},"registered":true},{"content-type":"application/vnd.apache.thrift.binary","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.binary"]},"registered":true},{"content-type":"application/vnd.apache.thrift.compact","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.compact"]},"registered":true},{"content-type":"application/vnd.apache.thrift.json","encoding":"base64","xrefs":{"person":["Roger_Meier"],"template":["application/vnd.apache.thrift.json"]},"registered":true},{"content-type":"application/vnd.api+json","encoding":"base64","xrefs":{"person":["Steve_Klabnik"],"template":["application/vnd.api+json"]},"registered":true},{"content-type":"application/vnd.apple.installer+xml","friendly":{"en":"Apple Installer Package"},"encoding":"base64","extensions":["mpkg"],"xrefs":{"person":["Peter_Bierman"],"template":["application/vnd.apple.installer+xml"]},"registered":true},{"content-type":"application/vnd.apple.mpegurl","friendly":{"en":"Multimedia Playlist Unicode"},"encoding":"base64","extensions":["m3u8"],"xrefs":{"person":["David_Singer","Roger_Pantos"],"template":["application/vnd.apple.mpegurl"]},"registered":true},{"content-type":"application/vnd.apple.pkpass","encoding":"base64","extensions":["pkpass"],"registered":false},{"content-type":"application/vnd.arastra.swi","encoding":"base64","obsolete":true,"use-instead":"application/vnd.aristanetworks.swi","xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.arastra.swi"],"notes":["- OBSOLETED in favor of application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.aristanetworks.swi","friendly":{"en":"Arista Networks Software Image"},"encoding":"base64","extensions":["swi"],"xrefs":{"person":["Bill_Fenner"],"template":["application/vnd.aristanetworks.swi"]},"registered":true},{"content-type":"application/vnd.artsquare","encoding":"base64","xrefs":{"person":["Christopher_Smith"],"template":["application/vnd.artsquare"]},"registered":true},{"content-type":"application/vnd.astraea-software.iota","encoding":"base64","extensions":["iota"],"xrefs":{"person":["Christopher_Snazell"],"template":["application/vnd.astraea-software.iota"]},"registered":true},{"content-type":"application/vnd.audiograph","friendly":{"en":"Audiograph"},"encoding":"base64","extensions":["aep"],"xrefs":{"person":["Horia_Cristian_Slusanschi"],"template":["application/vnd.audiograph"]},"registered":true},{"content-type":"application/vnd.autopackage","encoding":"base64","xrefs":{"person":["Mike_Hearn"],"template":["application/vnd.autopackage"]},"registered":true},{"content-type":"application/vnd.avistar+xml","encoding":"base64","xrefs":{"person":["Vladimir_Vysotsky"],"template":["application/vnd.avistar+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmml+xml","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmml+xml"]},"registered":true},{"content-type":"application/vnd.balsamiq.bmpr","encoding":"base64","xrefs":{"person":["Giacomo_Guilizzoni"],"template":["application/vnd.balsamiq.bmpr"]},"registered":true},{"content-type":"application/vnd.bekitzur-stech+json","encoding":"base64","xrefs":{"person":["Jegulsky"],"template":["application/vnd.bekitzur-stech+json"]},"registered":true},{"content-type":"application/vnd.biopax.rdf+xml","encoding":"base64","xrefs":{"person":["Pathway_Commons"],"template":["application/vnd.biopax.rdf+xml"]},"registered":true},{"content-type":"application/vnd.blueice.multipass","friendly":{"en":"Blueice Research Multipass"},"encoding":"base64","extensions":["mpm"],"xrefs":{"person":["Thomas_Holmstrom"],"template":["application/vnd.blueice.multipass"]},"registered":true},{"content-type":"application/vnd.bluetooth.ep.oob","encoding":"base64","xrefs":{"person":["Mike_Foley"],"template":["application/vnd.bluetooth.ep.oob"]},"registered":true},{"content-type":"application/vnd.bluetooth.le.oob","encoding":"base64","xrefs":{"person":["Mark_Powell"],"template":["application/vnd.bluetooth.le.oob"]},"registered":true},{"content-type":"application/vnd.bmi","friendly":{"en":"BMI Drawing Data Interchange"},"encoding":"base64","extensions":["bmi"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.bmi"]},"registered":true},{"content-type":"application/vnd.businessobjects","friendly":{"en":"BusinessObjects"},"encoding":"base64","extensions":["rep"],"xrefs":{"person":["Philippe_Imoucha"],"template":["application/vnd.businessobjects"]},"registered":true},{"content-type":"application/vnd.cab-jscript","encoding":"base64","xrefs":{"person":["Joerg_Falkenberg"],"template":["application/vnd.cab-jscript"]},"registered":true},{"content-type":"application/vnd.canon-cpdl","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-cpdl"]},"registered":true},{"content-type":"application/vnd.canon-lips","encoding":"base64","xrefs":{"person":["Shin_Muto"],"template":["application/vnd.canon-lips"]},"registered":true},{"content-type":"application/vnd.cendio.thinlinc.clientconf","encoding":"base64","xrefs":{"person":["Peter_Astrand"],"template":["application/vnd.cendio.thinlinc.clientconf"]},"registered":true},{"content-type":"application/vnd.century-systems.tcp_stream","encoding":"base64","xrefs":{"person":["Shuji_Fujii"],"template":["application/vnd.century-systems.tcp_stream"]},"registered":true},{"content-type":"application/vnd.chemdraw+xml","friendly":{"en":"CambridgeSoft Chem Draw"},"encoding":"base64","extensions":["cdxml"],"xrefs":{"person":["Glenn_Howes"],"template":["application/vnd.chemdraw+xml"]},"registered":true},{"content-type":"application/vnd.chipnuts.karaoke-mmd","friendly":{"en":"Karaoke on Chipnuts Chipsets"},"encoding":"base64","extensions":["mmd"],"xrefs":{"person":["Chunyun_Xiong"],"template":["application/vnd.chipnuts.karaoke-mmd"]},"registered":true},{"content-type":"application/vnd.cinderella","friendly":{"en":"Interactive Geometry Software Cinderella"},"encoding":"base64","extensions":["cdy"],"xrefs":{"person":["Ulrich_Kortenkamp"],"template":["application/vnd.cinderella"]},"registered":true},{"content-type":"application/vnd.cirpack.isdn-ext","encoding":"base64","xrefs":{"person":["Pascal_Mayeux"],"template":["application/vnd.cirpack.isdn-ext"]},"registered":true},{"content-type":"application/vnd.citationstyles.style+xml","encoding":"base64","xrefs":{"person":["Rintze_M._Zelle"],"template":["application/vnd.citationstyles.style+xml"]},"registered":true},{"content-type":"application/vnd.claymore","friendly":{"en":"Claymore Data Files"},"encoding":"base64","extensions":["cla"],"xrefs":{"person":["Ray_Simpson"],"template":["application/vnd.claymore"]},"registered":true},{"content-type":"application/vnd.cloanto.rp9","friendly":{"en":"RetroPlatform Player"},"encoding":"base64","extensions":["rp9"],"xrefs":{"person":["Mike_Labatt"],"template":["application/vnd.cloanto.rp9"]},"registered":true},{"content-type":"application/vnd.clonk.c4group","friendly":{"en":"Clonk Game"},"encoding":"base64","extensions":["c4d","c4f","c4g","c4p","c4u"],"xrefs":{"person":["Guenther_Brammer"],"template":["application/vnd.clonk.c4group"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config","friendly":{"en":"ClueTrust CartoMobile - Config"},"encoding":"base64","extensions":["c11amc"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config"]},"registered":true},{"content-type":"application/vnd.cluetrust.cartomobile-config-pkg","friendly":{"en":"ClueTrust CartoMobile - Config Package"},"encoding":"base64","extensions":["c11amz"],"xrefs":{"person":["Gaige_Paulsen"],"template":["application/vnd.cluetrust.cartomobile-config-pkg"]},"registered":true},{"content-type":"application/vnd.coffeescript","encoding":"base64","xrefs":{"person":["Devyn_Collier_Johnson"],"template":["application/vnd.coffeescript"]},"registered":true},{"content-type":"application/vnd.collection+json","encoding":"base64","xrefs":{"person":["Mike_Amundsen"],"template":["application/vnd.collection+json"]},"registered":true},{"content-type":"application/vnd.collection.doc+json","encoding":"base64","xrefs":{"person":["Irakli_Nadareishvili"],"template":["application/vnd.collection.doc+json"]},"registered":true},{"content-type":"application/vnd.collection.next+json","encoding":"base64","xrefs":{"person":["Ioseb_Dzmanashvili"],"template":["application/vnd.collection.next+json"]},"registered":true},{"content-type":"application/vnd.commerce-battelle","encoding":"base64","xrefs":{"person":["David_Applebaum"],"template":["application/vnd.commerce-battelle"]},"registered":true},{"content-type":"application/vnd.commonspace","friendly":{"en":"Sixth Floor Media - CommonSpace"},"encoding":"base64","extensions":["csp"],"xrefs":{"person":["Ravinder_Chandhok"],"template":["application/vnd.commonspace"]},"registered":true},{"content-type":"application/vnd.contact.cmsg","friendly":{"en":"CIM Database"},"encoding":"base64","extensions":["cdbcmsg"],"xrefs":{"person":["Frank_Patz"],"template":["application/vnd.contact.cmsg"]},"registered":true},{"content-type":"application/vnd.coreos.ignition+json","encoding":"base64","xrefs":{"person":["Alex_Crawford"],"template":["application/vnd.coreos.ignition+json"]},"registered":true},{"content-type":"application/vnd.cosmocaller","friendly":{"en":"CosmoCaller"},"encoding":"base64","extensions":["cmc"],"xrefs":{"person":["Steve_Dellutri"],"template":["application/vnd.cosmocaller"]},"registered":true},{"content-type":"application/vnd.crick.clicker","friendly":{"en":"CrickSoftware - Clicker"},"encoding":"base64","extensions":["clkx"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker"]},"registered":true},{"content-type":"application/vnd.crick.clicker.keyboard","friendly":{"en":"CrickSoftware - Clicker - Keyboard"},"encoding":"base64","extensions":["clkk"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.keyboard"]},"registered":true},{"content-type":"application/vnd.crick.clicker.palette","friendly":{"en":"CrickSoftware - Clicker - Palette"},"encoding":"base64","extensions":["clkp"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.palette"]},"registered":true},{"content-type":"application/vnd.crick.clicker.template","friendly":{"en":"CrickSoftware - Clicker - Template"},"encoding":"base64","extensions":["clkt"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.template"]},"registered":true},{"content-type":"application/vnd.crick.clicker.wordbank","friendly":{"en":"CrickSoftware - Clicker - Wordbank"},"encoding":"base64","extensions":["clkw"],"xrefs":{"person":["Andrew_Burt"],"template":["application/vnd.crick.clicker.wordbank"]},"registered":true},{"content-type":"application/vnd.criticaltools.wbs+xml","friendly":{"en":"Critical Tools - PERT Chart EXPERT"},"encoding":"base64","extensions":["wbs"],"xrefs":{"person":["Jim_Spiller"],"template":["application/vnd.criticaltools.wbs+xml"]},"registered":true},{"content-type":"application/vnd.ctc-posml","friendly":{"en":"PosML"},"encoding":"base64","extensions":["pml"],"xrefs":{"person":["Bayard_Kohlhepp"],"template":["application/vnd.ctc-posml"]},"registered":true},{"content-type":"application/vnd.ctct.ws+xml","encoding":"base64","xrefs":{"person":["Jim_Ancona"],"template":["application/vnd.ctct.ws+xml"]},"registered":true},{"content-type":"application/vnd.cups-pdf","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-pdf"]},"registered":true},{"content-type":"application/vnd.cups-postscript","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-postscript"]},"registered":true},{"content-type":"application/vnd.cups-ppd","friendly":{"en":"Adobe PostScript Printer Description File Format"},"encoding":"base64","extensions":["ppd"],"xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-ppd"]},"registered":true},{"content-type":"application/vnd.cups-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raster"]},"registered":true},{"content-type":"application/vnd.cups-raw","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["application/vnd.cups-raw"]},"registered":true},{"content-type":"application/vnd.curl","encoding":"base64","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["application/vnd-curl"]},"registered":true},{"content-type":"application/vnd.curl.car","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["car"],"registered":false},{"content-type":"application/vnd.curl.pcurl","friendly":{"en":"CURL Applet"},"encoding":"base64","extensions":["pcurl"],"registered":false},{"content-type":"application/vnd.cyan.dean.root+xml","encoding":"base64","xrefs":{"person":["Matt_Kern"],"template":["application/vnd.cyan.dean.root+xml"]},"registered":true},{"content-type":"application/vnd.cybank","encoding":"base64","xrefs":{"person":["Nor_Helmee"],"template":["application/vnd.cybank"]},"registered":true},{"content-type":"application/vnd.dart","encoding":"base64","extensions":["dart"],"xrefs":{"person":["Anders_Sandholm"],"template":["application/vnd-dart"]},"registered":true},{"content-type":"application/vnd.data-vision.rdz","friendly":{"en":"RemoteDocs R-Viewer"},"encoding":"base64","extensions":["rdz"],"xrefs":{"person":["James_Fields"],"template":["application/vnd.data-vision.rdz"]},"registered":true},{"content-type":"application/vnd.debian.binary-package","encoding":"base64","xrefs":{"person":["Charles_Plessy"],"template":["application/vnd.debian.binary-package"]},"registered":true},{"content-type":"application/vnd.dece.data","encoding":"base64","extensions":["uvd","uvf","uvvd","uvvf"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.data"]},"registered":true},{"content-type":"application/vnd.dece.ttml+xml","encoding":"base64","extensions":["uvt","uvvt"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.ttml+xml"]},"registered":true},{"content-type":"application/vnd.dece.unspecified","encoding":"base64","extensions":["uvvx","uvx"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece.unspecified"]},"registered":true},{"content-type":"application/vnd.dece.zip","encoding":"base64","extensions":["uvvz","uvz"],"xrefs":{"person":["Michael_A_Dolan"],"template":["application/vnd.dece-zip"]},"registered":true},{"content-type":"application/vnd.denovo.fcselayout-link","friendly":{"en":"FCS Express Layout Link"},"encoding":"base64","extensions":["fe_launch"],"xrefs":{"person":["Michael_Dixon"],"template":["application/vnd.denovo.fcselayout-link"]},"registered":true},{"content-type":"application/vnd.desmume.movie","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.desmume-movie"]},"registered":true},{"content-type":"application/vnd.dir-bi.plate-dl-nosuffix","encoding":"base64","xrefs":{"person":["Yamanaka"],"template":["application/vnd.dir-bi.plate-dl-nosuffix"]},"registered":true},{"content-type":"application/vnd.dm.delegation+xml","encoding":"base64","xrefs":{"person":["Axel_Ferrazzini"],"template":["application/vnd.dm.delegation+xml"]},"registered":true},{"content-type":"application/vnd.dna","friendly":{"en":"New Moon Liftoff/DNA"},"encoding":"base64","extensions":["dna"],"xrefs":{"person":["Meredith_Searcy"],"template":["application/vnd.dna"]},"registered":true},{"content-type":"application/vnd.document+json","encoding":"base64","xrefs":{"person":["Tom_Christie"],"template":["application/vnd.document+json"]},"registered":true},{"content-type":"application/vnd.dolby.mlp","friendly":{"en":"Dolby Meridian Lossless Packing"},"encoding":"base64","extensions":["mlp"],"registered":false},{"content-type":"application/vnd.dolby.mobile.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.1"]},"registered":true},{"content-type":"application/vnd.dolby.mobile.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["application/vnd.dolby.mobile.2"]},"registered":true},{"content-type":"application/vnd.doremir.scorecloud-binary-document","encoding":"base64","xrefs":{"person":["Erik_Ronström"],"template":["application/vnd.doremir.scorecloud-binary-document"]},"registered":true},{"content-type":"application/vnd.dpgraph","friendly":{"en":"DPGraph"},"encoding":"base64","extensions":["dpg"],"xrefs":{"person":["David_Parker"],"template":["application/vnd.dpgraph"]},"registered":true},{"content-type":"application/vnd.dreamfactory","friendly":{"en":"DreamFactory"},"encoding":"base64","extensions":["dfac"],"xrefs":{"person":["William_C._Appleton"],"template":["application/vnd.dreamfactory"]},"registered":true},{"content-type":"application/vnd.drive+json","encoding":"base64","xrefs":{"person":["Keith_Kester"],"template":["application/vnd.drive+json"]},"registered":true},{"content-type":"application/vnd.ds-keypoint","encoding":"base64","extensions":["kpxx"],"registered":false},{"content-type":"application/vnd.dtg.local","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local"]},"registered":true},{"content-type":"application/vnd.dtg.local.flash","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local.flash"]},"registered":true},{"content-type":"application/vnd.dtg.local.html","encoding":"base64","xrefs":{"person":["Ali_Teffahi"],"template":["application/vnd.dtg.local-html"]},"registered":true},{"content-type":"application/vnd.dvb.ait","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["ait"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.ait"]},"registered":true},{"content-type":"application/vnd.dvb.dvbj","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.dvbj"]},"registered":true},{"content-type":"application/vnd.dvb.esgcontainer","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.esgcontainer"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcdftnotifaccess","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.ipdcdftnotifaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess","encoding":"base64","xrefs":{"person":["Joerg_Heuer"],"template":["application/vnd.dvb.ipdcesgaccess"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgaccess2","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgaccess2"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcesgpdd","encoding":"base64","xrefs":{"person":["Jerome_Marcon"],"template":["application/vnd.dvb.ipdcesgpdd"]},"registered":true},{"content-type":"application/vnd.dvb.ipdcroaming","encoding":"base64","xrefs":{"person":["Yiling_Xu"],"template":["application/vnd.dvb.ipdcroaming"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-base","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-base"]},"registered":true},{"content-type":"application/vnd.dvb.iptv.alfec-enhancement","encoding":"base64","xrefs":{"person":["Jean-Baptiste_Henry"],"template":["application/vnd.dvb.iptv.alfec-enhancement"]},"registered":true},{"content-type":"application/vnd.dvb.notif-aggregate-root+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-aggregate-root+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-container+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-container+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-generic+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-generic+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-msglist+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-msglist+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-request+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-request+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-ia-registration-response+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-ia-registration-response+xml"]},"registered":true},{"content-type":"application/vnd.dvb.notif-init+xml","encoding":"base64","xrefs":{"person":["Roy_Yue"],"template":["application/vnd.dvb.notif-init+xml"]},"registered":true},{"content-type":"application/vnd.dvb.pfr","encoding":"base64","xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb.pfr"]},"registered":true},{"content-type":"application/vnd.dvb.service","friendly":{"en":"Digital Video Broadcasting"},"encoding":"base64","extensions":["svc"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["application/vnd.dvb_service"]},"registered":true},{"content-type":"application/vnd.dxr","encoding":"base64","xrefs":{"person":["Michael_Duffy"],"template":["application/vnd-dxr"]},"registered":true},{"content-type":"application/vnd.dynageo","friendly":{"en":"DynaGeo"},"encoding":"base64","extensions":["geo"],"xrefs":{"person":["Roland_Mechling"],"template":["application/vnd.dynageo"]},"registered":true},{"content-type":"application/vnd.dzr","encoding":"base64","xrefs":{"person":["Carl_Anderson"],"template":["application/vnd.dzr"]},"registered":true},{"content-type":"application/vnd.easykaraoke.cdgdownload","encoding":"base64","xrefs":{"person":["Iain_Downs"],"template":["application/vnd.easykaraoke.cdgdownload"]},"registered":true},{"content-type":"application/vnd.ecdis-update","encoding":"base64","xrefs":{"person":["Gert_Buettgenbach"],"template":["application/vnd.ecdis-update"]},"registered":true},{"content-type":"application/vnd.ecowin.chart","friendly":{"en":"EcoWin Chart"},"encoding":"base64","extensions":["mag"],"xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.chart"]},"registered":true},{"content-type":"application/vnd.ecowin.filerequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.filerequest"]},"registered":true},{"content-type":"application/vnd.ecowin.fileupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.fileupdate"]},"registered":true},{"content-type":"application/vnd.ecowin.series","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.series"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesrequest","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesrequest"]},"registered":true},{"content-type":"application/vnd.ecowin.seriesupdate","encoding":"base64","xrefs":{"person":["Thomas_Olsson"],"template":["application/vnd.ecowin.seriesupdate"]},"registered":true},{"content-type":"application/vnd.emclient.accessrequest+xml","encoding":"base64","xrefs":{"person":["Filip_Navara"],"template":["application/vnd.emclient.accessrequest+xml"]},"registered":true},{"content-type":"application/vnd.enliven","friendly":{"en":"Enliven Viewer"},"encoding":"base64","extensions":["nml"],"xrefs":{"person":["Paul_Santinelli_Jr."],"template":["application/vnd.enliven"]},"registered":true},{"content-type":"application/vnd.enphase.envoy","encoding":"base64","xrefs":{"person":["Chris_Eich"],"template":["application/vnd.enphase.envoy"]},"registered":true},{"content-type":"application/vnd.eprints.data+xml","encoding":"base64","xrefs":{"person":["Tim_Brody"],"template":["application/vnd.eprints.data+xml"]},"registered":true},{"content-type":"application/vnd.epson.esf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["esf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.esf"]},"registered":true},{"content-type":"application/vnd.epson.msf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["msf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.msf"]},"registered":true},{"content-type":"application/vnd.epson.quickanime","friendly":{"en":"QuickAnime Player"},"encoding":"base64","extensions":["qam"],"xrefs":{"person":["Yu_Gu"],"template":["application/vnd.epson.quickanime"]},"registered":true},{"content-type":"application/vnd.epson.salt","friendly":{"en":"SimpleAnimeLite Player"},"encoding":"base64","extensions":["slt"],"xrefs":{"person":["Yasuhito_Nagatomo"],"template":["application/vnd.epson.salt"]},"registered":true},{"content-type":"application/vnd.epson.ssf","friendly":{"en":"QUASS Stream Player"},"encoding":"base64","extensions":["ssf"],"xrefs":{"person":["Shoji_Hoshina"],"template":["application/vnd.epson.ssf"]},"registered":true},{"content-type":"application/vnd.ericsson.quickcall","encoding":"base64","xrefs":{"person":["Paul_Tidwell"],"template":["application/vnd.ericsson.quickcall"]},"registered":true},{"content-type":"application/vnd.eszigno3+xml","friendly":{"en":"MICROSEC e-Szign¢"},"encoding":"base64","extensions":["es3","et3"],"xrefs":{"person":["Szilveszter_Tóth"],"template":["application/vnd.eszigno3+xml"]},"registered":true},{"content-type":"application/vnd.etsi.aoc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.aoc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.asic-e+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-e+zip"]},"registered":true},{"content-type":"application/vnd.etsi.asic-s+zip","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.asic-s+zip"]},"registered":true},{"content-type":"application/vnd.etsi.cug+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.cug+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvcommand+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvcommand+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvdiscovery+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-bc+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-bc+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-cod+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-cod+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsad-npvr+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvsad-npvr+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvservice+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvservice+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvsync+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.iptvsync+xml"]},"registered":true},{"content-type":"application/vnd.etsi.iptvueprofile+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.iptvueprofile+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mcid+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.mcid+xml"]},"registered":true},{"content-type":"application/vnd.etsi.mheg5","encoding":"base64","xrefs":{"person":["Ian_Medland","Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.mheg5"]},"registered":true},{"content-type":"application/vnd.etsi.overload-control-policy-dataset+xml","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.overload-control-policy-dataset+xml"]},"registered":true},{"content-type":"application/vnd.etsi.pstn+xml","encoding":"base64","xrefs":{"person":["Jiwan_Han","Thomas_Belling"],"template":["application/vnd.etsi.pstn+xml"]},"registered":true},{"content-type":"application/vnd.etsi.sci+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.sci+xml"]},"registered":true},{"content-type":"application/vnd.etsi.simservs+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.simservs+xml"]},"registered":true},{"content-type":"application/vnd.etsi.timestamp-token","encoding":"base64","xrefs":{"person":["Miguel_Angel_Reina_Ortega"],"template":["application/vnd.etsi.timestamp-token"]},"registered":true},{"content-type":"application/vnd.etsi.tsl+xml","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl+xml"]},"registered":true},{"content-type":"application/vnd.etsi.tsl.der","encoding":"base64","xrefs":{"person":["Shicheng_Hu"],"template":["application/vnd.etsi.tsl.der"]},"registered":true},{"content-type":"application/vnd.eudora.data","encoding":"base64","xrefs":{"person":["Pete_Resnick"],"template":["application/vnd.eudora.data"]},"registered":true},{"content-type":"application/vnd.ezpix-album","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez2"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-album"]},"registered":true},{"content-type":"application/vnd.ezpix-package","friendly":{"en":"EZPix Secure Photo Album"},"encoding":"base64","extensions":["ez3"],"xrefs":{"person":["ElectronicZombieCorp"],"template":["application/vnd.ezpix-package"]},"registered":true},{"content-type":"application/vnd.f-secure.mobile","encoding":"base64","xrefs":{"person":["Samu_Sarivaara"],"template":["application/vnd.f-secure.mobile"]},"registered":true},{"content-type":"application/vnd.fastcopy-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.fastcopy-disk-image"]},"registered":true},{"content-type":"application/vnd.fdf","friendly":{"en":"Forms Data Format"},"encoding":"base64","extensions":["fdf"],"xrefs":{"person":["Steve_Zilles"],"template":["application/vnd-fdf"]},"registered":true},{"content-type":"application/vnd.fdsn.mseed","encoding":"base64","extensions":["mseed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.mseed"]},"registered":true},{"content-type":"application/vnd.fdsn.seed","friendly":{"en":"Digital Siesmograph Networks - SEED Datafiles"},"encoding":"base64","extensions":["dataless","seed"],"xrefs":{"person":["Chad_Trabant"],"template":["application/vnd.fdsn.seed"]},"registered":true},{"content-type":"application/vnd.ffsns","encoding":"base64","xrefs":{"person":["Holstage"],"template":["application/vnd.ffsns"]},"registered":true},{"content-type":"application/vnd.filmit.zfc","encoding":"base64","xrefs":{"person":["Harms_Moeller"],"template":["application/vnd.filmit.zfc"]},"registered":true},{"content-type":"application/vnd.fints","encoding":"base64","xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.fints"]},"registered":true},{"content-type":"application/vnd.firemonkeys.cloudcell","encoding":"base64","xrefs":{"person":["Alex_Dubov"],"template":["application/vnd.firemonkeys.cloudcell"]},"registered":true},{"content-type":"application/vnd.FloGraphIt","friendly":{"en":"NpGraphIt"},"encoding":"base64","extensions":["gph"],"xrefs":{"person":["Dick_Floersch"],"template":["application/vnd.FloGraphIt"]},"registered":true},{"content-type":"application/vnd.fluxtime.clip","friendly":{"en":"FluxTime Clip"},"encoding":"base64","extensions":["ftc"],"xrefs":{"person":["Marc_Winter"],"template":["application/vnd.fluxtime.clip"]},"registered":true},{"content-type":"application/vnd.font-fontforge-sfd","encoding":"base64","xrefs":{"person":["George_Williams"],"template":["application/vnd.font-fontforge-sfd"]},"registered":true},{"content-type":"application/vnd.framemaker","friendly":{"en":"FrameMaker Normal Format"},"encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd.framemaker"]},"registered":true},{"content-type":"application/vnd.frogans.fnc","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["fnc"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.fnc"]},"registered":true},{"content-type":"application/vnd.frogans.ltf","friendly":{"en":"Frogans Player"},"encoding":"base64","extensions":["ltf"],"xrefs":{"person":["Alexis_Tamas"],"template":["application/vnd.frogans.ltf"]},"registered":true},{"content-type":"application/vnd.fsc.weblaunch","friendly":{"en":"Friendly Software Corporation"},"encoding":"7bit","extensions":["fsc"],"xrefs":{"person":["Derek_Smith"],"template":["application/vnd.fsc.weblaunch"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oas"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys2","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa2"],"xrefs":{"person":["Nobukazu_Togashi"],"template":["application/vnd.fujitsu.oasys2"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasys3","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["oa3"],"xrefs":{"person":["Seiji_Okudaira"],"template":["application/vnd.fujitsu.oasys3"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysgp","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["fg5"],"xrefs":{"person":["Masahiko_Sugimoto"],"template":["application/vnd.fujitsu.oasysgp"]},"registered":true},{"content-type":"application/vnd.fujitsu.oasysprs","friendly":{"en":"Fujitsu Oasys"},"encoding":"base64","extensions":["bh2"],"xrefs":{"person":["Masumi_Ogita"],"template":["application/vnd.fujitsu.oasysprs"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART-EX","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART-EX"]},"registered":true},{"content-type":"application/vnd.fujixerox.ART4","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.ART4"]},"registered":true},{"content-type":"application/vnd.fujixerox.ddd","friendly":{"en":"Fujitsu - Xerox 2D CAD Data"},"encoding":"base64","extensions":["ddd"],"xrefs":{"person":["Masanori_Onda"],"template":["application/vnd.fujixerox.ddd"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks","friendly":{"en":"Fujitsu - Xerox DocuWorks"},"encoding":"base64","extensions":["xdw"],"xrefs":{"person":["Yasuo_Taguchi"],"template":["application/vnd.fujixerox.docuworks"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.binder","friendly":{"en":"Fujitsu - Xerox DocuWorks Binder"},"encoding":"base64","extensions":["xbd"],"xrefs":{"person":["Takashi_Matsumoto"],"template":["application/vnd.fujixerox.docuworks.binder"]},"registered":true},{"content-type":"application/vnd.fujixerox.docuworks.container","encoding":"base64","xrefs":{"person":["Kiyoshi_Tashiro"],"template":["application/vnd.fujixerox.docuworks.container"]},"registered":true},{"content-type":"application/vnd.fujixerox.HBPL","encoding":"base64","xrefs":{"person":["Fumio_Tanabe"],"template":["application/vnd.fujixerox.HBPL"]},"registered":true},{"content-type":"application/vnd.fut-misnet","encoding":"base64","xrefs":{"person":["Jann_Pruulman"],"template":["application/vnd.fut-misnet"]},"registered":true},{"content-type":"application/vnd.fuzzysheet","friendly":{"en":"FuzzySheet"},"encoding":"base64","extensions":["fzs"],"xrefs":{"person":["Simon_Birtwistle"],"template":["application/vnd.fuzzysheet"]},"registered":true},{"content-type":"application/vnd.genomatix.tuxedo","friendly":{"en":"Genomatix Tuxedo Framework"},"encoding":"base64","extensions":["txd"],"xrefs":{"person":["Torben_Frey"],"template":["application/vnd.genomatix.tuxedo"]},"registered":true},{"content-type":"application/vnd.geo+json","encoding":"base64","xrefs":{"person":["Sean_Gillies"],"template":["application/vnd.geo+json"]},"registered":true},{"content-type":"application/vnd.geocube+xml","encoding":"8bit","obsolete":true,"xrefs":{"person":["Francois_Pirsch"],"template":["application/vnd.geocube+xml"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"application/vnd.geogebra.file","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggb"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.file"]},"registered":true},{"content-type":"application/vnd.geogebra.tool","friendly":{"en":"GeoGebra"},"encoding":"base64","extensions":["ggt"],"xrefs":{"person":["GeoGebra","Yves_Kreis"],"template":["application/vnd.geogebra.tool"]},"registered":true},{"content-type":"application/vnd.geometry-explorer","friendly":{"en":"GeoMetry Explorer"},"encoding":"base64","extensions":["gex","gre"],"xrefs":{"person":["Michael_Hvidsten"],"template":["application/vnd.geometry-explorer"]},"registered":true},{"content-type":"application/vnd.geonext","friendly":{"en":"GEONExT and JSXGraph"},"encoding":"base64","extensions":["gxt"],"xrefs":{"person":["Matthias_Ehmann"],"template":["application/vnd.geonext"]},"registered":true},{"content-type":"application/vnd.geoplan","friendly":{"en":"GeoplanW"},"encoding":"base64","extensions":["g2w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geoplan"]},"registered":true},{"content-type":"application/vnd.geospace","friendly":{"en":"GeospacW"},"encoding":"base64","extensions":["g3w"],"xrefs":{"person":["Christian_Mercat"],"template":["application/vnd.geospace"]},"registered":true},{"content-type":"application/vnd.gerber","encoding":"base64","xrefs":{"person":["Thomas_Weyn"],"template":["application/vnd.gerber"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt"]},"registered":true},{"content-type":"application/vnd.globalplatform.card-content-mgt-response","encoding":"base64","xrefs":{"person":["Gil_Bernabeu"],"template":["application/vnd.globalplatform.card-content-mgt-response"]},"registered":true},{"content-type":"application/vnd.gmx","friendly":{"en":"GameMaker ActiveX"},"encoding":"base64","extensions":["gmx"],"obsolete":true,"xrefs":{"person":["Christian_V._Sciberras"],"template":["application/vnd.gmx"],"notes":["- DEPRECATED"]},"registered":true},{"content-type":"application/vnd.google-earth.kml+xml","friendly":{"en":"Google Earth - KML"},"encoding":"8bit","extensions":["kml"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kml+xml"]},"registered":true},{"content-type":"application/vnd.google-earth.kmz","friendly":{"en":"Google Earth - Zipped KML"},"encoding":"8bit","extensions":["kmz"],"xrefs":{"person":["Michael_Ashbridge"],"template":["application/vnd.google-earth.kmz"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+xml"]},"registered":true},{"content-type":"application/vnd.gov.sk.e-form+zip","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.e-form+zip"]},"registered":true},{"content-type":"application/vnd.gov.sk.xmldatacontainer+xml","encoding":"base64","xrefs":{"person":["Peter_Biro","Stefan_Szilva"],"template":["application/vnd.gov.sk.xmldatacontainer+xml"]},"registered":true},{"content-type":"application/vnd.grafeq","friendly":{"en":"GrafEq"},"encoding":"base64","extensions":["gqf","gqs"],"xrefs":{"person":["Jeff_Tupper"],"template":["application/vnd.grafeq"]},"registered":true},{"content-type":"application/vnd.gridmp","encoding":"base64","xrefs":{"person":["Jeff_Lawson"],"template":["application/vnd.gridmp"]},"registered":true},{"content-type":"application/vnd.groove-account","friendly":{"en":"Groove - Account"},"encoding":"base64","extensions":["gac"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-account"]},"registered":true},{"content-type":"application/vnd.groove-help","friendly":{"en":"Groove - Help"},"encoding":"base64","extensions":["ghf"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-help"]},"registered":true},{"content-type":"application/vnd.groove-identity-message","friendly":{"en":"Groove - Identity Message"},"encoding":"base64","extensions":["gim"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-identity-message"]},"registered":true},{"content-type":"application/vnd.groove-injector","friendly":{"en":"Groove - Injector"},"encoding":"base64","extensions":["grv"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-injector"]},"registered":true},{"content-type":"application/vnd.groove-tool-message","friendly":{"en":"Groove - Tool Message"},"encoding":"base64","extensions":["gtm"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-message"]},"registered":true},{"content-type":"application/vnd.groove-tool-template","friendly":{"en":"Groove - Tool Template"},"encoding":"base64","extensions":["tpl"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-tool-template"]},"registered":true},{"content-type":"application/vnd.groove-vcard","friendly":{"en":"Groove - Vcard"},"encoding":"base64","extensions":["vcg"],"xrefs":{"person":["Todd_Joseph"],"template":["application/vnd.groove-vcard"]},"registered":true},{"content-type":"application/vnd.hal+json","encoding":"base64","xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+json"]},"registered":true},{"content-type":"application/vnd.hal+xml","friendly":{"en":"Hypertext Application Language"},"encoding":"base64","extensions":["hal"],"xrefs":{"person":["Mike_Kelly"],"template":["application/vnd.hal+xml"]},"registered":true},{"content-type":"application/vnd.HandHeld-Entertainment+xml","friendly":{"en":"ZVUE Media Manager"},"encoding":"base64","extensions":["zmm"],"xrefs":{"person":["Eric_Hamilton"],"template":["application/vnd.HandHeld-Entertainment+xml"]},"registered":true},{"content-type":"application/vnd.hbci","friendly":{"en":"Homebanking Computer Interface (HBCI)"},"encoding":"base64","extensions":["hbci","hbc","kom","upa","pkd","bpd"],"xrefs":{"person":["Ingo_Hammann"],"template":["application/vnd.hbci"]},"registered":true},{"content-type":"application/vnd.hcl-bireports","encoding":"base64","xrefs":{"person":["Doug_R._Serres"],"template":["application/vnd.hcl-bireports"]},"registered":true},{"content-type":"application/vnd.hdt","encoding":"base64","xrefs":{"person":["Javier_D._Fernández"],"template":["application/vnd.hdt"]},"registered":true},{"content-type":"application/vnd.heroku+json","encoding":"base64","xrefs":{"person":["Wesley_Beary"],"template":["application/vnd.heroku+json"]},"registered":true},{"content-type":"application/vnd.hhe.lesson-player","friendly":{"en":"Archipelago Lesson Player"},"encoding":"base64","extensions":["les"],"xrefs":{"person":["Randy_Jones"],"template":["application/vnd.hhe.lesson-player"]},"registered":true},{"content-type":"application/vnd.hp-HPGL","friendly":{"en":"HP-GL/2 and HP RTL"},"encoding":"base64","extensions":["plt","hpgl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-HPGL"]},"registered":true},{"content-type":"application/vnd.hp-hpid","friendly":{"en":"Hewlett Packard Instant Delivery"},"encoding":"base64","extensions":["hpid"],"xrefs":{"person":["Aloke_Gupta"],"template":["application/vnd.hp-hpid"]},"registered":true},{"content-type":"application/vnd.hp-hps","friendly":{"en":"Hewlett-Packard's WebPrintSmart"},"encoding":"base64","extensions":["hps"],"xrefs":{"person":["Steve_Aubrey"],"template":["application/vnd.hp-hps"]},"registered":true},{"content-type":"application/vnd.hp-jlyt","friendly":{"en":"HP Indigo Digital Press - Job Layout Languate"},"encoding":"base64","extensions":["jlt"],"xrefs":{"person":["Amir_Gaash"],"template":["application/vnd.hp-jlyt"]},"registered":true},{"content-type":"application/vnd.hp-PCL","friendly":{"en":"HP Printer Command Language"},"encoding":"base64","extensions":["pcl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCL"]},"registered":true},{"content-type":"application/vnd.hp-PCLXL","friendly":{"en":"PCL 6 Enhanced (Formely PCL XL)"},"encoding":"base64","extensions":["pclxl"],"xrefs":{"person":["Bob_Pentecost"],"template":["application/vnd.hp-PCLXL"]},"registered":true},{"content-type":"application/vnd.httphone","encoding":"base64","xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.httphone"]},"registered":true},{"content-type":"application/vnd.hydrostatix.sof-data","friendly":{"en":"Hydrostatix Master Suite"},"encoding":"base64","extensions":["sfd-hdstx"],"xrefs":{"person":["Allen_Gillam"],"template":["application/vnd.hydrostatix.sof-data"]},"registered":true},{"content-type":"application/vnd.hyperdrive+json","encoding":"base64","xrefs":{"person":["Daniel_Sims"],"template":["application/vnd.hyperdrive+json"]},"registered":true},{"content-type":"application/vnd.hzn-3d-crossword","friendly":{"en":"3D Crossword Plugin"},"encoding":"base64","xrefs":{"person":["James_Minnis"],"template":["application/vnd.hzn-3d-crossword"]},"registered":true},{"content-type":"application/vnd.ibm.afplinedata","encoding":"base64","xrefs":{"person":["Roger_Buis"],"template":["application/vnd.ibm.afplinedata"]},"registered":true},{"content-type":"application/vnd.ibm.electronic-media","encoding":"base64","extensions":["emm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.electronic-media"]},"registered":true},{"content-type":"application/vnd.ibm.MiniPay","friendly":{"en":"MiniPay"},"encoding":"base64","extensions":["mpy"],"xrefs":{"person":["Amir_Herzberg"],"template":["application/vnd.ibm.MiniPay"]},"registered":true},{"content-type":"application/vnd.ibm.modcap","friendly":{"en":"MO:DCA-P"},"encoding":"base64","extensions":["afp","list3820","listafp"],"xrefs":{"person":["Reinhard_Hohensee"],"template":["application/vnd.ibm.modcap"]},"registered":true},{"content-type":"application/vnd.ibm.rights-management","friendly":{"en":"IBM DB2 Rights Manager"},"encoding":"base64","extensions":["irm"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.rights-management"]},"registered":true},{"content-type":"application/vnd.ibm.secure-container","friendly":{"en":"IBM Electronic Media Management System - Secure Container"},"encoding":"base64","extensions":["sc"],"xrefs":{"person":["Bruce_Tantlinger"],"template":["application/vnd.ibm.secure-container"]},"registered":true},{"content-type":"application/vnd.iccprofile","friendly":{"en":"ICC profile"},"encoding":"base64","extensions":["icc","icm"],"xrefs":{"person":["Phil_Green"],"template":["application/vnd.iccprofile"]},"registered":true},{"content-type":"application/vnd.ieee.1905","encoding":"base64","xrefs":{"person":["Purva_R_Rajkotia"],"template":["application/vnd.ieee.1905"]},"registered":true},{"content-type":"application/vnd.igloader","friendly":{"en":"igLoader"},"encoding":"base64","extensions":["igl"],"xrefs":{"person":["Tim_Fisher"],"template":["application/vnd.igloader"]},"registered":true},{"content-type":"application/vnd.immervision-ivp","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivp"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivp"]},"registered":true},{"content-type":"application/vnd.immervision-ivu","friendly":{"en":"ImmerVision PURE Players"},"encoding":"base64","extensions":["ivu"],"xrefs":{"person":["Mathieu_Villegas"],"template":["application/vnd.immervision-ivu"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p1","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p1"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p2","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p2"]},"registered":true},{"content-type":"application/vnd.ims.imsccv1p3","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.imsccv1p3"]},"registered":true},{"content-type":"application/vnd.ims.lis.v2.result+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lis.v2.result+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolconsumerprofile+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolconsumerprofile+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolproxy.id+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolproxy.id+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings+json"]},"registered":true},{"content-type":"application/vnd.ims.lti.v2.toolsettings.simple+json","encoding":"base64","xrefs":{"person":["Lisa_Mattson"],"template":["application/vnd.ims.lti.v2.toolsettings.simple+json"]},"registered":true},{"content-type":"application/vnd.informedcontrol.rms+xml","encoding":"base64","xrefs":{"person":["Mark_Wahl"],"template":["application/vnd.informedcontrol.rms+xml"]},"registered":true},{"content-type":"application/vnd.informix-visionary","encoding":"base64","obsolete":true,"use-instead":"application/vnd.visionary","xrefs":{"person":["Christopher_Gales"],"template":["application/vnd.informix-visionary"],"notes":["- OBSOLETED in favor of application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.infotech.project","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project"]},"registered":true},{"content-type":"application/vnd.infotech.project+xml","encoding":"base64","xrefs":{"person":["Charles_Engelke"],"template":["application/vnd.infotech.project+xml"]},"registered":true},{"content-type":"application/vnd.innopath.wamp.notification","encoding":"base64","xrefs":{"person":["Takanori_Sudo"],"template":["application/vnd.innopath.wamp.notification"]},"registered":true},{"content-type":"application/vnd.insors.igm","friendly":{"en":"IOCOM Visimeet"},"encoding":"base64","extensions":["igm"],"xrefs":{"person":["Jon_Swanson"],"template":["application/vnd.insors.igm"]},"registered":true},{"content-type":"application/vnd.intercon.formnet","friendly":{"en":"Intercon FormNet"},"encoding":"base64","extensions":["xpw","xpx"],"xrefs":{"person":["Tom_Gurak"],"template":["application/vnd.intercon.formnet"]},"registered":true},{"content-type":"application/vnd.intergeo","friendly":{"en":"Interactive Geometry Software"},"encoding":"base64","extensions":["i2g"],"xrefs":{"person":["Yves_Kreis_2"],"template":["application/vnd.intergeo"]},"registered":true},{"content-type":"application/vnd.intertrust.digibox","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.digibox"]},"registered":true},{"content-type":"application/vnd.intertrust.nncp","encoding":"base64","xrefs":{"person":["Luke_Tomasello"],"template":["application/vnd.intertrust.nncp"]},"registered":true},{"content-type":"application/vnd.intu.qbo","friendly":{"en":"Open Financial Exchange"},"encoding":"base64","extensions":["qbo"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qbo"]},"registered":true},{"content-type":"application/vnd.intu.qfx","friendly":{"en":"Quicken"},"encoding":"base64","extensions":["qfx"],"xrefs":{"person":["Greg_Scratchley"],"template":["application/vnd.intu.qfx"]},"registered":true},{"content-type":"application/vnd.iptc.g2.catalogitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.catalogitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.conceptitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.conceptitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.knowledgeitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.knowledgeitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.newsmessage+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.newsmessage+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.packageitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.packageitem+xml"]},"registered":true},{"content-type":"application/vnd.iptc.g2.planningitem+xml","encoding":"base64","xrefs":{"person":["Michael_Steidl"],"template":["application/vnd.iptc.g2.planningitem+xml"]},"registered":true},{"content-type":"application/vnd.ipunplugged.rcprofile","friendly":{"en":"IP Unplugged Roaming Client"},"encoding":"base64","extensions":["rcprofile"],"xrefs":{"person":["Per_Ersson"],"template":["application/vnd.ipunplugged.rcprofile"]},"registered":true},{"content-type":"application/vnd.irepository.package+xml","friendly":{"en":"iRepository / Lucidoc Editor"},"encoding":"base64","extensions":["irp"],"xrefs":{"person":["Martin_Knowles"],"template":["application/vnd.irepository.package+xml"]},"registered":true},{"content-type":"application/vnd.is-xpr","friendly":{"en":"Express by Infoseek"},"encoding":"base64","extensions":["xpr"],"xrefs":{"person":["Satish_Navarajan"],"template":["application/vnd.is-xpr"]},"registered":true},{"content-type":"application/vnd.isac.fcs","friendly":{"en":"International Society for Advancement of Cytometry"},"encoding":"base64","extensions":["fcs"],"xrefs":{"person":["Ryan_Brinkman"],"template":["application/vnd.isac.fcs"]},"registered":true},{"content-type":"application/vnd.jam","friendly":{"en":"Lightspeed Audio Lab"},"encoding":"base64","extensions":["jam"],"xrefs":{"person":["Brijesh_Kumar"],"template":["application/vnd.jam"]},"registered":true},{"content-type":"application/vnd.japannet-directory-service","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-directory-service"]},"registered":true},{"content-type":"application/vnd.japannet-jpnstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-jpnstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-payment-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-payment-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-registration","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-registration"]},"registered":true},{"content-type":"application/vnd.japannet-registration-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-registration-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-setstore-wakeup","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-setstore-wakeup"]},"registered":true},{"content-type":"application/vnd.japannet-verification","encoding":"base64","xrefs":{"person":["Jun_Yoshitake"],"template":["application/vnd.japannet-verification"]},"registered":true},{"content-type":"application/vnd.japannet-verification-wakeup","encoding":"base64","xrefs":{"person":["Kiyofusa_Fujii"],"template":["application/vnd.japannet-verification-wakeup"]},"registered":true},{"content-type":"application/vnd.jcp.javame.midlet-rms","friendly":{"en":"Mobile Information Device Profile"},"encoding":"base64","extensions":["rms"],"xrefs":{"person":["Mikhail_Gorshenev"],"template":["application/vnd.jcp.javame.midlet-rms"]},"registered":true},{"content-type":"application/vnd.jisp","friendly":{"en":"RhymBox"},"encoding":"base64","extensions":["jisp"],"xrefs":{"person":["Sebastiaan_Deckers"],"template":["application/vnd.jisp"]},"registered":true},{"content-type":"application/vnd.joost.joda-archive","friendly":{"en":"Joda Archive"},"encoding":"base64","extensions":["joda"],"xrefs":{"person":["Joost"],"template":["application/vnd.joost.joda-archive"]},"registered":true},{"content-type":"application/vnd.jsk.isdn-ngn","encoding":"base64","xrefs":{"person":["Yokoyama_Kiyonobu"],"template":["application/vnd.jsk.isdn-ngn"]},"registered":true},{"content-type":"application/vnd.kahootz","friendly":{"en":"Kahootz"},"encoding":"base64","extensions":["ktr","ktz"],"xrefs":{"person":["Tim_Macdonald"],"template":["application/vnd.kahootz"]},"registered":true},{"content-type":"application/vnd.kde.karbon","friendly":{"en":"KDE KOffice Office Suite - Karbon"},"encoding":"base64","extensions":["karbon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.karbon"]},"registered":true},{"content-type":"application/vnd.kde.kchart","friendly":{"en":"KDE KOffice Office Suite - KChart"},"encoding":"base64","extensions":["chrt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kchart"]},"registered":true},{"content-type":"application/vnd.kde.kformula","friendly":{"en":"KDE KOffice Office Suite - Kformula"},"encoding":"base64","extensions":["kfo"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kformula"]},"registered":true},{"content-type":"application/vnd.kde.kivio","friendly":{"en":"KDE KOffice Office Suite - Kivio"},"encoding":"base64","extensions":["flw"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kivio"]},"registered":true},{"content-type":"application/vnd.kde.kontour","friendly":{"en":"KDE KOffice Office Suite - Kontour"},"encoding":"base64","extensions":["kon"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kontour"]},"registered":true},{"content-type":"application/vnd.kde.kpresenter","friendly":{"en":"KDE KOffice Office Suite - Kpresenter"},"encoding":"base64","extensions":["kpr","kpt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kpresenter"]},"registered":true},{"content-type":"application/vnd.kde.kspread","friendly":{"en":"KDE KOffice Office Suite - Kspread"},"encoding":"base64","extensions":["ksp"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kspread"]},"registered":true},{"content-type":"application/vnd.kde.kword","friendly":{"en":"KDE KOffice Office Suite - Kword"},"encoding":"base64","extensions":["kwd","kwt"],"xrefs":{"person":["David_Faure"],"template":["application/vnd.kde.kword"]},"registered":true},{"content-type":"application/vnd.kenameaapp","friendly":{"en":"Kenamea App"},"encoding":"base64","extensions":["htke"],"xrefs":{"person":["Dirk_DiGiorgio-Haag"],"template":["application/vnd.kenameaapp"]},"registered":true},{"content-type":"application/vnd.kidspiration","friendly":{"en":"Kidspiration"},"encoding":"base64","extensions":["kia"],"xrefs":{"person":["Jack_Bennett"],"template":["application/vnd.kidspiration"]},"registered":true},{"content-type":"application/vnd.Kinar","friendly":{"en":"Kinar Applications"},"encoding":"base64","extensions":["kne","knp","sdf"],"xrefs":{"person":["Hemant_Thakkar"],"template":["application/vnd.Kinar"]},"registered":true},{"content-type":"application/vnd.koan","friendly":{"en":"SSEYO Koan Play File"},"encoding":"base64","extensions":["skd","skm","skp","skt"],"xrefs":{"person":["Pete_Cole"],"template":["application/vnd.koan"]},"registered":true},{"content-type":"application/vnd.kodak-descriptor","friendly":{"en":"Kodak Storyshare"},"encoding":"base64","extensions":["sse"],"xrefs":{"person":["Michael_J._Donahue"],"template":["application/vnd.kodak-descriptor"]},"registered":true},{"content-type":"application/vnd.las.las+xml","friendly":{"en":"Laser App Enterprise"},"encoding":"base64","extensions":["lasxml"],"xrefs":{"person":["Rob_Bailey"],"template":["application/vnd.las.las+xml"]},"registered":true},{"content-type":"application/vnd.liberty-request+xml","encoding":"base64","xrefs":{"person":["Brett_McDowell"],"template":["application/vnd.liberty-request+xml"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.desktop","friendly":{"en":"Life Balance - Desktop Edition"},"encoding":"base64","extensions":["lbd"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.desktop"]},"registered":true},{"content-type":"application/vnd.llamagraphics.life-balance.exchange+xml","friendly":{"en":"Life Balance - Exchange Format"},"encoding":"base64","extensions":["lbe"],"xrefs":{"person":["Catherine_E._White"],"template":["application/vnd.llamagraphics.life-balance.exchange+xml"]},"registered":true},{"content-type":"application/vnd.lotus-1-2-3","friendly":{"en":"Lotus 1-2-3"},"encoding":"base64","extensions":["wks","123"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-1-2-3"]},"registered":true},{"content-type":"application/vnd.lotus-approach","friendly":{"en":"Lotus Approach"},"encoding":"base64","extensions":["apr"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-approach"]},"registered":true},{"content-type":"application/vnd.lotus-freelance","friendly":{"en":"Lotus Freelance"},"encoding":"base64","extensions":["pre"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-freelance"]},"registered":true},{"content-type":"application/vnd.lotus-notes","friendly":{"en":"Lotus Notes"},"encoding":"base64","extensions":["nsf"],"xrefs":{"person":["Michael_Laramie"],"template":["application/vnd.lotus-notes"]},"registered":true},{"content-type":"application/vnd.lotus-organizer","friendly":{"en":"Lotus Organizer"},"encoding":"base64","extensions":["org"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-organizer"]},"registered":true},{"content-type":"application/vnd.lotus-screencam","friendly":{"en":"Lotus Screencam"},"encoding":"base64","extensions":["scm"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-screencam"]},"registered":true},{"content-type":"application/vnd.lotus-wordpro","friendly":{"en":"Lotus Wordpro"},"encoding":"base64","extensions":["lwp"],"xrefs":{"person":["Paul_Wattenberger"],"template":["application/vnd.lotus-wordpro"]},"registered":true},{"content-type":"application/vnd.macports.portpkg","friendly":{"en":"MacPorts Port System"},"encoding":"base64","extensions":["portpkg"],"xrefs":{"person":["James_Berry"],"template":["application/vnd.macports.portpkg"]},"registered":true},{"content-type":"application/vnd.mapbox-vector-tile","encoding":"base64","xrefs":{"person":["Blake_Thompson"],"template":["application/vnd.mapbox-vector-tile"]},"registered":true},{"content-type":"application/vnd.marlin.drm.actiontoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.actiontoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.conftoken+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.conftoken+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.license+xml","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.license+xml"]},"registered":true},{"content-type":"application/vnd.marlin.drm.mdcf","encoding":"base64","xrefs":{"person":["Gary_Ellison"],"template":["application/vnd.marlin.drm.mdcf"]},"registered":true},{"content-type":"application/vnd.mason+json","encoding":"base64","xrefs":{"person":["Jorn_Wildt"],"template":["application/vnd.mason+json"]},"registered":true},{"content-type":"application/vnd.maxmind.maxmind-db","encoding":"base64","xrefs":{"person":["William_Stevenson"],"template":["application/vnd.maxmind.maxmind-db"]},"registered":true},{"content-type":"application/vnd.mcd","friendly":{"en":"Micro CADAM Helix D&D"},"encoding":"base64","extensions":["mcd"],"xrefs":{"person":["Tadashi_Gotoh"],"template":["application/vnd.mcd"]},"registered":true},{"content-type":"application/vnd.medcalcdata","friendly":{"en":"MedCalc"},"encoding":"base64","extensions":["mc1"],"xrefs":{"person":["Frank_Schoonjans"],"template":["application/vnd.medcalcdata"]},"registered":true},{"content-type":"application/vnd.mediastation.cdkey","friendly":{"en":"MediaRemote"},"encoding":"base64","extensions":["cdkey"],"xrefs":{"person":["Henry_Flurry"],"template":["application/vnd.mediastation.cdkey"]},"registered":true},{"content-type":"application/vnd.meridian-slingshot","encoding":"base64","xrefs":{"person":["Eric_Wedel"],"template":["application/vnd.meridian-slingshot"]},"registered":true},{"content-type":"application/vnd.MFER","friendly":{"en":"Medical Waveform Encoding Format"},"encoding":"base64","extensions":["mwf"],"xrefs":{"person":["Masaaki_Hirai"],"template":["application/vnd.MFER"]},"registered":true},{"content-type":"application/vnd.mfmp","friendly":{"en":"Melody Format for Mobile Platform"},"encoding":"base64","extensions":["mfm"],"xrefs":{"person":["Yukari_Ikeda"],"template":["application/vnd.mfmp"]},"registered":true},{"content-type":"application/vnd.micro+json","encoding":"base64","xrefs":{"person":["Dali_Zheng"],"template":["application/vnd.micro+json"]},"registered":true},{"content-type":"application/vnd.micrografx.flo","friendly":{"en":"Micrografx"},"encoding":"base64","extensions":["flo"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx.flo"]},"registered":true},{"content-type":"application/vnd.micrografx.igx","friendly":{"en":"Micrografx iGrafx Professional"},"encoding":"base64","extensions":["igx"],"xrefs":{"person":["Joe_Prevo"],"template":["application/vnd.micrografx-igx"]},"registered":true},{"content-type":"application/vnd.microsoft.portable-executable","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.microsoft.portable-executable"]},"registered":true},{"content-type":"application/vnd.miele+json","encoding":"base64","xrefs":{"person":["Nils_Langhammer"],"template":["application/vnd.miele+json"]},"registered":true},{"content-type":"application/vnd.mif","friendly":{"en":"FrameMaker Interchange Format"},"encoding":"base64","extensions":["mif"],"xrefs":{"person":["Mike_Wexler"],"template":["application/vnd-mif"]},"registered":true},{"content-type":"application/vnd.minisoft-hp3000-save","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.minisoft-hp3000-save"]},"registered":true},{"content-type":"application/vnd.mitsubishi.misty-guard.trustweb","encoding":"base64","xrefs":{"person":["Tanaka"],"template":["application/vnd.mitsubishi.misty-guard.trustweb"]},"registered":true},{"content-type":"application/vnd.Mobius.DAF","friendly":{"en":"Mobius Management Systems - UniversalArchive"},"encoding":"base64","extensions":["daf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DAF"]},"registered":true},{"content-type":"application/vnd.Mobius.DIS","friendly":{"en":"Mobius Management Systems - Distribution Database"},"encoding":"base64","extensions":["dis"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.DIS"]},"registered":true},{"content-type":"application/vnd.Mobius.MBK","friendly":{"en":"Mobius Management Systems - Basket file"},"encoding":"base64","extensions":["mbk"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MBK"]},"registered":true},{"content-type":"application/vnd.Mobius.MQY","friendly":{"en":"Mobius Management Systems - Query File"},"encoding":"base64","extensions":["mqy"],"xrefs":{"person":["Alex_Devasia"],"template":["application/vnd.Mobius.MQY"]},"registered":true},{"content-type":"application/vnd.Mobius.MSL","friendly":{"en":"Mobius Management Systems - Script Language"},"encoding":"base64","extensions":["msl"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.MSL"]},"registered":true},{"content-type":"application/vnd.Mobius.PLC","friendly":{"en":"Mobius Management Systems - Policy Definition Language File"},"encoding":"base64","extensions":["plc"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.PLC"]},"registered":true},{"content-type":"application/vnd.Mobius.TXF","friendly":{"en":"Mobius Management Systems - Topic Index File"},"encoding":"base64","extensions":["txf"],"xrefs":{"person":["Allen_K._Kabayama"],"template":["application/vnd.Mobius.TXF"]},"registered":true},{"content-type":"application/vnd.mophun.application","friendly":{"en":"Mophun VM"},"encoding":"base64","extensions":["mpn"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.application"]},"registered":true},{"content-type":"application/vnd.mophun.certificate","friendly":{"en":"Mophun Certificate"},"encoding":"base64","extensions":["mpc"],"xrefs":{"person":["Bjorn_Wennerstrom"],"template":["application/vnd.mophun.certificate"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.adsi","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.adsi"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.fis","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.fis"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.gotap","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.gotap"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.kmr","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.kmr"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.ttc","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.ttc"]},"registered":true},{"content-type":"application/vnd.motorola.flexsuite.wem","encoding":"base64","xrefs":{"person":["Mark_Patton"],"template":["application/vnd.motorola.flexsuite.wem"]},"registered":true},{"content-type":"application/vnd.motorola.iprm","encoding":"base64","xrefs":{"person":["Rafie_Shamsaasef"],"template":["application/vnd.motorola.iprm"]},"registered":true},{"content-type":"application/vnd.mozilla.xul+xml","friendly":{"en":"XUL - XML User Interface Language"},"encoding":"base64","extensions":["xul"],"xrefs":{"person":["Braden_N_McDaniel"],"template":["application/vnd.mozilla.xul+xml"]},"registered":true},{"content-type":"application/vnd.ms-3mfdocument","encoding":"base64","xrefs":{"person":["Shawn_Maloney"],"template":["application/vnd.ms-3mfdocument"]},"registered":true},{"content-type":"application/vnd.ms-artgalry","friendly":{"en":"Microsoft Artgalry"},"encoding":"base64","extensions":["cil"],"xrefs":{"person":["Dean_Slawson"],"template":["application/vnd.ms-artgalry"]},"registered":true},{"content-type":"application/vnd.ms-asf","encoding":"base64","extensions":["asf"],"xrefs":{"person":["Eric_Fleischman"],"template":["application/vnd.ms-asf"]},"registered":true},{"content-type":"application/vnd.ms-cab-compressed","friendly":{"en":"Microsoft Cabinet File"},"encoding":"base64","extensions":["cab"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-cab-compressed"]},"registered":true},{"content-type":"application/vnd.ms-excel","friendly":{"en":"Microsoft Excel"},"encoding":"base64","extensions":["xls","xlt","xla","xlc","xlm","xlw"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-excel"]},"registered":true},{"content-type":"application/vnd.ms-excel.addin.macroEnabled.12","friendly":{"en":"Microsoft Excel - Add-In File"},"encoding":"base64","extensions":["xlam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.binary.macroEnabled.12","friendly":{"en":"Microsoft Excel - Binary Workbook"},"encoding":"base64","extensions":["xlsb"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.binary.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.sheet.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Workbook"},"encoding":"base64","extensions":["xlsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.sheet.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-excel.template.macroEnabled.12","friendly":{"en":"Microsoft Excel - Macro-Enabled Template File"},"encoding":"base64","extensions":["xltm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-excel.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-fontobject","friendly":{"en":"Microsoft Embedded OpenType"},"encoding":"base64","extensions":["eot"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.ms-fontobject"]},"registered":true},{"content-type":"application/vnd.ms-htmlhelp","friendly":{"en":"Microsoft Html Help File"},"encoding":"base64","extensions":["chm"],"xrefs":{"person":["Anatoly_Techtonik"],"template":["application/vnd.ms-htmlhelp"]},"registered":true},{"content-type":"application/vnd.ms-ims","friendly":{"en":"Microsoft Class Server"},"encoding":"base64","extensions":["ims"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-ims"]},"registered":true},{"content-type":"application/vnd.ms-lrm","friendly":{"en":"Microsoft Learning Resource Module"},"encoding":"base64","extensions":["lrm"],"xrefs":{"person":["Eric_Ledoux"],"template":["application/vnd.ms-lrm"]},"registered":true},{"content-type":"application/vnd.ms-office.activeX+xml","encoding":"base64","xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-office.activeX+xml"]},"registered":true},{"content-type":"application/vnd.ms-officetheme","friendly":{"en":"Microsoft Office System Release Theme"},"encoding":"base64","extensions":["thmx"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-officetheme"]},"registered":true},{"content-type":"application/vnd.ms-outlook","encoding":"base64","extensions":["msg"],"registered":false},{"content-type":"application/vnd.ms-pki.seccat","friendly":{"en":"Microsoft Trust UI Provider - Security Catalog"},"encoding":"base64","extensions":["cat"],"registered":false},{"content-type":"application/vnd.ms-pki.stl","friendly":{"en":"Microsoft Trust UI Provider - Certificate Trust Link"},"encoding":"base64","extensions":["stl"],"registered":false},{"content-type":"application/vnd.ms-playready.initiator+xml","encoding":"base64","xrefs":{"person":["Daniel_Schneider"],"template":["application/vnd.ms-playready.initiator+xml"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint","friendly":{"en":"Microsoft PowerPoint"},"encoding":"base64","extensions":["ppt","pps","pot"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-powerpoint"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.addin.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Add-in file"},"encoding":"base64","extensions":["ppam"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.addin.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.presentation.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Presentation File"},"encoding":"base64","extensions":["pptm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.presentation.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slide.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Open XML Slide"},"encoding":"base64","extensions":["sldm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slide.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.slideshow.macroEnabled.12","friendly":{"en":"Microsoft PowerPoint - Macro-Enabled Slide Show File"},"encoding":"base64","extensions":["ppsm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.slideshow.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-powerpoint.template.macroEnabled.12","friendly":{"en":"Micosoft PowerPoint - Macro-Enabled Template File"},"encoding":"base64","extensions":["potm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-powerpoint.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-PrintDeviceCapabilities+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintDeviceCapabilities+xml"]},"registered":true},{"content-type":"application/vnd.ms-PrintSchemaTicket+xml","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-PrintSchemaTicket+xml"]},"registered":true},{"content-type":"application/vnd.ms-project","friendly":{"en":"Microsoft Project"},"encoding":"base64","extensions":["mpp","mpt"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-project"]},"registered":true},{"content-type":"application/vnd.ms-tnef","encoding":"base64","xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-tnef"]},"registered":true},{"content-type":"application/vnd.ms-windows.devicepairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.nwprinting.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.nwprinting.oob"]},"registered":true},{"content-type":"application/vnd.ms-windows.printerpairing","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.printerpairing"]},"registered":true},{"content-type":"application/vnd.ms-windows.wsd.oob","encoding":"base64","xrefs":{"person":["Justin_Hutchings"],"template":["application/vnd.ms-windows.wsd.oob"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.lic-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.lic-resp"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-chlg-req","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-chlg-req"]},"registered":true},{"content-type":"application/vnd.ms-wmdrm.meter-resp","encoding":"base64","xrefs":{"person":["Kevin_Lau"],"template":["application/vnd.ms-wmdrm.meter-resp"]},"registered":true},{"content-type":"application/vnd.ms-word.document.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Document"},"encoding":"base64","extensions":["docm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.document.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-word.template.macroEnabled.12","friendly":{"en":"Micosoft Word - Macro-Enabled Template"},"encoding":"base64","extensions":["dotm"],"xrefs":{"person":["Chris_Rae"],"template":["application/vnd.ms-word.template.macroEnabled.12"]},"registered":true},{"content-type":"application/vnd.ms-works","friendly":{"en":"Microsoft Works"},"encoding":"base64","extensions":["wcm","wdb","wks","wps"],"xrefs":{"person":["Sukvinder_S._Gill"],"template":["application/vnd.ms-works"]},"registered":true},{"content-type":"application/vnd.ms-wpl","friendly":{"en":"Microsoft Windows Media Player Playlist"},"encoding":"base64","extensions":["wpl"],"xrefs":{"person":["Dan_Plastina"],"template":["application/vnd.ms-wpl"]},"registered":true},{"content-type":"application/vnd.ms-xpsdocument","friendly":{"en":"Microsoft XML Paper Specification"},"encoding":"8bit","extensions":["xps"],"xrefs":{"person":["Jesse_McGatha"],"template":["application/vnd.ms-xpsdocument"]},"registered":true},{"content-type":"application/vnd.msa-disk-image","encoding":"base64","xrefs":{"person":["Thomas_Huth"],"template":["application/vnd.msa-disk-image"]},"registered":true},{"content-type":"application/vnd.mseq","friendly":{"en":"3GPP MSEQ File"},"encoding":"base64","extensions":["mseq"],"xrefs":{"person":["Gwenael_Le_Bodic"],"template":["application/vnd.mseq"]},"registered":true},{"content-type":"application/vnd.msign","encoding":"base64","xrefs":{"person":["Malte_Borcherding"],"template":["application/vnd.msign"]},"registered":true},{"content-type":"application/vnd.multiad.creator","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator"]},"registered":true},{"content-type":"application/vnd.multiad.creator.cif","encoding":"base64","xrefs":{"person":["Steve_Mills"],"template":["application/vnd.multiad.creator.cif"]},"registered":true},{"content-type":"application/vnd.music-niff","encoding":"base64","xrefs":{"person":["Tim_Butler"],"template":["application/vnd.music-niff"]},"registered":true},{"content-type":"application/vnd.musician","friendly":{"en":"MUsical Score Interpreted Code Invented for the ASCII designation of Notation"},"encoding":"base64","extensions":["mus"],"xrefs":{"person":["Greg_Adams"],"template":["application/vnd.musician"]},"registered":true},{"content-type":"application/vnd.muvee.style","friendly":{"en":"Muvee Automatic Video Editing"},"encoding":"base64","extensions":["msty"],"xrefs":{"person":["Chandrashekhara_Anantharamu"],"template":["application/vnd.muvee.style"]},"registered":true},{"content-type":"application/vnd.mynfc","encoding":"base64","extensions":["taglet"],"xrefs":{"person":["Franck_Lefevre"],"template":["application/vnd.mynfc"]},"registered":true},{"content-type":"application/vnd.ncd.control","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.control"]},"registered":true},{"content-type":"application/vnd.ncd.reference","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.ncd.reference"]},"registered":true},{"content-type":"application/vnd.nervana","encoding":"base64","extensions":["ent","entity","req","request","bkm","kcm"],"xrefs":{"person":["Steve_Judkins"],"template":["application/vnd.nervana"]},"registered":true},{"content-type":"application/vnd.netfpx","encoding":"base64","xrefs":{"person":["Andy_Mutz"],"template":["application/vnd.netfpx"]},"registered":true},{"content-type":"application/vnd.neurolanguage.nlu","friendly":{"en":"neuroLanguage"},"encoding":"base64","extensions":["nlu"],"xrefs":{"person":["Dan_DuFeu"],"template":["application/vnd.neurolanguage.nlu"]},"registered":true},{"content-type":"application/vnd.nintendo.nitro.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.nitro.rom"]},"registered":true},{"content-type":"application/vnd.nintendo.snes.rom","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.nintendo.snes.rom"]},"registered":true},{"content-type":"application/vnd.nitf","encoding":"base64","extensions":["nitf","ntf"],"xrefs":{"person":["Steve_Rogan"],"template":["application/vnd.nitf"]},"registered":true},{"content-type":"application/vnd.noblenet-directory","friendly":{"en":"NobleNet Directory"},"encoding":"base64","extensions":["nnd"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-directory"]},"registered":true},{"content-type":"application/vnd.noblenet-sealer","friendly":{"en":"NobleNet Sealer"},"encoding":"base64","extensions":["nns"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-sealer"]},"registered":true},{"content-type":"application/vnd.noblenet-web","friendly":{"en":"NobleNet Web"},"encoding":"base64","extensions":["nnw"],"xrefs":{"person":["Monty_Solomon"],"template":["application/vnd.noblenet-web"]},"registered":true},{"content-type":"application/vnd.nokia.catalogs","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.catalogs"]},"registered":true},{"content-type":"application/vnd.nokia.conml+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.conml+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.conml+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iptv.config+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iptv.config+xml"]},"registered":true},{"content-type":"application/vnd.nokia.iSDS-radio-presets","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.iSDS-radio-presets"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.landmark+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmark+xml"]},"registered":true},{"content-type":"application/vnd.nokia.landmarkcollection+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.landmarkcollection+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.ac+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.ac+xml"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.data","friendly":{"en":"N-Gage Game Data"},"encoding":"base64","extensions":["ngdat"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.data"]},"registered":true},{"content-type":"application/vnd.nokia.n-gage.symbian.install","friendly":{"en":"N-Gage Game Installer"},"encoding":"base64","extensions":["n-gage"],"obsolete":true,"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.n-gage.symbian.install"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/vnd.nokia.ncd","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.ncd"]},"registered":true},{"content-type":"application/vnd.nokia.ncd+xml","encoding":"base64","obsolete":true,"use-instead":"application/vnd.nokia.ncd","registered":true},{"content-type":"application/vnd.nokia.pcd+wbxml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+wbxml"]},"registered":true},{"content-type":"application/vnd.nokia.pcd+xml","encoding":"base64","xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.pcd+xml"]},"registered":true},{"content-type":"application/vnd.nokia.radio-preset","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpst"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-preset"]},"registered":true},{"content-type":"application/vnd.nokia.radio-presets","friendly":{"en":"Nokia Radio Application - Preset"},"encoding":"base64","extensions":["rpss"],"xrefs":{"person":["Nokia"],"template":["application/vnd.nokia.radio-presets"]},"registered":true},{"content-type":"application/vnd.novadigm.EDM","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edm"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDM"]},"registered":true},{"content-type":"application/vnd.novadigm.EDX","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["edx"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EDX"]},"registered":true},{"content-type":"application/vnd.novadigm.EXT","friendly":{"en":"Novadigm's RADIA and EDM products"},"encoding":"base64","extensions":["ext"],"xrefs":{"person":["Janine_Swenson"],"template":["application/vnd.novadigm.EXT"]},"registered":true},{"content-type":"application/vnd.ntt-local.content-share","encoding":"base64","xrefs":{"person":["Akinori_Taya"],"template":["application/vnd.ntt-local.content-share"]},"registered":true},{"content-type":"application/vnd.ntt-local.file-transfer","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.file-transfer"]},"registered":true},{"content-type":"application/vnd.ntt-local.ogw_remote-access","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.ogw_remote-access"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_remote","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_remote"]},"registered":true},{"content-type":"application/vnd.ntt-local.sip-ta_tcp_stream","encoding":"base64","xrefs":{"person":["NTT-local"],"template":["application/vnd.ntt-local.sip-ta_tcp_stream"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart","friendly":{"en":"OpenDocument Chart"},"encoding":"base64","extensions":["odc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.chart-template","friendly":{"en":"OpenDocument Chart Template"},"encoding":"base64","extensions":["odc","otc"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.chart-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.database","friendly":{"en":"OpenDocument Database"},"encoding":"base64","extensions":["odb"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.database"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula","friendly":{"en":"OpenDocument Formula"},"encoding":"base64","extensions":["odf"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.formula-template","friendly":{"en":"OpenDocument Formula Template"},"encoding":"base64","extensions":["odf","odft"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.formula-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics","friendly":{"en":"OpenDocument Graphics"},"encoding":"base64","extensions":["odg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.graphics-template","friendly":{"en":"OpenDocument Graphics Template"},"encoding":"base64","extensions":["otg"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.graphics-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image","friendly":{"en":"OpenDocument Image"},"encoding":"base64","extensions":["odi"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.image-template","friendly":{"en":"OpenDocument Image Template"},"encoding":"base64","extensions":["odi","oti"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.image-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation","friendly":{"en":"OpenDocument Presentation"},"encoding":"base64","extensions":["odp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.presentation-template","friendly":{"en":"OpenDocument Presentation Template"},"encoding":"base64","extensions":["otp"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.presentation-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet","friendly":{"en":"OpenDocument Spreadsheet"},"encoding":"base64","extensions":["ods"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.spreadsheet-template","friendly":{"en":"OpenDocument Spreadsheet Template"},"encoding":"base64","extensions":["ots"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.spreadsheet-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text","friendly":{"en":"OpenDocument Text"},"encoding":"base64","extensions":["odt"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-master","friendly":{"en":"OpenDocument Text Master"},"encoding":"base64","extensions":["odm"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-master"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-template","friendly":{"en":"OpenDocument Text Template"},"encoding":"base64","extensions":["ott"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-template"]},"registered":true},{"content-type":"application/vnd.oasis.opendocument.text-web","friendly":{"en":"Open Document Text Web"},"encoding":"base64","extensions":["oth"],"xrefs":{"person":["OASIS","Svante_Schubert"],"template":["application/vnd.oasis.opendocument.text-web"]},"registered":true},{"content-type":"application/vnd.obn","encoding":"base64","xrefs":{"person":["Matthias_Hessling"],"template":["application/vnd.obn"]},"registered":true},{"content-type":"application/vnd.oftn.l10n+json","encoding":"base64","xrefs":{"person":["Eli_Grey"],"template":["application/vnd.oftn.l10n+json"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessdownload+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessdownload+xml"]},"registered":true},{"content-type":"application/vnd.oipf.contentaccessstreaming+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.contentaccessstreaming+xml"]},"registered":true},{"content-type":"application/vnd.oipf.cspg-hexbinary","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.cspg-hexbinary"]},"registered":true},{"content-type":"application/vnd.oipf.dae.svg+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.svg+xml"]},"registered":true},{"content-type":"application/vnd.oipf.dae.xhtml+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.dae.xhtml+xml"]},"registered":true},{"content-type":"application/vnd.oipf.mippvcontrolmessage+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.mippvcontrolmessage+xml"]},"registered":true},{"content-type":"application/vnd.oipf.pae.gem","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.pae.gem"]},"registered":true},{"content-type":"application/vnd.oipf.spdiscovery+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdiscovery+xml"]},"registered":true},{"content-type":"application/vnd.oipf.spdlist+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.spdlist+xml"]},"registered":true},{"content-type":"application/vnd.oipf.ueprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.ueprofile+xml"]},"registered":true},{"content-type":"application/vnd.oipf.userprofile+xml","encoding":"base64","xrefs":{"person":["Claire_DEsclercs"],"template":["application/vnd.oipf.userprofile+xml"]},"registered":true},{"content-type":"application/vnd.olpc-sugar","friendly":{"en":"Sugar Linux Application Bundle"},"encoding":"base64","extensions":["xo"],"xrefs":{"person":["John_Palmieri"],"template":["application/vnd.olpc-sugar"]},"registered":true},{"content-type":"application/vnd.oma-scws-config","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-config"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-request","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-request"]},"registered":true},{"content-type":"application/vnd.oma-scws-http-response","encoding":"base64","xrefs":{"person":["Ilan_Mahalal"],"template":["application/vnd.oma-scws-http-response"]},"registered":true},{"content-type":"application/vnd.oma.bcast.associated-procedure-parameter+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.associated-procedure-parameter+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.drm-trigger+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.drm-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.imd+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.imd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.ltkm","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.ltkm"]},"registered":true},{"content-type":"application/vnd.oma.bcast.notification+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.notification+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.provisioningtrigger","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.provisioningtrigger"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgboot","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgboot"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdd+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdd+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sgdu","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sgdu"]},"registered":true},{"content-type":"application/vnd.oma.bcast.simple-symbol-container","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.simple-symbol-container"]},"registered":true},{"content-type":"application/vnd.oma.bcast.smartcard-trigger+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.smartcard-trigger+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.sprov+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.sprov+xml"]},"registered":true},{"content-type":"application/vnd.oma.bcast.stkm","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.bcast.stkm"]},"registered":true},{"content-type":"application/vnd.oma.cab-address-book+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-address-book+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-feature-handler+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-feature-handler+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-pcc+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-pcc+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-subs-invite+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-subs-invite+xml"]},"registered":true},{"content-type":"application/vnd.oma.cab-user-prefs+xml","encoding":"base64","xrefs":{"person":["Hao_Wang","OMA"],"template":["application/vnd.oma.cab-user-prefs+xml"]},"registered":true},{"content-type":"application/vnd.oma.dcd","encoding":"base64","xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcd"]},"registered":true},{"content-type":"application/vnd.oma.dcdc","encoding":"base64","xrefs":{"person":["Avi_Primo","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.dcdc"]},"registered":true},{"content-type":"application/vnd.oma.dd2+xml","friendly":{"en":"OMA Download Agents"},"encoding":"base64","extensions":["dd2"],"xrefs":{"person":["Jun_Sato","Open_Mobile_Alliance_BAC_DLDRM_Working_Group"],"template":["application/vnd.oma.dd2+xml"]},"registered":true},{"content-type":"application/vnd.oma.drm.risd+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Uwe_Rauschenbach"],"template":["application/vnd.oma.drm.risd+xml"]},"registered":true},{"content-type":"application/vnd.oma.group-usage-list+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.group-usage-list+xml"]},"registered":true},{"content-type":"application/vnd.oma.lwm2m+json","encoding":"base64","xrefs":{"person":["John_Mudge","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.lwm2m+json"]},"registered":true},{"content-type":"application/vnd.oma.pal+xml","encoding":"base64","xrefs":{"person":["Brian_McColgan","OMNA-Open_Mobile_Naming_Authority"],"template":["application/vnd.oma.pal+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.detailed-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.detailed-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.final-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.final-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.groups+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.poc.groups+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.invocation-descriptor+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.invocation-descriptor+xml"]},"registered":true},{"content-type":"application/vnd.oma.poc.optimized-progress-report+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group"],"template":["application/vnd.oma.poc.optimized-progress-report+xml"]},"registered":true},{"content-type":"application/vnd.oma.push","encoding":"base64","xrefs":{"person":["Bryan_Sullivan","OMA"],"template":["application/vnd.oma.push"]},"registered":true},{"content-type":"application/vnd.oma.scidm.messages+xml","encoding":"base64","xrefs":{"person":["OMNA-Open_Mobile_Naming_Authority","Wenjun_Zeng"],"template":["application/vnd.oma.scidm.messages+xml"]},"registered":true},{"content-type":"application/vnd.oma.xcap-directory+xml","encoding":"base64","xrefs":{"person":["OMA_Presence_and_Availability_PAG_Working_Group","Sean_Kelley"],"template":["application/vnd.oma.xcap-directory+xml"]},"registered":true},{"content-type":"application/vnd.omads-email+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-email+xml"]},"registered":true},{"content-type":"application/vnd.omads-file+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-file+xml"]},"registered":true},{"content-type":"application/vnd.omads-folder+xml","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.omads-folder+xml"]},"registered":true},{"content-type":"application/vnd.omaloc-supl-init","encoding":"base64","xrefs":{"person":["Julien_Grange"],"template":["application/vnd.omaloc-supl-init"]},"registered":true},{"content-type":"application/vnd.onepager","encoding":"base64","xrefs":{"person":["Nathan_Black"],"template":["application/vnd.onepager"]},"registered":true},{"content-type":"application/vnd.openblox.game+xml","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game+xml"]},"registered":true},{"content-type":"application/vnd.openblox.game-binary","encoding":"base64","xrefs":{"person":["Mark_Otaris"],"template":["application/vnd.openblox.game-binary"]},"registered":true},{"content-type":"application/vnd.openeye.oeb","encoding":"base64","xrefs":{"person":["Craig_Bruce"],"template":["application/vnd.openeye.oeb"]},"registered":true},{"content-type":"application/vnd.openofficeorg.extension","friendly":{"en":"Open Office Extension"},"encoding":"base64","extensions":["oxt"],"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.custom-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.custom-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.customXmlProperties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.customXmlProperties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawing+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawing+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chart+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chart+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.extended-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.extended-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation","friendly":{"en":"Microsoft Office - OOXML - Presentation"},"encoding":"base64","extensions":["pptx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.presProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.presProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slide)"},"encoding":"base64","extensions":["sldx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slide+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slide+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow","friendly":{"en":"Microsoft Office - OOXML - Presentation (Slideshow)"},"encoding":"base64","extensions":["ppsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.tags+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.tags+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template","friendly":{"en":"Microsoft Office - OOXML - Presentation Template"},"encoding":"base64","extensions":["potx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet"},"encoding":"base64","extensions":["xlsx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template","friendly":{"en":"Microsoft Office - OOXML - Spreadsheet Teplate"},"encoding":"base64","extensions":["xltx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.theme+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.theme+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.themeOverride+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.themeOverride+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.vmlDrawing","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.vmlDrawing"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document","friendly":{"en":"Microsoft Office - OOXML - Word Document"},"encoding":"base64","extensions":["docx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template","friendly":{"en":"Microsoft Office - OOXML - Word Document Template"},"encoding":"base64","extensions":["dotx"],"xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml-template"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.core-properties+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.core-properties+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml"]},"registered":true},{"content-type":"application/vnd.openxmlformats-package.relationships+xml","encoding":"base64","xrefs":{"person":["Makoto_Murata"],"template":["application/vnd.openxmlformats-package.relationships+xml"]},"registered":true},{"content-type":"application/vnd.oracle.resource+json","encoding":"base64","xrefs":{"person":["Ning_Dong"],"template":["application/vnd.oracle.resource+json"]},"registered":true},{"content-type":"application/vnd.orange.indata","encoding":"base64","xrefs":{"person":["CHATRAS_Bruno"],"template":["application/vnd.orange.indata"]},"registered":true},{"content-type":"application/vnd.osa.netdeploy","encoding":"base64","xrefs":{"person":["Steven_Klos"],"template":["application/vnd.osa.netdeploy"]},"registered":true},{"content-type":"application/vnd.osgeo.mapguide.package","friendly":{"en":"MapGuide DBXML"},"encoding":"base64","extensions":["mgp"],"xrefs":{"person":["Jason_Birch"],"template":["application/vnd.osgeo.mapguide.package"]},"registered":true},{"content-type":"application/vnd.osgi.bundle","encoding":"base64","xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.bundle"]},"registered":true},{"content-type":"application/vnd.osgi.dp","friendly":{"en":"OSGi Deployment Package"},"encoding":"base64","extensions":["dp"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.dp"]},"registered":true},{"content-type":"application/vnd.osgi.subsystem","encoding":"base64","extensions":["esa"],"xrefs":{"person":["Peter_Kriens"],"template":["application/vnd.osgi.subsystem"]},"registered":true},{"content-type":"application/vnd.otps.ct-kip+xml","encoding":"base64","xrefs":{"person":["Magnus_Nystrom"],"template":["application/vnd.otps.ct-kip+xml"]},"registered":true},{"content-type":"application/vnd.oxli.countgraph","encoding":"base64","xrefs":{"person":["C._Titus_Brown"],"template":["application/vnd.oxli.countgraph"]},"registered":true},{"content-type":"application/vnd.pagerduty+json","encoding":"base64","xrefs":{"person":["Steve_Rice"],"template":["application/vnd.pagerduty+json"]},"registered":true},{"content-type":"application/vnd.palm","friendly":{"en":"PalmOS Data"},"encoding":"base64","extensions":["prc","pdb","pqa","oprc"],"xrefs":{"person":["Gavin_Peacock"],"template":["application/vnd.palm"]},"registered":true},{"content-type":"application/vnd.panoply","encoding":"base64","xrefs":{"person":["Natarajan_Balasundara"],"template":["application/vnd.panoply"]},"registered":true},{"content-type":"application/vnd.paos.xml","encoding":"base64","xrefs":{"person":["John_Kemp"],"template":["application/vnd.paos+xml"]},"registered":true},{"content-type":"application/vnd.pawaafile","friendly":{"en":"PawaaFILE"},"encoding":"base64","extensions":["paw"],"xrefs":{"person":["Prakash_Baskaran"],"template":["application/vnd.pawaafile"]},"registered":true},{"content-type":"application/vnd.pcos","encoding":"base64","xrefs":{"person":["Slawomir_Lisznianski"],"template":["application/vnd.pcos"]},"registered":true},{"content-type":"application/vnd.pg.format","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["str"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.format"]},"registered":true},{"content-type":"application/vnd.pg.osasli","friendly":{"en":"Proprietary P&G Standard Reporting System"},"encoding":"base64","extensions":["ei6"],"xrefs":{"person":["April_Gandert"],"template":["application/vnd.pg.osasli"]},"registered":true},{"content-type":"application/vnd.piaccess.application-licence","encoding":"base64","xrefs":{"person":["Lucas_Maneos"],"template":["application/vnd.piaccess.application-licence"]},"registered":true},{"content-type":"application/vnd.picsel","friendly":{"en":"Pcsel eFIF File"},"encoding":"base64","extensions":["efif"],"xrefs":{"person":["Giuseppe_Naccarato"],"template":["application/vnd.picsel"]},"registered":true},{"content-type":"application/vnd.pmi.widget","friendly":{"en":"Qualcomm's Plaza Mobile Internet"},"encoding":"base64","extensions":["wg"],"xrefs":{"person":["Rhys_Lewis"],"template":["application/vnd.pmi.widget"]},"registered":true},{"content-type":"application/vnd.poc.group-advertisement+xml","encoding":"base64","xrefs":{"person":["OMA_Push_to_Talk_over_Cellular_POC_Working_Group","Sean_Kelley"],"template":["application/vnd.poc.group-advertisement+xml"]},"registered":true},{"content-type":"application/vnd.pocketlearn","friendly":{"en":"PocketLearn Viewers"},"encoding":"base64","extensions":["plf"],"xrefs":{"person":["Jorge_Pando"],"template":["application/vnd.pocketlearn"]},"registered":true},{"content-type":"application/vnd.powerbuilder6","friendly":{"en":"PowerBuilder"},"encoding":"base64","extensions":["pbd"],"xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6"]},"registered":true},{"content-type":"application/vnd.powerbuilder6-s","encoding":"base64","xrefs":{"person":["David_Guy"],"template":["application/vnd.powerbuilder6-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder7","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7"]},"registered":true},{"content-type":"application/vnd.powerbuilder7-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder7-s"]},"registered":true},{"content-type":"application/vnd.powerbuilder75","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75"]},"registered":true},{"content-type":"application/vnd.powerbuilder75-s","encoding":"base64","xrefs":{"person":["Reed_Shilts"],"template":["application/vnd.powerbuilder75-s"]},"registered":true},{"content-type":"application/vnd.preminet","encoding":"base64","xrefs":{"person":["Juoko_Tenhunen"],"template":["application/vnd.preminet"]},"registered":true},{"content-type":"application/vnd.previewsystems.box","friendly":{"en":"Preview Systems ZipLock/VBox"},"encoding":"base64","extensions":["box"],"xrefs":{"person":["Roman_Smolgovsky"],"template":["application/vnd.previewsystems.box"]},"registered":true},{"content-type":"application/vnd.proteus.magazine","friendly":{"en":"EFI Proteus"},"encoding":"base64","extensions":["mgz"],"xrefs":{"person":["Pete_Hoch"],"template":["application/vnd.proteus.magazine"]},"registered":true},{"content-type":"application/vnd.publishare-delta-tree","friendly":{"en":"PubliShare Objects"},"encoding":"base64","extensions":["qps"],"xrefs":{"person":["Oren_Ben-Kiki"],"template":["application/vnd.publishare-delta-tree"]},"registered":true},{"content-type":"application/vnd.pvi.ptid1","friendly":{"en":"Princeton Video Image"},"encoding":"base64","extensions":["pti","ptid"],"xrefs":{"person":["Charles_P._Lamb"],"template":["application/vnd.pvi.ptid1"]},"registered":true},{"content-type":"application/vnd.pwg-multiplexed","encoding":"base64","xrefs":{"rfc":["rfc3391"],"template":["application/vnd.pwg-multiplexed"]},"registered":true},{"content-type":"application/vnd.pwg-xhtml-print+xml","encoding":"base64","xrefs":{"person":["Don_Wright"],"template":["application/vnd.pwg-xhtml-print+xml"]},"registered":true},{"content-type":"application/vnd.qualcomm.brew-app-res","encoding":"base64","xrefs":{"person":["Glenn_Forrester"],"template":["application/vnd.qualcomm.brew-app-res"]},"registered":true},{"content-type":"application/vnd.quarantainenet","encoding":"base64","xrefs":{"person":["Casper_Joost_Eyckelhof"],"template":["application/vnd.quarantainenet"]},"registered":true},{"content-type":"application/vnd.Quark.QuarkXPress","friendly":{"en":"QuarkXPress"},"encoding":"8bit","extensions":["qxd","qxt","qwd","qwt","qxl","qxb"],"xrefs":{"person":["Hannes_Scheidler"],"template":["application/vnd.Quark.QuarkXPress"]},"registered":true},{"content-type":"application/vnd.quobject-quoxdocument","encoding":"base64","xrefs":{"person":["Matthias_Ludwig"],"template":["application/vnd.quobject-quoxdocument"]},"registered":true},{"content-type":"application/vnd.radisys.moml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.moml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-conn+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-conn+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-audit-stream+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-audit-stream+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-conf+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-conf+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-base+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-base+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-detect+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-detect+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-fax-sendrecv+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-fax-sendrecv+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-group+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-group+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-speech+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-speech+xml"]},"registered":true},{"content-type":"application/vnd.radisys.msml-dialog-transform+xml","encoding":"base64","xrefs":{"rfc":["rfc5707"],"template":["application/vnd.radisys.msml-dialog-transform+xml"]},"registered":true},{"content-type":"application/vnd.rainstor.data","encoding":"base64","xrefs":{"person":["Kevin_Crook"],"template":["application/vnd.rainstor.data"]},"registered":true},{"content-type":"application/vnd.rapid","encoding":"base64","xrefs":{"person":["Etay_Szekely"],"template":["application/vnd.rapid"]},"registered":true},{"content-type":"application/vnd.realvnc.bed","friendly":{"en":"RealVNC"},"encoding":"base64","extensions":["bed"],"xrefs":{"person":["Nick_Reeves"],"template":["application/vnd.realvnc.bed"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["mxl"],"xrefs":{"person":["Michael_Good"],"template":["application/vnd.recordare.musicxml"]},"registered":true},{"content-type":"application/vnd.recordare.musicxml+xml","friendly":{"en":"Recordare Applications"},"encoding":"base64","extensions":["musicxml"],"xrefs":{"person":["Michael_Good"],"template":["application/vnd.recordare.musicxml+xml"]},"registered":true},{"content-type":"application/vnd.RenLearn.rlprint","encoding":"base64","xrefs":{"person":["James_Wick"],"template":["application/vnd.renlearn.rlprint"]},"registered":true},{"content-type":"application/vnd.rig.cryptonote","friendly":{"en":"CryptoNote"},"encoding":"base64","extensions":["cryptonote"],"xrefs":{"person":["Ken_Jibiki"],"template":["application/vnd.rig.cryptonote"]},"registered":true},{"content-type":"application/vnd.rim.cod","friendly":{"en":"Blackberry COD File"},"encoding":"base64","extensions":["cod"],"registered":false},{"content-type":"application/vnd.rn-realmedia","friendly":{"en":"RealMedia"},"encoding":"base64","extensions":["rm"],"registered":false},{"content-type":"application/vnd.rn-realmedia-vbr","encoding":"base64","extensions":["rmvb"],"registered":false},{"content-type":"application/vnd.route66.link66+xml","friendly":{"en":"ROUTE 66 Location Based Services"},"encoding":"base64","extensions":["link66"],"xrefs":{"person":["Sybren_Kikstra"],"template":["application/vnd.route66.link66+xml"]},"registered":true},{"content-type":"application/vnd.rs-274x","encoding":"base64","xrefs":{"person":["Lee_Harding"],"template":["application/vnd.rs-274x"]},"registered":true},{"content-type":"application/vnd.ruckus.download","encoding":"base64","xrefs":{"person":["Jerry_Harris"],"template":["application/vnd.ruckus.download"]},"registered":true},{"content-type":"application/vnd.s3sms","encoding":"base64","xrefs":{"person":["Lauri_Tarkkala"],"template":["application/vnd.s3sms"]},"registered":true},{"content-type":"application/vnd.sailingtracker.track","friendly":{"en":"SailingTracker"},"encoding":"base64","extensions":["st"],"xrefs":{"person":["Heikki_Vesalainen"],"template":["application/vnd.sailingtracker.track"]},"registered":true},{"content-type":"application/vnd.sbm.cid","encoding":"base64","xrefs":{"person":["Shinji_Kusakari"],"template":["application/vnd.sbm.cid"]},"registered":true},{"content-type":"application/vnd.sbm.mid2","encoding":"base64","xrefs":{"person":["Masanori_Murai"],"template":["application/vnd.sbm.mid2"]},"registered":true},{"content-type":"application/vnd.scribus","encoding":"base64","xrefs":{"person":["Craig_Bradney"],"template":["application/vnd.scribus"]},"registered":true},{"content-type":"application/vnd.sealed.3df","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.3df"]},"registered":true},{"content-type":"application/vnd.sealed.csf","encoding":"base64","xrefs":{"person":["John_Kwan"],"template":["application/vnd.sealed.csf"]},"registered":true},{"content-type":"application/vnd.sealed.doc","encoding":"base64","extensions":["sdoc","sdo","s1w"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-doc"]},"registered":true},{"content-type":"application/vnd.sealed.eml","encoding":"base64","extensions":["seml","sem"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-eml"]},"registered":true},{"content-type":"application/vnd.sealed.mht","encoding":"base64","extensions":["smht","smh"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-mht"]},"registered":true},{"content-type":"application/vnd.sealed.net","encoding":"base64","xrefs":{"person":["Martin_Lambert"],"template":["application/vnd.sealed.net"]},"registered":true},{"content-type":"application/vnd.sealed.ppt","encoding":"base64","extensions":["sppt","spp","s1p"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-ppt"]},"registered":true},{"content-type":"application/vnd.sealed.tiff","encoding":"base64","xrefs":{"person":["John_Kwan","Martin_Lambert"],"template":["application/vnd.sealed-tiff"]},"registered":true},{"content-type":"application/vnd.sealed.xls","encoding":"base64","extensions":["sxls","sxl","s1e"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealed-xls"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.html","encoding":"base64","extensions":["stml","stm","s1h"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-html"]},"registered":true},{"content-type":"application/vnd.sealedmedia.softseal.pdf","encoding":"base64","extensions":["spdf","spd","s1a"],"xrefs":{"person":["David_Petersen"],"template":["application/vnd.sealedmedia.softseal-pdf"]},"registered":true},{"content-type":"application/vnd.seemail","friendly":{"en":"SeeMail"},"encoding":"base64","extensions":["see"],"xrefs":{"person":["Steve_Webb"],"template":["application/vnd.seemail"]},"registered":true},{"content-type":"application/vnd.sema","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["sema"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd-sema"]},"registered":true},{"content-type":"application/vnd.semd","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semd"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semd"]},"registered":true},{"content-type":"application/vnd.semf","friendly":{"en":"Secured eMail"},"encoding":"base64","extensions":["semf"],"xrefs":{"person":["Anders_Hansson"],"template":["application/vnd.semf"]},"registered":true},{"content-type":"application/vnd.shana.informed.formdata","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ifm"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formdata"]},"registered":true},{"content-type":"application/vnd.shana.informed.formtemplate","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["itp"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.formtemplate"]},"registered":true},{"content-type":"application/vnd.shana.informed.interchange","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["iif"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.interchange"]},"registered":true},{"content-type":"application/vnd.shana.informed.package","friendly":{"en":"Shana Informed Filler"},"encoding":"base64","extensions":["ipk"],"xrefs":{"person":["Guy_Selzler"],"template":["application/vnd.shana.informed.package"]},"registered":true},{"content-type":"application/vnd.SimTech-MindMapper","friendly":{"en":"SimTech MindMapper"},"encoding":"base64","extensions":["twd","twds"],"xrefs":{"person":["Patrick_Koh"],"template":["application/vnd.SimTech-MindMapper"]},"registered":true},{"content-type":"application/vnd.siren+json","encoding":"base64","xrefs":{"person":["Kevin_Swiber"],"template":["application/vnd.siren+json"]},"registered":true},{"content-type":"application/vnd.smaf","friendly":{"en":"SMAF File"},"encoding":"base64","extensions":["mmf"],"xrefs":{"person":["Hiroaki_Takahashi"],"template":["application/vnd.smaf"]},"registered":true},{"content-type":"application/vnd.smart.notebook","encoding":"base64","xrefs":{"person":["Jonathan_Neitz"],"template":["application/vnd.smart.notebook"]},"registered":true},{"content-type":"application/vnd.smart.teacher","friendly":{"en":"SMART Technologies Apps"},"encoding":"base64","extensions":["teacher"],"xrefs":{"person":["Michael_Boyle"],"template":["application/vnd.smart.teacher"]},"registered":true},{"content-type":"application/vnd.software602.filler.form+xml","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form+xml"]},"registered":true},{"content-type":"application/vnd.software602.filler.form-xml-zip","encoding":"base64","xrefs":{"person":["Jakub_Hytka","Martin_Vondrous"],"template":["application/vnd.software602.filler.form-xml-zip"]},"registered":true},{"content-type":"application/vnd.solent.sdkm+xml","friendly":{"en":"SudokuMagic"},"encoding":"base64","extensions":["sdkd","sdkm"],"xrefs":{"person":["Cliff_Gauntlett"],"template":["application/vnd.solent.sdkm+xml"]},"registered":true},{"content-type":"application/vnd.spotfire.dxp","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["dxp"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.dxp"]},"registered":true},{"content-type":"application/vnd.spotfire.sfs","friendly":{"en":"TIBCO Spotfire"},"encoding":"base64","extensions":["sfs"],"xrefs":{"person":["Stefan_Jernberg"],"template":["application/vnd.spotfire.sfs"]},"registered":true},{"content-type":"application/vnd.sss-cod","encoding":"base64","xrefs":{"person":["Asang_Dani"],"template":["application/vnd.sss-cod"]},"registered":true},{"content-type":"application/vnd.sss-dtf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-dtf"]},"registered":true},{"content-type":"application/vnd.sss-ntf","encoding":"base64","xrefs":{"person":["Eric_Bruno"],"template":["application/vnd.sss-ntf"]},"registered":true},{"content-type":"application/vnd.stardivision.calc","friendly":{"en":"StarOffice - Calc"},"encoding":"base64","extensions":["sdc"],"registered":false},{"content-type":"application/vnd.stardivision.chart","encoding":"base64","extensions":["sds"],"registered":false},{"content-type":"application/vnd.stardivision.draw","friendly":{"en":"StarOffice - Draw"},"encoding":"base64","extensions":["sda"],"registered":false},{"content-type":"application/vnd.stardivision.impress","friendly":{"en":"StarOffice - Impress"},"encoding":"base64","extensions":["sdd"],"registered":false},{"content-type":"application/vnd.stardivision.math","friendly":{"en":"StarOffice - Math"},"encoding":"base64","extensions":["sdf","smf"],"registered":false},{"content-type":"application/vnd.stardivision.writer","friendly":{"en":"StarOffice - Writer"},"encoding":"base64","extensions":["sdw","vor"],"registered":false},{"content-type":"application/vnd.stardivision.writer-global","friendly":{"en":"StarOffice - Writer (Global)"},"encoding":"base64","extensions":["sgl"],"registered":false},{"content-type":"application/vnd.stepmania.package","encoding":"base64","extensions":["smzip"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.package"]},"registered":true},{"content-type":"application/vnd.stepmania.stepchart","friendly":{"en":"StepMania"},"encoding":"base64","extensions":["sm"],"xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.stepmania.stepchart"]},"registered":true},{"content-type":"application/vnd.street-stream","encoding":"base64","xrefs":{"person":["Glenn_Levitt"],"template":["application/vnd.street-stream"]},"registered":true},{"content-type":"application/vnd.sun.wadl+xml","encoding":"base64","xrefs":{"person":["Marc_Hadley"],"template":["application/vnd.sun.wadl+xml"]},"registered":true},{"content-type":"application/vnd.sun.xml.calc","friendly":{"en":"OpenOffice - Calc (Spreadsheet)"},"encoding":"base64","extensions":["sxc"],"registered":false},{"content-type":"application/vnd.sun.xml.calc.template","friendly":{"en":"OpenOffice - Calc Template (Spreadsheet)"},"encoding":"base64","extensions":["stc"],"registered":false},{"content-type":"application/vnd.sun.xml.draw","friendly":{"en":"OpenOffice - Draw (Graphics)"},"encoding":"base64","extensions":["sxd"],"registered":false},{"content-type":"application/vnd.sun.xml.draw.template","friendly":{"en":"OpenOffice - Draw Template (Graphics)"},"encoding":"base64","extensions":["std"],"registered":false},{"content-type":"application/vnd.sun.xml.impress","friendly":{"en":"OpenOffice - Impress (Presentation)"},"encoding":"base64","extensions":["sxi"],"registered":false},{"content-type":"application/vnd.sun.xml.impress.template","friendly":{"en":"OpenOffice - Impress Template (Presentation)"},"encoding":"base64","extensions":["sti"],"registered":false},{"content-type":"application/vnd.sun.xml.math","friendly":{"en":"OpenOffice - Math (Formula)"},"encoding":"base64","extensions":["sxm"],"registered":false},{"content-type":"application/vnd.sun.xml.writer","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxw"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.global","friendly":{"en":"OpenOffice - Writer (Text - HTML)"},"encoding":"base64","extensions":["sxg"],"registered":false},{"content-type":"application/vnd.sun.xml.writer.template","friendly":{"en":"OpenOffice - Writer Template (Text - HTML)"},"encoding":"base64","extensions":["stw"],"registered":false},{"content-type":"application/vnd.sus-calendar","friendly":{"en":"ScheduleUs"},"encoding":"base64","extensions":["sus","susp"],"xrefs":{"person":["Jonathan_Niedfeldt"],"template":["application/vnd.sus-calendar"]},"registered":true},{"content-type":"application/vnd.svd","friendly":{"en":"SourceView Document"},"encoding":"base64","extensions":["svd"],"xrefs":{"person":["Scott_Becker"],"template":["application/vnd.svd"]},"registered":true},{"content-type":"application/vnd.swiftview-ics","encoding":"base64","xrefs":{"person":["Glenn_Widener"],"template":["application/vnd.swiftview-ics"]},"registered":true},{"content-type":"application/vnd.symbian.install","friendly":{"en":"Symbian Install Package"},"encoding":"base64","extensions":["sis","sisx"],"registered":false},{"content-type":"application/vnd.syncml+xml","friendly":{"en":"SyncML"},"encoding":"base64","extensions":["xsm"],"xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+wbxml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["bdm"],"xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dm+xml","friendly":{"en":"SyncML - Device Management"},"encoding":"base64","extensions":["xdm"],"xrefs":{"person":["Bindu_Rama_Rao","OMA-DM_Work_Group"],"template":["application/vnd.syncml.dm+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dm.notification","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group","Peter_Thompson"],"template":["application/vnd.syncml.dm.notification"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmddf+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmddf+xml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+wbxml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+wbxml"]},"registered":true},{"content-type":"application/vnd.syncml.dmtnds+xml","encoding":"base64","xrefs":{"person":["OMA-DM_Work_Group"],"template":["application/vnd.syncml.dmtnds+xml"]},"registered":true},{"content-type":"application/vnd.syncml.ds.notification","encoding":"base64","xrefs":{"person":["OMA_Data_Synchronization_Working_Group"],"template":["application/vnd.syncml.ds.notification"]},"registered":true},{"content-type":"application/vnd.tao.intent-module-archive","friendly":{"en":"Tao Intent"},"encoding":"base64","extensions":["tao"],"xrefs":{"person":["Daniel_Shelton"],"template":["application/vnd.tao.intent-module-archive"]},"registered":true},{"content-type":"application/vnd.tcpdump.pcap","encoding":"base64","extensions":["cap","dmp","pcap"],"xrefs":{"person":["Glen_Turner","Guy_Harris"],"template":["application/vnd.tcpdump.pcap"]},"registered":true},{"content-type":"application/vnd.tmd.mediaflex.api+xml","encoding":"base64","xrefs":{"person":["Alex_Sibilev"],"template":["application/vnd.tmd.mediaflex.api+xml"]},"registered":true},{"content-type":"application/vnd.tml","encoding":"base64","xrefs":{"person":["Joey_Smith"],"template":["application/vnd.tml"]},"registered":true},{"content-type":"application/vnd.tmobile-livetv","friendly":{"en":"MobileTV"},"encoding":"base64","extensions":["tmo"],"xrefs":{"person":["Nicolas_Helin"],"template":["application/vnd.tmobile-livetv"]},"registered":true},{"content-type":"application/vnd.trid.tpt","friendly":{"en":"TRI Systems Config"},"encoding":"base64","extensions":["tpt"],"xrefs":{"person":["Frank_Cusack"],"template":["application/vnd.trid.tpt"]},"registered":true},{"content-type":"application/vnd.triscape.mxs","friendly":{"en":"Triscape Map Explorer"},"encoding":"base64","extensions":["mxs"],"xrefs":{"person":["Steven_Simonoff"],"template":["application/vnd.triscape.mxs"]},"registered":true},{"content-type":"application/vnd.trueapp","friendly":{"en":"True BASIC"},"encoding":"base64","extensions":["tra"],"xrefs":{"person":["J._Scott_Hepler"],"template":["application/vnd.trueapp"]},"registered":true},{"content-type":"application/vnd.truedoc","encoding":"base64","xrefs":{"person":["Brad_Chase"],"template":["application/vnd.truedoc"]},"registered":true},{"content-type":"application/vnd.ubisoft.webplayer","encoding":"base64","xrefs":{"person":["Martin_Talbot"],"template":["application/vnd.ubisoft.webplayer"]},"registered":true},{"content-type":"application/vnd.ufdl","friendly":{"en":"Universal Forms Description Language"},"encoding":"base64","extensions":["ufd","ufdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.ufdl"]},"registered":true},{"content-type":"application/vnd.uiq.theme","friendly":{"en":"User Interface Quartz - Theme (Symbian)"},"encoding":"base64","extensions":["utz"],"xrefs":{"person":["Tim_Ocock"],"template":["application/vnd.uiq.theme"]},"registered":true},{"content-type":"application/vnd.umajin","friendly":{"en":"UMAJIN"},"encoding":"base64","extensions":["umj"],"xrefs":{"person":["Jamie_Riden"],"template":["application/vnd.umajin"]},"registered":true},{"content-type":"application/vnd.unity","friendly":{"en":"Unity 3d"},"encoding":"base64","extensions":["unityweb"],"xrefs":{"person":["Unity3d"],"template":["application/vnd.unity"]},"registered":true},{"content-type":"application/vnd.uoml+xml","friendly":{"en":"Unique Object Markup Language"},"encoding":"base64","extensions":["uoml"],"xrefs":{"person":["Arne_Gerdes"],"template":["application/vnd.uoml+xml"]},"registered":true},{"content-type":"application/vnd.uplanet.alert","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert"]},"registered":true},{"content-type":"application/vnd.uplanet.alert-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.alert-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice"]},"registered":true},{"content-type":"application/vnd.uplanet.bearer-choice-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.bearer-choice-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop"]},"registered":true},{"content-type":"application/vnd.uplanet.cacheop-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.cacheop-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.channel","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel"]},"registered":true},{"content-type":"application/vnd.uplanet.channel-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.channel-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.list","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list"]},"registered":true},{"content-type":"application/vnd.uplanet.list-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.list-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd"]},"registered":true},{"content-type":"application/vnd.uplanet.listcmd-wbxml","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.listcmd-wbxml"]},"registered":true},{"content-type":"application/vnd.uplanet.signal","encoding":"base64","xrefs":{"person":["Bruce_Martin"],"template":["application/vnd.uplanet.signal"]},"registered":true},{"content-type":"application/vnd.uri-map","encoding":"base64","xrefs":{"person":["Sebastian_Baer"],"template":["application/vnd.uri-map"]},"registered":true},{"content-type":"application/vnd.valve.source.material","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["application/vnd.valve.source.material"]},"registered":true},{"content-type":"application/vnd.vcx","friendly":{"en":"VirtualCatalog"},"encoding":"base64","extensions":["vcx"],"xrefs":{"person":["Taisuke_Sugimoto"],"template":["application/vnd.vcx"]},"registered":true},{"content-type":"application/vnd.vd-study","encoding":"base64","xrefs":{"person":["Luc_Rogge"],"template":["application/vnd.vd-study"]},"registered":true},{"content-type":"application/vnd.vectorworks","encoding":"base64","xrefs":{"person":["Biplab_Sarkar","Lyndsey_Ferguson"],"template":["application/vnd.vectorworks"]},"registered":true},{"content-type":"application/vnd.vel+json","encoding":"base64","xrefs":{"person":["James_Wigger"],"template":["application/vnd.vel+json"]},"registered":true},{"content-type":"application/vnd.verimatrix.vcas","encoding":"base64","xrefs":{"person":["Petr_Peterka"],"template":["application/vnd.verimatrix.vcas"]},"registered":true},{"content-type":"application/vnd.vidsoft.vidconference","encoding":"8bit","extensions":["vsc"],"xrefs":{"person":["Robert_Hess"],"template":["application/vnd.vidsoft.vidconference"]},"registered":true},{"content-type":"application/vnd.visio","friendly":{"en":"Microsoft Visio"},"encoding":"base64","extensions":["vsd","vst","vsw","vss"],"xrefs":{"person":["Troy_Sandal"],"template":["application/vnd.visio"]},"registered":true},{"content-type":"application/vnd.visionary","friendly":{"en":"Visionary"},"encoding":"base64","extensions":["vis"],"xrefs":{"person":["Gayatri_Aravindakumar"],"template":["application/vnd.visionary"]},"registered":true},{"content-type":"application/vnd.vividence.scriptfile","encoding":"base64","xrefs":{"person":["Mark_Risher"],"template":["application/vnd.vividence.scriptfile"]},"registered":true},{"content-type":"application/vnd.vsf","friendly":{"en":"Viewport+"},"encoding":"base64","extensions":["vsf"],"xrefs":{"person":["Delton_Rowe"],"template":["application/vnd.vsf"]},"registered":true},{"content-type":"application/vnd.wap.sic","encoding":"base64","extensions":["sic"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap.sic"]},"registered":true},{"content-type":"application/vnd.wap.slc","encoding":"base64","extensions":["slc"],"xrefs":{"person":["WAP-Forum"],"template":["application/vnd.wap-slc"]},"registered":true},{"content-type":"application/vnd.wap.wbxml","friendly":{"en":"WAP Binary XML (WBXML)"},"encoding":"base64","extensions":["wbxml"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap-wbxml"]},"registered":true},{"content-type":"application/vnd.wap.wmlc","friendly":{"en":"Compiled Wireless Markup Language (WMLC)"},"encoding":"base64","extensions":["wmlc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd-wap-wmlc"]},"registered":true},{"content-type":"application/vnd.wap.wmlscriptc","friendly":{"en":"WMLScript"},"encoding":"base64","extensions":["wmlsc"],"xrefs":{"person":["Peter_Stark"],"template":["application/vnd.wap.wmlscriptc"]},"registered":true},{"content-type":"application/vnd.webturbo","friendly":{"en":"WebTurbo"},"encoding":"base64","extensions":["wtb"],"xrefs":{"person":["Yaser_Rehem"],"template":["application/vnd.webturbo"]},"registered":true},{"content-type":"application/vnd.wfa.p2p","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["application/vnd.wfa.p2p"]},"registered":true},{"content-type":"application/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Wi-Fi_Alliance"],"template":["application/vnd.wfa.wsc"]},"registered":true},{"content-type":"application/vnd.windows.devicepairing","encoding":"base64","xrefs":{"person":["Priya_Dandawate"],"template":["application/vnd.windows.devicepairing"]},"registered":true},{"content-type":"application/vnd.wmc","encoding":"base64","xrefs":{"person":["Thomas_Kjornes"],"template":["application/vnd.wmc"]},"registered":true},{"content-type":"application/vnd.wmf.bootstrap","encoding":"base64","xrefs":{"person":["Prakash_Iyer","Thinh_Nguyenphu"],"template":["application/vnd.wmf.bootstrap"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica"]},"registered":true},{"content-type":"application/vnd.wolfram.mathematica.package","encoding":"base64","xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.mathematica.package"]},"registered":true},{"content-type":"application/vnd.wolfram.player","friendly":{"en":"Mathematica Notebook Player"},"encoding":"base64","extensions":["nbp"],"xrefs":{"person":["Wolfram"],"template":["application/vnd.wolfram.player"]},"registered":true},{"content-type":"application/vnd.wordperfect","friendly":{"en":"Wordperfect"},"encoding":"base64","extensions":["wpd"],"xrefs":{"person":["Kim_Scarborough"],"template":["application/vnd.wordperfect"]},"registered":true},{"content-type":"application/vnd.wqd","friendly":{"en":"SundaHus WQ"},"encoding":"base64","extensions":["wqd"],"xrefs":{"person":["Jan_Bostrom"],"template":["application/vnd.wqd"]},"registered":true},{"content-type":"application/vnd.wrq-hp3000-labelled","encoding":"base64","xrefs":{"person":["Chris_Bartram"],"template":["application/vnd.wrq-hp3000-labelled"]},"registered":true},{"content-type":"application/vnd.wt.stf","friendly":{"en":"Worldtalk"},"encoding":"base64","extensions":["stf"],"xrefs":{"person":["Bill_Wohler"],"template":["application/vnd.wt.stf"]},"registered":true},{"content-type":"application/vnd.wv.csp+wbxml","encoding":"base64","extensions":["wv"],"xrefs":{"person":["Matti_Salmi"],"template":["application/vnd.wv.csp+wbxml"]},"registered":true},{"content-type":"application/vnd.wv.csp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.csp+xml"]},"registered":true},{"content-type":"application/vnd.wv.ssp+xml","encoding":"8bit","xrefs":{"person":["John_Ingi_Ingimundarson"],"template":["application/vnd.wv.ssp+xml"]},"registered":true},{"content-type":"application/vnd.xacml+json","encoding":"base64","xrefs":{"person":["David_Brossard"],"template":["application/vnd.xacml+json"]},"registered":true},{"content-type":"application/vnd.xara","friendly":{"en":"CorelXARA"},"encoding":"base64","extensions":["xar"],"xrefs":{"person":["David_Matthewman"],"template":["application/vnd.xara"]},"registered":true},{"content-type":"application/vnd.xfdl","friendly":{"en":"Extensible Forms Description Language"},"encoding":"base64","extensions":["xfdl"],"xrefs":{"person":["Dave_Manning"],"template":["application/vnd.xfdl"]},"registered":true},{"content-type":"application/vnd.xfdl.webform","encoding":"base64","xrefs":{"person":["Michael_Mansell"],"template":["application/vnd.xfdl.webform"]},"registered":true},{"content-type":"application/vnd.xmi+xml","encoding":"base64","xrefs":{"person":["Fred_Waskiewicz"],"template":["application/vnd.xmi+xml"]},"registered":true},{"content-type":"application/vnd.xmpie.cpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.cpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.dpkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.dpkg"]},"registered":true},{"content-type":"application/vnd.xmpie.plan","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.plan"]},"registered":true},{"content-type":"application/vnd.xmpie.ppkg","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.ppkg"]},"registered":true},{"content-type":"application/vnd.xmpie.xlim","encoding":"base64","xrefs":{"person":["Reuven_Sherwin"],"template":["application/vnd.xmpie.xlim"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-dic","friendly":{"en":"HV Voice Dictionary"},"encoding":"base64","extensions":["hvd"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-dic"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-script","friendly":{"en":"HV Script"},"encoding":"base64","extensions":["hvs"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-script"]},"registered":true},{"content-type":"application/vnd.yamaha.hv-voice","friendly":{"en":"HV Voice Parameter"},"encoding":"base64","extensions":["hvp"],"xrefs":{"person":["Tomohiro_Yamamoto"],"template":["application/vnd.yamaha.hv-voice"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat","friendly":{"en":"Open Score Format"},"encoding":"base64","extensions":["osf"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat"]},"registered":true},{"content-type":"application/vnd.yamaha.openscoreformat.osfpvg+xml","friendly":{"en":"OSFPVG"},"encoding":"base64","extensions":["osfpvg"],"xrefs":{"person":["Mark_Olleson"],"template":["application/vnd.yamaha.openscoreformat.osfpvg+xml"]},"registered":true},{"content-type":"application/vnd.yamaha.remote-setup","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.remote-setup"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-audio","friendly":{"en":"SMAF Audio"},"encoding":"base64","extensions":["saf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-audio"]},"registered":true},{"content-type":"application/vnd.yamaha.smaf-phrase","friendly":{"en":"SMAF Phrase"},"encoding":"base64","extensions":["spf"],"xrefs":{"person":["Keiichi_Shinoda"],"template":["application/vnd.yamaha.smaf-phrase"]},"registered":true},{"content-type":"application/vnd.yamaha.through-ngn","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.through-ngn"]},"registered":true},{"content-type":"application/vnd.yamaha.tunnel-udpencap","encoding":"base64","xrefs":{"person":["Takehiro_Sukizaki"],"template":["application/vnd.yamaha.tunnel-udpencap"]},"registered":true},{"content-type":"application/vnd.yaoweme","encoding":"base64","xrefs":{"person":["Jens_Jorgensen"],"template":["application/vnd.yaoweme"]},"registered":true},{"content-type":"application/vnd.yellowriver-custom-menu","friendly":{"en":"CustomMenu"},"encoding":"base64","extensions":["cmp"],"xrefs":{"person":["Mr._Yellow"],"template":["application/vnd.yellowriver-custom-menu"]},"registered":true},{"content-type":"application/vnd.zul","friendly":{"en":"Z.U.L. Geometry"},"encoding":"base64","extensions":["zir","zirz"],"xrefs":{"person":["Rene_Grothmann"],"template":["application/vnd.zul"]},"registered":true},{"content-type":"application/vnd.zzazz.deck+xml","friendly":{"en":"Zzazz Deck"},"encoding":"base64","extensions":["zaz"],"xrefs":{"person":["Micheal_Hewett"],"template":["application/vnd.zzazz.deck+xml"]},"registered":true},{"content-type":"application/voicexml+xml","friendly":{"en":"VoiceXML"},"encoding":"base64","extensions":["vxml"],"xrefs":{"rfc":["rfc4267"],"template":["application/voicexml+xml"]},"registered":true},{"content-type":"application/vq-rtcpxr","encoding":"base64","xrefs":{"rfc":["rfc6035"],"template":["application/vq-rtcpxr"]},"registered":true},{"content-type":"application/watcherinfo+xml","encoding":"base64","extensions":["wif"],"xrefs":{"rfc":["rfc3858"],"template":["application/watcherinfo+xml"]},"registered":true},{"content-type":"application/whoispp-query","encoding":"base64","xrefs":{"rfc":["rfc2957"],"template":["application/whoispp-query"]},"registered":true},{"content-type":"application/whoispp-response","encoding":"base64","xrefs":{"rfc":["rfc2958"],"template":["application/whoispp-response"]},"registered":true},{"content-type":"application/widget","friendly":{"en":"Widget Packaging and XML Configuration"},"encoding":"base64","extensions":["wgt"],"xrefs":{"person":["Steven_Pemberton","W3C"],"uri":["http://www.w3.org/TR/widgets/#media-type-registration-for-applicationw"]},"registered":true},{"content-type":"application/winhlp","friendly":{"en":"WinHelp"},"encoding":"base64","extensions":["hlp"],"registered":false},{"content-type":"application/wita","encoding":"base64","xrefs":{"person":["Larry_Campbell"],"template":["application/wita"]},"registered":true},{"content-type":"application/word","encoding":"base64","extensions":["doc","dot"],"registered":false},{"content-type":"application/wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wordperfect5.1","encoding":"base64","extensions":["wp5","wp"],"xrefs":{"person":["Paul_Lindner"],"template":["application/wordperfect5.1"]},"registered":true},{"content-type":"application/wordperfect6.1","encoding":"base64","extensions":["wp6"],"obsolete":true,"use-instead":"application/x-wordperfect6.1","registered":false},{"content-type":"application/wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/wsdl+xml","friendly":{"en":"WSDL - Web Services Description Language"},"encoding":"base64","extensions":["wsdl"],"xrefs":{"person":["W3C"],"template":["application/wsdl+xml"]},"registered":true},{"content-type":"application/wspolicy+xml","friendly":{"en":"Web Services Policy"},"encoding":"base64","extensions":["wspolicy"],"xrefs":{"person":["W3C"],"template":["application/wspolicy+xml"]},"registered":true},{"content-type":"application/x-123","encoding":"base64","extensions":["wk"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-7z-compressed","friendly":{"en":"7-Zip"},"encoding":"base64","extensions":["7z"],"registered":false},{"content-type":"application/x-abiword","friendly":{"en":"AbiWord"},"encoding":"base64","extensions":["abw"],"registered":false},{"content-type":"application/x-access","encoding":"base64","extensions":["mdf","mda","mdb","mde"],"obsolete":true,"use-instead":"application/x-msaccess","registered":false},{"content-type":"application/x-ace-compressed","friendly":{"en":"Ace Archive"},"encoding":"base64","extensions":["ace"],"registered":false},{"content-type":"application/x-apple-diskimage","encoding":"base64","extensions":["dmg"],"registered":false},{"content-type":"application/x-authorware-bin","friendly":{"en":"Adobe (Macropedia) Authorware - Binary File"},"encoding":"base64","extensions":["aab","u32","vox","x32"],"registered":false},{"content-type":"application/x-authorware-map","friendly":{"en":"Adobe (Macropedia) Authorware - Map"},"encoding":"base64","extensions":["aam"],"registered":false},{"content-type":"application/x-authorware-seg","friendly":{"en":"Adobe (Macropedia) Authorware - Segment File"},"encoding":"base64","extensions":["aas"],"registered":false},{"content-type":"application/x-bcpio","friendly":{"en":"Binary CPIO Archive"},"encoding":"base64","extensions":["bcpio"],"registered":false},{"content-type":"application/x-bittorrent","friendly":{"en":"BitTorrent"},"encoding":"base64","extensions":["torrent"],"registered":false},{"content-type":"application/x-bleeper","encoding":"base64","extensions":["bleep"],"registered":false},{"content-type":"application/x-blorb","encoding":"base64","extensions":["blb","blorb"],"registered":false},{"content-type":"application/x-bzip","friendly":{"en":"Bzip Archive"},"encoding":"base64","extensions":["bz"],"registered":false},{"content-type":"application/x-bzip2","friendly":{"en":"Bzip2 Archive"},"encoding":"base64","extensions":["boz","bz2"],"registered":false},{"content-type":"application/x-cbr","encoding":"base64","extensions":["cb7","cba","cbr","cbt","cbz"],"registered":false},{"content-type":"application/x-cdlink","friendly":{"en":"Video CD"},"encoding":"base64","extensions":["vcd"],"registered":false},{"content-type":"application/x-cfs-compressed","encoding":"base64","extensions":["cfs"],"registered":false},{"content-type":"application/x-chat","friendly":{"en":"pIRCh"},"encoding":"base64","extensions":["chat"],"registered":false},{"content-type":"application/x-chess-pgn","friendly":{"en":"Portable Game Notation (Chess Games)"},"encoding":"base64","extensions":["pgn"],"registered":false},{"content-type":"application/x-chrome-extension","encoding":"base64","extensions":["crx"],"registered":false},{"content-type":"application/x-clariscad","encoding":"base64","registered":false},{"content-type":"application/x-compress","encoding":"base64","extensions":["z","Z"],"obsolete":true,"use-instead":"application/x-compressed","registered":false},{"content-type":"application/x-compressed","encoding":"base64","extensions":["z","Z"],"registered":false},{"content-type":"application/x-conference","encoding":"base64","extensions":["nsc"],"registered":false},{"content-type":"application/x-cpio","friendly":{"en":"CPIO Archive"},"encoding":"base64","extensions":["cpio"],"registered":false},{"content-type":"application/x-csh","friendly":{"en":"C Shell Script"},"encoding":"8bit","extensions":["csh"],"registered":false},{"content-type":"application/x-cu-seeme","encoding":"base64","extensions":["csm","cu"],"registered":false},{"content-type":"application/x-debian-package","friendly":{"en":"Debian Package"},"encoding":"base64","extensions":["deb","udeb"],"registered":false},{"content-type":"application/x-dgc-compressed","encoding":"base64","extensions":["dgc"],"registered":false},{"content-type":"application/x-director","friendly":{"en":"Adobe Shockwave Player"},"encoding":"base64","extensions":["dcr","@dir","@dxr","cct","cst","cxt","dir","dxr","fgd","swa","w3d"],"registered":false},{"content-type":"application/x-doom","friendly":{"en":"Doom Video Game"},"encoding":"base64","extensions":["wad"],"registered":false},{"content-type":"application/x-drafting","encoding":"base64","registered":false},{"content-type":"application/x-dtbncx+xml","friendly":{"en":"Navigation Control file for XML (for ePub)"},"encoding":"base64","extensions":["ncx"],"registered":false},{"content-type":"application/x-dtbook+xml","friendly":{"en":"Digital Talking Book"},"encoding":"base64","extensions":["dtb"],"registered":false},{"content-type":"application/x-dtbresource+xml","friendly":{"en":"Digital Talking Book - Resource File"},"encoding":"base64","extensions":["res"],"registered":false},{"content-type":"application/x-dvi","friendly":{"en":"Device Independent File Format (DVI)"},"encoding":"base64","extensions":["dvi"],"registered":false},{"content-type":"application/x-dxf","encoding":"base64","registered":false},{"content-type":"application/x-envoy","encoding":"base64","extensions":["evy"],"registered":false},{"content-type":"application/x-eva","encoding":"base64","extensions":["eva"],"registered":false},{"content-type":"application/x-excel","encoding":"base64","obsolete":true,"use-instead":"application/vnd.ms-excel","registered":false},{"content-type":"application/x-font-bdf","friendly":{"en":"Glyph Bitmap Distribution Format"},"encoding":"base64","extensions":["bdf"],"registered":false},{"content-type":"application/x-font-ghostscript","friendly":{"en":"Ghostscript Font"},"encoding":"base64","extensions":["gsf"],"registered":false},{"content-type":"application/x-font-linux-psf","friendly":{"en":"PSF Fonts"},"encoding":"base64","extensions":["psf"],"registered":false},{"content-type":"application/x-font-opentype","encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-otf","friendly":{"en":"OpenType Font File"},"encoding":"base64","extensions":["otf"],"registered":false},{"content-type":"application/x-font-pcf","friendly":{"en":"Portable Compiled Format"},"encoding":"base64","extensions":["pcf"],"registered":false},{"content-type":"application/x-font-snf","friendly":{"en":"Server Normal Format"},"encoding":"base64","extensions":["snf"],"registered":false},{"content-type":"application/x-font-truetype","encoding":"base64","extensions":["ttf"],"registered":false},{"content-type":"application/x-font-ttf","friendly":{"en":"TrueType Font"},"encoding":"base64","extensions":["ttc","ttf"],"registered":false},{"content-type":"application/x-font-type1","friendly":{"en":"PostScript Fonts"},"encoding":"base64","extensions":["afm","pfa","pfb","pfm"],"registered":false},{"content-type":"application/x-fractals","encoding":"base64","registered":false},{"content-type":"application/x-freearc","encoding":"base64","extensions":["arc"],"registered":false},{"content-type":"application/x-futuresplash","friendly":{"en":"FutureSplash Animator"},"encoding":"base64","extensions":["spl"],"registered":false},{"content-type":"application/x-gca-compressed","encoding":"base64","extensions":["gca"],"registered":false},{"content-type":"application/x-ghostview","encoding":"base64","registered":false},{"content-type":"application/x-glulx","encoding":"base64","extensions":["ulx"],"registered":false},{"content-type":"application/x-gnumeric","friendly":{"en":"Gnumeric"},"encoding":"base64","extensions":["gnumeric"],"registered":false},{"content-type":"application/x-gramps-xml","encoding":"base64","extensions":["gramps"],"registered":false},{"content-type":"application/x-gtar","friendly":{"en":"GNU Tar Files"},"encoding":"base64","extensions":["gtar","tgz","tbz2","tbz"],"registered":false},{"content-type":"application/x-gzip","encoding":"base64","extensions":["gz"],"obsolete":true,"use-instead":"application/gzip","registered":false},{"content-type":"application/x-hdf","friendly":{"en":"Hierarchical Data Format"},"encoding":"base64","extensions":["hdf"],"registered":false},{"content-type":"application/x-hep","encoding":"base64","extensions":["hep"],"registered":false},{"content-type":"application/x-html+ruby","encoding":"8bit","extensions":["rhtml"],"registered":false},{"content-type":"application/x-httpd-php","encoding":"8bit","extensions":["phtml","pht","php"],"registered":false},{"content-type":"application/x-ibooks+zip","encoding":"base64","extensions":["ibooks"],"registered":false},{"content-type":"application/x-ica","encoding":"base64","extensions":["ica"],"registered":false},{"content-type":"application/x-ideas","encoding":"base64","registered":false},{"content-type":"application/x-imagemap","encoding":"8bit","extensions":["imagemap","imap"],"registered":false},{"content-type":"application/x-install-instructions","encoding":"base64","extensions":["install"],"registered":false},{"content-type":"application/x-iso9660-image","encoding":"base64","extensions":["iso"],"registered":false},{"content-type":"application/x-iwork-keynote-sffkey","encoding":"base64","extensions":["key"],"registered":false},{"content-type":"application/x-iwork-numbers-sffnumbers","encoding":"base64","extensions":["numbers"],"registered":false},{"content-type":"application/x-iwork-pages-sffpages","encoding":"base64","extensions":["pages"],"registered":false},{"content-type":"application/x-java-archive","encoding":"base64","extensions":["jar"],"registered":false},{"content-type":"application/x-java-jnlp-file","friendly":{"en":"Java Network Launching Protocol"},"encoding":"base64","extensions":["jnlp"],"registered":false},{"content-type":"application/x-java-serialized-object","encoding":"base64","extensions":["ser"],"registered":false},{"content-type":"application/x-java-vm","encoding":"base64","extensions":["class"],"registered":false},{"content-type":"application/x-javascript","encoding":"8bit","extensions":["js"],"obsolete":true,"use-instead":"application/javascript","registered":false},{"content-type":"application/x-koan","encoding":"base64","extensions":["skp","skd","skt","skm"],"registered":false},{"content-type":"application/x-latex","friendly":{"en":"LaTeX"},"encoding":"8bit","extensions":["ltx","latex"],"registered":false},{"content-type":"application/x-lotus-123","encoding":"base64","extensions":["wks"],"obsolete":true,"use-instead":"application/vnd.lotus-1-2-3","registered":false},{"content-type":"application/x-lzh-compressed","encoding":"base64","extensions":["lha","lzh"],"registered":false},{"content-type":"application/x-mac","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-mac-compactpro","encoding":"base64","extensions":["cpt"],"registered":false},{"content-type":"application/x-macbase64","encoding":"base64","extensions":["bin"],"registered":false},{"content-type":"application/x-macbinary","encoding":"base64","registered":false},{"content-type":"application/x-maker","encoding":"base64","extensions":["frm","maker","frame","fm","fb","book","fbdoc"],"obsolete":true,"use-instead":"application/vnd.framemaker","registered":false},{"content-type":"application/x-mathcad","encoding":"base64","extensions":["mcd"],"obsolete":true,"use-instead":"application/vnd.mcd","registered":false},{"content-type":"application/x-mathematica-old","encoding":"base64","registered":false},{"content-type":"application/x-mie","encoding":"base64","extensions":["mie"],"registered":false},{"content-type":"application/x-mif","encoding":"base64","extensions":["mif"],"registered":false},{"content-type":"application/x-mobipocket-ebook","friendly":{"en":"Mobipocket"},"encoding":"base64","extensions":["mobi","prc"],"registered":false},{"content-type":"application/x-ms-application","friendly":{"en":"Microsoft ClickOnce"},"encoding":"base64","extensions":["application"],"registered":false},{"content-type":"application/x-ms-shortcut","encoding":"base64","extensions":["lnk"],"registered":false},{"content-type":"application/x-ms-wmd","friendly":{"en":"Microsoft Windows Media Player Download Package"},"encoding":"base64","extensions":["wmd"],"registered":false},{"content-type":"application/x-ms-wmz","friendly":{"en":"Microsoft Windows Media Player Skin Package"},"encoding":"base64","extensions":["wmz"],"registered":false},{"content-type":"application/x-ms-xbap","friendly":{"en":"Microsoft XAML Browser Application"},"encoding":"base64","extensions":["xbap"],"registered":false},{"content-type":"application/x-msaccess","friendly":{"en":"Microsoft Access"},"encoding":"base64","extensions":["mda","mdb","mde","mdf"],"registered":false},{"content-type":"application/x-msbinder","friendly":{"en":"Microsoft Office Binder"},"encoding":"base64","extensions":["obd"],"registered":false},{"content-type":"application/x-mscardfile","friendly":{"en":"Microsoft Information Card"},"encoding":"base64","extensions":["crd"],"registered":false},{"content-type":"application/x-msclip","friendly":{"en":"Microsoft Clipboard Clip"},"encoding":"base64","extensions":["clp"],"registered":false},{"content-type":"application/x-msdos-program","encoding":"base64","extensions":["cmd","bat","com","exe","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msdownload","friendly":{"en":"Microsoft Application"},"encoding":"base64","extensions":["exe","com","cmd","bat","dll","msi","reg","ps1","vbs"],"registered":false},{"content-type":"application/x-msmediaview","friendly":{"en":"Microsoft MediaView"},"encoding":"base64","extensions":["m13","m14","mvb"],"registered":false},{"content-type":"application/x-msmetafile","friendly":{"en":"Microsoft Windows Metafile"},"encoding":"base64","extensions":["emf","emz","wmf","wmz"],"registered":false},{"content-type":"application/x-msmoney","friendly":{"en":"Microsoft Money"},"encoding":"base64","extensions":["mny"],"registered":false},{"content-type":"application/x-mspublisher","friendly":{"en":"Microsoft Publisher"},"encoding":"base64","extensions":["pub"],"registered":false},{"content-type":"application/x-msschedule","friendly":{"en":"Microsoft Schedule+"},"encoding":"base64","extensions":["scd"],"registered":false},{"content-type":"application/x-msterminal","friendly":{"en":"Microsoft Windows Terminal Services"},"encoding":"base64","extensions":["trm"],"registered":false},{"content-type":"application/x-msword","encoding":"base64","extensions":["doc","dot","wrd"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-mswrite","friendly":{"en":"Microsoft Wordpad"},"encoding":"base64","extensions":["wri"],"registered":false},{"content-type":"application/x-netcdf","friendly":{"en":"Network Common Data Form (NetCDF)"},"encoding":"base64","extensions":["nc","cdf"],"registered":false},{"content-type":"application/x-ns-proxy-autoconfig","encoding":"base64","extensions":["pac"],"registered":false},{"content-type":"application/x-nzb","encoding":"base64","extensions":["nzb"],"registered":false},{"content-type":"application/x-opera-extension","encoding":"base64","extensions":["oex"],"registered":false},{"content-type":"application/x-pagemaker","encoding":"base64","extensions":["pm","pm5","pt5"],"registered":false},{"content-type":"application/x-perl","encoding":"8bit","extensions":["pl","pm"],"registered":false},{"content-type":"application/x-pgp","encoding":"base64","registered":false,"signature":true},{"content-type":"application/x-pkcs12","friendly":{"en":"PKCS #12 - Personal Information Exchange Syntax Standard"},"encoding":"base64","extensions":["p12","pfx"],"registered":false},{"content-type":"application/x-pkcs7-certificates","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificates)"},"encoding":"base64","extensions":["p7b","spc"],"registered":false},{"content-type":"application/x-pkcs7-certreqresp","friendly":{"en":"PKCS #7 - Cryptographic Message Syntax Standard (Certificate Request Response)"},"encoding":"base64","extensions":["p7r"],"registered":false},{"content-type":"application/x-python","encoding":"8bit","extensions":["py"],"registered":false},{"content-type":"application/x-quicktimeplayer","encoding":"base64","extensions":["qtl"],"registered":false},{"content-type":"application/x-rar-compressed","friendly":{"en":"RAR Archive"},"encoding":"base64","extensions":["rar"],"registered":false},{"content-type":"application/x-remote_printing","encoding":"base64","registered":false},{"content-type":"application/x-research-info-systems","encoding":"base64","extensions":["ris"],"registered":false},{"content-type":"application/x-rtf","encoding":"base64","extensions":["rtf"],"obsolete":true,"use-instead":"application/rtf","registered":false},{"content-type":"application/x-ruby","encoding":"8bit","extensions":["rb","rbw"],"registered":false},{"content-type":"application/x-set","encoding":"base64","registered":false},{"content-type":"application/x-sh","friendly":{"en":"Bourne Shell Script"},"encoding":"8bit","extensions":["sh"],"registered":false},{"content-type":"application/x-shar","friendly":{"en":"Shell Archive"},"encoding":"8bit","extensions":["shar"],"registered":false},{"content-type":"application/x-shockwave-flash","friendly":{"en":"Adobe Flash"},"encoding":"base64","extensions":["swf"],"registered":false},{"content-type":"application/x-silverlight-app","friendly":{"en":"Microsoft Silverlight"},"encoding":"base64","extensions":["xap"],"registered":false},{"content-type":"application/x-SLA","encoding":"base64","registered":false},{"content-type":"application/x-solids","encoding":"base64","registered":false},{"content-type":"application/x-spss","encoding":"base64","extensions":["sav","sbs","sps","spo","spp"],"registered":false},{"content-type":"application/x-sql","encoding":"base64","extensions":["sql"],"registered":false},{"content-type":"application/x-STEP","encoding":"base64","registered":false},{"content-type":"application/x-stuffit","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sit"],"registered":false},{"content-type":"application/x-stuffitx","friendly":{"en":"Stuffit Archive"},"encoding":"base64","extensions":["sitx"],"registered":false},{"content-type":"application/x-subrip","encoding":"base64","extensions":["srt"],"registered":false},{"content-type":"application/x-sv4cpio","friendly":{"en":"System V Release 4 CPIO Archive"},"encoding":"base64","extensions":["sv4cpio"],"registered":false},{"content-type":"application/x-sv4crc","friendly":{"en":"System V Release 4 CPIO Checksum Data"},"encoding":"base64","extensions":["sv4crc"],"registered":false},{"content-type":"application/x-t3vm-image","encoding":"base64","extensions":["t3"],"registered":false},{"content-type":"application/x-tads","encoding":"base64","extensions":["gam"],"registered":false},{"content-type":"application/x-tar","friendly":{"en":"Tar File (Tape Archive)"},"encoding":"base64","extensions":["tar"],"registered":false},{"content-type":"application/x-tcl","friendly":{"en":"Tcl Script"},"encoding":"8bit","extensions":["tcl"],"registered":false},{"content-type":"application/x-tex","friendly":{"en":"TeX"},"encoding":"8bit","extensions":["tex"],"registered":false},{"content-type":"application/x-tex-tfm","friendly":{"en":"TeX Font Metric"},"encoding":"base64","extensions":["tfm"],"registered":false},{"content-type":"application/x-texinfo","friendly":{"en":"GNU Texinfo Document"},"encoding":"8bit","extensions":["texinfo","texi"],"registered":false},{"content-type":"application/x-tgif","encoding":"base64","extensions":["obj"],"registered":false},{"content-type":"application/x-toolbook","encoding":"base64","extensions":["tbk"],"registered":false},{"content-type":"application/x-troff","encoding":"base64","extensions":["t","tr","roff"],"obsolete":true,"use-instead":"text/troff","registered":false},{"content-type":"application/x-troff-man","encoding":"8bit","extensions":["man"],"registered":false},{"content-type":"application/x-troff-me","encoding":"base64","extensions":["me"],"registered":false},{"content-type":"application/x-troff-ms","encoding":"base64","extensions":["ms"],"registered":false},{"content-type":"application/x-u-star","encoding":"base64","obsolete":true,"use-instead":"application/x-ustar","registered":false},{"content-type":"application/x-ustar","friendly":{"en":"Ustar (Uniform Standard Tape Archive)"},"encoding":"base64","extensions":["ustar"],"registered":false},{"content-type":"application/x-VMSBACKUP","encoding":"base64","extensions":["bck"],"registered":false},{"content-type":"application/x-wais-source","friendly":{"en":"WAIS Source"},"encoding":"base64","extensions":["src"],"registered":false},{"content-type":"application/x-web-app-manifest+json","encoding":"base64","extensions":["webapp"],"registered":false},{"content-type":"application/x-Wingz","encoding":"base64","extensions":["wz","wkz"],"registered":false},{"content-type":"application/x-word","encoding":"base64","extensions":["doc","dot"],"obsolete":true,"use-instead":"application/msword","registered":false},{"content-type":"application/x-wordperfect","encoding":"base64","extensions":["wp"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-wordperfect6.1","encoding":"base64","extensions":["wp6"],"registered":false},{"content-type":"application/x-wordperfectd","encoding":"base64","extensions":["wpd"],"obsolete":true,"use-instead":"application/vnd.wordperfect","registered":false},{"content-type":"application/x-www-form-urlencoded","encoding":"7bit","xrefs":{"person":["Robin_Berjon","W3C"],"template":["application/x-www-form-urlencoded"]},"registered":true},{"content-type":"application/x-x509-ca-cert","friendly":{"en":"X.509 Certificate"},"encoding":"base64","extensions":["crt","der"],"registered":false},{"content-type":"application/x-xfig","friendly":{"en":"Xfig"},"encoding":"base64","extensions":["fig"],"registered":false},{"content-type":"application/x-xliff+xml","encoding":"base64","extensions":["xlf"],"registered":false},{"content-type":"application/x-xpinstall","friendly":{"en":"XPInstall - Mozilla"},"encoding":"base64","extensions":["xpi"],"registered":false},{"content-type":"application/x-xz","encoding":"base64","extensions":["xz"],"registered":false},{"content-type":"application/x-zmachine","encoding":"base64","extensions":["z1","z2","z3","z4","z5","z6","z7","z8"],"registered":false},{"content-type":"application/x400-bp","encoding":"base64","xrefs":{"rfc":["rfc1494"],"template":["application/x400-bp"]},"registered":true},{"content-type":"application/x400.bp","encoding":"base64","obsolete":true,"use-instead":"application/x400-bp","registered":false},{"content-type":"application/xacml+xml","encoding":"base64","xrefs":{"rfc":["rfc7061"],"template":["application/xacml+xml"]},"registered":true},{"content-type":"application/xaml+xml","encoding":"base64","extensions":["xaml"],"registered":false},{"content-type":"application/xcap-att+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-att+xml"]},"registered":true},{"content-type":"application/xcap-caps+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-caps+xml"]},"registered":true},{"content-type":"application/xcap-diff+xml","friendly":{"en":"XML Configuration Access Protocol - XCAP Diff"},"encoding":"base64","extensions":["xdf"],"xrefs":{"rfc":["rfc5874"],"template":["application/xcap-diff+xml"]},"registered":true},{"content-type":"application/xcap-el+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-el+xml"]},"registered":true},{"content-type":"application/xcap-error+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-error+xml"]},"registered":true},{"content-type":"application/xcap-ns+xml","encoding":"base64","xrefs":{"rfc":["rfc4825"],"template":["application/xcap-ns+xml"]},"registered":true},{"content-type":"application/xcon-conference-info+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info+xml"]},"registered":true},{"content-type":"application/xcon-conference-info-diff+xml","encoding":"base64","xrefs":{"rfc":["rfc6502"],"template":["application/xcon-conference-info-diff+xml"]},"registered":true},{"content-type":"application/xenc+xml","friendly":{"en":"XML Encryption Syntax and Processing"},"encoding":"base64","extensions":["xenc"],"xrefs":{"person":["Joseph_Reagle","XENC_Working_Group"],"template":["application/xenc+xml"]},"registered":true},{"content-type":"application/xhtml+xml","friendly":{"en":"XHTML - The Extensible HyperText Markup Language"},"encoding":"8bit","extensions":["xht","xhtml"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["application/xhtml+xml"]},"registered":true},{"content-type":"application/xhtml-voice+xml","encoding":"base64","obsolete":true,"xrefs":{"draft":["draft-mccobb-xplusv-media-type"],"template":["application/xhtml-voice+xml"],"notes":["- OBSOLETE; no replacement given"]},"registered":true},{"content-type":"application/xml","friendly":{"en":"XML - Extensible Markup Language"},"encoding":"8bit","extensions":["xml","xsl"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml"]},"registered":true},{"content-type":"application/xml-dtd","friendly":{"en":"Document Type Definition"},"encoding":"8bit","extensions":["dtd"],"xrefs":{"rfc":["rfc7303"],"template":["application/xml-dtd"]},"registered":true},{"content-type":"application/xml-external-parsed-entity","encoding":"base64","xrefs":{"rfc":["rfc7303"],"template":["application/xml-external-parsed-entity"]},"registered":true},{"content-type":"application/xml-patch+xml","encoding":"base64","xrefs":{"rfc":["rfc7351"],"template":["application/xml-patch+xml"]},"registered":true},{"content-type":"application/xmpp+xml","encoding":"base64","xrefs":{"rfc":["rfc3923"],"template":["application/xmpp+xml"]},"registered":true},{"content-type":"application/xop+xml","friendly":{"en":"XML-Binary Optimized Packaging"},"encoding":"base64","extensions":["xop"],"xrefs":{"person":["Mark_Nottingham"],"template":["application/xop+xml"]},"registered":true},{"content-type":"application/xproc+xml","encoding":"base64","extensions":["xpl"],"registered":false},{"content-type":"application/xslt+xml","friendly":{"en":"XML Transformations"},"encoding":"base64","extensions":["xslt"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/2007/REC-xslt20-20070123/#media-type-registration"]},"registered":true},{"content-type":"application/xspf+xml","friendly":{"en":"XSPF - XML Shareable Playlist Format"},"encoding":"base64","extensions":["xspf"],"registered":false},{"content-type":"application/xv+xml","friendly":{"en":"MXML"},"encoding":"base64","extensions":["mxml","xhvml","xvm","xvml"],"xrefs":{"rfc":["rfc4374"],"template":["application/xv+xml"]},"registered":true},{"content-type":"application/yang","friendly":{"en":"YANG Data Modeling Language"},"encoding":"base64","extensions":["yang"],"xrefs":{"rfc":["rfc6020"],"template":["application/yang"]},"registered":true},{"content-type":"application/yin+xml","friendly":{"en":"YIN (YANG - XML)"},"encoding":"base64","extensions":["yin"],"xrefs":{"rfc":["rfc6020"],"template":["application/yin+xml"]},"registered":true},{"content-type":"application/zip","friendly":{"en":"Zip Archive"},"encoding":"base64","extensions":["zip"],"xrefs":{"person":["Paul_Lindner"],"template":["application/zip"]},"registered":true},{"content-type":"application/zlib","encoding":"base64","xrefs":{"rfc":["rfc6713"],"template":["application/zlib"]},"registered":true},{"content-type":"audio/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["audio/1d-interleaved-parityfec"]},"registered":true},{"content-type":"audio/32kadpcm","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc3802"],"template":["audio/32kadpcm"]},"registered":true},{"content-type":"audio/3gpp","encoding":"base64","xrefs":{"rfc":["rfc3839","rfc6381"],"template":["audio/3gpp"]},"registered":true},{"content-type":"audio/3gpp2","encoding":"base64","xrefs":{"rfc":["rfc4393","rfc6381"],"template":["audio/3gpp2"]},"registered":true},{"content-type":"audio/ac3","encoding":"base64","xrefs":{"rfc":["rfc4184"],"template":["audio/ac3"]},"registered":true},{"content-type":"audio/adpcm","friendly":{"en":"Adaptive differential pulse-code modulation"},"encoding":"base64","extensions":["adp"],"registered":false},{"content-type":"audio/AMR","encoding":"base64","extensions":["amr"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR"]},"registered":true},{"content-type":"audio/AMR-WB","encoding":"base64","extensions":["awb"],"xrefs":{"rfc":["rfc4867"],"template":["audio/AMR-WB"]},"registered":true},{"content-type":"audio/amr-wb+","encoding":"base64","xrefs":{"rfc":["rfc4352"],"template":["audio/amr-wb+"]},"registered":true},{"content-type":"audio/aptx","encoding":"base64","xrefs":{"rfc":["rfc7310"],"template":["audio/aptx"]},"registered":true},{"content-type":"audio/asc","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/asc"]},"registered":true},{"content-type":"audio/ATRAC-ADVANCED-LOSSLESS","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-ADVANCED-LOSSLESS"]},"registered":true},{"content-type":"audio/ATRAC-X","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC-X"]},"registered":true},{"content-type":"audio/ATRAC3","encoding":"base64","xrefs":{"rfc":["rfc5584"],"template":["audio/ATRAC3"]},"registered":true},{"content-type":"audio/basic","friendly":{"en":"Sun Audio - Au file format"},"encoding":"base64","extensions":["au","snd"],"xrefs":{"rfc":["rfc2045","rfc2046"],"template":["audio/basic"]},"registered":true},{"content-type":"audio/BV16","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV16"]},"registered":true},{"content-type":"audio/BV32","encoding":"base64","xrefs":{"rfc":["rfc4298"],"template":["audio/BV32"]},"registered":true},{"content-type":"audio/clearmode","encoding":"base64","xrefs":{"rfc":["rfc4040"],"template":["audio/clearmode"]},"registered":true},{"content-type":"audio/CN","encoding":"base64","xrefs":{"rfc":["rfc3389"],"template":["audio/CN"]},"registered":true},{"content-type":"audio/DAT12","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/DAT12"]},"registered":true},{"content-type":"audio/dls","encoding":"base64","xrefs":{"rfc":["rfc4613"],"template":["audio/dls"]},"registered":true},{"content-type":"audio/dsr-es201108","encoding":"base64","xrefs":{"rfc":["rfc3557"],"template":["audio/dsr-es201108"]},"registered":true},{"content-type":"audio/dsr-es202050","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202050"]},"registered":true},{"content-type":"audio/dsr-es202211","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202211"]},"registered":true},{"content-type":"audio/dsr-es202212","encoding":"base64","xrefs":{"rfc":["rfc4060"],"template":["audio/dsr-es202212"]},"registered":true},{"content-type":"audio/DV","encoding":"base64","xrefs":{"rfc":["rfc6469"],"template":["audio/DV"]},"registered":true},{"content-type":"audio/DVI4","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/DVI4"]},"registered":true},{"content-type":"audio/eac3","encoding":"base64","xrefs":{"rfc":["rfc4598"],"template":["audio/eac3"]},"registered":true},{"content-type":"audio/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/encaprtp"]},"registered":true},{"content-type":"audio/EVRC","encoding":"base64","extensions":["evc"],"xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC"]},"registered":true},{"content-type":"audio/EVRC-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/EVRC-QCP"]},"registered":true},{"content-type":"audio/EVRC0","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC0"]},"registered":true},{"content-type":"audio/EVRC1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRC1"]},"registered":true},{"content-type":"audio/EVRCB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB"]},"registered":true},{"content-type":"audio/EVRCB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCB0"]},"registered":true},{"content-type":"audio/EVRCB1","encoding":"base64","xrefs":{"rfc":["rfc4788"],"template":["audio/EVRCB1"]},"registered":true},{"content-type":"audio/EVRCNW","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW"]},"registered":true},{"content-type":"audio/EVRCNW0","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW0"]},"registered":true},{"content-type":"audio/EVRCNW1","encoding":"base64","xrefs":{"rfc":["rfc6884"],"template":["audio/EVRCNW1"]},"registered":true},{"content-type":"audio/EVRCWB","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB"]},"registered":true},{"content-type":"audio/EVRCWB0","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB0"]},"registered":true},{"content-type":"audio/EVRCWB1","encoding":"base64","xrefs":{"rfc":["rfc5188"],"template":["audio/EVRCWB1"]},"registered":true},{"content-type":"audio/EVS","encoding":"base64","xrefs":{"person":["Kyunghun_Jung","_3GPP"],"template":["audio/EVS"]},"registered":true},{"content-type":"audio/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["audio/example"]},"registered":true},{"content-type":"audio/fwdred","encoding":"base64","xrefs":{"rfc":["rfc6354"],"template":["audio/fwdred"]},"registered":true},{"content-type":"audio/G711-0","encoding":"base64","xrefs":{"rfc":["rfc7655"],"template":["audio/G711-0"]},"registered":true},{"content-type":"audio/G719","encoding":"base64","xrefs":{"rfc":["rfc5404"],"rfc-errata":["3245"],"template":["audio/G719"]},"registered":true},{"content-type":"audio/G722","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G722"]},"registered":true},{"content-type":"audio/G7221","encoding":"base64","xrefs":{"rfc":["rfc5577"],"template":["audio/G7221"]},"registered":true},{"content-type":"audio/G723","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G723"]},"registered":true},{"content-type":"audio/G726-16","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-16"]},"registered":true},{"content-type":"audio/G726-24","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-24"]},"registered":true},{"content-type":"audio/G726-32","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-32"]},"registered":true},{"content-type":"audio/G726-40","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G726-40"]},"registered":true},{"content-type":"audio/G728","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G728"]},"registered":true},{"content-type":"audio/G729","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729"]},"registered":true},{"content-type":"audio/G7291","encoding":"base64","xrefs":{"rfc":["rfc4749","rfc5459"]},"registered":true},{"content-type":"audio/G729D","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729D"]},"registered":true},{"content-type":"audio/G729E","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/G729E"]},"registered":true},{"content-type":"audio/GSM","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM"]},"registered":true},{"content-type":"audio/GSM-EFR","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/GSM-EFR"]},"registered":true},{"content-type":"audio/GSM-HR-08","encoding":"base64","xrefs":{"rfc":["rfc5993"],"template":["audio/GSM-HR-08"]},"registered":true},{"content-type":"audio/iLBC","encoding":"base64","xrefs":{"rfc":["rfc3952"],"template":["audio/iLBC"]},"registered":true},{"content-type":"audio/ip-mr_v2.5","encoding":"base64","xrefs":{"rfc":["rfc6262"],"template":["audio/ip-mr_v2.5"]},"registered":true},{"content-type":"audio/L16","encoding":"base64","extensions":["l16"],"xrefs":{"rfc":["rfc4856"],"template":["audio/L16"]},"registered":true},{"content-type":"audio/L20","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L20"]},"registered":true},{"content-type":"audio/L24","encoding":"base64","xrefs":{"rfc":["rfc3190"],"template":["audio/L24"]},"registered":true},{"content-type":"audio/L8","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/L8"]},"registered":true},{"content-type":"audio/LPC","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/LPC"]},"registered":true},{"content-type":"audio/midi","friendly":{"en":"MIDI - Musical Instrument Digital Interface"},"encoding":"base64","extensions":["kar","mid","midi","rmi"],"registered":false},{"content-type":"audio/mobile-xmf","encoding":"base64","xrefs":{"rfc":["rfc4723"],"template":["audio/mobile-xmf"]},"registered":true},{"content-type":"audio/mp4","friendly":{"en":"MPEG-4 Audio"},"encoding":"base64","extensions":["mp4","mpg4","f4a","f4b","mp4a","m4a"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["audio/mp4"]},"registered":true},{"content-type":"audio/MP4A-LATM","encoding":"base64","extensions":["m4a"],"xrefs":{"rfc":["rfc6416"],"template":["audio/MP4A-LATM"]},"registered":true},{"content-type":"audio/MPA","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/MPA"]},"registered":true},{"content-type":"audio/mpa-robust","encoding":"base64","xrefs":{"rfc":["rfc5219"],"template":["audio/mpa-robust"]},"registered":true},{"content-type":"audio/mpeg","friendly":{"en":"MPEG Audio"},"encoding":"base64","extensions":["mpga","mp2","mp3","m2a","m3a","mp2a"],"xrefs":{"rfc":["rfc3003"],"template":["audio/mpeg"]},"registered":true},{"content-type":"audio/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640","rfc5691","rfc6295"],"template":["audio/mpeg4-generic"]},"registered":true},{"content-type":"audio/ogg","friendly":{"en":"Ogg Audio"},"encoding":"base64","extensions":["oga","ogg","spx"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["audio/ogg"]},"registered":true},{"content-type":"audio/opus","encoding":"base64","xrefs":{"rfc":["rfc7587"],"template":["audio/opus"]},"registered":true},{"content-type":"audio/parityfec","encoding":"base64","xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"audio/PCMA","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMA"]},"registered":true},{"content-type":"audio/PCMA-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMA-WB"]},"registered":true},{"content-type":"audio/PCMU","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/PCMU"]},"registered":true},{"content-type":"audio/PCMU-WB","encoding":"base64","xrefs":{"rfc":["rfc5391"],"template":["audio/PCMU-WB"]},"registered":true},{"content-type":"audio/prs.sid","encoding":"base64","xrefs":{"person":["Linus_Walleij"],"template":["audio/prs.sid"]},"registered":true},{"content-type":"audio/QCELP","encoding":"base64","xrefs":{"rfc":["rfc3555","rfc3625"]},"registered":true},{"content-type":"audio/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["audio/raptorfec"]},"registered":true},{"content-type":"audio/RED","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["audio/RED"]},"registered":true},{"content-type":"audio/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["audio/rtp-enc-aescm128"]},"registered":true},{"content-type":"audio/rtp-midi","encoding":"base64","xrefs":{"rfc":["rfc6295"],"template":["audio/rtp-midi"]},"registered":true},{"content-type":"audio/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["audio/rtploopback"]},"registered":true},{"content-type":"audio/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["audio/rtx"]},"registered":true},{"content-type":"audio/s3m","encoding":"base64","extensions":["s3m"],"registered":false},{"content-type":"audio/silk","encoding":"base64","extensions":["sil"],"registered":false},{"content-type":"audio/SMV","encoding":"base64","extensions":["smv"],"xrefs":{"rfc":["rfc3558"],"template":["audio/SMV"]},"registered":true},{"content-type":"audio/SMV-QCP","encoding":"base64","xrefs":{"rfc":["rfc3625"],"template":["audio/SMV-QCP"]},"registered":true},{"content-type":"audio/SMV0","encoding":"base64","xrefs":{"rfc":["rfc3558"],"template":["audio/SMV0"]},"registered":true},{"content-type":"audio/sp-midi","encoding":"base64","xrefs":{"person":["Timo_Kosonen","Tom_White"],"template":["audio/sp-midi"]},"registered":true},{"content-type":"audio/speex","encoding":"base64","xrefs":{"rfc":["rfc5574"],"template":["audio/speex"]},"registered":true},{"content-type":"audio/t140c","encoding":"base64","xrefs":{"rfc":["rfc4351"],"template":["audio/t140c"]},"registered":true},{"content-type":"audio/t38","encoding":"base64","xrefs":{"rfc":["rfc4612"],"template":["audio/t38"]},"registered":true},{"content-type":"audio/telephone-event","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/telephone-event"]},"registered":true},{"content-type":"audio/tone","encoding":"base64","xrefs":{"rfc":["rfc4733"],"template":["audio/tone"]},"registered":true},{"content-type":"audio/UEMCLIP","encoding":"base64","xrefs":{"rfc":["rfc5686"],"template":["audio/UEMCLIP"]},"registered":true},{"content-type":"audio/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["audio/ulpfec"]},"registered":true},{"content-type":"audio/VDVI","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["audio/VDVI"]},"registered":true},{"content-type":"audio/VMR-WB","encoding":"base64","xrefs":{"rfc":["rfc4348","rfc4424"],"template":["audio/VMR-WB"]},"registered":true},{"content-type":"audio/vnd.3gpp.iufp","encoding":"base64","xrefs":{"person":["Thomas_Belling"],"template":["audio/vnd.3gpp.iufp"]},"registered":true},{"content-type":"audio/vnd.4SB","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.4SB"]},"registered":true},{"content-type":"audio/vnd.audiokoz","encoding":"base64","xrefs":{"person":["Vicki_DeBarros"],"template":["audio/vnd.audiokoz"]},"registered":true},{"content-type":"audio/vnd.CELP","encoding":"base64","xrefs":{"person":["Serge_De_Jaham"],"template":["audio/vnd.CELP"]},"registered":true},{"content-type":"audio/vnd.cisco.nse","encoding":"base64","xrefs":{"person":["Rajesh_Kumar"],"template":["audio/vnd.cisco.nse"]},"registered":true},{"content-type":"audio/vnd.cmles.radio-events","encoding":"base64","xrefs":{"person":["Jean-Philippe_Goulet"],"template":["audio/vnd.cmles.radio-events"]},"registered":true},{"content-type":"audio/vnd.cns.anp1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.anp1"]},"registered":true},{"content-type":"audio/vnd.cns.inf1","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["audio/vnd.cns.inf1"]},"registered":true},{"content-type":"audio/vnd.dece.audio","friendly":{"en":"DECE Audio"},"encoding":"base64","extensions":["uva","uvva"],"xrefs":{"person":["Michael_A_Dolan"],"template":["audio/vnd.dece.audio"]},"registered":true},{"content-type":"audio/vnd.digital-winds","friendly":{"en":"Digital Winds Music"},"encoding":"7bit","extensions":["eol"],"xrefs":{"person":["Armands_Strazds"],"template":["audio/vnd.digital-winds"]},"registered":true},{"content-type":"audio/vnd.dlna.adts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["audio/vnd.dlna.adts"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.1"]},"registered":true},{"content-type":"audio/vnd.dolby.heaac.2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.heaac.2"]},"registered":true},{"content-type":"audio/vnd.dolby.mlp","encoding":"base64","xrefs":{"person":["Mike_Ward"],"template":["audio/vnd.dolby.mlp"]},"registered":true},{"content-type":"audio/vnd.dolby.mps","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.mps"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2x","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2x"]},"registered":true},{"content-type":"audio/vnd.dolby.pl2z","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pl2z"]},"registered":true},{"content-type":"audio/vnd.dolby.pulse.1","encoding":"base64","xrefs":{"person":["Steve_Hattersley"],"template":["audio/vnd.dolby.pulse.1"]},"registered":true},{"content-type":"audio/vnd.dra","friendly":{"en":"DRA Audio"},"encoding":"base64","extensions":["dra"],"xrefs":{"person":["Jiang_Tian"],"template":["audio/vnd.dra"]},"registered":true},{"content-type":"audio/vnd.dts","friendly":{"en":"DTS Audio"},"encoding":"base64","extensions":["dts"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts"]},"registered":true},{"content-type":"audio/vnd.dts.hd","friendly":{"en":"DTS High Definition Audio"},"encoding":"base64","extensions":["dtshd"],"xrefs":{"person":["William_Zou"],"template":["audio/vnd.dts.hd"]},"registered":true},{"content-type":"audio/vnd.dvb.file","encoding":"base64","xrefs":{"person":["Peter_Siebert"],"template":["audio/vnd.dvb.file"]},"registered":true},{"content-type":"audio/vnd.everad.plj","encoding":"base64","extensions":["plj"],"xrefs":{"person":["Shay_Cicelsky"],"template":["audio/vnd.everad.plj"]},"registered":true},{"content-type":"audio/vnd.hns.audio","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["audio/vnd.hns.audio"]},"registered":true},{"content-type":"audio/vnd.lucent.voice","friendly":{"en":"Lucent Voice"},"encoding":"base64","extensions":["lvp"],"xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.lucent.voice"]},"registered":true},{"content-type":"audio/vnd.ms-playready.media.pya","friendly":{"en":"Microsoft PlayReady Ecosystem"},"encoding":"base64","extensions":["pya"],"xrefs":{"person":["Steve_DiAcetis"],"template":["audio/vnd.ms-playready.media.pya"]},"registered":true},{"content-type":"audio/vnd.nokia.mobile-xmf","encoding":"base64","extensions":["mxmf"],"xrefs":{"person":["Nokia"],"template":["audio/vnd.nokia.mobile-xmf"]},"registered":true},{"content-type":"audio/vnd.nortel.vbk","encoding":"base64","extensions":["vbk"],"xrefs":{"person":["Glenn_Parsons"],"template":["audio/vnd.nortel.vbk"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp4800","friendly":{"en":"Nuera ECELP 4800"},"encoding":"base64","extensions":["ecelp4800"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp4800"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp7470","friendly":{"en":"Nuera ECELP 7470"},"encoding":"base64","extensions":["ecelp7470"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp7470"]},"registered":true},{"content-type":"audio/vnd.nuera.ecelp9600","friendly":{"en":"Nuera ECELP 9600"},"encoding":"base64","extensions":["ecelp9600"],"xrefs":{"person":["Michael_Fox"],"template":["audio/vnd.nuera.ecelp9600"]},"registered":true},{"content-type":"audio/vnd.octel.sbc","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.octel.sbc"]},"registered":true},{"content-type":"audio/vnd.qcelp","encoding":"base64","extensions":["qcp"],"obsolete":true,"use-instead":"audio/qcelp","xrefs":{"rfc":["rfc3625"],"template":["audio/vnd.qcelp"],"notes":["- DEPRECATED in favor of audio/qcelp"]},"registered":true},{"content-type":"audio/vnd.rhetorex.32kadpcm","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.rhetorex.32kadpcm"]},"registered":true},{"content-type":"audio/vnd.rip","friendly":{"en":"Hit'n'Mix"},"encoding":"base64","extensions":["rip"],"xrefs":{"person":["Martin_Dawe"],"template":["audio/vnd.rip"]},"registered":true},{"content-type":"audio/vnd.sealedmedia.softseal.mpeg","encoding":"base64","extensions":["smp3","smp","s1m"],"xrefs":{"person":["David_Petersen"],"template":["audio/vnd.sealedmedia.softseal-mpeg"]},"registered":true},{"content-type":"audio/vnd.vmx.cvsd","encoding":"base64","xrefs":{"person":["Greg_Vaudreuil"],"template":["audio/vnd.vmx.cvsd"]},"registered":true},{"content-type":"audio/vorbis","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis"]},"registered":true},{"content-type":"audio/vorbis-config","encoding":"base64","xrefs":{"rfc":["rfc5215"],"template":["audio/vorbis-config"]},"registered":true},{"content-type":"audio/webm","friendly":{"en":"Open Web Media Project - Audio"},"encoding":"base64","extensions":["weba","webm"],"registered":false},{"content-type":"audio/x-aac","friendly":{"en":"Advanced Audio Coding (AAC)"},"encoding":"base64","extensions":["aac"],"registered":false},{"content-type":"audio/x-aiff","friendly":{"en":"Audio Interchange File Format"},"encoding":"base64","extensions":["aif","aifc","aiff"],"registered":false},{"content-type":"audio/x-caf","encoding":"base64","extensions":["caf"],"registered":false},{"content-type":"audio/x-flac","encoding":"base64","extensions":["flac"],"registered":false},{"content-type":"audio/x-matroska","encoding":"base64","extensions":["mka"],"registered":false},{"content-type":"audio/x-midi","encoding":"base64","extensions":["mid","midi","kar"],"registered":false},{"content-type":"audio/x-mpegurl","friendly":{"en":"M3U (Multimedia Playlist)"},"encoding":"base64","extensions":["m3u"],"registered":false},{"content-type":"audio/x-ms-wax","friendly":{"en":"Microsoft Windows Media Audio Redirector"},"encoding":"base64","extensions":["wax"],"registered":false},{"content-type":"audio/x-ms-wma","friendly":{"en":"Microsoft Windows Media Audio"},"encoding":"base64","extensions":["wma"],"registered":false},{"content-type":"audio/x-ms-wmv","encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"audio/x-pn-realaudio","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["ra","ram"],"registered":false},{"content-type":"audio/x-pn-realaudio-plugin","friendly":{"en":"Real Audio Sound"},"encoding":"base64","extensions":["rmp","rpm"],"registered":false},{"content-type":"audio/x-realaudio","encoding":"base64","extensions":["ra"],"registered":false},{"content-type":"audio/x-wav","friendly":{"en":"Waveform Audio File Format (WAV)"},"encoding":"base64","extensions":["wav"],"registered":false},{"content-type":"audio/xm","encoding":"base64","extensions":["xm"],"registered":false},{"content-type":"chemical/x-cdx","friendly":{"en":"ChemDraw eXchange file"},"encoding":"base64","extensions":["cdx"],"registered":false},{"content-type":"chemical/x-cif","friendly":{"en":"Crystallographic Interchange Format"},"encoding":"base64","extensions":["cif"],"registered":false},{"content-type":"chemical/x-cmdf","friendly":{"en":"CrystalMaker Data Format"},"encoding":"base64","extensions":["cmdf"],"registered":false},{"content-type":"chemical/x-cml","friendly":{"en":"Chemical Markup Language"},"encoding":"base64","extensions":["cml"],"registered":false},{"content-type":"chemical/x-csml","friendly":{"en":"Chemical Style Markup Language"},"encoding":"base64","extensions":["csml"],"registered":false},{"content-type":"chemical/x-pdb","encoding":"base64","extensions":["pdb"],"obsolete":true,"use-instead":"x-chemical/x-pdb","registered":false},{"content-type":"chemical/x-xyz","friendly":{"en":"XYZ File Format"},"encoding":"base64","extensions":["xyz"],"obsolete":true,"use-instead":"x-chemical/x-xyz","registered":false},{"content-type":"drawing/dwf","encoding":"base64","extensions":["dwf"],"obsolete":true,"use-instead":"x-drawing/dwf","registered":false},{"content-type":"image/bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"use-instead":"image/x-bmp","xrefs":{"draft":["RFC-seantek-windows-image-03"],"template":["image/bmp"]},"registered":true},{"content-type":"image/cgm","friendly":{"en":"Computer Graphics Metafile"},"encoding":"base64","extensions":["cgm"],"xrefs":{"person":["Alan_Francis"],"template":["image/cgm"]},"registered":true},{"content-type":"image/cmu-raster","encoding":"base64","obsolete":true,"use-instead":"image/x-cmu-raster","registered":false},{"content-type":"image/emf","encoding":"base64","xrefs":{"draft":["RFC-seantek-windows-image-03"],"template":["image/emf"]},"registered":true},{"content-type":"image/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["image/example"]},"registered":true},{"content-type":"image/fits","encoding":"base64","xrefs":{"rfc":["rfc4047"],"template":["image/fits"]},"registered":true},{"content-type":"image/g3fax","friendly":{"en":"G3 Fax Image"},"encoding":"base64","extensions":["g3"],"xrefs":{"rfc":["rfc1494"],"template":["image/g3fax"]},"registered":true},{"content-type":"image/gif","friendly":{"en":"Graphics Interchange Format"},"encoding":"base64","extensions":["gif"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/ief","friendly":{"en":"Image Exchange Format"},"encoding":"base64","extensions":["ief"],"xrefs":{"rfc":["rfc1314"]},"registered":true},{"content-type":"image/jp2","encoding":"base64","extensions":["jp2","jpg2"],"xrefs":{"rfc":["rfc3745"],"template":["image/jp2"]},"registered":true},{"content-type":"image/jpeg","friendly":{"en":"JPEG Image"},"encoding":"base64","extensions":["jpeg","jpg","jpe"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"image/jpm","encoding":"base64","extensions":["jpm","jpgm"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpm"]},"registered":true},{"content-type":"image/jpx","encoding":"base64","extensions":["jpx","jpf"],"xrefs":{"rfc":["rfc3745"],"template":["image/jpx"]},"registered":true},{"content-type":"image/ktx","friendly":{"en":"OpenGL Textures (KTX)"},"encoding":"base64","extensions":["ktx"],"xrefs":{"person":["Khronos","Mark_Callow"],"uri":["http://www.khronos.org/opengles/sdk/tools/KTX/file_format_spec/#mimeregistration"]},"registered":true},{"content-type":"image/naplps","encoding":"base64","xrefs":{"person":["Ilya_Ferber"],"template":["image/naplps"]},"registered":true},{"content-type":"image/pjpeg","docs":"Fixes a bug with IE6 and progressive JPEGs","encoding":"base64","registered":false},{"content-type":"image/png","friendly":{"en":"Portable Network Graphics (PNG)"},"encoding":"base64","extensions":["png"],"xrefs":{"person":["Glenn_Randers-Pehrson"],"template":["image/png"]},"registered":true},{"content-type":"image/prs.btif","friendly":{"en":"BTIF"},"encoding":"base64","extensions":["btif"],"xrefs":{"person":["Ben_Simon"],"template":["image/prs.btif"]},"registered":true},{"content-type":"image/prs.pti","encoding":"base64","xrefs":{"person":["Juern_Laun"],"template":["image/prs.pti"]},"registered":true},{"content-type":"image/pwg-raster","encoding":"base64","xrefs":{"person":["Michael_Sweet"],"template":["image/pwg-raster"]},"registered":true},{"content-type":"image/sgi","encoding":"base64","extensions":["sgi"],"registered":false},{"content-type":"image/svg+xml","friendly":{"en":"Scalable Vector Graphics (SVG)"},"encoding":"8bit","extensions":["svg","svgz"],"xrefs":{"person":["W3C"],"uri":["http://www.w3.org/TR/SVG/mimereg.html"]},"registered":true},{"content-type":"image/t38","encoding":"base64","xrefs":{"rfc":["rfc3362"],"template":["image/t38"]},"registered":true},{"content-type":"image/targa","encoding":"base64","extensions":["tga"],"obsolete":true,"use-instead":"image/x-targa","registered":false},{"content-type":"image/tiff","friendly":{"en":"Tagged Image File Format"},"encoding":"base64","extensions":["tiff","tif"],"xrefs":{"rfc":["rfc3302"],"template":["image/tiff"]},"registered":true},{"content-type":"image/tiff-fx","encoding":"base64","xrefs":{"rfc":["rfc3950"],"template":["image/tiff-fx"]},"registered":true},{"content-type":"image/vnd.adobe.photoshop","friendly":{"en":"Photoshop Document"},"encoding":"base64","extensions":["psd"],"xrefs":{"person":["Kim_Scarborough"],"template":["image/vnd.adobe.photoshop"]},"registered":true},{"content-type":"image/vnd.airzip.accelerator.azv","encoding":"base64","xrefs":{"person":["Gary_Clueit"],"template":["image/vnd.airzip.accelerator.azv"]},"registered":true},{"content-type":"image/vnd.cns.inf2","encoding":"base64","xrefs":{"person":["Ann_McLaughlin"],"template":["image/vnd.cns.inf2"]},"registered":true},{"content-type":"image/vnd.dece.graphic","friendly":{"en":"DECE Graphic"},"encoding":"base64","extensions":["uvg","uvi","uvvg","uvvi"],"xrefs":{"person":["Michael_A_Dolan"],"template":["image/vnd.dece.graphic"]},"registered":true},{"content-type":"image/vnd.dgn","encoding":"base64","extensions":["dgn"],"obsolete":true,"use-instead":"image/x-vnd.dgn","registered":false},{"content-type":"image/vnd.djvu","friendly":{"en":"DjVu"},"encoding":"base64","extensions":["djvu","djv"],"xrefs":{"person":["Leon_Bottou"],"template":["image/vnd-djvu"]},"registered":true},{"content-type":"image/vnd.dvb.subtitle","friendly":{"en":"Close Captioning - Subtitle"},"encoding":"base64","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["image/vnd.dvb.subtitle"]},"registered":true},{"content-type":"image/vnd.dwg","friendly":{"en":"DWG Drawing"},"encoding":"base64","extensions":["dwg"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dwg"]},"registered":true},{"content-type":"image/vnd.dxf","friendly":{"en":"AutoCAD DXF"},"encoding":"base64","extensions":["dxf"],"xrefs":{"person":["Jodi_Moline"],"template":["image/vnd.dxf"]},"registered":true},{"content-type":"image/vnd.fastbidsheet","friendly":{"en":"FastBid Sheet"},"encoding":"base64","extensions":["fbs"],"xrefs":{"person":["Scott_Becker"],"template":["image/vnd.fastbidsheet"]},"registered":true},{"content-type":"image/vnd.fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["fpx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.fpx"]},"registered":true},{"content-type":"image/vnd.fst","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fst"],"xrefs":{"person":["Arild_Fuldseth"],"template":["image/vnd.fst"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-mmr","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["mmr"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-mmr"]},"registered":true},{"content-type":"image/vnd.fujixerox.edmics-rlc","friendly":{"en":"EDMICS 2000"},"encoding":"base64","extensions":["rlc"],"xrefs":{"person":["Masanori_Onda"],"template":["image/vnd.fujixerox.edmics-rlc"]},"registered":true},{"content-type":"image/vnd.globalgraphics.pgb","encoding":"base64","extensions":["pgb"],"xrefs":{"person":["Martin_Bailey"],"template":["image/vnd.globalgraphics.pgb"]},"registered":true},{"content-type":"image/vnd.microsoft.icon","encoding":"base64","extensions":["ico"],"xrefs":{"person":["Simon_Butcher"],"template":["image/vnd.microsoft.icon"]},"registered":true},{"content-type":"image/vnd.mix","encoding":"base64","xrefs":{"person":["Saveen_Reddy"],"template":["image/vnd.mix"]},"registered":true},{"content-type":"image/vnd.mozilla.apng","encoding":"base64","xrefs":{"person":["Stuart_Parmenter"],"template":["image/vnd.mozilla.apng"]},"registered":true},{"content-type":"image/vnd.ms-modi","friendly":{"en":"Microsoft Document Imaging Format"},"encoding":"base64","extensions":["mdi"],"xrefs":{"person":["Gregory_Vaughan"],"template":["image/vnd.ms-modi"]},"registered":true},{"content-type":"image/vnd.ms-photo","encoding":"base64","extensions":["wdp"],"registered":false},{"content-type":"image/vnd.net-fpx","friendly":{"en":"FlashPix"},"encoding":"base64","extensions":["npx"],"xrefs":{"person":["Marc_Douglas_Spencer"],"template":["image/vnd.net-fpx"]},"registered":true},{"content-type":"image/vnd.net.fpx","encoding":"base64","obsolete":true,"use-instead":"image/vnd.net-fpx","registered":false},{"content-type":"image/vnd.radiance","encoding":"base64","xrefs":{"person":["Greg_Ward","Randolph_Fritz"],"template":["image/vnd.radiance"]},"registered":true},{"content-type":"image/vnd.sealed.png","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealed-png"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.gif","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-gif"]},"registered":true},{"content-type":"image/vnd.sealedmedia.softseal.jpg","encoding":"base64","xrefs":{"person":["David_Petersen"],"template":["image/vnd.sealedmedia.softseal-jpg"]},"registered":true},{"content-type":"image/vnd.svf","encoding":"base64","xrefs":{"person":["Jodi_Moline"],"template":["image/vnd-svf"]},"registered":true},{"content-type":"image/vnd.tencent.tap","encoding":"base64","xrefs":{"person":["Ni_Hui"],"template":["image/vnd.tencent.tap"]},"registered":true},{"content-type":"image/vnd.valve.source.texture","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["image/vnd.valve.source.texture"]},"registered":true},{"content-type":"image/vnd.wap.wbmp","friendly":{"en":"WAP Bitamp (WBMP)"},"encoding":"base64","extensions":["wbmp"],"xrefs":{"person":["Peter_Stark"],"template":["image/vnd-wap-wbmp"]},"registered":true},{"content-type":"image/vnd.xiff","friendly":{"en":"eXtended Image File Format (XIFF)"},"encoding":"base64","extensions":["xif"],"xrefs":{"person":["Steven_Martin"],"template":["image/vnd.xiff"]},"registered":true},{"content-type":"image/vnd.zbrush.pcx","encoding":"base64","xrefs":{"person":["Chris_Charabaruk"],"template":["image/vnd.zbrush.pcx"]},"registered":true},{"content-type":"image/webp","friendly":{"en":"WebP Image"},"encoding":"base64","extensions":["webp"],"registered":false},{"content-type":"image/wmf","encoding":"base64","xrefs":{"draft":["RFC-seantek-windows-image-03"],"template":["image/wmf"]},"registered":true},{"content-type":"image/x-3ds","encoding":"base64","extensions":["3ds"],"registered":false},{"content-type":"image/x-bmp","encoding":"base64","extensions":["bmp"],"registered":false},{"content-type":"image/x-cmu-raster","friendly":{"en":"CMU Image"},"encoding":"base64","extensions":["ras"],"registered":false},{"content-type":"image/x-cmx","friendly":{"en":"Corel Metafile Exchange (CMX)"},"encoding":"base64","extensions":["cmx"],"registered":false},{"content-type":"image/x-compressed-xcf","docs":"see-also:image/x-xcf","encoding":"base64","extensions":["xcfbz2","xcfgz"],"registered":false},{"content-type":"image/x-freehand","friendly":{"en":"FreeHand MX"},"encoding":"base64","extensions":["fh","fh4","fh5","fh7","fhc"],"registered":false},{"content-type":"image/x-hasselblad-3fr","encoding":"base64","extensions":["3fr"],"registered":false},{"content-type":"image/x-icon","friendly":{"en":"Icon Image"},"encoding":"base64","extensions":["ico"],"registered":false},{"content-type":"image/x-mrsid-image","encoding":"base64","extensions":["sid"],"registered":false},{"content-type":"image/x-ms-bmp","friendly":{"en":"Bitmap Image File"},"encoding":"base64","extensions":["bmp"],"obsolete":true,"registered":false},{"content-type":"image/x-paintshoppro","encoding":"base64","extensions":["psp","pspimage"],"registered":false},{"content-type":"image/x-pcx","friendly":{"en":"PCX Image"},"encoding":"base64","extensions":["pcx"],"registered":false},{"content-type":"image/x-pict","friendly":{"en":"PICT Image"},"encoding":"base64","extensions":["pct","pic"],"registered":false},{"content-type":"image/x-portable-anymap","friendly":{"en":"Portable Anymap Image"},"encoding":"base64","extensions":["pnm"],"registered":false},{"content-type":"image/x-portable-bitmap","friendly":{"en":"Portable Bitmap Format"},"encoding":"base64","extensions":["pbm"],"registered":false},{"content-type":"image/x-portable-graymap","friendly":{"en":"Portable Graymap Format"},"encoding":"base64","extensions":["pgm"],"registered":false},{"content-type":"image/x-portable-pixmap","friendly":{"en":"Portable Pixmap Format"},"encoding":"base64","extensions":["ppm"],"registered":false},{"content-type":"image/x-rgb","friendly":{"en":"Silicon Graphics RGB Bitmap"},"encoding":"base64","extensions":["rgb"],"registered":false},{"content-type":"image/x-targa","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-tga","encoding":"base64","extensions":["tga"],"registered":false},{"content-type":"image/x-vnd.dgn","encoding":"base64","extensions":["dgn"],"registered":false},{"content-type":"image/x-win-bmp","encoding":"base64","registered":false},{"content-type":"image/x-xbitmap","friendly":{"en":"X BitMap"},"encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xbm","encoding":"7bit","extensions":["xbm"],"registered":false},{"content-type":"image/x-xcf","encoding":"base64","extensions":["xcf"],"registered":false},{"content-type":"image/x-xpixmap","friendly":{"en":"X PixMap"},"encoding":"8bit","extensions":["xpm"],"registered":false},{"content-type":"image/x-xwindowdump","friendly":{"en":"X Window Dump"},"encoding":"base64","extensions":["xwd"],"registered":false},{"content-type":"message/CPIM","encoding":"base64","xrefs":{"rfc":["rfc3862"],"template":["message/CPIM"]},"registered":true},{"content-type":"message/delivery-status","encoding":"base64","xrefs":{"rfc":["rfc1894"],"template":["message/delivery-status"]},"registered":true},{"content-type":"message/disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc3798"],"template":["message/disposition-notification"]},"registered":true},{"content-type":"message/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["message/example"]},"registered":true},{"content-type":"message/external-body","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/feedback-report","encoding":"base64","xrefs":{"rfc":["rfc5965"],"template":["message/feedback-report"]},"registered":true},{"content-type":"message/global","encoding":"base64","xrefs":{"rfc":["rfc6532"],"template":["message/global"]},"registered":true},{"content-type":"message/global-delivery-status","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-delivery-status"]},"registered":true},{"content-type":"message/global-disposition-notification","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-disposition-notification"]},"registered":true},{"content-type":"message/global-headers","encoding":"base64","xrefs":{"rfc":["rfc6533"],"template":["message/global-headers"]},"registered":true},{"content-type":"message/http","encoding":"base64","xrefs":{"rfc":["rfc7230"],"template":["message/http"]},"registered":true},{"content-type":"message/imdn+xml","encoding":"base64","xrefs":{"rfc":["rfc5438"],"template":["message/imdn+xml"]},"registered":true},{"content-type":"message/news","encoding":"8bit","obsolete":true,"xrefs":{"rfc":["rfc5537"],"person":["Henry_Spencer"],"template":["message/news"],"notes":["- OBSOLETED by RFC5537"]},"registered":true},{"content-type":"message/partial","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/rfc822","friendly":{"en":"Email Message"},"encoding":"8bit","extensions":["eml","mime"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"message/s-http","encoding":"base64","xrefs":{"rfc":["rfc2660"],"template":["message/s-http"]},"registered":true},{"content-type":"message/sip","encoding":"base64","xrefs":{"rfc":["rfc3261"],"template":["message/sip"]},"registered":true},{"content-type":"message/sipfrag","encoding":"base64","xrefs":{"rfc":["rfc3420"],"template":["message/sipfrag"]},"registered":true},{"content-type":"message/tracking-status","encoding":"base64","xrefs":{"rfc":["rfc3886"],"template":["message/tracking-status"]},"registered":true},{"content-type":"message/vnd.si.simp","encoding":"base64","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["message/vnd.si.simp"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"message/vnd.wfa.wsc","encoding":"base64","xrefs":{"person":["Mick_Conley"],"template":["message/vnd.wfa.wsc"]},"registered":true},{"content-type":"model/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["model/example"]},"registered":true},{"content-type":"model/iges","friendly":{"en":"Initial Graphics Exchange Specification (IGES)"},"encoding":"base64","extensions":["igs","iges"],"xrefs":{"person":["Curtis_Parks"],"template":["model/iges"]},"registered":true},{"content-type":"model/mesh","friendly":{"en":"Mesh Data Type"},"encoding":"base64","extensions":["msh","mesh","silo"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/vnd.collada+xml","friendly":{"en":"COLLADA"},"encoding":"base64","extensions":["dae"],"xrefs":{"person":["James_Riordon"],"template":["model/vnd.collada+xml"]},"registered":true},{"content-type":"model/vnd.dwf","friendly":{"en":"Autodesk Design Web Format (DWF)"},"encoding":"base64","extensions":["dwf"],"xrefs":{"person":["Jason_Pratt"],"template":["model/vnd-dwf"]},"registered":true},{"content-type":"model/vnd.flatland.3dml","encoding":"base64","xrefs":{"person":["Michael_Powers"],"template":["model/vnd.flatland.3dml"]},"registered":true},{"content-type":"model/vnd.gdl","friendly":{"en":"Geometric Description Language (GDL)"},"encoding":"base64","extensions":["gdl"],"xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gdl"]},"registered":true},{"content-type":"model/vnd.gs-gdl","encoding":"base64","xrefs":{"person":["Attila_Babits"],"template":["model/vnd.gs-gdl"]},"registered":true},{"content-type":"model/vnd.gtw","friendly":{"en":"Gen-Trix Studio"},"encoding":"base64","extensions":["gtw"],"xrefs":{"person":["Yutaka_Ozaki"],"template":["model/vnd.gtw"]},"registered":true},{"content-type":"model/vnd.moml+xml","encoding":"base64","xrefs":{"person":["Christopher_Brooks"],"template":["model/vnd.moml+xml"]},"registered":true},{"content-type":"model/vnd.mts","friendly":{"en":"Virtue MTS"},"encoding":"base64","extensions":["mts"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.mts"]},"registered":true},{"content-type":"model/vnd.opengex","encoding":"base64","xrefs":{"person":["Eric_Lengyel"],"template":["model/vnd.opengex"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.binary","encoding":"base64","extensions":["x_b","xmt_bin"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-binary"]},"registered":true},{"content-type":"model/vnd.parasolid.transmit.text","encoding":"quoted-printable","extensions":["x_t","xmt_txt"],"xrefs":{"person":["Parasolid"],"template":["model/vnd.parasolid.transmit-text"]},"registered":true},{"content-type":"model/vnd.rosette.annotated-data-model","encoding":"base64","xrefs":{"person":["Benson_Margulies"],"template":["model/vnd.rosette.annotated-data-model"]},"registered":true},{"content-type":"model/vnd.valve.source.compiled-map","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["model/vnd.valve.source.compiled-map"]},"registered":true},{"content-type":"model/vnd.vtu","friendly":{"en":"Virtue VTU"},"encoding":"base64","extensions":["vtu"],"xrefs":{"person":["Boris_Rabinovitch"],"template":["model/vnd.vtu"]},"registered":true},{"content-type":"model/vrml","friendly":{"en":"Virtual Reality Modeling Language"},"encoding":"base64","extensions":["wrl","vrml"],"xrefs":{"rfc":["rfc2077"]},"registered":true},{"content-type":"model/x3d+binary","encoding":"base64","extensions":["x3db","x3dbz"],"registered":false},{"content-type":"model/x3d+fastinfoset","encoding":"base64","xrefs":{"person":["Web3D_X3D"],"template":["model/x3d+fastinfoset"]},"registered":true},{"content-type":"model/x3d+vrml","encoding":"base64","extensions":["x3dv","x3dvz"],"registered":false},{"content-type":"model/x3d+xml","encoding":"base64","extensions":["x3d","x3dz"],"xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d+xml"]},"registered":true},{"content-type":"model/x3d-vrml","encoding":"base64","xrefs":{"person":["Web3D","Web3D_X3D"],"template":["model/x3d-vrml"]},"registered":true},{"content-type":"multipart/alternative","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/appledouble","encoding":"8bit","xrefs":{"person":["Patrik_Faltstrom"],"template":["multipart/appledouble"]},"registered":true},{"content-type":"multipart/byteranges","encoding":"base64","xrefs":{"rfc":["rfc7233"],"template":["multipart/byteranges"]},"registered":true},{"content-type":"multipart/digest","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/encrypted","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/encrypted"]},"registered":true},{"content-type":"multipart/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["multipart/example"]},"registered":true},{"content-type":"multipart/form-data","encoding":"base64","xrefs":{"rfc":["rfc7578"],"template":["multipart/form-data"]},"registered":true},{"content-type":"multipart/header-set","encoding":"base64","xrefs":{"person":["Dave_Crocker"],"template":["multipart/header-set"]},"registered":true},{"content-type":"multipart/mixed","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/parallel","encoding":"8bit","xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"multipart/related","encoding":"base64","xrefs":{"rfc":["rfc2387"],"template":["multipart/related"]},"registered":true},{"content-type":"multipart/report","encoding":"base64","xrefs":{"rfc":["rfc6522"],"template":["multipart/report"]},"registered":true},{"content-type":"multipart/signed","encoding":"base64","xrefs":{"rfc":["rfc1847"],"template":["multipart/signed"]},"registered":true},{"content-type":"multipart/voice-message","encoding":"base64","xrefs":{"rfc":["rfc2421","rfc2423"],"template":["multipart/voice-message"]},"registered":true},{"content-type":"multipart/x-gzip","encoding":"base64","registered":false},{"content-type":"multipart/x-mixed-replace","encoding":"base64","xrefs":{"person":["Robin_Berjon","W3C"],"template":["multipart/x-mixed-replace"]},"registered":true},{"content-type":"multipart/x-parallel","encoding":"base64","obsolete":true,"use-instead":"multipart/parallel","registered":false},{"content-type":"multipart/x-tar","encoding":"base64","registered":false},{"content-type":"multipart/x-ustar","encoding":"base64","registered":false},{"content-type":"multipart/x-www-form-urlencoded","encoding":"base64","obsolete":true,"use-instead":"application/x-www-form-urlencoded","registered":false},{"content-type":"multipart/x-zip","encoding":"base64","registered":false},{"content-type":"text/1d-interleaved-parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6015"],"template":["text/1d-interleaved-parityfec"]},"registered":true},{"content-type":"text/cache-manifest","encoding":"quoted-printable","extensions":["appcache","manifest"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/cache-manifest"]},"registered":true},{"content-type":"text/calendar","friendly":{"en":"iCalendar"},"encoding":"quoted-printable","extensions":["ics","ifb"],"xrefs":{"rfc":["rfc5545"],"template":["text/calendar"]},"registered":true},{"content-type":"text/comma-separated-values","encoding":"8bit","extensions":["csv"],"obsolete":true,"use-instead":"text/csv","registered":false},{"content-type":"text/css","friendly":{"en":"Cascading Style Sheets (CSS)"},"encoding":"8bit","extensions":["css"],"xrefs":{"rfc":["rfc2318"],"template":["text/css"]},"registered":true},{"content-type":"text/csv","friendly":{"en":"Comma-Separated Values"},"encoding":"8bit","extensions":["csv"],"xrefs":{"rfc":["rfc4180","rfc7111"],"template":["text/csv"]},"registered":true},{"content-type":"text/csv-schema","encoding":"quoted-printable","xrefs":{"person":["David_Underdown","National_Archives_UK"],"template":["text/csv-schema"]},"registered":true},{"content-type":"text/directory","encoding":"quoted-printable","obsolete":true,"xrefs":{"rfc":["rfc2425","rfc6350"],"template":["text/directory"],"notes":["- DEPRECATED by RFC6350"]},"registered":true},{"content-type":"text/dns","encoding":"quoted-printable","xrefs":{"rfc":["rfc4027"],"template":["text/dns"]},"registered":true},{"content-type":"text/ecmascript","encoding":"quoted-printable","obsolete":true,"use-instead":"application/ecmascript","xrefs":{"rfc":["rfc4329"],"template":["text/ecmascript"],"notes":["- OBSOLETED in favor of application/ecmascript"]},"registered":true},{"content-type":"text/encaprtp","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/encaprtp"]},"registered":true},{"content-type":"text/enriched","encoding":"quoted-printable","xrefs":{"rfc":["rfc1896"]},"registered":true},{"content-type":"text/example","encoding":"quoted-printable","xrefs":{"rfc":["rfc4735"],"template":["text/example"]},"registered":true},{"content-type":"text/fwdred","encoding":"quoted-printable","xrefs":{"rfc":["rfc6354"],"template":["text/fwdred"]},"registered":true},{"content-type":"text/grammar-ref-list","encoding":"quoted-printable","xrefs":{"rfc":["rfc6787"],"template":["text/grammar-ref-list"]},"registered":true},{"content-type":"text/html","friendly":{"en":"HyperText Markup Language (HTML)"},"encoding":"8bit","extensions":["html","htm","htmlx","shtml","htx"],"xrefs":{"person":["Robin_Berjon","W3C"],"template":["text/html"]},"registered":true},{"content-type":"text/javascript","encoding":"quoted-printable","extensions":["js"],"obsolete":true,"use-instead":"application/javascript","xrefs":{"rfc":["rfc4329"],"template":["text/javascript"],"notes":["- OBSOLETED in favor of application/javascript"]},"registered":true},{"content-type":"text/jcr-cnd","encoding":"quoted-printable","xrefs":{"person":["Peeter_Piegaze"],"template":["text/jcr-cnd"]},"registered":true},{"content-type":"text/markdown","encoding":"quoted-printable","xrefs":{"rfc":["rfc7763"],"template":["text/markdown"]},"registered":true},{"content-type":"text/mizar","encoding":"quoted-printable","xrefs":{"person":["Jesse_Alama"],"template":["text/mizar"]},"registered":true},{"content-type":"text/n3","friendly":{"en":"Notation3"},"encoding":"quoted-printable","extensions":["n3"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/n3"]},"registered":true},{"content-type":"text/parameters","encoding":"quoted-printable","xrefs":{"draft":["RFC-ietf-mmusic-rfc2326bis-40"],"template":["text/parameters"]},"registered":true},{"content-type":"text/parityfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"text/plain","friendly":{"en":"Text File"},"encoding":"quoted-printable","extensions":["txt","asc","c","cc","h","hh","cpp","hpp","dat","hlp","conf","def","doc","in","list","log","markdown","md","rst","text","textile"],"xrefs":{"rfc":["rfc2046","rfc3676","rfc5147"]},"registered":true},{"content-type":"text/provenance-notation","encoding":"quoted-printable","xrefs":{"person":["Ivan_Herman","W3C"],"template":["text/provenance-notation"]},"registered":true},{"content-type":"text/prs.fallenstein.rst","encoding":"quoted-printable","extensions":["rst"],"xrefs":{"person":["Benja_Fallenstein"],"template":["text/prs.fallenstein.rst"]},"registered":true},{"content-type":"text/prs.lines.tag","friendly":{"en":"PRS Lines Tag"},"encoding":"quoted-printable","extensions":["dsc"],"xrefs":{"person":["John_Lines"],"template":["text/prs.lines.tag"]},"registered":true},{"content-type":"text/prs.prop.logic","encoding":"quoted-printable","xrefs":{"person":["Hans-Dieter_A._Hiep"],"template":["text/prs.prop.logic"]},"registered":true},{"content-type":"text/raptorfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc6682"],"template":["text/raptorfec"]},"registered":true},{"content-type":"text/RED","encoding":"quoted-printable","xrefs":{"rfc":["rfc4102"],"template":["text/RED"]},"registered":true},{"content-type":"text/rfc822-headers","encoding":"quoted-printable","xrefs":{"rfc":["rfc6522"],"template":["text/rfc822-headers"]},"registered":true},{"content-type":"text/richtext","friendly":{"en":"Rich Text Format (RTF)"},"encoding":"8bit","extensions":["rtx"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"text/rtf","encoding":"8bit","extensions":["rtf"],"xrefs":{"person":["Paul_Lindner"],"template":["text/rtf"]},"registered":true},{"content-type":"text/rtp-enc-aescm128","encoding":"quoted-printable","xrefs":{"person":["_3GPP"],"template":["text/rtp-enc-aescm128"]},"registered":true},{"content-type":"text/rtploopback","encoding":"quoted-printable","xrefs":{"rfc":["rfc6849"],"template":["text/rtploopback"]},"registered":true},{"content-type":"text/rtx","encoding":"quoted-printable","xrefs":{"rfc":["rfc4588"],"template":["text/rtx"]},"registered":true},{"content-type":"text/sgml","friendly":{"en":"Standard Generalized Markup Language (SGML)"},"encoding":"quoted-printable","extensions":["sgml","sgm"],"xrefs":{"rfc":["rfc1874"],"template":["text/SGML"]},"registered":true},{"content-type":"text/t140","encoding":"quoted-printable","xrefs":{"rfc":["rfc4103"],"template":["text/t140"]},"registered":true},{"content-type":"text/tab-separated-values","friendly":{"en":"Tab Separated Values"},"encoding":"quoted-printable","extensions":["tsv"],"xrefs":{"person":["Paul_Lindner"],"template":["text/tab-separated-values"]},"registered":true},{"content-type":"text/troff","friendly":{"en":"troff"},"encoding":"8bit","extensions":["t","tr","roff","troff","man","me","ms"],"xrefs":{"rfc":["rfc4263"],"template":["text/troff"]},"registered":true},{"content-type":"text/turtle","friendly":{"en":"Turtle (Terse RDF Triple Language)"},"encoding":"quoted-printable","extensions":["ttl"],"xrefs":{"person":["Eric_Prudhommeaux","W3C"],"template":["text/turtle"]},"registered":true},{"content-type":"text/ulpfec","encoding":"quoted-printable","xrefs":{"rfc":["rfc5109"],"template":["text/ulpfec"]},"registered":true},{"content-type":"text/uri-list","friendly":{"en":"URI Resolution Services"},"encoding":"quoted-printable","extensions":["uri","uris","urls"],"xrefs":{"rfc":["rfc2483"],"template":["text/uri-list"]},"registered":true},{"content-type":"text/vcard","encoding":"quoted-printable","extensions":["vcard"],"xrefs":{"rfc":["rfc6350"],"template":["text/vcard"]},"registered":true,"signature":true},{"content-type":"text/vnd.a","encoding":"quoted-printable","xrefs":{"person":["Regis_Dehoux"],"template":["text/vnd-a"]},"registered":true},{"content-type":"text/vnd.abc","encoding":"quoted-printable","xrefs":{"person":["Steve_Allen"],"template":["text/vnd.abc"]},"registered":true},{"content-type":"text/vnd.curl","friendly":{"en":"Curl - Applet"},"encoding":"quoted-printable","extensions":["curl"],"xrefs":{"person":["Robert_Byrnes"],"template":["text/vnd-curl"]},"registered":true},{"content-type":"text/vnd.curl.dcurl","friendly":{"en":"Curl - Detached Applet"},"encoding":"quoted-printable","extensions":["dcurl"],"registered":false},{"content-type":"text/vnd.curl.mcurl","friendly":{"en":"Curl - Manifest File"},"encoding":"quoted-printable","extensions":["mcurl"],"registered":false},{"content-type":"text/vnd.curl.scurl","friendly":{"en":"Curl - Source Code"},"encoding":"quoted-printable","extensions":["scurl"],"registered":false},{"content-type":"text/vnd.debian.copyright","encoding":"quoted-printable","xrefs":{"person":["Charles_Plessy"],"template":["text/vnd.debian.copyright"]},"registered":true},{"content-type":"text/vnd.DMClientScript","encoding":"quoted-printable","xrefs":{"person":["Dan_Bradley"],"template":["text/vnd.DMClientScript"]},"registered":true},{"content-type":"text/vnd.dvb.subtitle","encoding":"quoted-printable","extensions":["sub"],"xrefs":{"person":["Michael_Lagally","Peter_Siebert"],"template":["text/vnd.dvb.subtitle"]},"registered":true},{"content-type":"text/vnd.esmertec.theme-descriptor","encoding":"quoted-printable","xrefs":{"person":["Stefan_Eilemann"],"template":["text/vnd.esmertec.theme-descriptor"]},"registered":true},{"content-type":"text/vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/vnd.fly","friendly":{"en":"mod_fly / fly.cgi"},"encoding":"quoted-printable","extensions":["fly"],"xrefs":{"person":["John-Mark_Gurney"],"template":["text/vnd.fly"]},"registered":true},{"content-type":"text/vnd.fmi.flexstor","friendly":{"en":"FLEXSTOR"},"encoding":"quoted-printable","extensions":["flx"],"xrefs":{"person":["Kari_E._Hurtta"],"template":["text/vnd.fmi.flexstor"]},"registered":true},{"content-type":"text/vnd.graphviz","friendly":{"en":"Graphviz"},"encoding":"quoted-printable","extensions":["gv"],"xrefs":{"person":["John_Ellson"],"template":["text/vnd.graphviz"]},"registered":true},{"content-type":"text/vnd.in3d.3dml","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["3dml"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.3dml"]},"registered":true},{"content-type":"text/vnd.in3d.spot","friendly":{"en":"In3D - 3DML"},"encoding":"quoted-printable","extensions":["spot"],"xrefs":{"person":["Michael_Powers"],"template":["text/vnd.in3d.spot"]},"registered":true},{"content-type":"text/vnd.IPTC.NewsML","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NewsML"]},"registered":true},{"content-type":"text/vnd.IPTC.NITF","encoding":"quoted-printable","xrefs":{"person":["IPTC"],"template":["text/vnd.IPTC.NITF"]},"registered":true},{"content-type":"text/vnd.latex-z","encoding":"quoted-printable","xrefs":{"person":["Mikusiak_Lubos"],"template":["text/vnd.latex-z"]},"registered":true},{"content-type":"text/vnd.motorola.reflex","encoding":"quoted-printable","xrefs":{"person":["Mark_Patton"],"template":["text/vnd.motorola.reflex"]},"registered":true},{"content-type":"text/vnd.ms-mediapackage","encoding":"quoted-printable","xrefs":{"person":["Jan_Nelson"],"template":["text/vnd.ms-mediapackage"]},"registered":true},{"content-type":"text/vnd.net2phone.commcenter.command","encoding":"quoted-printable","extensions":["ccc"],"xrefs":{"person":["Feiyu_Xie"],"template":["text/vnd.net2phone.commcenter.command"]},"registered":true},{"content-type":"text/vnd.radisys.msml-basic-layout","encoding":"quoted-printable","xrefs":{"rfc":["rfc5707"],"template":["text/vnd.radisys.msml-basic-layout"]},"registered":true},{"content-type":"text/vnd.si.uricatalogue","encoding":"quoted-printable","obsolete":true,"xrefs":{"person":["Nicholas_Parks_Young"],"template":["text/vnd.si.uricatalogue"],"notes":["- OBSOLETED by request"]},"registered":true},{"content-type":"text/vnd.sun.j2me.app-descriptor","friendly":{"en":"J2ME App Descriptor"},"encoding":"8bit","extensions":["jad"],"xrefs":{"person":["Gary_Adams"],"template":["text/vnd.sun.j2me.app-descriptor"]},"registered":true},{"content-type":"text/vnd.trolltech.linguist","encoding":"quoted-printable","xrefs":{"person":["David_Lee_Lambert"],"template":["text/vnd.trolltech.linguist"]},"registered":true},{"content-type":"text/vnd.wap.si","encoding":"quoted-printable","extensions":["si"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.si"]},"registered":true},{"content-type":"text/vnd.wap.sl","encoding":"quoted-printable","extensions":["sl"],"xrefs":{"person":["WAP-Forum"],"template":["text/vnd.wap.sl"]},"registered":true},{"content-type":"text/vnd.wap.wml","friendly":{"en":"Wireless Markup Language (WML)"},"encoding":"quoted-printable","extensions":["wml"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap-wml"]},"registered":true},{"content-type":"text/vnd.wap.wmlscript","friendly":{"en":"Wireless Markup Language Script (WMLScript)"},"encoding":"quoted-printable","extensions":["wmls"],"xrefs":{"person":["Peter_Stark"],"template":["text/vnd.wap.wmlscript"]},"registered":true},{"content-type":"text/x-asm","friendly":{"en":"Assembler Source File"},"encoding":"quoted-printable","extensions":["asm","s"],"registered":false},{"content-type":"text/x-c","friendly":{"en":"C Source File"},"encoding":"quoted-printable","extensions":["c","cc","cpp","cxx","dic","h","hh"],"registered":false},{"content-type":"text/x-coffescript","encoding":"8bit","extensions":["coffee"],"registered":false},{"content-type":"text/x-component","encoding":"8bit","extensions":["htc"],"registered":false},{"content-type":"text/x-fortran","friendly":{"en":"Fortran Source File"},"encoding":"quoted-printable","extensions":["f","f77","f90","for"],"registered":false},{"content-type":"text/x-java-source","friendly":{"en":"Java Source File"},"encoding":"quoted-printable","extensions":["java"],"registered":false},{"content-type":"text/x-nfo","encoding":"quoted-printable","extensions":["nfo"],"registered":false},{"content-type":"text/x-opml","encoding":"quoted-printable","extensions":["opml"],"registered":false},{"content-type":"text/x-pascal","friendly":{"en":"Pascal Source File"},"encoding":"quoted-printable","extensions":["p","pas"],"registered":false},{"content-type":"text/x-rtf","encoding":"8bit","extensions":["rtf"],"obsolete":true,"use-instead":"text/rtf","registered":false},{"content-type":"text/x-setext","friendly":{"en":"Setext"},"encoding":"quoted-printable","extensions":["etx"],"registered":false},{"content-type":"text/x-sfv","encoding":"quoted-printable","extensions":["sfv"],"registered":false},{"content-type":"text/x-uuencode","friendly":{"en":"UUEncode"},"encoding":"quoted-printable","extensions":["uu"],"registered":false},{"content-type":"text/x-vcalendar","friendly":{"en":"vCalendar"},"encoding":"8bit","extensions":["vcs"],"registered":false},{"content-type":"text/x-vcard","friendly":{"en":"vCard"},"encoding":"8bit","extensions":["vcf"],"registered":false,"signature":true},{"content-type":"text/x-vnd.flatland.3dml","encoding":"quoted-printable","obsolete":true,"use-instead":"model/vnd.flatland.3dml","registered":false},{"content-type":"text/x-yaml","encoding":"8bit","extensions":["yaml","yml"],"registered":false},{"content-type":"text/xml","encoding":"8bit","extensions":["xml","dtd"],"xrefs":{"rfc":["rfc7303"],"template":["text/xml"]},"registered":true},{"content-type":"text/xml-external-parsed-entity","encoding":"quoted-printable","xrefs":{"rfc":["rfc7303"],"template":["text/xml-external-parsed-entity"]},"registered":true},{"content-type":"video/1d-interleaved-parityfec","encoding":"base64","xrefs":{"rfc":["rfc6015"],"template":["video/1d-interleaved-parityfec"]},"registered":true},{"content-type":"video/3gpp","friendly":{"en":"3GP"},"encoding":"base64","extensions":["3gp","3gpp"],"xrefs":{"rfc":["rfc3839","rfc6381"],"template":["video/3gpp"]},"registered":true},{"content-type":"video/3gpp-tt","encoding":"base64","xrefs":{"rfc":["rfc4396"],"template":["video/3gpp-tt"]},"registered":true},{"content-type":"video/3gpp2","friendly":{"en":"3GP2"},"encoding":"base64","extensions":["3g2","3gpp2"],"xrefs":{"rfc":["rfc4393","rfc6381"],"template":["video/3gpp2"]},"registered":true},{"content-type":"video/BMPEG","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BMPEG"]},"registered":true},{"content-type":"video/BT656","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/BT656"]},"registered":true},{"content-type":"video/CelB","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/CelB"]},"registered":true},{"content-type":"video/dl","encoding":"base64","extensions":["dl"],"obsolete":true,"use-instead":"video/x-dl","registered":false},{"content-type":"video/DV","encoding":"base64","extensions":["dv"],"xrefs":{"rfc":["rfc6469"],"template":["video/DV"]},"registered":true},{"content-type":"video/encaprtp","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/encaprtp"]},"registered":true},{"content-type":"video/example","encoding":"base64","xrefs":{"rfc":["rfc4735"],"template":["video/example"]},"registered":true},{"content-type":"video/gl","encoding":"base64","extensions":["gl"],"obsolete":true,"use-instead":"video/x-gl","registered":false},{"content-type":"video/H261","friendly":{"en":"H.261"},"encoding":"base64","extensions":["h261"],"xrefs":{"rfc":["rfc4587"],"template":["video/H261"]},"registered":true},{"content-type":"video/H263","friendly":{"en":"H.263"},"encoding":"base64","extensions":["h263"],"xrefs":{"rfc":["rfc3555"],"template":["video/H263"]},"registered":true},{"content-type":"video/H263-1998","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-1998"]},"registered":true},{"content-type":"video/H263-2000","encoding":"base64","xrefs":{"rfc":["rfc4629"],"template":["video/H263-2000"]},"registered":true},{"content-type":"video/H264","friendly":{"en":"H.264"},"encoding":"base64","extensions":["h264"],"xrefs":{"rfc":["rfc6184"],"template":["video/H264"]},"registered":true},{"content-type":"video/H264-RCDO","encoding":"base64","xrefs":{"rfc":["rfc6185"],"template":["video/H264-RCDO"]},"registered":true},{"content-type":"video/H264-SVC","encoding":"base64","xrefs":{"rfc":["rfc6190"],"template":["video/H264-SVC"]},"registered":true},{"content-type":"video/H265","encoding":"base64","xrefs":{"rfc":["rfc7798"],"template":["video/H265"]},"registered":true},{"content-type":"video/iso.segment","encoding":"base64","xrefs":{"person":["David_Singer","ISO-IEC_JTC1"],"template":["video/iso.segment"]},"registered":true},{"content-type":"video/JPEG","friendly":{"en":"JPGVideo"},"encoding":"base64","extensions":["jpgv"],"xrefs":{"rfc":["rfc3555"],"template":["video/JPEG"]},"registered":true},{"content-type":"video/jpeg2000","encoding":"base64","xrefs":{"rfc":["rfc5371","rfc5372"],"template":["video/jpeg2000"]},"registered":true},{"content-type":"video/jpm","friendly":{"en":"JPEG 2000 Compound Image File Format"},"encoding":"base64","extensions":["jpgm","jpm"],"registered":false},{"content-type":"video/MJ2","friendly":{"en":"Motion JPEG 2000"},"encoding":"base64","extensions":["mj2","mjp2"],"xrefs":{"rfc":["rfc3745"],"template":["video/mj2"]},"registered":true},{"content-type":"video/MP1S","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP1S"]},"registered":true},{"content-type":"video/MP2P","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MP2P"]},"registered":true},{"content-type":"video/MP2T","encoding":"base64","extensions":["ts"],"xrefs":{"rfc":["rfc3555"],"template":["video/MP2T"]},"registered":true},{"content-type":"video/mp4","friendly":{"en":"MPEG-4 Video"},"encoding":"base64","extensions":["mp4","mpg4","f4v","f4p","mp4v"],"xrefs":{"rfc":["rfc4337","rfc6381"],"template":["video/mp4"]},"registered":true},{"content-type":"video/MP4V-ES","encoding":"base64","xrefs":{"rfc":["rfc6416"],"template":["video/MP4V-ES"]},"registered":true},{"content-type":"video/mpeg","friendly":{"en":"MPEG Video"},"encoding":"base64","extensions":["mp2","mp3g","mpe","mpeg","mpg","m1v","m2v"],"xrefs":{"rfc":["rfc2045","rfc2046"]},"registered":true},{"content-type":"video/mpeg4-generic","encoding":"base64","xrefs":{"rfc":["rfc3640"],"template":["video/mpeg4-generic"]},"registered":true},{"content-type":"video/MPV","encoding":"base64","xrefs":{"rfc":["rfc3555"],"template":["video/MPV"]},"registered":true},{"content-type":"video/nv","encoding":"base64","xrefs":{"rfc":["rfc4856"],"template":["video/nv"]},"registered":true},{"content-type":"video/ogg","friendly":{"en":"Ogg Video"},"encoding":"base64","extensions":["ogg","ogv"],"xrefs":{"rfc":["rfc5334","rfc7845"],"template":["video/ogg"]},"registered":true},{"content-type":"video/parityfec","encoding":"base64","xrefs":{"rfc":["rfc5109"]},"registered":true},{"content-type":"video/pointer","encoding":"base64","xrefs":{"rfc":["rfc2862"],"template":["video/pointer"]},"registered":true},{"content-type":"video/quicktime","friendly":{"en":"Quicktime Video"},"encoding":"base64","extensions":["qt","mov"],"xrefs":{"rfc":["rfc6381"],"person":["Paul_Lindner"],"template":["video/quicktime"]},"registered":true},{"content-type":"video/raptorfec","encoding":"base64","xrefs":{"rfc":["rfc6682"],"template":["video/raptorfec"]},"registered":true},{"content-type":"video/raw","encoding":"base64","xrefs":{"rfc":["rfc4175"]},"registered":true},{"content-type":"video/rtp-enc-aescm128","encoding":"base64","xrefs":{"person":["_3GPP"],"template":["video/rtp-enc-aescm128"]},"registered":true},{"content-type":"video/rtploopback","encoding":"base64","xrefs":{"rfc":["rfc6849"],"template":["video/rtploopback"]},"registered":true},{"content-type":"video/rtx","encoding":"base64","xrefs":{"rfc":["rfc4588"],"template":["video/rtx"]},"registered":true},{"content-type":"video/SMPTE292M","encoding":"base64","xrefs":{"rfc":["rfc3497"],"template":["video/SMPTE292M"]},"registered":true},{"content-type":"video/ulpfec","encoding":"base64","xrefs":{"rfc":["rfc5109"],"template":["video/ulpfec"]},"registered":true},{"content-type":"video/vc1","encoding":"base64","xrefs":{"rfc":["rfc4425"],"template":["video/vc1"]},"registered":true},{"content-type":"video/vnd.CCTV","encoding":"base64","xrefs":{"person":["Frank_Rottmann"],"template":["video/vnd.CCTV"]},"registered":true},{"content-type":"video/vnd.dece.hd","friendly":{"en":"DECE High Definition Video"},"encoding":"base64","extensions":["uvh","uvvh"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.hd"]},"registered":true},{"content-type":"video/vnd.dece.mobile","friendly":{"en":"DECE Mobile Video"},"encoding":"base64","extensions":["uvm","uvvm"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.mobile"]},"registered":true},{"content-type":"video/vnd.dece.mp4","encoding":"base64","xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece-mp4"]},"registered":true},{"content-type":"video/vnd.dece.pd","friendly":{"en":"DECE PD Video"},"encoding":"base64","extensions":["uvp","uvvp"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.pd"]},"registered":true},{"content-type":"video/vnd.dece.sd","friendly":{"en":"DECE SD Video"},"encoding":"base64","extensions":["uvs","uvvs"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.sd"]},"registered":true},{"content-type":"video/vnd.dece.video","friendly":{"en":"DECE Video"},"encoding":"base64","extensions":["uvv","uvvv"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.dece.video"]},"registered":true},{"content-type":"video/vnd.directv.mpeg","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv-mpeg"]},"registered":true},{"content-type":"video/vnd.directv.mpeg-tts","encoding":"base64","xrefs":{"person":["Nathan_Zerbe"],"template":["video/vnd.directv.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dlna.mpeg-tts","encoding":"base64","xrefs":{"person":["Edwin_Heredia"],"template":["video/vnd.dlna.mpeg-tts"]},"registered":true},{"content-type":"video/vnd.dvb.file","encoding":"base64","extensions":["dvb"],"xrefs":{"person":["Kevin_Murray","Peter_Siebert"],"template":["video/vnd.dvb.file"]},"registered":true},{"content-type":"video/vnd.fvt","friendly":{"en":"FAST Search & Transfer ASA"},"encoding":"base64","extensions":["fvt"],"xrefs":{"person":["Arild_Fuldseth"],"template":["video/vnd.fvt"]},"registered":true},{"content-type":"video/vnd.hns.video","encoding":"base64","xrefs":{"person":["Swaminathan"],"template":["video/vnd.hns.video"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.1dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.1dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-1010","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-1010"]},"registered":true},{"content-type":"video/vnd.iptvforum.2dparityfec-2005","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.2dparityfec-2005"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsavc","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsavc"]},"registered":true},{"content-type":"video/vnd.iptvforum.ttsmpeg2","encoding":"base64","xrefs":{"person":["Shuji_Nakamura"],"template":["video/vnd.iptvforum.ttsmpeg2"]},"registered":true},{"content-type":"video/vnd.motorola.video","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.video"]},"registered":true},{"content-type":"video/vnd.motorola.videop","encoding":"base64","xrefs":{"person":["Tom_McGinty"],"template":["video/vnd.motorola.videop"]},"registered":true},{"content-type":"video/vnd.mpegurl","friendly":{"en":"MPEG Url"},"encoding":"8bit","extensions":["mxu","m4u"],"xrefs":{"person":["Heiko_Recktenwald"],"template":["video/vnd-mpegurl"]},"registered":true},{"content-type":"video/vnd.ms-playready.media.pyv","friendly":{"en":"Microsoft PlayReady Ecosystem Video"},"encoding":"base64","extensions":["pyv"],"xrefs":{"person":["Steve_DiAcetis"],"template":["video/vnd.ms-playready.media.pyv"]},"registered":true},{"content-type":"video/vnd.nokia.interleaved-multimedia","encoding":"base64","extensions":["nim"],"xrefs":{"person":["Petteri_Kangaslampi"],"template":["video/vnd.nokia.interleaved-multimedia"]},"registered":true},{"content-type":"video/vnd.nokia.videovoip","encoding":"base64","xrefs":{"person":["Nokia"],"template":["video/vnd.nokia.videovoip"]},"registered":true},{"content-type":"video/vnd.objectvideo","encoding":"base64","extensions":["mp4","m4v"],"xrefs":{"person":["John_Clark"],"template":["video/vnd.objectvideo"]},"registered":true},{"content-type":"video/vnd.radgamettools.bink","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.bink"]},"registered":true},{"content-type":"video/vnd.radgamettools.smacker","encoding":"base64","xrefs":{"person":["Henrik_Andersson"],"template":["video/vnd.radgamettools.smacker"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg1","encoding":"base64","extensions":["s11"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg1"]},"registered":true},{"content-type":"video/vnd.sealed.mpeg4","encoding":"base64","extensions":["smpg","s14"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed.mpeg4"]},"registered":true},{"content-type":"video/vnd.sealed.swf","encoding":"base64","extensions":["sswf","ssw"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealed-swf"]},"registered":true},{"content-type":"video/vnd.sealedmedia.softseal.mov","encoding":"base64","extensions":["smov","smo","s1q"],"xrefs":{"person":["David_Petersen"],"template":["video/vnd.sealedmedia.softseal-mov"]},"registered":true},{"content-type":"video/vnd.uvvu.mp4","friendly":{"en":"DECE MP4"},"encoding":"base64","extensions":["uvu","uvvu"],"xrefs":{"person":["Michael_A_Dolan"],"template":["video/vnd.uvvu-mp4"]},"registered":true},{"content-type":"video/vnd.vivo","friendly":{"en":"Vivo"},"encoding":"base64","extensions":["viv","vivo"],"xrefs":{"person":["John_Wolfe"],"template":["video/vnd-vivo"]},"registered":true},{"content-type":"video/VP8","encoding":"base64","xrefs":{"draft":["RFC-ietf-payload-vp8-17"],"template":["video/VP8"]},"registered":true},{"content-type":"video/webm","friendly":{"en":"Open Web Media Project - Video"},"encoding":"base64","extensions":["webm"],"registered":false},{"content-type":"video/x-dl","encoding":"base64","extensions":["dl"],"registered":false},{"content-type":"video/x-dv","encoding":"base64","extensions":["dv"],"obsolete":true,"use-instead":"video/DV","registered":false},{"content-type":"video/x-f4v","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["f4v"],"registered":false},{"content-type":"video/x-fli","friendly":{"en":"FLI/FLC Animation Format"},"encoding":"base64","extensions":["fli"],"registered":false},{"content-type":"video/x-flv","friendly":{"en":"Flash Video"},"encoding":"base64","extensions":["flv"],"registered":false},{"content-type":"video/x-gl","encoding":"base64","extensions":["gl"],"registered":false},{"content-type":"video/x-ivf","encoding":"base64","extensions":["ivf"],"registered":false},{"content-type":"video/x-m4v","friendly":{"en":"M4v"},"encoding":"base64","extensions":["m4v"],"registered":false},{"content-type":"video/x-matroska","encoding":"base64","extensions":["mk3d","mks","mkv"],"registered":false},{"content-type":"video/x-mng","encoding":"base64","extensions":["mng"],"registered":false},{"content-type":"video/x-motion-jpeg","encoding":"base64","extensions":["mjpg","mjpeg"],"registered":false},{"content-type":"video/x-ms-asf","friendly":{"en":"Microsoft Advanced Systems Format (ASF)"},"encoding":"base64","extensions":["asf","asx"],"registered":false},{"content-type":"video/x-ms-vob","encoding":"base64","extensions":["vob"],"registered":false},{"content-type":"video/x-ms-wm","friendly":{"en":"Microsoft Windows Media"},"encoding":"base64","extensions":["wm"],"registered":false},{"content-type":"video/x-ms-wmv","friendly":{"en":"Microsoft Windows Media Video"},"encoding":"base64","extensions":["wmv"],"registered":false},{"content-type":"video/x-ms-wmx","friendly":{"en":"Microsoft Windows Media Audio/Video Playlist"},"encoding":"base64","extensions":["wmx"],"registered":false},{"content-type":"video/x-ms-wvx","friendly":{"en":"Microsoft Windows Media Video Playlist"},"encoding":"base64","extensions":["wvx"],"registered":false},{"content-type":"video/x-msvideo","friendly":{"en":"Audio Video Interleave (AVI)"},"encoding":"base64","extensions":["avi"],"registered":false},{"content-type":"video/x-sgi-movie","friendly":{"en":"SGI Movie"},"encoding":"base64","extensions":["movie"],"registered":false},{"content-type":"video/x-smv","encoding":"base64","extensions":["smv"],"registered":false},{"content-type":"x-chemical/x-pdb","encoding":"base64","extensions":["pdb"],"registered":false},{"content-type":"x-chemical/x-xyz","encoding":"base64","extensions":["xyz"],"registered":false},{"content-type":"x-conference/x-cooltalk","friendly":{"en":"CoolTalk"},"encoding":"base64","extensions":["ice"],"registered":false},{"content-type":"x-drawing/dwf","encoding":"base64","extensions":["dwf"],"registered":false},{"content-type":"x-world/x-vrml","encoding":"base64","extensions":["wrl","vrml"],"registered":false}]
|
@@ -0,0 +1,1964 @@
|
|
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/alto-costmap+json
|
9
|
+
application/alto-costmapfilter+json
|
10
|
+
application/alto-directory+json
|
11
|
+
application/alto-endpointcost+json
|
12
|
+
application/alto-endpointcostparams+json
|
13
|
+
application/alto-endpointprop+json
|
14
|
+
application/alto-endpointpropparams+json
|
15
|
+
application/alto-error+json
|
16
|
+
application/alto-networkmap+json
|
17
|
+
application/alto-networkmapfilter+json
|
18
|
+
application/AML
|
19
|
+
application/andrew-inset ez
|
20
|
+
application/appledouble
|
21
|
+
application/applefile
|
22
|
+
application/applixware aw
|
23
|
+
application/ATF
|
24
|
+
application/ATFX
|
25
|
+
application/atom+xml atom
|
26
|
+
application/atomcat+xml atomcat
|
27
|
+
application/atomdeleted+xml
|
28
|
+
application/atomicmail
|
29
|
+
application/atomsvc+xml atomsvc
|
30
|
+
application/ATXML
|
31
|
+
application/auth-policy+xml
|
32
|
+
application/bacnet-xdd+zip
|
33
|
+
application/batch-SMTP
|
34
|
+
application/beep+xml
|
35
|
+
application/bleeper bleep
|
36
|
+
application/calendar+json
|
37
|
+
application/calendar+xml
|
38
|
+
application/call-completion
|
39
|
+
application/cals-1840
|
40
|
+
application/cals1840
|
41
|
+
application/cbor
|
42
|
+
application/ccmp+xml
|
43
|
+
application/ccxml+xml ccxml
|
44
|
+
application/CDFX+XML
|
45
|
+
application/cdmi-capability cdmia
|
46
|
+
application/cdmi-container cdmic
|
47
|
+
application/cdmi-domain cdmid
|
48
|
+
application/cdmi-object cdmio
|
49
|
+
application/cdmi-queue cdmiq
|
50
|
+
application/cdni
|
51
|
+
application/CEA
|
52
|
+
application/cea-2018+xml
|
53
|
+
application/cellml+xml
|
54
|
+
application/cfw
|
55
|
+
application/clariscad
|
56
|
+
application/cms
|
57
|
+
application/cnrp+xml
|
58
|
+
application/coap-group+json
|
59
|
+
application/commonground
|
60
|
+
application/conference-info+xml
|
61
|
+
application/cpl+xml
|
62
|
+
application/csrattrs
|
63
|
+
application/csta+xml
|
64
|
+
application/CSTAdata+xml
|
65
|
+
application/csvm+json
|
66
|
+
application/cu-seeme cu
|
67
|
+
application/cybercash
|
68
|
+
application/dash+xml
|
69
|
+
application/dashdelta
|
70
|
+
application/davmount+xml davmount
|
71
|
+
application/dca-rft
|
72
|
+
application/DCD
|
73
|
+
application/dec-dx
|
74
|
+
application/dialog-info+xml
|
75
|
+
application/dicom dcm
|
76
|
+
application/DII
|
77
|
+
application/DIT
|
78
|
+
application/dns
|
79
|
+
application/docbook+xml dbk
|
80
|
+
application/drafting
|
81
|
+
application/dskpp+xml
|
82
|
+
application/dssc+der dssc
|
83
|
+
application/dssc+xml xdssc
|
84
|
+
application/dvcs
|
85
|
+
application/dxf
|
86
|
+
application/ecmascript ecma
|
87
|
+
application/EDI-consent
|
88
|
+
application/EDI-X12
|
89
|
+
application/EDIFACT
|
90
|
+
application/efi
|
91
|
+
application/EmergencyCallData.Comment+xml
|
92
|
+
application/EmergencyCallData.DeviceInfo+xml
|
93
|
+
application/EmergencyCallData.ProviderInfo+xml
|
94
|
+
application/EmergencyCallData.ServiceInfo+xml
|
95
|
+
application/EmergencyCallData.SubscriberInfo+xml
|
96
|
+
application/emma+xml emma
|
97
|
+
application/emotionml+xml
|
98
|
+
application/encaprtp
|
99
|
+
application/epp+xml
|
100
|
+
application/epub+zip epub
|
101
|
+
application/eshop
|
102
|
+
application/example
|
103
|
+
application/excel xls xlt
|
104
|
+
application/exi exi
|
105
|
+
application/fastinfoset
|
106
|
+
application/fastsoap
|
107
|
+
application/fdt+xml
|
108
|
+
application/fits
|
109
|
+
application/font-sfnt otf ttf
|
110
|
+
application/font-tdpfr pfr
|
111
|
+
application/font-woff woff woff2
|
112
|
+
application/fractals
|
113
|
+
application/framework-attributes+xml
|
114
|
+
application/futuresplash spl
|
115
|
+
application/ghostview
|
116
|
+
application/gml+xml gml
|
117
|
+
application/gpx+xml gpx
|
118
|
+
application/gxf gxf
|
119
|
+
application/gzip gz
|
120
|
+
application/H224
|
121
|
+
application/held+xml
|
122
|
+
application/hep hep
|
123
|
+
application/http
|
124
|
+
application/hyperstudio stk
|
125
|
+
application/i-deas
|
126
|
+
application/ibe-key-request+xml
|
127
|
+
application/ibe-pkg-reply+xml
|
128
|
+
application/ibe-pp-data
|
129
|
+
application/iges
|
130
|
+
application/im-iscomposing+xml
|
131
|
+
application/imagemap imagemap imap
|
132
|
+
application/index
|
133
|
+
application/index.cmd
|
134
|
+
application/index.obj
|
135
|
+
application/index.response
|
136
|
+
application/index.vnd
|
137
|
+
application/inkml+xml ink inkml
|
138
|
+
application/iotp
|
139
|
+
application/ipfix ipfix
|
140
|
+
application/ipp
|
141
|
+
application/isup
|
142
|
+
application/its+xml
|
143
|
+
application/java-archive jar
|
144
|
+
application/java-serialized-object ser
|
145
|
+
application/java-vm class
|
146
|
+
application/javascript js sj
|
147
|
+
application/jose
|
148
|
+
application/jose+json
|
149
|
+
application/jrd+json
|
150
|
+
application/json json
|
151
|
+
application/json-patch+json
|
152
|
+
application/json-seq
|
153
|
+
application/jsonml+json jsonml
|
154
|
+
application/jwk+json
|
155
|
+
application/jwk-set+json
|
156
|
+
application/jwt
|
157
|
+
application/kpml-request+xml
|
158
|
+
application/kpml-response+xml
|
159
|
+
application/ld+json
|
160
|
+
application/link-format
|
161
|
+
application/load-control+xml
|
162
|
+
application/lost+xml lostxml
|
163
|
+
application/lostsync+xml
|
164
|
+
application/lotus-123 wks
|
165
|
+
application/LXF
|
166
|
+
application/mac-binhex40 hqx
|
167
|
+
application/mac-compactpro cpt
|
168
|
+
application/macbinary
|
169
|
+
application/macwriteii
|
170
|
+
application/mads+xml mads
|
171
|
+
application/marc mrc
|
172
|
+
application/marcxml+xml mrcx
|
173
|
+
application/mathcad mcd
|
174
|
+
application/mathematica ma mb nb
|
175
|
+
application/mathematica-old
|
176
|
+
application/mathml+xml mathml
|
177
|
+
application/mathml-content+xml
|
178
|
+
application/mathml-presentation+xml
|
179
|
+
application/mbms-associated-procedure-description+xml
|
180
|
+
application/mbms-deregister+xml
|
181
|
+
application/mbms-envelope+xml
|
182
|
+
application/mbms-msk+xml
|
183
|
+
application/mbms-msk-response+xml
|
184
|
+
application/mbms-protection-description+xml
|
185
|
+
application/mbms-reception-report+xml
|
186
|
+
application/mbms-register+xml
|
187
|
+
application/mbms-register-response+xml
|
188
|
+
application/mbms-schedule+xml
|
189
|
+
application/mbms-user-service-description+xml
|
190
|
+
application/mbox mbox
|
191
|
+
application/media-policy-dataset+xml
|
192
|
+
application/media_control+xml
|
193
|
+
application/mediaservercontrol+xml mscml
|
194
|
+
application/merge-patch+json
|
195
|
+
application/metalink+xml metalink
|
196
|
+
application/metalink4+xml meta4
|
197
|
+
application/mets+xml mets
|
198
|
+
application/MF4
|
199
|
+
application/mikey
|
200
|
+
application/mods+xml mods
|
201
|
+
application/moss-keys
|
202
|
+
application/moss-signature
|
203
|
+
application/mosskey-data
|
204
|
+
application/mosskey-request
|
205
|
+
application/mp21 m21 mp21
|
206
|
+
application/mp4 mp4 mpg4 mp4s
|
207
|
+
application/mpeg4-generic
|
208
|
+
application/mpeg4-iod
|
209
|
+
application/mpeg4-iod-xmt
|
210
|
+
application/mrb-consumer+xml
|
211
|
+
application/mrb-publish+xml
|
212
|
+
application/msc-ivr+xml
|
213
|
+
application/msc-mixer+xml
|
214
|
+
application/msword doc dot wrd
|
215
|
+
application/mxf mxf
|
216
|
+
application/nasdata
|
217
|
+
application/netcdf nc cdf
|
218
|
+
application/news-checkgroups
|
219
|
+
application/news-groupinfo
|
220
|
+
application/news-message-id
|
221
|
+
application/news-transmission
|
222
|
+
application/nlsml+xml
|
223
|
+
application/nss
|
224
|
+
application/ocsp-request
|
225
|
+
application/ocsp-response
|
226
|
+
application/octet-stream bin dms lha lzh exe class ani pgp gpg so dll dylib bpk deploy dist distz dump elc lrf mar pkg
|
227
|
+
application/oda oda
|
228
|
+
application/ODX
|
229
|
+
application/oebps-package+xml opf
|
230
|
+
application/ogg ogx
|
231
|
+
application/omdoc+xml omdoc
|
232
|
+
application/onenote onepkg onetmp onetoc onetoc2
|
233
|
+
application/oxps oxps
|
234
|
+
application/p2p-overlay+xml
|
235
|
+
application/parityfec
|
236
|
+
application/patch-ops-error+xml xer
|
237
|
+
application/pdf pdf
|
238
|
+
application/PDX
|
239
|
+
application/pgp-encrypted pgp gpg
|
240
|
+
application/pgp-keys
|
241
|
+
application/pgp-signature asc sig
|
242
|
+
application/pics-rules prf
|
243
|
+
application/pidf+xml
|
244
|
+
application/pidf-diff+xml
|
245
|
+
application/pkcs10 p10
|
246
|
+
application/pkcs12
|
247
|
+
application/pkcs7-mime p7m p7c
|
248
|
+
application/pkcs7-signature p7s
|
249
|
+
application/pkcs8 p8
|
250
|
+
application/pkix-attr-cert ac
|
251
|
+
application/pkix-cert cer
|
252
|
+
application/pkix-crl crl
|
253
|
+
application/pkix-pkipath pkipath
|
254
|
+
application/pkixcmp pki
|
255
|
+
application/pls+xml pls
|
256
|
+
application/poc-settings+xml
|
257
|
+
application/postscript ai eps ps
|
258
|
+
application/powerpoint ppt pps pot
|
259
|
+
application/ppsp-tracker+json
|
260
|
+
application/pro_eng
|
261
|
+
application/problem+json
|
262
|
+
application/problem+xml
|
263
|
+
application/provenance+xml
|
264
|
+
application/prs.alvestrand.titrax-sheet
|
265
|
+
application/prs.cww cw cww
|
266
|
+
application/prs.hpub+zip
|
267
|
+
application/prs.nprend rnd rct
|
268
|
+
application/prs.plucker
|
269
|
+
application/prs.rdf-xml-crypt
|
270
|
+
application/prs.xsf+xml
|
271
|
+
application/pskc+xml pskcxml
|
272
|
+
application/qsig
|
273
|
+
application/quicktimeplayer qtl
|
274
|
+
application/raptorfec
|
275
|
+
application/rdap+json
|
276
|
+
application/rdf+xml rdf
|
277
|
+
application/reginfo+xml rif
|
278
|
+
application/relax-ng-compact-syntax rnc
|
279
|
+
application/remote-printing
|
280
|
+
application/remote_printing
|
281
|
+
application/reputon+json
|
282
|
+
application/resource-lists+xml rl
|
283
|
+
application/resource-lists-diff+xml rld
|
284
|
+
application/rfc+xml
|
285
|
+
application/riscos
|
286
|
+
application/rlmi+xml
|
287
|
+
application/rls-services+xml rs
|
288
|
+
application/rpki-ghostbusters gbr
|
289
|
+
application/rpki-manifest mft
|
290
|
+
application/rpki-roa roa
|
291
|
+
application/rpki-updown
|
292
|
+
application/rsd+xml rsd
|
293
|
+
application/rss+xml rss
|
294
|
+
application/rtf rtf
|
295
|
+
application/rtploopback
|
296
|
+
application/rtx
|
297
|
+
application/samlassertion+xml
|
298
|
+
application/samlmetadata+xml
|
299
|
+
application/sbml+xml sbml
|
300
|
+
application/scaip+xml
|
301
|
+
application/scim+json
|
302
|
+
application/scvp-cv-request scq
|
303
|
+
application/scvp-cv-response scs
|
304
|
+
application/scvp-vp-request spq
|
305
|
+
application/scvp-vp-response spp
|
306
|
+
application/sdp sdp
|
307
|
+
application/sep+xml
|
308
|
+
application/sep-exi
|
309
|
+
application/session-info
|
310
|
+
application/set
|
311
|
+
application/set-payment
|
312
|
+
application/set-payment-initiation setpay
|
313
|
+
application/set-registration
|
314
|
+
application/set-registration-initiation setreg
|
315
|
+
application/sgml sgml
|
316
|
+
application/sgml-open-catalog soc
|
317
|
+
application/shf+xml shf
|
318
|
+
application/sieve siv
|
319
|
+
application/simple-filter+xml
|
320
|
+
application/simple-message-summary
|
321
|
+
application/simpleSymbolContainer
|
322
|
+
application/SLA
|
323
|
+
application/slate
|
324
|
+
application/smil smi smil
|
325
|
+
application/smil+xml smi smil
|
326
|
+
application/smpte336m
|
327
|
+
application/soap+fastinfoset
|
328
|
+
application/soap+xml
|
329
|
+
application/solids
|
330
|
+
application/sparql-query rq
|
331
|
+
application/sparql-results+xml srx
|
332
|
+
application/spirits-event+xml
|
333
|
+
application/sql
|
334
|
+
application/srgs gram
|
335
|
+
application/srgs+xml grxml
|
336
|
+
application/sru+xml sru
|
337
|
+
application/ssdl+xml ssdl
|
338
|
+
application/ssml+xml ssml
|
339
|
+
application/STEP
|
340
|
+
application/tamp-apex-update
|
341
|
+
application/tamp-apex-update-confirm
|
342
|
+
application/tamp-community-update
|
343
|
+
application/tamp-community-update-confirm
|
344
|
+
application/tamp-error
|
345
|
+
application/tamp-sequence-adjust
|
346
|
+
application/tamp-sequence-adjust-confirm
|
347
|
+
application/tamp-status-query
|
348
|
+
application/tamp-status-response
|
349
|
+
application/tamp-update
|
350
|
+
application/tamp-update-confirm
|
351
|
+
application/tei+xml tei teicorpus
|
352
|
+
application/thraud+xml tfi
|
353
|
+
application/timestamp-query
|
354
|
+
application/timestamp-reply
|
355
|
+
application/timestamped-data tsd
|
356
|
+
application/toolbook tbk
|
357
|
+
application/ttml+xml
|
358
|
+
application/tve-trigger
|
359
|
+
application/ulpfec
|
360
|
+
application/urc-grpsheet+xml
|
361
|
+
application/urc-ressheet+xml
|
362
|
+
application/urc-targetdesc+xml
|
363
|
+
application/urc-uisocketdesc+xml
|
364
|
+
application/vcard+json
|
365
|
+
application/vcard+xml
|
366
|
+
application/vda
|
367
|
+
application/vemmi
|
368
|
+
application/VMSBACKUP bck
|
369
|
+
application/vnd.3gpp-prose+xml
|
370
|
+
application/vnd.3gpp-prose-pc3ch+xml
|
371
|
+
application/vnd.3gpp.access-transfer-events+xml
|
372
|
+
application/vnd.3gpp.bsf+xml
|
373
|
+
application/vnd.3gpp.mid-call+xml
|
374
|
+
application/vnd.3gpp.pic-bw-large plb
|
375
|
+
application/vnd.3gpp.pic-bw-small psb
|
376
|
+
application/vnd.3gpp.pic-bw-var pvb
|
377
|
+
application/vnd.3gpp.sms sms
|
378
|
+
application/vnd.3gpp.sms+xml
|
379
|
+
application/vnd.3gpp.srvcc-ext+xml
|
380
|
+
application/vnd.3gpp.SRVCC-info+xml
|
381
|
+
application/vnd.3gpp.state-and-event-info+xml
|
382
|
+
application/vnd.3gpp.ussd+xml
|
383
|
+
application/vnd.3gpp2.bcmcsinfo+xml
|
384
|
+
application/vnd.3gpp2.sms
|
385
|
+
application/vnd.3gpp2.tcap tcap
|
386
|
+
application/vnd.3lightssoftware.imagescal
|
387
|
+
application/vnd.3M.Post-it-Notes pwn
|
388
|
+
application/vnd.accpac.simply.aso aso
|
389
|
+
application/vnd.accpac.simply.imp imp
|
390
|
+
application/vnd.acucobol acu
|
391
|
+
application/vnd.acucorp atc acutc
|
392
|
+
application/vnd.adobe.air-application-installer-package+zip air
|
393
|
+
application/vnd.adobe.flash.movie
|
394
|
+
application/vnd.adobe.formscentral.fcdt fcdt
|
395
|
+
application/vnd.adobe.fxp fxp fxpl
|
396
|
+
application/vnd.adobe.partial-upload
|
397
|
+
application/vnd.adobe.xdp+xml xdp
|
398
|
+
application/vnd.adobe.xfdf xfdf
|
399
|
+
application/vnd.aether.imp
|
400
|
+
application/vnd.ah-barcode
|
401
|
+
application/vnd.ahead.space ahead
|
402
|
+
application/vnd.airzip.filesecure.azf azf
|
403
|
+
application/vnd.airzip.filesecure.azs azs
|
404
|
+
application/vnd.amazon.ebook azw
|
405
|
+
application/vnd.americandynamics.acc acc
|
406
|
+
application/vnd.amiga.ami ami
|
407
|
+
application/vnd.amundsen.maze+xml
|
408
|
+
application/vnd.android.package-archive apk
|
409
|
+
application/vnd.anki
|
410
|
+
application/vnd.anser-web-certificate-issue-initiation cii
|
411
|
+
application/vnd.anser-web-funds-transfer-initiation fti
|
412
|
+
application/vnd.antix.game-component atx
|
413
|
+
application/vnd.apache.thrift.binary
|
414
|
+
application/vnd.apache.thrift.compact
|
415
|
+
application/vnd.apache.thrift.json
|
416
|
+
application/vnd.api+json
|
417
|
+
application/vnd.apple.installer+xml mpkg
|
418
|
+
application/vnd.apple.mpegurl m3u8
|
419
|
+
application/vnd.apple.pkpass pkpass
|
420
|
+
application/vnd.arastra.swi
|
421
|
+
application/vnd.aristanetworks.swi swi
|
422
|
+
application/vnd.artsquare
|
423
|
+
application/vnd.astraea-software.iota iota
|
424
|
+
application/vnd.audiograph aep
|
425
|
+
application/vnd.autopackage
|
426
|
+
application/vnd.avistar+xml
|
427
|
+
application/vnd.balsamiq.bmml+xml
|
428
|
+
application/vnd.balsamiq.bmpr
|
429
|
+
application/vnd.bekitzur-stech+json
|
430
|
+
application/vnd.biopax.rdf+xml
|
431
|
+
application/vnd.blueice.multipass mpm
|
432
|
+
application/vnd.bluetooth.ep.oob
|
433
|
+
application/vnd.bluetooth.le.oob
|
434
|
+
application/vnd.bmi bmi
|
435
|
+
application/vnd.businessobjects rep
|
436
|
+
application/vnd.cab-jscript
|
437
|
+
application/vnd.canon-cpdl
|
438
|
+
application/vnd.canon-lips
|
439
|
+
application/vnd.cendio.thinlinc.clientconf
|
440
|
+
application/vnd.century-systems.tcp_stream
|
441
|
+
application/vnd.chemdraw+xml cdxml
|
442
|
+
application/vnd.chipnuts.karaoke-mmd mmd
|
443
|
+
application/vnd.cinderella cdy
|
444
|
+
application/vnd.cirpack.isdn-ext
|
445
|
+
application/vnd.citationstyles.style+xml
|
446
|
+
application/vnd.claymore cla
|
447
|
+
application/vnd.cloanto.rp9 rp9
|
448
|
+
application/vnd.clonk.c4group c4d c4f c4g c4p c4u
|
449
|
+
application/vnd.cluetrust.cartomobile-config c11amc
|
450
|
+
application/vnd.cluetrust.cartomobile-config-pkg c11amz
|
451
|
+
application/vnd.coffeescript
|
452
|
+
application/vnd.collection+json
|
453
|
+
application/vnd.collection.doc+json
|
454
|
+
application/vnd.collection.next+json
|
455
|
+
application/vnd.commerce-battelle
|
456
|
+
application/vnd.commonspace csp
|
457
|
+
application/vnd.contact.cmsg cdbcmsg
|
458
|
+
application/vnd.coreos.ignition+json
|
459
|
+
application/vnd.cosmocaller cmc
|
460
|
+
application/vnd.crick.clicker clkx
|
461
|
+
application/vnd.crick.clicker.keyboard clkk
|
462
|
+
application/vnd.crick.clicker.palette clkp
|
463
|
+
application/vnd.crick.clicker.template clkt
|
464
|
+
application/vnd.crick.clicker.wordbank clkw
|
465
|
+
application/vnd.criticaltools.wbs+xml wbs
|
466
|
+
application/vnd.ctc-posml pml
|
467
|
+
application/vnd.ctct.ws+xml
|
468
|
+
application/vnd.cups-pdf
|
469
|
+
application/vnd.cups-postscript
|
470
|
+
application/vnd.cups-ppd ppd
|
471
|
+
application/vnd.cups-raster
|
472
|
+
application/vnd.cups-raw
|
473
|
+
application/vnd.curl curl
|
474
|
+
application/vnd.curl.car car
|
475
|
+
application/vnd.curl.pcurl pcurl
|
476
|
+
application/vnd.cyan.dean.root+xml
|
477
|
+
application/vnd.cybank
|
478
|
+
application/vnd.dart dart
|
479
|
+
application/vnd.data-vision.rdz rdz
|
480
|
+
application/vnd.debian.binary-package
|
481
|
+
application/vnd.dece.data uvd uvf uvvd uvvf
|
482
|
+
application/vnd.dece.ttml+xml uvt uvvt
|
483
|
+
application/vnd.dece.unspecified uvvx uvx
|
484
|
+
application/vnd.dece.zip uvvz uvz
|
485
|
+
application/vnd.denovo.fcselayout-link fe_launch
|
486
|
+
application/vnd.desmume.movie
|
487
|
+
application/vnd.dir-bi.plate-dl-nosuffix
|
488
|
+
application/vnd.dm.delegation+xml
|
489
|
+
application/vnd.dna dna
|
490
|
+
application/vnd.document+json
|
491
|
+
application/vnd.dolby.mlp mlp
|
492
|
+
application/vnd.dolby.mobile.1
|
493
|
+
application/vnd.dolby.mobile.2
|
494
|
+
application/vnd.doremir.scorecloud-binary-document
|
495
|
+
application/vnd.dpgraph dpg
|
496
|
+
application/vnd.dreamfactory dfac
|
497
|
+
application/vnd.drive+json
|
498
|
+
application/vnd.ds-keypoint kpxx
|
499
|
+
application/vnd.dtg.local
|
500
|
+
application/vnd.dtg.local.flash
|
501
|
+
application/vnd.dtg.local.html
|
502
|
+
application/vnd.dvb.ait ait
|
503
|
+
application/vnd.dvb.dvbj
|
504
|
+
application/vnd.dvb.esgcontainer
|
505
|
+
application/vnd.dvb.ipdcdftnotifaccess
|
506
|
+
application/vnd.dvb.ipdcesgaccess
|
507
|
+
application/vnd.dvb.ipdcesgaccess2
|
508
|
+
application/vnd.dvb.ipdcesgpdd
|
509
|
+
application/vnd.dvb.ipdcroaming
|
510
|
+
application/vnd.dvb.iptv.alfec-base
|
511
|
+
application/vnd.dvb.iptv.alfec-enhancement
|
512
|
+
application/vnd.dvb.notif-aggregate-root+xml
|
513
|
+
application/vnd.dvb.notif-container+xml
|
514
|
+
application/vnd.dvb.notif-generic+xml
|
515
|
+
application/vnd.dvb.notif-ia-msglist+xml
|
516
|
+
application/vnd.dvb.notif-ia-registration-request+xml
|
517
|
+
application/vnd.dvb.notif-ia-registration-response+xml
|
518
|
+
application/vnd.dvb.notif-init+xml
|
519
|
+
application/vnd.dvb.pfr
|
520
|
+
application/vnd.dvb.service svc
|
521
|
+
application/vnd.dxr
|
522
|
+
application/vnd.dynageo geo
|
523
|
+
application/vnd.dzr
|
524
|
+
application/vnd.easykaraoke.cdgdownload
|
525
|
+
application/vnd.ecdis-update
|
526
|
+
application/vnd.ecowin.chart mag
|
527
|
+
application/vnd.ecowin.filerequest
|
528
|
+
application/vnd.ecowin.fileupdate
|
529
|
+
application/vnd.ecowin.series
|
530
|
+
application/vnd.ecowin.seriesrequest
|
531
|
+
application/vnd.ecowin.seriesupdate
|
532
|
+
application/vnd.emclient.accessrequest+xml
|
533
|
+
application/vnd.enliven nml
|
534
|
+
application/vnd.enphase.envoy
|
535
|
+
application/vnd.eprints.data+xml
|
536
|
+
application/vnd.epson.esf esf
|
537
|
+
application/vnd.epson.msf msf
|
538
|
+
application/vnd.epson.quickanime qam
|
539
|
+
application/vnd.epson.salt slt
|
540
|
+
application/vnd.epson.ssf ssf
|
541
|
+
application/vnd.ericsson.quickcall
|
542
|
+
application/vnd.eszigno3+xml es3 et3
|
543
|
+
application/vnd.etsi.aoc+xml
|
544
|
+
application/vnd.etsi.asic-e+zip
|
545
|
+
application/vnd.etsi.asic-s+zip
|
546
|
+
application/vnd.etsi.cug+xml
|
547
|
+
application/vnd.etsi.iptvcommand+xml
|
548
|
+
application/vnd.etsi.iptvdiscovery+xml
|
549
|
+
application/vnd.etsi.iptvprofile+xml
|
550
|
+
application/vnd.etsi.iptvsad-bc+xml
|
551
|
+
application/vnd.etsi.iptvsad-cod+xml
|
552
|
+
application/vnd.etsi.iptvsad-npvr+xml
|
553
|
+
application/vnd.etsi.iptvservice+xml
|
554
|
+
application/vnd.etsi.iptvsync+xml
|
555
|
+
application/vnd.etsi.iptvueprofile+xml
|
556
|
+
application/vnd.etsi.mcid+xml
|
557
|
+
application/vnd.etsi.mheg5
|
558
|
+
application/vnd.etsi.overload-control-policy-dataset+xml
|
559
|
+
application/vnd.etsi.pstn+xml
|
560
|
+
application/vnd.etsi.sci+xml
|
561
|
+
application/vnd.etsi.simservs+xml
|
562
|
+
application/vnd.etsi.timestamp-token
|
563
|
+
application/vnd.etsi.tsl+xml
|
564
|
+
application/vnd.etsi.tsl.der
|
565
|
+
application/vnd.eudora.data
|
566
|
+
application/vnd.ezpix-album ez2
|
567
|
+
application/vnd.ezpix-package ez3
|
568
|
+
application/vnd.f-secure.mobile
|
569
|
+
application/vnd.fastcopy-disk-image
|
570
|
+
application/vnd.fdf fdf
|
571
|
+
application/vnd.fdsn.mseed mseed
|
572
|
+
application/vnd.fdsn.seed dataless seed
|
573
|
+
application/vnd.ffsns
|
574
|
+
application/vnd.filmit.zfc
|
575
|
+
application/vnd.fints
|
576
|
+
application/vnd.firemonkeys.cloudcell
|
577
|
+
application/vnd.FloGraphIt gph
|
578
|
+
application/vnd.fluxtime.clip ftc
|
579
|
+
application/vnd.font-fontforge-sfd
|
580
|
+
application/vnd.framemaker frm maker frame fm fb book fbdoc
|
581
|
+
application/vnd.frogans.fnc fnc
|
582
|
+
application/vnd.frogans.ltf ltf
|
583
|
+
application/vnd.fsc.weblaunch fsc
|
584
|
+
application/vnd.fujitsu.oasys oas
|
585
|
+
application/vnd.fujitsu.oasys2 oa2
|
586
|
+
application/vnd.fujitsu.oasys3 oa3
|
587
|
+
application/vnd.fujitsu.oasysgp fg5
|
588
|
+
application/vnd.fujitsu.oasysprs bh2
|
589
|
+
application/vnd.fujixerox.ART-EX
|
590
|
+
application/vnd.fujixerox.ART4
|
591
|
+
application/vnd.fujixerox.ddd ddd
|
592
|
+
application/vnd.fujixerox.docuworks xdw
|
593
|
+
application/vnd.fujixerox.docuworks.binder xbd
|
594
|
+
application/vnd.fujixerox.docuworks.container
|
595
|
+
application/vnd.fujixerox.HBPL
|
596
|
+
application/vnd.fut-misnet
|
597
|
+
application/vnd.fuzzysheet fzs
|
598
|
+
application/vnd.genomatix.tuxedo txd
|
599
|
+
application/vnd.geo+json
|
600
|
+
application/vnd.geocube+xml
|
601
|
+
application/vnd.geogebra.file ggb
|
602
|
+
application/vnd.geogebra.tool ggt
|
603
|
+
application/vnd.geometry-explorer gex gre
|
604
|
+
application/vnd.geonext gxt
|
605
|
+
application/vnd.geoplan g2w
|
606
|
+
application/vnd.geospace g3w
|
607
|
+
application/vnd.gerber
|
608
|
+
application/vnd.globalplatform.card-content-mgt
|
609
|
+
application/vnd.globalplatform.card-content-mgt-response
|
610
|
+
application/vnd.gmx gmx
|
611
|
+
application/vnd.google-earth.kml+xml kml
|
612
|
+
application/vnd.google-earth.kmz kmz
|
613
|
+
application/vnd.gov.sk.e-form+xml
|
614
|
+
application/vnd.gov.sk.e-form+zip
|
615
|
+
application/vnd.gov.sk.xmldatacontainer+xml
|
616
|
+
application/vnd.grafeq gqf gqs
|
617
|
+
application/vnd.gridmp
|
618
|
+
application/vnd.groove-account gac
|
619
|
+
application/vnd.groove-help ghf
|
620
|
+
application/vnd.groove-identity-message gim
|
621
|
+
application/vnd.groove-injector grv
|
622
|
+
application/vnd.groove-tool-message gtm
|
623
|
+
application/vnd.groove-tool-template tpl
|
624
|
+
application/vnd.groove-vcard vcg
|
625
|
+
application/vnd.hal+json
|
626
|
+
application/vnd.hal+xml hal
|
627
|
+
application/vnd.HandHeld-Entertainment+xml zmm
|
628
|
+
application/vnd.hbci hbci hbc kom upa pkd bpd
|
629
|
+
application/vnd.hcl-bireports
|
630
|
+
application/vnd.hdt
|
631
|
+
application/vnd.heroku+json
|
632
|
+
application/vnd.hhe.lesson-player les
|
633
|
+
application/vnd.hp-HPGL plt hpgl
|
634
|
+
application/vnd.hp-hpid hpid
|
635
|
+
application/vnd.hp-hps hps
|
636
|
+
application/vnd.hp-jlyt jlt
|
637
|
+
application/vnd.hp-PCL pcl
|
638
|
+
application/vnd.hp-PCLXL pclxl
|
639
|
+
application/vnd.httphone
|
640
|
+
application/vnd.hydrostatix.sof-data sfd-hdstx
|
641
|
+
application/vnd.hyperdrive+json
|
642
|
+
application/vnd.hzn-3d-crossword
|
643
|
+
application/vnd.ibm.afplinedata
|
644
|
+
application/vnd.ibm.electronic-media emm
|
645
|
+
application/vnd.ibm.MiniPay mpy
|
646
|
+
application/vnd.ibm.modcap afp list3820 listafp
|
647
|
+
application/vnd.ibm.rights-management irm
|
648
|
+
application/vnd.ibm.secure-container sc
|
649
|
+
application/vnd.iccprofile icc icm
|
650
|
+
application/vnd.ieee.1905
|
651
|
+
application/vnd.igloader igl
|
652
|
+
application/vnd.immervision-ivp ivp
|
653
|
+
application/vnd.immervision-ivu ivu
|
654
|
+
application/vnd.ims.imsccv1p1
|
655
|
+
application/vnd.ims.imsccv1p2
|
656
|
+
application/vnd.ims.imsccv1p3
|
657
|
+
application/vnd.ims.lis.v2.result+json
|
658
|
+
application/vnd.ims.lti.v2.toolconsumerprofile+json
|
659
|
+
application/vnd.ims.lti.v2.toolproxy+json
|
660
|
+
application/vnd.ims.lti.v2.toolproxy.id+json
|
661
|
+
application/vnd.ims.lti.v2.toolsettings+json
|
662
|
+
application/vnd.ims.lti.v2.toolsettings.simple+json
|
663
|
+
application/vnd.informedcontrol.rms+xml
|
664
|
+
application/vnd.informix-visionary
|
665
|
+
application/vnd.infotech.project
|
666
|
+
application/vnd.infotech.project+xml
|
667
|
+
application/vnd.innopath.wamp.notification
|
668
|
+
application/vnd.insors.igm igm
|
669
|
+
application/vnd.intercon.formnet xpw xpx
|
670
|
+
application/vnd.intergeo i2g
|
671
|
+
application/vnd.intertrust.digibox
|
672
|
+
application/vnd.intertrust.nncp
|
673
|
+
application/vnd.intu.qbo qbo
|
674
|
+
application/vnd.intu.qfx qfx
|
675
|
+
application/vnd.iptc.g2.catalogitem+xml
|
676
|
+
application/vnd.iptc.g2.conceptitem+xml
|
677
|
+
application/vnd.iptc.g2.knowledgeitem+xml
|
678
|
+
application/vnd.iptc.g2.newsitem+xml
|
679
|
+
application/vnd.iptc.g2.newsmessage+xml
|
680
|
+
application/vnd.iptc.g2.packageitem+xml
|
681
|
+
application/vnd.iptc.g2.planningitem+xml
|
682
|
+
application/vnd.ipunplugged.rcprofile rcprofile
|
683
|
+
application/vnd.irepository.package+xml irp
|
684
|
+
application/vnd.is-xpr xpr
|
685
|
+
application/vnd.isac.fcs fcs
|
686
|
+
application/vnd.jam jam
|
687
|
+
application/vnd.japannet-directory-service
|
688
|
+
application/vnd.japannet-jpnstore-wakeup
|
689
|
+
application/vnd.japannet-payment-wakeup
|
690
|
+
application/vnd.japannet-registration
|
691
|
+
application/vnd.japannet-registration-wakeup
|
692
|
+
application/vnd.japannet-setstore-wakeup
|
693
|
+
application/vnd.japannet-verification
|
694
|
+
application/vnd.japannet-verification-wakeup
|
695
|
+
application/vnd.jcp.javame.midlet-rms rms
|
696
|
+
application/vnd.jisp jisp
|
697
|
+
application/vnd.joost.joda-archive joda
|
698
|
+
application/vnd.jsk.isdn-ngn
|
699
|
+
application/vnd.kahootz ktr ktz
|
700
|
+
application/vnd.kde.karbon karbon
|
701
|
+
application/vnd.kde.kchart chrt
|
702
|
+
application/vnd.kde.kformula kfo
|
703
|
+
application/vnd.kde.kivio flw
|
704
|
+
application/vnd.kde.kontour kon
|
705
|
+
application/vnd.kde.kpresenter kpr kpt
|
706
|
+
application/vnd.kde.kspread ksp
|
707
|
+
application/vnd.kde.kword kwd kwt
|
708
|
+
application/vnd.kenameaapp htke
|
709
|
+
application/vnd.kidspiration kia
|
710
|
+
application/vnd.Kinar kne knp sdf
|
711
|
+
application/vnd.koan skd skm skp skt
|
712
|
+
application/vnd.kodak-descriptor sse
|
713
|
+
application/vnd.las.las+xml lasxml
|
714
|
+
application/vnd.liberty-request+xml
|
715
|
+
application/vnd.llamagraphics.life-balance.desktop lbd
|
716
|
+
application/vnd.llamagraphics.life-balance.exchange+xml lbe
|
717
|
+
application/vnd.lotus-1-2-3 wks 123
|
718
|
+
application/vnd.lotus-approach apr
|
719
|
+
application/vnd.lotus-freelance pre
|
720
|
+
application/vnd.lotus-notes nsf
|
721
|
+
application/vnd.lotus-organizer org
|
722
|
+
application/vnd.lotus-screencam scm
|
723
|
+
application/vnd.lotus-wordpro lwp
|
724
|
+
application/vnd.macports.portpkg portpkg
|
725
|
+
application/vnd.mapbox-vector-tile
|
726
|
+
application/vnd.marlin.drm.actiontoken+xml
|
727
|
+
application/vnd.marlin.drm.conftoken+xml
|
728
|
+
application/vnd.marlin.drm.license+xml
|
729
|
+
application/vnd.marlin.drm.mdcf
|
730
|
+
application/vnd.mason+json
|
731
|
+
application/vnd.maxmind.maxmind-db
|
732
|
+
application/vnd.mcd mcd
|
733
|
+
application/vnd.medcalcdata mc1
|
734
|
+
application/vnd.mediastation.cdkey cdkey
|
735
|
+
application/vnd.meridian-slingshot
|
736
|
+
application/vnd.MFER mwf
|
737
|
+
application/vnd.mfmp mfm
|
738
|
+
application/vnd.micro+json
|
739
|
+
application/vnd.micrografx.flo flo
|
740
|
+
application/vnd.micrografx.igx igx
|
741
|
+
application/vnd.microsoft.portable-executable
|
742
|
+
application/vnd.miele+json
|
743
|
+
application/vnd.mif mif
|
744
|
+
application/vnd.minisoft-hp3000-save
|
745
|
+
application/vnd.mitsubishi.misty-guard.trustweb
|
746
|
+
application/vnd.Mobius.DAF daf
|
747
|
+
application/vnd.Mobius.DIS dis
|
748
|
+
application/vnd.Mobius.MBK mbk
|
749
|
+
application/vnd.Mobius.MQY mqy
|
750
|
+
application/vnd.Mobius.MSL msl
|
751
|
+
application/vnd.Mobius.PLC plc
|
752
|
+
application/vnd.Mobius.TXF txf
|
753
|
+
application/vnd.mophun.application mpn
|
754
|
+
application/vnd.mophun.certificate mpc
|
755
|
+
application/vnd.motorola.flexsuite
|
756
|
+
application/vnd.motorola.flexsuite.adsi
|
757
|
+
application/vnd.motorola.flexsuite.fis
|
758
|
+
application/vnd.motorola.flexsuite.gotap
|
759
|
+
application/vnd.motorola.flexsuite.kmr
|
760
|
+
application/vnd.motorola.flexsuite.ttc
|
761
|
+
application/vnd.motorola.flexsuite.wem
|
762
|
+
application/vnd.motorola.iprm
|
763
|
+
application/vnd.mozilla.xul+xml xul
|
764
|
+
application/vnd.ms-3mfdocument
|
765
|
+
application/vnd.ms-artgalry cil
|
766
|
+
application/vnd.ms-asf asf
|
767
|
+
application/vnd.ms-cab-compressed cab
|
768
|
+
application/vnd.ms-excel xls xlt xla xlc xlm xlw
|
769
|
+
application/vnd.ms-excel.addin.macroEnabled.12 xlam
|
770
|
+
application/vnd.ms-excel.sheet.binary.macroEnabled.12 xlsb
|
771
|
+
application/vnd.ms-excel.sheet.macroEnabled.12 xlsm
|
772
|
+
application/vnd.ms-excel.template.macroEnabled.12 xltm
|
773
|
+
application/vnd.ms-fontobject eot
|
774
|
+
application/vnd.ms-htmlhelp chm
|
775
|
+
application/vnd.ms-ims ims
|
776
|
+
application/vnd.ms-lrm lrm
|
777
|
+
application/vnd.ms-office.activeX+xml
|
778
|
+
application/vnd.ms-officetheme thmx
|
779
|
+
application/vnd.ms-outlook msg
|
780
|
+
application/vnd.ms-pki.seccat cat
|
781
|
+
application/vnd.ms-pki.stl stl
|
782
|
+
application/vnd.ms-playready.initiator+xml
|
783
|
+
application/vnd.ms-powerpoint ppt pps pot
|
784
|
+
application/vnd.ms-powerpoint.addin.macroEnabled.12 ppam
|
785
|
+
application/vnd.ms-powerpoint.presentation.macroEnabled.12 pptm
|
786
|
+
application/vnd.ms-powerpoint.slide.macroEnabled.12 sldm
|
787
|
+
application/vnd.ms-powerpoint.slideshow.macroEnabled.12 ppsm
|
788
|
+
application/vnd.ms-powerpoint.template.macroEnabled.12 potm
|
789
|
+
application/vnd.ms-PrintDeviceCapabilities+xml
|
790
|
+
application/vnd.ms-PrintSchemaTicket+xml
|
791
|
+
application/vnd.ms-project mpp mpt
|
792
|
+
application/vnd.ms-tnef
|
793
|
+
application/vnd.ms-windows.devicepairing
|
794
|
+
application/vnd.ms-windows.nwprinting.oob
|
795
|
+
application/vnd.ms-windows.printerpairing
|
796
|
+
application/vnd.ms-windows.wsd.oob
|
797
|
+
application/vnd.ms-wmdrm.lic-chlg-req
|
798
|
+
application/vnd.ms-wmdrm.lic-resp
|
799
|
+
application/vnd.ms-wmdrm.meter-chlg-req
|
800
|
+
application/vnd.ms-wmdrm.meter-resp
|
801
|
+
application/vnd.ms-word.document.macroEnabled.12 docm
|
802
|
+
application/vnd.ms-word.template.macroEnabled.12 dotm
|
803
|
+
application/vnd.ms-works wcm wdb wks wps
|
804
|
+
application/vnd.ms-wpl wpl
|
805
|
+
application/vnd.ms-xpsdocument xps
|
806
|
+
application/vnd.msa-disk-image
|
807
|
+
application/vnd.mseq mseq
|
808
|
+
application/vnd.msign
|
809
|
+
application/vnd.multiad.creator
|
810
|
+
application/vnd.multiad.creator.cif
|
811
|
+
application/vnd.music-niff
|
812
|
+
application/vnd.musician mus
|
813
|
+
application/vnd.muvee.style msty
|
814
|
+
application/vnd.mynfc taglet
|
815
|
+
application/vnd.ncd.control
|
816
|
+
application/vnd.ncd.reference
|
817
|
+
application/vnd.nervana ent entity req request bkm kcm
|
818
|
+
application/vnd.netfpx
|
819
|
+
application/vnd.neurolanguage.nlu nlu
|
820
|
+
application/vnd.nintendo.nitro.rom
|
821
|
+
application/vnd.nintendo.snes.rom
|
822
|
+
application/vnd.nitf nitf ntf
|
823
|
+
application/vnd.noblenet-directory nnd
|
824
|
+
application/vnd.noblenet-sealer nns
|
825
|
+
application/vnd.noblenet-web nnw
|
826
|
+
application/vnd.nokia.catalogs
|
827
|
+
application/vnd.nokia.conml+wbxml
|
828
|
+
application/vnd.nokia.conml+xml
|
829
|
+
application/vnd.nokia.iptv.config+xml
|
830
|
+
application/vnd.nokia.iSDS-radio-presets
|
831
|
+
application/vnd.nokia.landmark+wbxml
|
832
|
+
application/vnd.nokia.landmark+xml
|
833
|
+
application/vnd.nokia.landmarkcollection+xml
|
834
|
+
application/vnd.nokia.n-gage.ac+xml
|
835
|
+
application/vnd.nokia.n-gage.data ngdat
|
836
|
+
application/vnd.nokia.n-gage.symbian.install n-gage
|
837
|
+
application/vnd.nokia.ncd
|
838
|
+
application/vnd.nokia.ncd+xml
|
839
|
+
application/vnd.nokia.pcd+wbxml
|
840
|
+
application/vnd.nokia.pcd+xml
|
841
|
+
application/vnd.nokia.radio-preset rpst
|
842
|
+
application/vnd.nokia.radio-presets rpss
|
843
|
+
application/vnd.novadigm.EDM edm
|
844
|
+
application/vnd.novadigm.EDX edx
|
845
|
+
application/vnd.novadigm.EXT ext
|
846
|
+
application/vnd.ntt-local.content-share
|
847
|
+
application/vnd.ntt-local.file-transfer
|
848
|
+
application/vnd.ntt-local.ogw_remote-access
|
849
|
+
application/vnd.ntt-local.sip-ta_remote
|
850
|
+
application/vnd.ntt-local.sip-ta_tcp_stream
|
851
|
+
application/vnd.oasis.opendocument.chart odc
|
852
|
+
application/vnd.oasis.opendocument.chart-template odc otc
|
853
|
+
application/vnd.oasis.opendocument.database odb
|
854
|
+
application/vnd.oasis.opendocument.formula odf
|
855
|
+
application/vnd.oasis.opendocument.formula-template odf odft
|
856
|
+
application/vnd.oasis.opendocument.graphics odg
|
857
|
+
application/vnd.oasis.opendocument.graphics-template otg
|
858
|
+
application/vnd.oasis.opendocument.image odi
|
859
|
+
application/vnd.oasis.opendocument.image-template odi oti
|
860
|
+
application/vnd.oasis.opendocument.presentation odp
|
861
|
+
application/vnd.oasis.opendocument.presentation-template otp
|
862
|
+
application/vnd.oasis.opendocument.spreadsheet ods
|
863
|
+
application/vnd.oasis.opendocument.spreadsheet-template ots
|
864
|
+
application/vnd.oasis.opendocument.text odt
|
865
|
+
application/vnd.oasis.opendocument.text-master odm
|
866
|
+
application/vnd.oasis.opendocument.text-template ott
|
867
|
+
application/vnd.oasis.opendocument.text-web oth
|
868
|
+
application/vnd.obn
|
869
|
+
application/vnd.oftn.l10n+json
|
870
|
+
application/vnd.oipf.contentaccessdownload+xml
|
871
|
+
application/vnd.oipf.contentaccessstreaming+xml
|
872
|
+
application/vnd.oipf.cspg-hexbinary
|
873
|
+
application/vnd.oipf.dae.svg+xml
|
874
|
+
application/vnd.oipf.dae.xhtml+xml
|
875
|
+
application/vnd.oipf.mippvcontrolmessage+xml
|
876
|
+
application/vnd.oipf.pae.gem
|
877
|
+
application/vnd.oipf.spdiscovery+xml
|
878
|
+
application/vnd.oipf.spdlist+xml
|
879
|
+
application/vnd.oipf.ueprofile+xml
|
880
|
+
application/vnd.oipf.userprofile+xml
|
881
|
+
application/vnd.olpc-sugar xo
|
882
|
+
application/vnd.oma-scws-config
|
883
|
+
application/vnd.oma-scws-http-request
|
884
|
+
application/vnd.oma-scws-http-response
|
885
|
+
application/vnd.oma.bcast.associated-procedure-parameter+xml
|
886
|
+
application/vnd.oma.bcast.drm-trigger+xml
|
887
|
+
application/vnd.oma.bcast.imd+xml
|
888
|
+
application/vnd.oma.bcast.ltkm
|
889
|
+
application/vnd.oma.bcast.notification+xml
|
890
|
+
application/vnd.oma.bcast.provisioningtrigger
|
891
|
+
application/vnd.oma.bcast.sgboot
|
892
|
+
application/vnd.oma.bcast.sgdd+xml
|
893
|
+
application/vnd.oma.bcast.sgdu
|
894
|
+
application/vnd.oma.bcast.simple-symbol-container
|
895
|
+
application/vnd.oma.bcast.smartcard-trigger+xml
|
896
|
+
application/vnd.oma.bcast.sprov+xml
|
897
|
+
application/vnd.oma.bcast.stkm
|
898
|
+
application/vnd.oma.cab-address-book+xml
|
899
|
+
application/vnd.oma.cab-feature-handler+xml
|
900
|
+
application/vnd.oma.cab-pcc+xml
|
901
|
+
application/vnd.oma.cab-subs-invite+xml
|
902
|
+
application/vnd.oma.cab-user-prefs+xml
|
903
|
+
application/vnd.oma.dcd
|
904
|
+
application/vnd.oma.dcdc
|
905
|
+
application/vnd.oma.dd2+xml dd2
|
906
|
+
application/vnd.oma.drm.risd+xml
|
907
|
+
application/vnd.oma.group-usage-list+xml
|
908
|
+
application/vnd.oma.lwm2m+json
|
909
|
+
application/vnd.oma.pal+xml
|
910
|
+
application/vnd.oma.poc.detailed-progress-report+xml
|
911
|
+
application/vnd.oma.poc.final-report+xml
|
912
|
+
application/vnd.oma.poc.groups+xml
|
913
|
+
application/vnd.oma.poc.invocation-descriptor+xml
|
914
|
+
application/vnd.oma.poc.optimized-progress-report+xml
|
915
|
+
application/vnd.oma.push
|
916
|
+
application/vnd.oma.scidm.messages+xml
|
917
|
+
application/vnd.oma.xcap-directory+xml
|
918
|
+
application/vnd.omads-email+xml
|
919
|
+
application/vnd.omads-file+xml
|
920
|
+
application/vnd.omads-folder+xml
|
921
|
+
application/vnd.omaloc-supl-init
|
922
|
+
application/vnd.onepager
|
923
|
+
application/vnd.openblox.game+xml
|
924
|
+
application/vnd.openblox.game-binary
|
925
|
+
application/vnd.openeye.oeb
|
926
|
+
application/vnd.openofficeorg.extension oxt
|
927
|
+
application/vnd.openxmlformats-officedocument.custom-properties+xml
|
928
|
+
application/vnd.openxmlformats-officedocument.customXmlProperties+xml
|
929
|
+
application/vnd.openxmlformats-officedocument.drawing+xml
|
930
|
+
application/vnd.openxmlformats-officedocument.drawingml.chart+xml
|
931
|
+
application/vnd.openxmlformats-officedocument.drawingml.chartshapes+xml
|
932
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramColors+xml
|
933
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramData+xml
|
934
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramLayout+xml
|
935
|
+
application/vnd.openxmlformats-officedocument.drawingml.diagramStyle+xml
|
936
|
+
application/vnd.openxmlformats-officedocument.extended-properties+xml
|
937
|
+
application/vnd.openxmlformats-officedocument.presentationml.commentAuthors+xml
|
938
|
+
application/vnd.openxmlformats-officedocument.presentationml.comments+xml
|
939
|
+
application/vnd.openxmlformats-officedocument.presentationml.handoutMaster+xml
|
940
|
+
application/vnd.openxmlformats-officedocument.presentationml.notesMaster+xml
|
941
|
+
application/vnd.openxmlformats-officedocument.presentationml.notesSlide+xml
|
942
|
+
application/vnd.openxmlformats-officedocument.presentationml.presentation pptx
|
943
|
+
application/vnd.openxmlformats-officedocument.presentationml.presentation.main+xml
|
944
|
+
application/vnd.openxmlformats-officedocument.presentationml.presProps+xml
|
945
|
+
application/vnd.openxmlformats-officedocument.presentationml.slide sldx
|
946
|
+
application/vnd.openxmlformats-officedocument.presentationml.slide+xml
|
947
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideLayout+xml
|
948
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideMaster+xml
|
949
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideshow ppsx
|
950
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideshow.main+xml
|
951
|
+
application/vnd.openxmlformats-officedocument.presentationml.slideUpdateInfo+xml
|
952
|
+
application/vnd.openxmlformats-officedocument.presentationml.tableStyles+xml
|
953
|
+
application/vnd.openxmlformats-officedocument.presentationml.tags+xml
|
954
|
+
application/vnd.openxmlformats-officedocument.presentationml.template potx
|
955
|
+
application/vnd.openxmlformats-officedocument.presentationml.template.main+xml
|
956
|
+
application/vnd.openxmlformats-officedocument.presentationml.viewProps+xml
|
957
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.calcChain+xml
|
958
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.chartsheet+xml
|
959
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.comments+xml
|
960
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.connections+xml
|
961
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.dialogsheet+xml
|
962
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.externalLink+xml
|
963
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheDefinition+xml
|
964
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotCacheRecords+xml
|
965
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.pivotTable+xml
|
966
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.queryTable+xml
|
967
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionHeaders+xml
|
968
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.revisionLog+xml
|
969
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sharedStrings+xml
|
970
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet xlsx
|
971
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheet.main+xml
|
972
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.sheetMetadata+xml
|
973
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.styles+xml
|
974
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.table+xml
|
975
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.tableSingleCells+xml
|
976
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.template xltx
|
977
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.template.main+xml
|
978
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.userNames+xml
|
979
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.volatileDependencies+xml
|
980
|
+
application/vnd.openxmlformats-officedocument.spreadsheetml.worksheet+xml
|
981
|
+
application/vnd.openxmlformats-officedocument.theme+xml
|
982
|
+
application/vnd.openxmlformats-officedocument.themeOverride+xml
|
983
|
+
application/vnd.openxmlformats-officedocument.vmlDrawing
|
984
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.comments+xml
|
985
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document docx
|
986
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document.glossary+xml
|
987
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml
|
988
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.endnotes+xml
|
989
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.fontTable+xml
|
990
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.footer+xml
|
991
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.footnotes+xml
|
992
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.numbering+xml
|
993
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.settings+xml
|
994
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.styles+xml
|
995
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.template dotx
|
996
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.template.main+xml
|
997
|
+
application/vnd.openxmlformats-officedocument.wordprocessingml.webSettings+xml
|
998
|
+
application/vnd.openxmlformats-package.core-properties+xml
|
999
|
+
application/vnd.openxmlformats-package.digital-signature-xmlsignature+xml
|
1000
|
+
application/vnd.openxmlformats-package.relationships+xml
|
1001
|
+
application/vnd.oracle.resource+json
|
1002
|
+
application/vnd.orange.indata
|
1003
|
+
application/vnd.osa.netdeploy
|
1004
|
+
application/vnd.osgeo.mapguide.package mgp
|
1005
|
+
application/vnd.osgi.bundle
|
1006
|
+
application/vnd.osgi.dp dp
|
1007
|
+
application/vnd.osgi.subsystem esa
|
1008
|
+
application/vnd.otps.ct-kip+xml
|
1009
|
+
application/vnd.oxli.countgraph
|
1010
|
+
application/vnd.pagerduty+json
|
1011
|
+
application/vnd.palm prc pdb pqa oprc
|
1012
|
+
application/vnd.panoply
|
1013
|
+
application/vnd.paos.xml
|
1014
|
+
application/vnd.pawaafile paw
|
1015
|
+
application/vnd.pcos
|
1016
|
+
application/vnd.pg.format str
|
1017
|
+
application/vnd.pg.osasli ei6
|
1018
|
+
application/vnd.piaccess.application-licence
|
1019
|
+
application/vnd.picsel efif
|
1020
|
+
application/vnd.pmi.widget wg
|
1021
|
+
application/vnd.poc.group-advertisement+xml
|
1022
|
+
application/vnd.pocketlearn plf
|
1023
|
+
application/vnd.powerbuilder6 pbd
|
1024
|
+
application/vnd.powerbuilder6-s
|
1025
|
+
application/vnd.powerbuilder7
|
1026
|
+
application/vnd.powerbuilder7-s
|
1027
|
+
application/vnd.powerbuilder75
|
1028
|
+
application/vnd.powerbuilder75-s
|
1029
|
+
application/vnd.preminet
|
1030
|
+
application/vnd.previewsystems.box box
|
1031
|
+
application/vnd.proteus.magazine mgz
|
1032
|
+
application/vnd.publishare-delta-tree qps
|
1033
|
+
application/vnd.pvi.ptid1 pti ptid
|
1034
|
+
application/vnd.pwg-multiplexed
|
1035
|
+
application/vnd.pwg-xhtml-print+xml
|
1036
|
+
application/vnd.qualcomm.brew-app-res
|
1037
|
+
application/vnd.quarantainenet
|
1038
|
+
application/vnd.Quark.QuarkXPress qxd qxt qwd qwt qxl qxb
|
1039
|
+
application/vnd.quobject-quoxdocument
|
1040
|
+
application/vnd.radisys.moml+xml
|
1041
|
+
application/vnd.radisys.msml+xml
|
1042
|
+
application/vnd.radisys.msml-audit+xml
|
1043
|
+
application/vnd.radisys.msml-audit-conf+xml
|
1044
|
+
application/vnd.radisys.msml-audit-conn+xml
|
1045
|
+
application/vnd.radisys.msml-audit-dialog+xml
|
1046
|
+
application/vnd.radisys.msml-audit-stream+xml
|
1047
|
+
application/vnd.radisys.msml-conf+xml
|
1048
|
+
application/vnd.radisys.msml-dialog+xml
|
1049
|
+
application/vnd.radisys.msml-dialog-base+xml
|
1050
|
+
application/vnd.radisys.msml-dialog-fax-detect+xml
|
1051
|
+
application/vnd.radisys.msml-dialog-fax-sendrecv+xml
|
1052
|
+
application/vnd.radisys.msml-dialog-group+xml
|
1053
|
+
application/vnd.radisys.msml-dialog-speech+xml
|
1054
|
+
application/vnd.radisys.msml-dialog-transform+xml
|
1055
|
+
application/vnd.rainstor.data
|
1056
|
+
application/vnd.rapid
|
1057
|
+
application/vnd.realvnc.bed bed
|
1058
|
+
application/vnd.recordare.musicxml mxl
|
1059
|
+
application/vnd.recordare.musicxml+xml musicxml
|
1060
|
+
application/vnd.RenLearn.rlprint
|
1061
|
+
application/vnd.rig.cryptonote cryptonote
|
1062
|
+
application/vnd.rim.cod cod
|
1063
|
+
application/vnd.rn-realmedia rm
|
1064
|
+
application/vnd.rn-realmedia-vbr rmvb
|
1065
|
+
application/vnd.route66.link66+xml link66
|
1066
|
+
application/vnd.rs-274x
|
1067
|
+
application/vnd.ruckus.download
|
1068
|
+
application/vnd.s3sms
|
1069
|
+
application/vnd.sailingtracker.track st
|
1070
|
+
application/vnd.sbm.cid
|
1071
|
+
application/vnd.sbm.mid2
|
1072
|
+
application/vnd.scribus
|
1073
|
+
application/vnd.sealed.3df
|
1074
|
+
application/vnd.sealed.csf
|
1075
|
+
application/vnd.sealed.doc sdoc sdo s1w
|
1076
|
+
application/vnd.sealed.eml seml sem
|
1077
|
+
application/vnd.sealed.mht smht smh
|
1078
|
+
application/vnd.sealed.net
|
1079
|
+
application/vnd.sealed.ppt sppt spp s1p
|
1080
|
+
application/vnd.sealed.tiff
|
1081
|
+
application/vnd.sealed.xls sxls sxl s1e
|
1082
|
+
application/vnd.sealedmedia.softseal.html stml stm s1h
|
1083
|
+
application/vnd.sealedmedia.softseal.pdf spdf spd s1a
|
1084
|
+
application/vnd.seemail see
|
1085
|
+
application/vnd.sema sema
|
1086
|
+
application/vnd.semd semd
|
1087
|
+
application/vnd.semf semf
|
1088
|
+
application/vnd.shana.informed.formdata ifm
|
1089
|
+
application/vnd.shana.informed.formtemplate itp
|
1090
|
+
application/vnd.shana.informed.interchange iif
|
1091
|
+
application/vnd.shana.informed.package ipk
|
1092
|
+
application/vnd.SimTech-MindMapper twd twds
|
1093
|
+
application/vnd.siren+json
|
1094
|
+
application/vnd.smaf mmf
|
1095
|
+
application/vnd.smart.notebook
|
1096
|
+
application/vnd.smart.teacher teacher
|
1097
|
+
application/vnd.software602.filler.form+xml
|
1098
|
+
application/vnd.software602.filler.form-xml-zip
|
1099
|
+
application/vnd.solent.sdkm+xml sdkd sdkm
|
1100
|
+
application/vnd.spotfire.dxp dxp
|
1101
|
+
application/vnd.spotfire.sfs sfs
|
1102
|
+
application/vnd.sss-cod
|
1103
|
+
application/vnd.sss-dtf
|
1104
|
+
application/vnd.sss-ntf
|
1105
|
+
application/vnd.stardivision.calc sdc
|
1106
|
+
application/vnd.stardivision.chart sds
|
1107
|
+
application/vnd.stardivision.draw sda
|
1108
|
+
application/vnd.stardivision.impress sdd
|
1109
|
+
application/vnd.stardivision.math sdf smf
|
1110
|
+
application/vnd.stardivision.writer sdw vor
|
1111
|
+
application/vnd.stardivision.writer-global sgl
|
1112
|
+
application/vnd.stepmania.package smzip
|
1113
|
+
application/vnd.stepmania.stepchart sm
|
1114
|
+
application/vnd.street-stream
|
1115
|
+
application/vnd.sun.wadl+xml
|
1116
|
+
application/vnd.sun.xml.calc sxc
|
1117
|
+
application/vnd.sun.xml.calc.template stc
|
1118
|
+
application/vnd.sun.xml.draw sxd
|
1119
|
+
application/vnd.sun.xml.draw.template std
|
1120
|
+
application/vnd.sun.xml.impress sxi
|
1121
|
+
application/vnd.sun.xml.impress.template sti
|
1122
|
+
application/vnd.sun.xml.math sxm
|
1123
|
+
application/vnd.sun.xml.writer sxw
|
1124
|
+
application/vnd.sun.xml.writer.global sxg
|
1125
|
+
application/vnd.sun.xml.writer.template stw
|
1126
|
+
application/vnd.sus-calendar sus susp
|
1127
|
+
application/vnd.svd svd
|
1128
|
+
application/vnd.swiftview-ics
|
1129
|
+
application/vnd.symbian.install sis sisx
|
1130
|
+
application/vnd.syncml+xml xsm
|
1131
|
+
application/vnd.syncml.dm+wbxml bdm
|
1132
|
+
application/vnd.syncml.dm+xml xdm
|
1133
|
+
application/vnd.syncml.dm.notification
|
1134
|
+
application/vnd.syncml.dmddf+wbxml
|
1135
|
+
application/vnd.syncml.dmddf+xml
|
1136
|
+
application/vnd.syncml.dmtnds+wbxml
|
1137
|
+
application/vnd.syncml.dmtnds+xml
|
1138
|
+
application/vnd.syncml.ds.notification
|
1139
|
+
application/vnd.tao.intent-module-archive tao
|
1140
|
+
application/vnd.tcpdump.pcap cap dmp pcap
|
1141
|
+
application/vnd.tmd.mediaflex.api+xml
|
1142
|
+
application/vnd.tml
|
1143
|
+
application/vnd.tmobile-livetv tmo
|
1144
|
+
application/vnd.trid.tpt tpt
|
1145
|
+
application/vnd.triscape.mxs mxs
|
1146
|
+
application/vnd.trueapp tra
|
1147
|
+
application/vnd.truedoc
|
1148
|
+
application/vnd.ubisoft.webplayer
|
1149
|
+
application/vnd.ufdl ufd ufdl
|
1150
|
+
application/vnd.uiq.theme utz
|
1151
|
+
application/vnd.umajin umj
|
1152
|
+
application/vnd.unity unityweb
|
1153
|
+
application/vnd.uoml+xml uoml
|
1154
|
+
application/vnd.uplanet.alert
|
1155
|
+
application/vnd.uplanet.alert-wbxml
|
1156
|
+
application/vnd.uplanet.bearer-choice
|
1157
|
+
application/vnd.uplanet.bearer-choice-wbxml
|
1158
|
+
application/vnd.uplanet.cacheop
|
1159
|
+
application/vnd.uplanet.cacheop-wbxml
|
1160
|
+
application/vnd.uplanet.channel
|
1161
|
+
application/vnd.uplanet.channel-wbxml
|
1162
|
+
application/vnd.uplanet.list
|
1163
|
+
application/vnd.uplanet.list-wbxml
|
1164
|
+
application/vnd.uplanet.listcmd
|
1165
|
+
application/vnd.uplanet.listcmd-wbxml
|
1166
|
+
application/vnd.uplanet.signal
|
1167
|
+
application/vnd.uri-map
|
1168
|
+
application/vnd.valve.source.material
|
1169
|
+
application/vnd.vcx vcx
|
1170
|
+
application/vnd.vd-study
|
1171
|
+
application/vnd.vectorworks
|
1172
|
+
application/vnd.vel+json
|
1173
|
+
application/vnd.verimatrix.vcas
|
1174
|
+
application/vnd.vidsoft.vidconference vsc
|
1175
|
+
application/vnd.visio vsd vst vsw vss
|
1176
|
+
application/vnd.visionary vis
|
1177
|
+
application/vnd.vividence.scriptfile
|
1178
|
+
application/vnd.vsf vsf
|
1179
|
+
application/vnd.wap.sic sic
|
1180
|
+
application/vnd.wap.slc slc
|
1181
|
+
application/vnd.wap.wbxml wbxml
|
1182
|
+
application/vnd.wap.wmlc wmlc
|
1183
|
+
application/vnd.wap.wmlscriptc wmlsc
|
1184
|
+
application/vnd.webturbo wtb
|
1185
|
+
application/vnd.wfa.p2p
|
1186
|
+
application/vnd.wfa.wsc
|
1187
|
+
application/vnd.windows.devicepairing
|
1188
|
+
application/vnd.wmc
|
1189
|
+
application/vnd.wmf.bootstrap
|
1190
|
+
application/vnd.wolfram.mathematica
|
1191
|
+
application/vnd.wolfram.mathematica.package
|
1192
|
+
application/vnd.wolfram.player nbp
|
1193
|
+
application/vnd.wordperfect wpd
|
1194
|
+
application/vnd.wqd wqd
|
1195
|
+
application/vnd.wrq-hp3000-labelled
|
1196
|
+
application/vnd.wt.stf stf
|
1197
|
+
application/vnd.wv.csp+wbxml wv
|
1198
|
+
application/vnd.wv.csp+xml
|
1199
|
+
application/vnd.wv.ssp+xml
|
1200
|
+
application/vnd.xacml+json
|
1201
|
+
application/vnd.xara xar
|
1202
|
+
application/vnd.xfdl xfdl
|
1203
|
+
application/vnd.xfdl.webform
|
1204
|
+
application/vnd.xmi+xml
|
1205
|
+
application/vnd.xmpie.cpkg
|
1206
|
+
application/vnd.xmpie.dpkg
|
1207
|
+
application/vnd.xmpie.plan
|
1208
|
+
application/vnd.xmpie.ppkg
|
1209
|
+
application/vnd.xmpie.xlim
|
1210
|
+
application/vnd.yamaha.hv-dic hvd
|
1211
|
+
application/vnd.yamaha.hv-script hvs
|
1212
|
+
application/vnd.yamaha.hv-voice hvp
|
1213
|
+
application/vnd.yamaha.openscoreformat osf
|
1214
|
+
application/vnd.yamaha.openscoreformat.osfpvg+xml osfpvg
|
1215
|
+
application/vnd.yamaha.remote-setup
|
1216
|
+
application/vnd.yamaha.smaf-audio saf
|
1217
|
+
application/vnd.yamaha.smaf-phrase spf
|
1218
|
+
application/vnd.yamaha.through-ngn
|
1219
|
+
application/vnd.yamaha.tunnel-udpencap
|
1220
|
+
application/vnd.yaoweme
|
1221
|
+
application/vnd.yellowriver-custom-menu cmp
|
1222
|
+
application/vnd.zul zir zirz
|
1223
|
+
application/vnd.zzazz.deck+xml zaz
|
1224
|
+
application/voicexml+xml vxml
|
1225
|
+
application/vq-rtcpxr
|
1226
|
+
application/watcherinfo+xml wif
|
1227
|
+
application/whoispp-query
|
1228
|
+
application/whoispp-response
|
1229
|
+
application/widget wgt
|
1230
|
+
application/winhlp hlp
|
1231
|
+
application/wita
|
1232
|
+
application/word doc dot
|
1233
|
+
application/wordperfect wp
|
1234
|
+
application/wordperfect5.1 wp5 wp
|
1235
|
+
application/wordperfect6.1 wp6
|
1236
|
+
application/wordperfectd wpd
|
1237
|
+
application/wsdl+xml wsdl
|
1238
|
+
application/wspolicy+xml wspolicy
|
1239
|
+
application/x-123 wk
|
1240
|
+
application/x-7z-compressed 7z
|
1241
|
+
application/x-abiword abw
|
1242
|
+
application/x-access mdf mda mdb mde
|
1243
|
+
application/x-ace-compressed ace
|
1244
|
+
application/x-apple-diskimage dmg
|
1245
|
+
application/x-authorware-bin aab u32 vox x32
|
1246
|
+
application/x-authorware-map aam
|
1247
|
+
application/x-authorware-seg aas
|
1248
|
+
application/x-bcpio bcpio
|
1249
|
+
application/x-bittorrent torrent
|
1250
|
+
application/x-bleeper bleep
|
1251
|
+
application/x-blorb blb blorb
|
1252
|
+
application/x-bzip bz
|
1253
|
+
application/x-bzip2 boz bz2
|
1254
|
+
application/x-cbr cb7 cba cbr cbt cbz
|
1255
|
+
application/x-cdlink vcd
|
1256
|
+
application/x-cfs-compressed cfs
|
1257
|
+
application/x-chat chat
|
1258
|
+
application/x-chess-pgn pgn
|
1259
|
+
application/x-chrome-extension crx
|
1260
|
+
application/x-clariscad
|
1261
|
+
application/x-compress z Z
|
1262
|
+
application/x-compressed z Z
|
1263
|
+
application/x-conference nsc
|
1264
|
+
application/x-cpio cpio
|
1265
|
+
application/x-csh csh
|
1266
|
+
application/x-cu-seeme csm cu
|
1267
|
+
application/x-debian-package deb udeb
|
1268
|
+
application/x-dgc-compressed dgc
|
1269
|
+
application/x-director dcr @dir @dxr cct cst cxt dir dxr fgd swa w3d
|
1270
|
+
application/x-doom wad
|
1271
|
+
application/x-drafting
|
1272
|
+
application/x-dtbncx+xml ncx
|
1273
|
+
application/x-dtbook+xml dtb
|
1274
|
+
application/x-dtbresource+xml res
|
1275
|
+
application/x-dvi dvi
|
1276
|
+
application/x-dxf
|
1277
|
+
application/x-envoy evy
|
1278
|
+
application/x-eva eva
|
1279
|
+
application/x-excel
|
1280
|
+
application/x-font-bdf bdf
|
1281
|
+
application/x-font-ghostscript gsf
|
1282
|
+
application/x-font-linux-psf psf
|
1283
|
+
application/x-font-opentype otf
|
1284
|
+
application/x-font-otf otf
|
1285
|
+
application/x-font-pcf pcf
|
1286
|
+
application/x-font-snf snf
|
1287
|
+
application/x-font-truetype ttf
|
1288
|
+
application/x-font-ttf ttc ttf
|
1289
|
+
application/x-font-type1 afm pfa pfb pfm
|
1290
|
+
application/x-fractals
|
1291
|
+
application/x-freearc arc
|
1292
|
+
application/x-futuresplash spl
|
1293
|
+
application/x-gca-compressed gca
|
1294
|
+
application/x-ghostview
|
1295
|
+
application/x-glulx ulx
|
1296
|
+
application/x-gnumeric gnumeric
|
1297
|
+
application/x-gramps-xml gramps
|
1298
|
+
application/x-gtar gtar tgz tbz2 tbz
|
1299
|
+
application/x-gzip gz
|
1300
|
+
application/x-hdf hdf
|
1301
|
+
application/x-hep hep
|
1302
|
+
application/x-html+ruby rhtml
|
1303
|
+
application/x-httpd-php phtml pht php
|
1304
|
+
application/x-ibooks+zip ibooks
|
1305
|
+
application/x-ica ica
|
1306
|
+
application/x-ideas
|
1307
|
+
application/x-imagemap imagemap imap
|
1308
|
+
application/x-install-instructions install
|
1309
|
+
application/x-iso9660-image iso
|
1310
|
+
application/x-iwork-keynote-sffkey key
|
1311
|
+
application/x-iwork-numbers-sffnumbers numbers
|
1312
|
+
application/x-iwork-pages-sffpages pages
|
1313
|
+
application/x-java-archive jar
|
1314
|
+
application/x-java-jnlp-file jnlp
|
1315
|
+
application/x-java-serialized-object ser
|
1316
|
+
application/x-java-vm class
|
1317
|
+
application/x-javascript js
|
1318
|
+
application/x-koan skp skd skt skm
|
1319
|
+
application/x-latex ltx latex
|
1320
|
+
application/x-lotus-123 wks
|
1321
|
+
application/x-lzh-compressed lha lzh
|
1322
|
+
application/x-mac bin
|
1323
|
+
application/x-mac-compactpro cpt
|
1324
|
+
application/x-macbase64 bin
|
1325
|
+
application/x-macbinary
|
1326
|
+
application/x-maker frm maker frame fm fb book fbdoc
|
1327
|
+
application/x-mathcad mcd
|
1328
|
+
application/x-mathematica-old
|
1329
|
+
application/x-mie mie
|
1330
|
+
application/x-mif mif
|
1331
|
+
application/x-mobipocket-ebook mobi prc
|
1332
|
+
application/x-ms-application application
|
1333
|
+
application/x-ms-shortcut lnk
|
1334
|
+
application/x-ms-wmd wmd
|
1335
|
+
application/x-ms-wmz wmz
|
1336
|
+
application/x-ms-xbap xbap
|
1337
|
+
application/x-msaccess mda mdb mde mdf
|
1338
|
+
application/x-msbinder obd
|
1339
|
+
application/x-mscardfile crd
|
1340
|
+
application/x-msclip clp
|
1341
|
+
application/x-msdos-program cmd bat com exe reg ps1 vbs
|
1342
|
+
application/x-msdownload exe com cmd bat dll msi reg ps1 vbs
|
1343
|
+
application/x-msmediaview m13 m14 mvb
|
1344
|
+
application/x-msmetafile emf emz wmf wmz
|
1345
|
+
application/x-msmoney mny
|
1346
|
+
application/x-mspublisher pub
|
1347
|
+
application/x-msschedule scd
|
1348
|
+
application/x-msterminal trm
|
1349
|
+
application/x-msword doc dot wrd
|
1350
|
+
application/x-mswrite wri
|
1351
|
+
application/x-netcdf nc cdf
|
1352
|
+
application/x-ns-proxy-autoconfig pac
|
1353
|
+
application/x-nzb nzb
|
1354
|
+
application/x-opera-extension oex
|
1355
|
+
application/x-pagemaker pm pm5 pt5
|
1356
|
+
application/x-perl pl pm
|
1357
|
+
application/x-pgp
|
1358
|
+
application/x-pkcs12 p12 pfx
|
1359
|
+
application/x-pkcs7-certificates p7b spc
|
1360
|
+
application/x-pkcs7-certreqresp p7r
|
1361
|
+
application/x-python py
|
1362
|
+
application/x-quicktimeplayer qtl
|
1363
|
+
application/x-rar-compressed rar
|
1364
|
+
application/x-remote_printing
|
1365
|
+
application/x-research-info-systems ris
|
1366
|
+
application/x-rtf rtf
|
1367
|
+
application/x-ruby rb rbw
|
1368
|
+
application/x-set
|
1369
|
+
application/x-sh sh
|
1370
|
+
application/x-shar shar
|
1371
|
+
application/x-shockwave-flash swf
|
1372
|
+
application/x-silverlight-app xap
|
1373
|
+
application/x-SLA
|
1374
|
+
application/x-solids
|
1375
|
+
application/x-spss sav sbs sps spo spp
|
1376
|
+
application/x-sql sql
|
1377
|
+
application/x-STEP
|
1378
|
+
application/x-stuffit sit
|
1379
|
+
application/x-stuffitx sitx
|
1380
|
+
application/x-subrip srt
|
1381
|
+
application/x-sv4cpio sv4cpio
|
1382
|
+
application/x-sv4crc sv4crc
|
1383
|
+
application/x-t3vm-image t3
|
1384
|
+
application/x-tads gam
|
1385
|
+
application/x-tar tar
|
1386
|
+
application/x-tcl tcl
|
1387
|
+
application/x-tex tex
|
1388
|
+
application/x-tex-tfm tfm
|
1389
|
+
application/x-texinfo texinfo texi
|
1390
|
+
application/x-tgif obj
|
1391
|
+
application/x-toolbook tbk
|
1392
|
+
application/x-troff t tr roff
|
1393
|
+
application/x-troff-man man
|
1394
|
+
application/x-troff-me me
|
1395
|
+
application/x-troff-ms ms
|
1396
|
+
application/x-u-star
|
1397
|
+
application/x-ustar ustar
|
1398
|
+
application/x-VMSBACKUP bck
|
1399
|
+
application/x-wais-source src
|
1400
|
+
application/x-web-app-manifest+json webapp
|
1401
|
+
application/x-Wingz wz wkz
|
1402
|
+
application/x-word doc dot
|
1403
|
+
application/x-wordperfect wp
|
1404
|
+
application/x-wordperfect6.1 wp6
|
1405
|
+
application/x-wordperfectd wpd
|
1406
|
+
application/x-www-form-urlencoded
|
1407
|
+
application/x-x509-ca-cert crt der
|
1408
|
+
application/x-xfig fig
|
1409
|
+
application/x-xliff+xml xlf
|
1410
|
+
application/x-xpinstall xpi
|
1411
|
+
application/x-xz xz
|
1412
|
+
application/x-zmachine z1 z2 z3 z4 z5 z6 z7 z8
|
1413
|
+
application/x400-bp
|
1414
|
+
application/x400.bp
|
1415
|
+
application/xacml+xml
|
1416
|
+
application/xaml+xml xaml
|
1417
|
+
application/xcap-att+xml
|
1418
|
+
application/xcap-caps+xml
|
1419
|
+
application/xcap-diff+xml xdf
|
1420
|
+
application/xcap-el+xml
|
1421
|
+
application/xcap-error+xml
|
1422
|
+
application/xcap-ns+xml
|
1423
|
+
application/xcon-conference-info+xml
|
1424
|
+
application/xcon-conference-info-diff+xml
|
1425
|
+
application/xenc+xml xenc
|
1426
|
+
application/xhtml+xml xht xhtml
|
1427
|
+
application/xhtml-voice+xml
|
1428
|
+
application/xml xml xsl
|
1429
|
+
application/xml-dtd dtd
|
1430
|
+
application/xml-external-parsed-entity
|
1431
|
+
application/xml-patch+xml
|
1432
|
+
application/xmpp+xml
|
1433
|
+
application/xop+xml xop
|
1434
|
+
application/xproc+xml xpl
|
1435
|
+
application/xslt+xml xslt
|
1436
|
+
application/xspf+xml xspf
|
1437
|
+
application/xv+xml mxml xhvml xvm xvml
|
1438
|
+
application/yang yang
|
1439
|
+
application/yin+xml yin
|
1440
|
+
application/zip zip
|
1441
|
+
application/zlib
|
1442
|
+
audio/1d-interleaved-parityfec
|
1443
|
+
audio/32kadpcm
|
1444
|
+
audio/3gpp
|
1445
|
+
audio/3gpp2
|
1446
|
+
audio/ac3
|
1447
|
+
audio/adpcm adp
|
1448
|
+
audio/AMR amr
|
1449
|
+
audio/AMR-WB awb
|
1450
|
+
audio/amr-wb+
|
1451
|
+
audio/aptx
|
1452
|
+
audio/asc
|
1453
|
+
audio/ATRAC-ADVANCED-LOSSLESS
|
1454
|
+
audio/ATRAC-X
|
1455
|
+
audio/ATRAC3
|
1456
|
+
audio/basic au snd
|
1457
|
+
audio/BV16
|
1458
|
+
audio/BV32
|
1459
|
+
audio/clearmode
|
1460
|
+
audio/CN
|
1461
|
+
audio/DAT12
|
1462
|
+
audio/dls
|
1463
|
+
audio/dsr-es201108
|
1464
|
+
audio/dsr-es202050
|
1465
|
+
audio/dsr-es202211
|
1466
|
+
audio/dsr-es202212
|
1467
|
+
audio/DV
|
1468
|
+
audio/DVI4
|
1469
|
+
audio/eac3
|
1470
|
+
audio/encaprtp
|
1471
|
+
audio/EVRC evc
|
1472
|
+
audio/EVRC-QCP
|
1473
|
+
audio/EVRC0
|
1474
|
+
audio/EVRC1
|
1475
|
+
audio/EVRCB
|
1476
|
+
audio/EVRCB0
|
1477
|
+
audio/EVRCB1
|
1478
|
+
audio/EVRCNW
|
1479
|
+
audio/EVRCNW0
|
1480
|
+
audio/EVRCNW1
|
1481
|
+
audio/EVRCWB
|
1482
|
+
audio/EVRCWB0
|
1483
|
+
audio/EVRCWB1
|
1484
|
+
audio/EVS
|
1485
|
+
audio/example
|
1486
|
+
audio/fwdred
|
1487
|
+
audio/G711-0
|
1488
|
+
audio/G719
|
1489
|
+
audio/G722
|
1490
|
+
audio/G7221
|
1491
|
+
audio/G723
|
1492
|
+
audio/G726-16
|
1493
|
+
audio/G726-24
|
1494
|
+
audio/G726-32
|
1495
|
+
audio/G726-40
|
1496
|
+
audio/G728
|
1497
|
+
audio/G729
|
1498
|
+
audio/G7291
|
1499
|
+
audio/G729D
|
1500
|
+
audio/G729E
|
1501
|
+
audio/GSM
|
1502
|
+
audio/GSM-EFR
|
1503
|
+
audio/GSM-HR-08
|
1504
|
+
audio/iLBC
|
1505
|
+
audio/ip-mr_v2.5
|
1506
|
+
audio/L16 l16
|
1507
|
+
audio/L20
|
1508
|
+
audio/L24
|
1509
|
+
audio/L8
|
1510
|
+
audio/LPC
|
1511
|
+
audio/midi kar mid midi rmi
|
1512
|
+
audio/mobile-xmf
|
1513
|
+
audio/mp4 mp4 mpg4 f4a f4b mp4a m4a
|
1514
|
+
audio/MP4A-LATM m4a
|
1515
|
+
audio/MPA
|
1516
|
+
audio/mpa-robust
|
1517
|
+
audio/mpeg mpga mp2 mp3 m2a m3a mp2a
|
1518
|
+
audio/mpeg4-generic
|
1519
|
+
audio/ogg oga ogg spx
|
1520
|
+
audio/opus
|
1521
|
+
audio/parityfec
|
1522
|
+
audio/PCMA
|
1523
|
+
audio/PCMA-WB
|
1524
|
+
audio/PCMU
|
1525
|
+
audio/PCMU-WB
|
1526
|
+
audio/prs.sid
|
1527
|
+
audio/QCELP
|
1528
|
+
audio/raptorfec
|
1529
|
+
audio/RED
|
1530
|
+
audio/rtp-enc-aescm128
|
1531
|
+
audio/rtp-midi
|
1532
|
+
audio/rtploopback
|
1533
|
+
audio/rtx
|
1534
|
+
audio/s3m s3m
|
1535
|
+
audio/silk sil
|
1536
|
+
audio/SMV smv
|
1537
|
+
audio/SMV-QCP
|
1538
|
+
audio/SMV0
|
1539
|
+
audio/sp-midi
|
1540
|
+
audio/speex
|
1541
|
+
audio/t140c
|
1542
|
+
audio/t38
|
1543
|
+
audio/telephone-event
|
1544
|
+
audio/tone
|
1545
|
+
audio/UEMCLIP
|
1546
|
+
audio/ulpfec
|
1547
|
+
audio/VDVI
|
1548
|
+
audio/VMR-WB
|
1549
|
+
audio/vnd.3gpp.iufp
|
1550
|
+
audio/vnd.4SB
|
1551
|
+
audio/vnd.audiokoz
|
1552
|
+
audio/vnd.CELP
|
1553
|
+
audio/vnd.cisco.nse
|
1554
|
+
audio/vnd.cmles.radio-events
|
1555
|
+
audio/vnd.cns.anp1
|
1556
|
+
audio/vnd.cns.inf1
|
1557
|
+
audio/vnd.dece.audio uva uvva
|
1558
|
+
audio/vnd.digital-winds eol
|
1559
|
+
audio/vnd.dlna.adts
|
1560
|
+
audio/vnd.dolby.heaac.1
|
1561
|
+
audio/vnd.dolby.heaac.2
|
1562
|
+
audio/vnd.dolby.mlp
|
1563
|
+
audio/vnd.dolby.mps
|
1564
|
+
audio/vnd.dolby.pl2
|
1565
|
+
audio/vnd.dolby.pl2x
|
1566
|
+
audio/vnd.dolby.pl2z
|
1567
|
+
audio/vnd.dolby.pulse.1
|
1568
|
+
audio/vnd.dra dra
|
1569
|
+
audio/vnd.dts dts
|
1570
|
+
audio/vnd.dts.hd dtshd
|
1571
|
+
audio/vnd.dvb.file
|
1572
|
+
audio/vnd.everad.plj plj
|
1573
|
+
audio/vnd.hns.audio
|
1574
|
+
audio/vnd.lucent.voice lvp
|
1575
|
+
audio/vnd.ms-playready.media.pya pya
|
1576
|
+
audio/vnd.nokia.mobile-xmf mxmf
|
1577
|
+
audio/vnd.nortel.vbk vbk
|
1578
|
+
audio/vnd.nuera.ecelp4800 ecelp4800
|
1579
|
+
audio/vnd.nuera.ecelp7470 ecelp7470
|
1580
|
+
audio/vnd.nuera.ecelp9600 ecelp9600
|
1581
|
+
audio/vnd.octel.sbc
|
1582
|
+
audio/vnd.qcelp qcp
|
1583
|
+
audio/vnd.rhetorex.32kadpcm
|
1584
|
+
audio/vnd.rip rip
|
1585
|
+
audio/vnd.sealedmedia.softseal.mpeg smp3 smp s1m
|
1586
|
+
audio/vnd.vmx.cvsd
|
1587
|
+
audio/vorbis
|
1588
|
+
audio/vorbis-config
|
1589
|
+
audio/webm weba webm
|
1590
|
+
audio/x-aac aac
|
1591
|
+
audio/x-aiff aif aifc aiff
|
1592
|
+
audio/x-caf caf
|
1593
|
+
audio/x-flac flac
|
1594
|
+
audio/x-matroska mka
|
1595
|
+
audio/x-midi mid midi kar
|
1596
|
+
audio/x-mpegurl m3u
|
1597
|
+
audio/x-ms-wax wax
|
1598
|
+
audio/x-ms-wma wma
|
1599
|
+
audio/x-ms-wmv wmv
|
1600
|
+
audio/x-pn-realaudio ra ram
|
1601
|
+
audio/x-pn-realaudio-plugin rmp rpm
|
1602
|
+
audio/x-realaudio ra
|
1603
|
+
audio/x-wav wav
|
1604
|
+
audio/xm xm
|
1605
|
+
chemical/x-cdx cdx
|
1606
|
+
chemical/x-cif cif
|
1607
|
+
chemical/x-cmdf cmdf
|
1608
|
+
chemical/x-cml cml
|
1609
|
+
chemical/x-csml csml
|
1610
|
+
chemical/x-pdb pdb
|
1611
|
+
chemical/x-xyz xyz
|
1612
|
+
drawing/dwf dwf
|
1613
|
+
image/bmp bmp
|
1614
|
+
image/cgm cgm
|
1615
|
+
image/cmu-raster
|
1616
|
+
image/emf
|
1617
|
+
image/example
|
1618
|
+
image/fits
|
1619
|
+
image/g3fax g3
|
1620
|
+
image/gif gif
|
1621
|
+
image/ief ief
|
1622
|
+
image/jp2 jp2 jpg2
|
1623
|
+
image/jpeg jpeg jpg jpe
|
1624
|
+
image/jpm jpm jpgm
|
1625
|
+
image/jpx jpx jpf
|
1626
|
+
image/ktx ktx
|
1627
|
+
image/naplps
|
1628
|
+
image/pjpeg
|
1629
|
+
image/png png
|
1630
|
+
image/prs.btif btif
|
1631
|
+
image/prs.pti
|
1632
|
+
image/pwg-raster
|
1633
|
+
image/sgi sgi
|
1634
|
+
image/svg+xml svg svgz
|
1635
|
+
image/t38
|
1636
|
+
image/targa tga
|
1637
|
+
image/tiff tiff tif
|
1638
|
+
image/tiff-fx
|
1639
|
+
image/vnd.adobe.photoshop psd
|
1640
|
+
image/vnd.airzip.accelerator.azv
|
1641
|
+
image/vnd.cns.inf2
|
1642
|
+
image/vnd.dece.graphic uvg uvi uvvg uvvi
|
1643
|
+
image/vnd.dgn dgn
|
1644
|
+
image/vnd.djvu djvu djv
|
1645
|
+
image/vnd.dvb.subtitle sub
|
1646
|
+
image/vnd.dwg dwg
|
1647
|
+
image/vnd.dxf dxf
|
1648
|
+
image/vnd.fastbidsheet fbs
|
1649
|
+
image/vnd.fpx fpx
|
1650
|
+
image/vnd.fst fst
|
1651
|
+
image/vnd.fujixerox.edmics-mmr mmr
|
1652
|
+
image/vnd.fujixerox.edmics-rlc rlc
|
1653
|
+
image/vnd.globalgraphics.pgb pgb
|
1654
|
+
image/vnd.microsoft.icon ico
|
1655
|
+
image/vnd.mix
|
1656
|
+
image/vnd.mozilla.apng
|
1657
|
+
image/vnd.ms-modi mdi
|
1658
|
+
image/vnd.ms-photo wdp
|
1659
|
+
image/vnd.net-fpx npx
|
1660
|
+
image/vnd.net.fpx
|
1661
|
+
image/vnd.radiance
|
1662
|
+
image/vnd.sealed.png
|
1663
|
+
image/vnd.sealedmedia.softseal.gif
|
1664
|
+
image/vnd.sealedmedia.softseal.jpg
|
1665
|
+
image/vnd.svf
|
1666
|
+
image/vnd.tencent.tap
|
1667
|
+
image/vnd.valve.source.texture
|
1668
|
+
image/vnd.wap.wbmp wbmp
|
1669
|
+
image/vnd.xiff xif
|
1670
|
+
image/vnd.zbrush.pcx
|
1671
|
+
image/webp webp
|
1672
|
+
image/wmf
|
1673
|
+
image/x-3ds 3ds
|
1674
|
+
image/x-bmp bmp
|
1675
|
+
image/x-cmu-raster ras
|
1676
|
+
image/x-cmx cmx
|
1677
|
+
image/x-compressed-xcf xcfbz2 xcfgz
|
1678
|
+
image/x-freehand fh fh4 fh5 fh7 fhc
|
1679
|
+
image/x-hasselblad-3fr 3fr
|
1680
|
+
image/x-icon ico
|
1681
|
+
image/x-mrsid-image sid
|
1682
|
+
image/x-ms-bmp bmp
|
1683
|
+
image/x-paintshoppro psp pspimage
|
1684
|
+
image/x-pcx pcx
|
1685
|
+
image/x-pict pct pic
|
1686
|
+
image/x-portable-anymap pnm
|
1687
|
+
image/x-portable-bitmap pbm
|
1688
|
+
image/x-portable-graymap pgm
|
1689
|
+
image/x-portable-pixmap ppm
|
1690
|
+
image/x-rgb rgb
|
1691
|
+
image/x-targa tga
|
1692
|
+
image/x-tga tga
|
1693
|
+
image/x-vnd.dgn dgn
|
1694
|
+
image/x-win-bmp
|
1695
|
+
image/x-xbitmap xbm
|
1696
|
+
image/x-xbm xbm
|
1697
|
+
image/x-xcf xcf
|
1698
|
+
image/x-xpixmap xpm
|
1699
|
+
image/x-xwindowdump xwd
|
1700
|
+
message/CPIM
|
1701
|
+
message/delivery-status
|
1702
|
+
message/disposition-notification
|
1703
|
+
message/example
|
1704
|
+
message/external-body
|
1705
|
+
message/feedback-report
|
1706
|
+
message/global
|
1707
|
+
message/global-delivery-status
|
1708
|
+
message/global-disposition-notification
|
1709
|
+
message/global-headers
|
1710
|
+
message/http
|
1711
|
+
message/imdn+xml
|
1712
|
+
message/news
|
1713
|
+
message/partial
|
1714
|
+
message/rfc822 eml mime
|
1715
|
+
message/s-http
|
1716
|
+
message/sip
|
1717
|
+
message/sipfrag
|
1718
|
+
message/tracking-status
|
1719
|
+
message/vnd.si.simp
|
1720
|
+
message/vnd.wfa.wsc
|
1721
|
+
model/example
|
1722
|
+
model/iges igs iges
|
1723
|
+
model/mesh msh mesh silo
|
1724
|
+
model/vnd.collada+xml dae
|
1725
|
+
model/vnd.dwf dwf
|
1726
|
+
model/vnd.flatland.3dml
|
1727
|
+
model/vnd.gdl gdl
|
1728
|
+
model/vnd.gs-gdl
|
1729
|
+
model/vnd.gtw gtw
|
1730
|
+
model/vnd.moml+xml
|
1731
|
+
model/vnd.mts mts
|
1732
|
+
model/vnd.opengex
|
1733
|
+
model/vnd.parasolid.transmit.binary x_b xmt_bin
|
1734
|
+
model/vnd.parasolid.transmit.text x_t xmt_txt
|
1735
|
+
model/vnd.rosette.annotated-data-model
|
1736
|
+
model/vnd.valve.source.compiled-map
|
1737
|
+
model/vnd.vtu vtu
|
1738
|
+
model/vrml wrl vrml
|
1739
|
+
model/x3d+binary x3db x3dbz
|
1740
|
+
model/x3d+fastinfoset
|
1741
|
+
model/x3d+vrml x3dv x3dvz
|
1742
|
+
model/x3d+xml x3d x3dz
|
1743
|
+
model/x3d-vrml
|
1744
|
+
multipart/alternative
|
1745
|
+
multipart/appledouble
|
1746
|
+
multipart/byteranges
|
1747
|
+
multipart/digest
|
1748
|
+
multipart/encrypted
|
1749
|
+
multipart/example
|
1750
|
+
multipart/form-data
|
1751
|
+
multipart/header-set
|
1752
|
+
multipart/mixed
|
1753
|
+
multipart/parallel
|
1754
|
+
multipart/related
|
1755
|
+
multipart/report
|
1756
|
+
multipart/signed
|
1757
|
+
multipart/voice-message
|
1758
|
+
multipart/x-gzip
|
1759
|
+
multipart/x-mixed-replace
|
1760
|
+
multipart/x-parallel
|
1761
|
+
multipart/x-tar
|
1762
|
+
multipart/x-ustar
|
1763
|
+
multipart/x-www-form-urlencoded
|
1764
|
+
multipart/x-zip
|
1765
|
+
text/1d-interleaved-parityfec
|
1766
|
+
text/cache-manifest appcache manifest
|
1767
|
+
text/calendar ics ifb
|
1768
|
+
text/comma-separated-values csv
|
1769
|
+
text/css css
|
1770
|
+
text/csv csv
|
1771
|
+
text/csv-schema
|
1772
|
+
text/directory
|
1773
|
+
text/dns
|
1774
|
+
text/ecmascript
|
1775
|
+
text/encaprtp
|
1776
|
+
text/enriched
|
1777
|
+
text/example
|
1778
|
+
text/fwdred
|
1779
|
+
text/grammar-ref-list
|
1780
|
+
text/html html htm htmlx shtml htx
|
1781
|
+
text/javascript js
|
1782
|
+
text/jcr-cnd
|
1783
|
+
text/markdown
|
1784
|
+
text/mizar
|
1785
|
+
text/n3 n3
|
1786
|
+
text/parameters
|
1787
|
+
text/parityfec
|
1788
|
+
text/plain txt asc c cc h hh cpp hpp dat hlp conf def doc in list log markdown md rst text textile
|
1789
|
+
text/provenance-notation
|
1790
|
+
text/prs.fallenstein.rst rst
|
1791
|
+
text/prs.lines.tag dsc
|
1792
|
+
text/prs.prop.logic
|
1793
|
+
text/raptorfec
|
1794
|
+
text/RED
|
1795
|
+
text/rfc822-headers
|
1796
|
+
text/richtext rtx
|
1797
|
+
text/rtf rtf
|
1798
|
+
text/rtp-enc-aescm128
|
1799
|
+
text/rtploopback
|
1800
|
+
text/rtx
|
1801
|
+
text/sgml sgml sgm
|
1802
|
+
text/t140
|
1803
|
+
text/tab-separated-values tsv
|
1804
|
+
text/troff t tr roff troff man me ms
|
1805
|
+
text/turtle ttl
|
1806
|
+
text/ulpfec
|
1807
|
+
text/uri-list uri uris urls
|
1808
|
+
text/vcard vcard
|
1809
|
+
text/vnd.a
|
1810
|
+
text/vnd.abc
|
1811
|
+
text/vnd.curl curl
|
1812
|
+
text/vnd.curl.dcurl dcurl
|
1813
|
+
text/vnd.curl.mcurl mcurl
|
1814
|
+
text/vnd.curl.scurl scurl
|
1815
|
+
text/vnd.debian.copyright
|
1816
|
+
text/vnd.DMClientScript
|
1817
|
+
text/vnd.dvb.subtitle sub
|
1818
|
+
text/vnd.esmertec.theme-descriptor
|
1819
|
+
text/vnd.flatland.3dml
|
1820
|
+
text/vnd.fly fly
|
1821
|
+
text/vnd.fmi.flexstor flx
|
1822
|
+
text/vnd.graphviz gv
|
1823
|
+
text/vnd.in3d.3dml 3dml
|
1824
|
+
text/vnd.in3d.spot spot
|
1825
|
+
text/vnd.IPTC.NewsML
|
1826
|
+
text/vnd.IPTC.NITF
|
1827
|
+
text/vnd.latex-z
|
1828
|
+
text/vnd.motorola.reflex
|
1829
|
+
text/vnd.ms-mediapackage
|
1830
|
+
text/vnd.net2phone.commcenter.command ccc
|
1831
|
+
text/vnd.radisys.msml-basic-layout
|
1832
|
+
text/vnd.si.uricatalogue
|
1833
|
+
text/vnd.sun.j2me.app-descriptor jad
|
1834
|
+
text/vnd.trolltech.linguist
|
1835
|
+
text/vnd.wap.si si
|
1836
|
+
text/vnd.wap.sl sl
|
1837
|
+
text/vnd.wap.wml wml
|
1838
|
+
text/vnd.wap.wmlscript wmls
|
1839
|
+
text/x-asm asm s
|
1840
|
+
text/x-c c cc cpp cxx dic h hh
|
1841
|
+
text/x-coffescript coffee
|
1842
|
+
text/x-component htc
|
1843
|
+
text/x-fortran f f77 f90 for
|
1844
|
+
text/x-java-source java
|
1845
|
+
text/x-nfo nfo
|
1846
|
+
text/x-opml opml
|
1847
|
+
text/x-pascal p pas
|
1848
|
+
text/x-rtf rtf
|
1849
|
+
text/x-setext etx
|
1850
|
+
text/x-sfv sfv
|
1851
|
+
text/x-uuencode uu
|
1852
|
+
text/x-vcalendar vcs
|
1853
|
+
text/x-vcard vcf
|
1854
|
+
text/x-vnd.flatland.3dml
|
1855
|
+
text/x-yaml yaml yml
|
1856
|
+
text/xml xml dtd
|
1857
|
+
text/xml-external-parsed-entity
|
1858
|
+
video/1d-interleaved-parityfec
|
1859
|
+
video/3gpp 3gp 3gpp
|
1860
|
+
video/3gpp-tt
|
1861
|
+
video/3gpp2 3g2 3gpp2
|
1862
|
+
video/BMPEG
|
1863
|
+
video/BT656
|
1864
|
+
video/CelB
|
1865
|
+
video/dl dl
|
1866
|
+
video/DV dv
|
1867
|
+
video/encaprtp
|
1868
|
+
video/example
|
1869
|
+
video/gl gl
|
1870
|
+
video/H261 h261
|
1871
|
+
video/H263 h263
|
1872
|
+
video/H263-1998
|
1873
|
+
video/H263-2000
|
1874
|
+
video/H264 h264
|
1875
|
+
video/H264-RCDO
|
1876
|
+
video/H264-SVC
|
1877
|
+
video/H265
|
1878
|
+
video/iso.segment
|
1879
|
+
video/JPEG jpgv
|
1880
|
+
video/jpeg2000
|
1881
|
+
video/jpm jpgm jpm
|
1882
|
+
video/MJ2 mj2 mjp2
|
1883
|
+
video/MP1S
|
1884
|
+
video/MP2P
|
1885
|
+
video/MP2T ts
|
1886
|
+
video/mp4 mp4 mpg4 f4v f4p mp4v
|
1887
|
+
video/MP4V-ES
|
1888
|
+
video/mpeg mp2 mp3g mpe mpeg mpg m1v m2v
|
1889
|
+
video/mpeg4-generic
|
1890
|
+
video/MPV
|
1891
|
+
video/nv
|
1892
|
+
video/ogg ogg ogv
|
1893
|
+
video/parityfec
|
1894
|
+
video/pointer
|
1895
|
+
video/quicktime qt mov
|
1896
|
+
video/raptorfec
|
1897
|
+
video/raw
|
1898
|
+
video/rtp-enc-aescm128
|
1899
|
+
video/rtploopback
|
1900
|
+
video/rtx
|
1901
|
+
video/SMPTE292M
|
1902
|
+
video/ulpfec
|
1903
|
+
video/vc1
|
1904
|
+
video/vnd.CCTV
|
1905
|
+
video/vnd.dece.hd uvh uvvh
|
1906
|
+
video/vnd.dece.mobile uvm uvvm
|
1907
|
+
video/vnd.dece.mp4
|
1908
|
+
video/vnd.dece.pd uvp uvvp
|
1909
|
+
video/vnd.dece.sd uvs uvvs
|
1910
|
+
video/vnd.dece.video uvv uvvv
|
1911
|
+
video/vnd.directv.mpeg
|
1912
|
+
video/vnd.directv.mpeg-tts
|
1913
|
+
video/vnd.dlna.mpeg-tts
|
1914
|
+
video/vnd.dvb.file dvb
|
1915
|
+
video/vnd.fvt fvt
|
1916
|
+
video/vnd.hns.video
|
1917
|
+
video/vnd.iptvforum.1dparityfec-1010
|
1918
|
+
video/vnd.iptvforum.1dparityfec-2005
|
1919
|
+
video/vnd.iptvforum.2dparityfec-1010
|
1920
|
+
video/vnd.iptvforum.2dparityfec-2005
|
1921
|
+
video/vnd.iptvforum.ttsavc
|
1922
|
+
video/vnd.iptvforum.ttsmpeg2
|
1923
|
+
video/vnd.motorola.video
|
1924
|
+
video/vnd.motorola.videop
|
1925
|
+
video/vnd.mpegurl mxu m4u
|
1926
|
+
video/vnd.ms-playready.media.pyv pyv
|
1927
|
+
video/vnd.nokia.interleaved-multimedia nim
|
1928
|
+
video/vnd.nokia.videovoip
|
1929
|
+
video/vnd.objectvideo mp4 m4v
|
1930
|
+
video/vnd.radgamettools.bink
|
1931
|
+
video/vnd.radgamettools.smacker
|
1932
|
+
video/vnd.sealed.mpeg1 s11
|
1933
|
+
video/vnd.sealed.mpeg4 smpg s14
|
1934
|
+
video/vnd.sealed.swf sswf ssw
|
1935
|
+
video/vnd.sealedmedia.softseal.mov smov smo s1q
|
1936
|
+
video/vnd.uvvu.mp4 uvu uvvu
|
1937
|
+
video/vnd.vivo viv vivo
|
1938
|
+
video/VP8
|
1939
|
+
video/webm webm
|
1940
|
+
video/x-dl dl
|
1941
|
+
video/x-dv dv
|
1942
|
+
video/x-f4v f4v
|
1943
|
+
video/x-fli fli
|
1944
|
+
video/x-flv flv
|
1945
|
+
video/x-gl gl
|
1946
|
+
video/x-ivf ivf
|
1947
|
+
video/x-m4v m4v
|
1948
|
+
video/x-matroska mk3d mks mkv
|
1949
|
+
video/x-mng mng
|
1950
|
+
video/x-motion-jpeg mjpg mjpeg
|
1951
|
+
video/x-ms-asf asf asx
|
1952
|
+
video/x-ms-vob vob
|
1953
|
+
video/x-ms-wm wm
|
1954
|
+
video/x-ms-wmv wmv
|
1955
|
+
video/x-ms-wmx wmx
|
1956
|
+
video/x-ms-wvx wvx
|
1957
|
+
video/x-msvideo avi
|
1958
|
+
video/x-sgi-movie movie
|
1959
|
+
video/x-smv smv
|
1960
|
+
x-chemical/x-pdb pdb
|
1961
|
+
x-chemical/x-xyz xyz
|
1962
|
+
x-conference/x-cooltalk ice
|
1963
|
+
x-drawing/dwf dwf
|
1964
|
+
x-world/x-vrml wrl vrml
|