mumukit-content-type 1.11.0 → 1.12.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/mumukit/content_type/version.rb +1 -1
- data/vendor/bundle/ruby/2.7.0/bin/htmldiff +29 -0
- data/vendor/bundle/ruby/2.7.0/bin/ldiff +29 -0
- data/vendor/bundle/ruby/2.7.0/bin/nokogiri +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/racc +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rake +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/redcarpet +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rougify +27 -0
- data/vendor/bundle/ruby/2.7.0/bin/rspec +27 -0
- data/vendor/bundle/ruby/2.7.0/cache/activesupport-6.0.6.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/concurrent-ruby-1.2.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/crass-1.0.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/diff-lcs-1.5.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/i18n-0.9.5.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/minitest-5.18.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/mumuki-emojis-1.3.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/mumukit-core-1.19.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/nokogiri-1.14.2-x86_64-linux.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/racc-1.6.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rack-3.0.7.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rake-12.3.3.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/redcarpet-3.6.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rouge-3.30.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-core-3.12.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-expectations-3.12.2.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-mocks-3.12.5.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/rspec-support-3.12.0.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/sanitize-6.0.1.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/thread_safe-0.3.6.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/tzinfo-1.2.11.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/cache/zeitwerk-2.6.7.gem +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/gem_make.out +17 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/mkmf.log +57 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/racc-1.6.2/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/gem.build_complete +0 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/gem_make.out +38 -0
- data/vendor/bundle/ruby/2.7.0/extensions/x86_64-linux/2.7.0/redcarpet-3.6.0/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/CHANGELOG.md +782 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/README.rdoc +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/actionable_error.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/all.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/array_inquirer.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/backtrace_cleaner.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/benchmarkable.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/builder.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/file_store.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/mem_cache_store.rb +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/memory_store.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/null_store.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/redis_cache_store.rb +493 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/strategy/local_cache.rb +194 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/cache.rb +831 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/callbacks.rb +853 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concern.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/concurrency/share_lock.rb +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/configurable.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/access.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/conversions.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/extract.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/extract_options.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/grouping.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/inquiry.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/prepend_and_append.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array/wrap.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/array.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/benchmark.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/big_decimal.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/attribute.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/attribute_accessors.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class/subclasses.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/class.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/blank.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/calculations.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/conversions.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date/zones.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/calculations.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/acts_like.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/blank.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/calculations.rb +211 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/compatibility.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time/conversions.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/date_time.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/digest/uuid.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/digest.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/enumerable.rb +188 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/file/atomic.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/file.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/compact.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/conversions.rb +263 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/deep_merge.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/except.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/keys.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/reverse_merge.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/slice.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash/transform_values.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/hash.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/inflections.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/multiple.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer/time.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/integer.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/concern.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/reporting.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel/singleton_class.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/kernel.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/load_error.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/marshal.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/aliasing.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/anonymous.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attr_internal.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/concerning.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/delegation.rb +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/deprecation.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/introspection.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/reachable.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/redefine_method.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module/remove_method.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/module.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/name_error.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/bytes.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/conversions.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/inquiry.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric/time.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/numeric.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/acts_like.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/blank.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/conversions.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/deep_dup.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/duplicable.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/inclusion.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/instance_variables.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/json.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/to_param.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/to_query.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/try.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object/with_options.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/object.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/compare_range.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/conversions.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/each.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/include_range.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/include_time_with_zone.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range/overlaps.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/range.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/regexp.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/securerandom.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/access.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/behavior.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/conversions.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/exclude.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/filters.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/indent.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/inflections.rb +259 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/inquiry.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/multibyte.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/output_safety.rb +344 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/strip.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string/zones.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/string.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/acts_like.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/calculations.rb +346 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/compatibility.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/conversions.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time/zones.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/time.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext/uri.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/core_ext.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/current_attributes.rb +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/autoload.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/interlock.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/dependencies.rb +809 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/behaviors.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/constant_accessor.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/instance_delegator.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/method_wrappers.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation/reporting.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/deprecation.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/descendants_tracker.rb +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/digest.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration/iso8601_parser.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration/iso8601_serializer.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/duration.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/encrypted_configuration.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/encrypted_file.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/evented_file_update_checker.rb +234 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/execution_wrapper.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/executor.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/file_update_checker.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/gem_version.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/gzip.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/hash_with_indifferent_access.rb +399 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/i18n_railtie.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflections.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/inflections.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/methods.rb +397 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector/transliterate.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/inflector.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json/decoding.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json/encoding.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/json.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/key_generator.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/lazy_load_hooks.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/locale/en.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/locale/en.yml +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/log_subscriber/test_helper.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/log_subscriber.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger_silence.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/logger_thread_safe_level.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/message_encryptor.rb +227 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/message_verifier.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/metadata.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/rotation_configuration.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/messages/rotator.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte/chars.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte/unicode.rb +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/multibyte.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications/fanout.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications/instrumenter.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/notifications.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_converter.rb +183 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/number_to_rounded_converter.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper/rounding_helper.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/number_helper.rb +382 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/option_merger.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/ordered_hash.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/ordered_options.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/parameter_filter.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/per_thread_registry.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/proxy_object.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/rails.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/railtie.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/reloader.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/rescuable.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/security_utils.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/string_inquirer.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/subscriber.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/tagged_logging.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/test_case.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/assertions.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/autorun.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/constant_lookup.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/declarative.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/deprecation.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/file_fixtures.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/isolation.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/method_call_assertions.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/parallelization.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/setup_and_teardown.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/stream.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/tagged_logging.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/testing/time_helpers.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/time.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/time_with_zone.rb +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/values/time_zone.rb +570 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/version.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/jdom.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/libxml.rb +80 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/libxmlsax.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/nokogiri.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/nokogirisax.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini/rexml.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support/xml_mini.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/activesupport-6.0.6.1/lib/active_support.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/CHANGELOG.md +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/Gemfile +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/LICENSE.txt +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/README.md +405 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/Rakefile +319 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +292 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/agent.rb +588 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/array.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/async.rb +449 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atom.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/fiber_local_var.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/locals.rb +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/lock_local_var.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/atomic_direct_update.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +160 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +148 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/logging.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/configuration.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/constants.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/delay.rb +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/errors.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/exchanger.rb +353 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +220 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +366 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/executors.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/future.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/hash.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/ivar.rb +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/map.rb +350 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/options.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promise.rb +580 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/promises.rb +2168 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/re_include.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/scheduled_task.rb +331 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/set.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/condition.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/full_memory_barrier.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lock.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/object.rb +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/safe_initialization.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/synchronization.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/timer_task.rb +311 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tuple.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/tvar.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/engine.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/native_integer.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent-ruby.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/concurrent-ruby-1.2.2/lib/concurrent-ruby/concurrent.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/Gemfile +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/HISTORY.md +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/LICENSE +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/README.md +192 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/Rakefile +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/crass.gemspec +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/parser.rb +648 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/scanner.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +708 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/crass-1.0.6/lib/crass.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Code-of-Conduct.md +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Contributing.md +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/History.md +400 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/License.md +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Manifest.txt +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/README.rdoc +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/Rakefile +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/bin/htmldiff +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/bin/ldiff +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/docs/COPYING.txt +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/docs/artistic.txt +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/array.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/backports.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/block.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/callbacks.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/change.rb +174 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/htmldiff.rb +150 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/hunk.rb +358 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/internals.rb +308 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/ldiff.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs/string.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff/lcs.rb +739 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/lib/diff-lcs.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/change_spec.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/diff_spec.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/aX +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/bXaX +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ds1.csv +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ds2.csv +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-c +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-e +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-f +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff-u +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-c +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-e +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-f +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef-u +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2 +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-c +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-d +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-e +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-f +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/ldiff/output.diff.chef2-u +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/new-chef2 +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/fixtures/old-chef2 +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/hunk_spec.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/issues_spec.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/lcs_spec.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/ldiff_spec.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/patch_spec.rb +416 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/sdiff_spec.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/spec_helper.rb +374 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/traverse_balanced_spec.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/diff-lcs-1.5.0/spec/traverse_sequences_spec.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/README.md +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/lib/i18n.rb +356 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/run_all.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/i18n-0.9.5/test/test_helper.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/History.rdoc +1504 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/Manifest.txt +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/README.rdoc +831 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/Rakefile +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/design_rationale.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/hoe/minitest.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/assertions.rb +858 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/autorun.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/benchmark.rb +455 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/expectations.rb +321 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/hell.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/mock.rb +327 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/parallel.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/pride.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/pride_plugin.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/spec.rb +349 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/test.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/test_task.rb +305 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest/unit.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/lib/minitest.rb +1078 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/metametameta.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_assertions.rb +1701 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_benchmark.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_mock.rb +1146 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_reporter.rb +312 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_spec.rb +1146 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_test.rb +1272 -0
- data/vendor/bundle/ruby/2.7.0/gems/minitest-5.18.0/test/minitest/test_minitest_test_task.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/README.md +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/Rakefile +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/javascripts/mumuki-emojis.js +679 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/json/mumuki-emojis-shortnames.json +68738 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/app/assets/stylesheets/mumuki-emojis.css +5437 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/lib/mumuki/emojis/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumuki-emojis-1.3.0/lib/mumuki/emojis.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/bin/console +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/bin/setup +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/activemodel.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/array.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/class.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/configurable.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/file.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/hash.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/i18n.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/json.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/likeability.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/modulability.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/module.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/nil.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/object.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/regexp.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/request.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/rspec.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/status.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/string.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/variability.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core/yaml.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/mumukit-core-1.19.1/lib/mumukit/core.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/Gemfile +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/LICENSE-DEPENDENCIES.md +2224 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/LICENSE.md +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/README.md +287 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/bin/nokogiri +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/dependencies.yml +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/depend +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/extconf.rb +1084 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/gumbo.c +594 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_document.c +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_element_description.c +294 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +306 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +172 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +217 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +232 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +499 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +236 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +1244 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +656 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +958 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +1312 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +463 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +129 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +189 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +368 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +947 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +428 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +202 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +503 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +488 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +575 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +632 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +262 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/security.h +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +1982 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +179 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/nokogiri.c +265 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/nokogiri.h +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/test_global_handlers.c +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_attr.c +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_cdata.c +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_comment.c +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_document.c +689 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_document_fragment.c +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_dtd.c +208 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_element_content.c +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_element_decl.c +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_entity_decl.c +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_entity_reference.c +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_namespace.c +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_node.c +2425 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_node_set.c +496 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_reader.c +794 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_relax_ng.c +183 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_parser.c +316 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +283 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_schema.c +282 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_syntax_error.c +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_text.c +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xml_xpath_context.c +413 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +363 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/CHANGES.md +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/Makefile +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/gumbo-parser/THANKS +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/2.7/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.1/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/3.2/nokogiri.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/class_resolver.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/node.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser.rb +770 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser.y +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/parser_extras.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/syntax_error.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/tokenizer.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/tokenizer.rex +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +359 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/css.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/decorators/slop.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/encoding_handler.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/extension.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/gumbo.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/builder.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/document.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/element_description.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +572 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/encoding_reader.rb +121 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html4.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/document.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5/node.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/html5.rb +389 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/jruby/nokogiri_jars.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/syntax_error.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version/constant.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version/info.rb +223 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/version.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/attr.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/builder.rb +487 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/cdata.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/character_data.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/document.rb +471 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/dtd.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/element_content.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/element_decl.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/namespace.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node.rb +1563 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/node_set.rb +447 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/notation.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/parse_options.rb +213 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp/node.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/pp.rb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/reader.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/document.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/sax.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/schema.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/searchable.rb +270 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/text.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xml.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri/xslt.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/nokogiri.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/nokogiri-1.14.2-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/COPYING +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ChangeLog +846 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/README.ja.rdoc +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/README.rdoc +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/TODO +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/bin/racc +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/NEWS.en.rdoc +282 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/grammar.en.rdoc +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/en/grammar2.en.rdoc +219 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/NEWS.ja.rdoc +307 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/command.ja.html +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/debug.ja.rdoc +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/grammar.ja.rdoc +348 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/index.ja.html +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/parser.ja.rdoc +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/doc/ja/usage.ja.html +414 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/MANIFEST +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/Makefile +267 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.c +861 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/ext/racc/cparse/extconf.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/compat.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/cparse.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/debugflags.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/exception.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/grammar.rb +1118 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/grammarfileparser.rb +561 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/info.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/iset.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/logfilegenerator.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parser-text.rb +637 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parser.rb +632 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/parserfilegenerator.rb +468 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/sourcetext.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/state.rb +972 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/statetransitiontable.rb +311 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc/static.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/racc-1.6.2/lib/racc.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/CHANGELOG.md +860 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/CONTRIBUTING.md +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/README.md +309 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/SPEC.rdoc +340 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/abstract/handler.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/abstract/request.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/basic.rb +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/md5.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/nonce.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/params.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest/request.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/auth/digest.rb +256 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/body_proxy.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/builder.rb +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/cascade.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/chunked.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/common_logger.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/conditional_get.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/config.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/constants.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/content_length.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/content_type.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/deflater.rb +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/directory.rb +205 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/etag.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/events.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/file.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/files.rb +216 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/head.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/headers.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/lint.rb +907 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/lock.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/logger.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/media_type.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/method_override.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mime.rb +693 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock_request.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/mock_response.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/generator.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/parser.rb +434 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart/uploaded_file.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/multipart.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/null_logger.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/query_parser.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/recursive.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/reloader.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/request.rb +777 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/response.rb +393 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/rewindable_input.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/runtime.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/sendfile.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/show_exceptions.rb +403 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/show_status.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/static.rb +187 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/tempfile_reaper.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/urlmap.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/utils.rb +654 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack/version.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rack-3.0.7/lib/rack.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Gemfile +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/History.rdoc +2344 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/MIT-LICENSE +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/README.rdoc +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/Rakefile +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/bundle +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/console +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rake +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rdoc +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/rubocop +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/bin/setup +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/command_line_usage.rdoc +158 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/Rakefile1 +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/Rakefile2 +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/a.c +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/b.c +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/example/main.c +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/glossary.rdoc +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/jamis.rb +592 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/proto_rake.rdoc +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rake.1 +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rakefile.rdoc +622 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/doc/rational.rdoc +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/exe/rake +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/application.rb +824 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/backtrace.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/clean.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/cloneable.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/cpu_counter.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/default_loader.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/dsl_definition.rb +195 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/early_time.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/ext/core.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/ext/string.rb +176 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_creation_task.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_list.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_task.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils.rb +137 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/invocation_chain.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/late_time.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/linked_list.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/loaders/makefile.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/name_space.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/packagetask.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/phony.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/private_reader.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/promise.rb +100 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/pseudo_status.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rake_module.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/scope.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task.rb +413 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_argument_error.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_arguments.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/task_manager.rb +324 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/tasklib.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/testtask.rb +224 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/thread_history_display.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/trace_output.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/version.rb +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake/win32.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/lib/rake.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rake-12.3.3/rake.gemspec +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/CHANGELOG.md +479 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/CONTRIBUTING.md +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/COPYING +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/Gemfile +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/README.markdown +405 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/Rakefile +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/bin/redcarpet +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/Makefile +267 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.c +308 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.h +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/autolink.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.c +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.h +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/buffer.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/extconf.rb +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini.h +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_href_e.c +124 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_href_e.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_html_e.c +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/houdini_html_e.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.c +869 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.h +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_block_names.txt +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_blocks.h +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_smartypants.c +472 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/html_smartypants.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.c +2946 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.h +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/markdown.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_markdown.c +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_markdown.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_render.c +587 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/rc_render.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/redcarpet.h +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.c +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.h +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/ext/redcarpet/stack.o +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/cli.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/compat.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/render_man.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet/render_strip.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/lib/redcarpet.so +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/redcarpet-3.6.0/redcarpet.gemspec +59 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/Gemfile +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/LICENSE +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/bin/rougify +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/cli.rb +531 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/abap +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/actionscript +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ada +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apache +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apex +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/apiblueprint +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/applescript +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/armasm +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/augeas +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/awk +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/batchfile +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bbcbasic +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bibtex +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/biml +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bpf +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/brainfuck +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/brightscript +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/bsl +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/c +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ceylon +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cfscript +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/clean +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/clojure +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cmake +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cmhg +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/coffeescript +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/common_lisp +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/conf +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/console +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/coq +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cpp +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/crystal +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/csharp +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/css +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/csvs +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cuda +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cypher +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/cython +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/d +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dafny +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dart +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/datastudio +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/diff +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/digdag +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/docker +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/dot +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ecl +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/eex +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/eiffel +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/elixir +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/elm +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/email +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/epp +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/erb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/erlang +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/escape +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/factor +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fluent +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fortran +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/freefem +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/fsharp +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gdscript +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ghc-cmm +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ghc-core +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gherkin +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/glsl +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/go +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/gradle +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/graphql +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/groovy +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hack +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haml +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/handlebars +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haskell +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/haxe +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hcl +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hlsl +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hocon +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hql +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/html +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/http +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/hylang +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/idlang +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/idris +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/igorpro +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ini +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/io +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/irb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/irb_output +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/isabelle +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/isbl +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/j +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/janet +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/java +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/javascript +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jinja +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsl +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/json +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/json-doc +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsonnet +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsp +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/jsx +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/julia +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/kotlin +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lasso +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lean +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/liquid +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/literate_coffeescript +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/literate_haskell +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/livescript +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/llvm +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lua +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lustre +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/lutin +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/m68k +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/magik +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/make +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/markdown +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mason +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mathematica +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/matlab +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/meson +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/minizinc +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/moonscript +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mosel +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/msgtrans +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/mxml +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nasm +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nesasm +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nginx +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nial +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nim +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/nix +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/objective_c +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/objective_cpp +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ocaml +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ocl +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/openedge +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/opentype_feature_file +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/pascal +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/perl +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/php +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plaintext +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plist +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/plsql +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/pony +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/postscript +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/powershell +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/praat +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/prolog +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/prometheus +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/properties +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/protobuf +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/puppet +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/python +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/q +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/qml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/r +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/racket +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/reasonml +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rego +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rescript +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/robot_framework +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ruby +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/rust +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sas +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sass +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scala +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scheme +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/scss +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sed +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/shell +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sieve +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/slice +10 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/slim +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/smalltalk +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/smarty +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/solidity +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sparql +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sqf +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/sql +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ssh +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/stan +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/stata +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/supercollider +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/swift +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/systemd +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/syzlang +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/syzprog +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tap +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tcl +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/terraform +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tex +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/toml +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tsx +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/ttcn3 +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/tulip +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/turtle +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/twig +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/typescript +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vala +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vb +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vcl +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/velocity +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/verilog +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vhdl +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/viml +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/vue +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/wollok +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xml +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xojo +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xpath +2 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/xquery +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/yaml +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/yang +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/demos/zig +6 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatter.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_inline.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_legacy.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_line_highlighter.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_line_table.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_linewise.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_pygments.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/html_table.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/null.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/terminal256.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/terminal_truecolor.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/formatters/tex.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guesser.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/disambiguation.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/filename.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/glob_mapping.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/mimetype.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/modeline.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/source.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/guessers/util.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexer.rb +535 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/abap.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/actionscript.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ada.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apache/keywords.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apache.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apex.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apiblueprint.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/apple_script.rb +370 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/armasm.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/augeas.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/awk.rb +162 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/batchfile.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bbcbasic.rb +112 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bibtex.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/biml.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bpf.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/brainfuck.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/brightscript.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/bsl.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/c.rb +200 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ceylon.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cfscript.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/clean.rb +156 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/clojure.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cmake.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cmhg.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/coffeescript.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/common_lisp.rb +346 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/conf.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/console.rb +190 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/coq.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cpp.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/crystal.rb +435 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/csharp.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/css.rb +276 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/csvs.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cuda.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cypher.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/cython.rb +151 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/d.rb +177 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dafny.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dart.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/datastudio.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/diff.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/digdag.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/docker.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/dot.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ecl.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/eex.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/eiffel.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/elixir.rb +149 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/elm.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/email.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/epp.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/erb.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/erlang.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/escape.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/factor.rb +303 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fluent.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fortran.rb +178 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/freefem.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/fsharp.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gdscript.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ghc_cmm.rb +340 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ghc_core.rb +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gherkin/keywords.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gherkin.rb +140 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/glsl.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/go.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/gradle.rb +38 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/graphql.rb +261 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/groovy.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hack.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haml.rb +226 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/handlebars.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haskell.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/haxe.rb +246 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hcl.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hlsl.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hocon.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hql.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/html.rb +141 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/http.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/hylang.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/idlang.rb +312 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/idris.rb +210 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/igorpro.rb +664 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ini.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/io.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/irb.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isabelle.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isbl/builtins.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/isbl.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/j.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/janet.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/java.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/javascript.rb +285 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jinja.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsl.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/json.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/json_doc.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsonnet.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsp.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/jsx.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/julia.rb +292 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/kotlin.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lasso/keywords.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lasso.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lean.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/liquid.rb +285 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/literate_coffeescript.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/literate_haskell.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/livescript.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/llvm/keywords.rb +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/llvm.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lua/keywords.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lua.rb +164 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lustre.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/lutin.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/m68k.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/magik.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/make.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/markdown.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mason.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mathematica/keywords.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mathematica.rb +96 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab/builtins.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab/keywords.rb +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/matlab.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/meson.rb +159 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/minizinc.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/moonscript.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mosel.rb +232 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/msgtrans.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/mxml.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nasm.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nesasm.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nginx.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nial.rb +166 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nim.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/nix.rb +211 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_c/common.rb +184 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_c.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/objective_cpp.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocaml/common.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocaml.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ocl.rb +84 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/openedge.rb +429 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/opentype_feature_file.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/pascal.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/perl.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/php/keywords.rb +202 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/php.rb +379 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plain_text.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plist.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/plsql.rb +578 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/pony.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/postscript.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/powershell.rb +242 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/praat.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/prolog.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/prometheus.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/properties.rb +52 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/protobuf.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/puppet.rb +129 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/python.rb +251 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/q.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/qml.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/r.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/racket.rb +568 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/reasonml.rb +66 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rego.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rescript.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/robot_framework.rb +249 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ruby.rb +454 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/rust.rb +259 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sas.rb +563 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sass/common.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sass.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scala.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scheme.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/scss.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sed.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/shell.rb +201 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sieve.rb +97 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/slice.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/slim.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/smalltalk.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/smarty.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sml.rb +345 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/solidity.rb +185 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sparql.rb +131 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sqf/keywords.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sqf.rb +109 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/sql.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ssh.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/stan.rb +451 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/stata.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/supercollider.rb +115 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/swift.rb +186 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/systemd.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/syzlang.rb +317 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/syzprog.rb +122 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tap.rb +88 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tcl.rb +193 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/terraform.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tex.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/toml.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tsx.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/ttcn3.rb +119 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/tulip.rb +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/turtle.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/twig.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/typescript/common.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/typescript.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vala.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/varnish.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vb.rb +165 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/velocity.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/verilog.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vhdl.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/viml/keywords.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/viml.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/vue.rb +127 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/wollok.rb +103 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xml.rb +56 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xojo.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xpath.rb +332 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/xquery.rb +145 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/yaml.rb +378 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/yang.rb +147 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/lexers/zig.rb +139 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/plugins/redcarpet.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/regex_lexer.rb +498 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/template_lexer.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/tex_theme_renderer.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/text_analyzer.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/theme.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/base16.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/bw.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/colorful.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/github.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/gruvbox.rb +170 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/igor_pro.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/magritte.rb +79 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/molokai.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/monokai.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/monokai_sublime.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/pastie.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/thankful_eyes.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/themes/tulip.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/token.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/util.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge/version.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/lib/rouge.rb +108 -0
- data/vendor/bundle/ruby/2.7.0/gems/rouge-3.30.0/rouge.gemspec +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/LICENSE.md +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/README.md +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/lib/rspec/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-3.12.0/lib/rspec.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/Changelog.md +2368 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/LICENSE.md +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/README.md +384 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/exe/rspec +4 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/autorun.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/backtrace_formatter.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/coordinator.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/server.rb +61 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_command.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/bisect/utilities.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration.rb +2385 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/configuration_options.rb +233 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/did_you_mean.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/drb.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/dsl.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example.rb +666 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example_group.rb +905 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/example_status_persister.rb +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/filter_manager.rb +231 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/flat_map.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/console_codes.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/exception_presenter.rb +525 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/helpers.rb +118 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_printer.rb +412 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/protocol.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/formatters.rb +279 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/hooks.rb +646 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/invocations.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/memoized_helpers.rb +580 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata.rb +498 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/metadata_filter.rb +255 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/notifications.rb +521 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/option_parser.rb +323 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/ordering.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/output_wrapper.rb +29 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/pending.rb +157 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/profiler.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +98 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/project_initializer.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/rake_task.rb +188 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/reporter.rb +265 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/ruby_project.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/runner.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/sandbox.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/set.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_context.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shared_example_group.rb +271 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/shell_escape.rb +49 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/warnings.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core/world.rb +287 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-core-3.12.1/lib/rspec/core.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/Changelog.md +1302 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/README.md +320 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/configuration.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/expectation_target.rb +163 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/fail_with.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/failure_aggregator.rb +229 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/handler.rb +182 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/minitest_integration.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/syntax.rb +132 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations/version.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/expectations.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/aliased_matcher.rb +116 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/all.rb +86 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/base_matcher.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be.rb +191 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_between.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/be_within.rb +72 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/change.rb +450 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/compound.rb +290 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/contain_exactly.rb +310 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/cover.rb +24 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eq.rb +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/eql.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/equal.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/exist.rb +90 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/has.rb +167 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/include.rb +206 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/match.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/operators.rb +128 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/output.rb +207 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/raise_error.rb +271 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/respond_to.rb +200 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/satisfy.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/throw_symbol.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in/yield.rb +375 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/built_in.rb +53 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/composable.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/dsl.rb +545 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/english_phrasing.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/fail_matchers.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/generated_descriptions.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_delegator.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers/matcher_protocol.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-expectations-3.12.2/lib/rspec/matchers.rb +1044 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/Changelog.md +1262 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/LICENSE.md +25 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/README.md +463 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/chain.rb +111 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/proxy.rb +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/recorder.rb +295 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/any_instance.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_list_matcher.rb +117 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/argument_matchers.rb +322 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/configuration.rb +212 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/error_generator.rb +390 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/example_methods.rb +434 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/instance_method_stasher.rb +146 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/marshal_extension.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/have_received.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive.rb +134 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_chain.rb +87 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/message_expectation.rb +820 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_double.rb +309 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/method_reference.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/minitest_integration.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/mutate_const.rb +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/object_reference.rb +149 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/order_group.rb +81 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/proxy.rb +520 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/space.rb +238 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/standalone.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/syntax.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/targets.rb +124 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/test_double.rb +171 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_double.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_message_expectation.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/verifying_proxy.rb +221 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks/version.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-mocks-3.12.5/lib/rspec/mocks.rb +133 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/Changelog.md +364 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/LICENSE.md +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/README.md +40 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/caller_filter.rb +83 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/comparable_version.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/differ.rb +215 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/directory_maker.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/encoded_string.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/fuzzy_matcher.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/hunk_generator.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/matcher_definition.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/method_signature_verifier.rb +438 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/mutex.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/object_formatter.rb +275 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/recursive_const_methods.rb +76 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/reentrant_mutex.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/ruby_features.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/location.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/node.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source/token.rb +94 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/source.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/diff_helpers.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/formatting_support.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/in_sub_process.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/library_wide_checks.rb +150 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/shell_out.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/stderr_splitter.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/string_matcher.rb +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/spec.rb +82 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/version.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/warnings.rb +39 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support/with_keywords_when_needed.rb +33 -0
- data/vendor/bundle/ruby/2.7.0/gems/rspec-support-3.12.0/lib/rspec/support.rb +154 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/HISTORY.md +759 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/LICENSE +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/README.md +675 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/basic.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/default.rb +123 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/relaxed.rb +724 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config/restricted.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/config.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/css.rb +348 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_cdata.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_comment.rb +13 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_css.rb +57 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_doctype.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/transformers/clean_element.rb +268 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/lib/sanitize.rb +244 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/common.rb +3 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_comment.rb +47 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_css.rb +67 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_doctype.rb +71 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_clean_element.rb +552 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_config.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_malicious_css.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_malicious_html.rb +339 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_parser.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_sanitize.rb +197 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_sanitize_css.rb +424 -0
- data/vendor/bundle/ruby/2.7.0/gems/sanitize-6.0.1/test/test_transformers.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/Gemfile +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/LICENSE +144 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/README.md +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/Rakefile +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
- data/vendor/bundle/ruby/2.7.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/CHANGES.md +840 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/LICENSE +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/README.md +152 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/Rakefile +107 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/annual_rules.rb +51 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country.rb +196 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_index_definition.rb +31 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_info.rb +42 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/country_timezone.rb +135 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_source.rb +190 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_timezone.rb +58 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/data_timezone_info.rb +55 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/info_timezone.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/linked_timezone.rb +63 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/linked_timezone_info.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/offset_rationals.rb +77 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/posix_time_zone_parser.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_core_support.rb +176 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_country_info.rb +74 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/ruby_data_source.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/time_or_datetime.rb +351 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone.rb +673 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_definition.rb +36 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_index_definition.rb +54 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_info.rb +30 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_offset.rb +101 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_period.rb +245 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_proxy.rb +105 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_transition.rb +130 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/timezone_transition_definition.rb +104 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/transition_data_timezone_info.rb +274 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/transition_rule.rb +325 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_country_info.rb +37 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_data_source.rb +504 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo/zoneinfo_timezone_info.rb +516 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/lib/tzinfo.rb +43 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/assets/payload.rb +1 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_annual_rules.rb +95 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country.rb +240 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_index_definition.rb +69 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_info.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_country_timezone.rb +173 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_source.rb +218 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_timezone.rb +99 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_data_timezone_info.rb +18 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_info_timezone.rb +34 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_linked_timezone.rb +155 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_linked_timezone_info.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_offset_rationals.rb +23 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_posix_time_zone_parser.rb +261 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_core_support.rb +168 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_country_info.rb +110 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_ruby_data_source.rb +175 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_time_or_datetime.rb +674 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone.rb +1361 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_definition.rb +113 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_index_definition.rb +73 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_info.rb +11 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_london.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_melbourne.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_new_york.rb +142 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_offset.rb +126 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_period.rb +555 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_proxy.rb +136 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_transition.rb +366 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_transition_definition.rb +295 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_timezone_utc.rb +27 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_transition_data_timezone_info.rb +433 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_transition_rule.rb +663 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_country_info.rb +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_data_source.rb +1226 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tc_zoneinfo_timezone_info.rb +2149 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/test_utils.rb +214 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all.rb +7 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_ruby.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/ts_all_zoneinfo.rb +9 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +327 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +230 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +273 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +198 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +333 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +277 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +235 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/indexes/countries.rb +940 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +609 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data/version.rb +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/tzinfo-data/tzinfo/data.rb +8 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/America/New_York +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Australia/Melbourne +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/EST +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Etc/UTC +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Amsterdam +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Andorra +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Paris +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Europe/Prague +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/Factory +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/iso3166.tab +274 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/leapseconds +78 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/posix/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/posixrules +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/right/Europe/London +0 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/zone.tab +452 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/test/zoneinfo/zone1970.tab +384 -0
- data/vendor/bundle/ruby/2.7.0/gems/tzinfo-1.2.11/tzinfo.gemspec +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/MIT-LICENSE +20 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/README.md +1288 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/error.rb +21 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/explicit_namespace.rb +93 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/gem_inflector.rb +17 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/gem_loader.rb +65 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/inflector.rb +46 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/internal.rb +12 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/kernel.rb +68 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/callbacks.rb +92 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/config.rb +365 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/eager_load.rb +228 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader/helpers.rb +143 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/loader.rb +514 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/real_mod_name.rb +22 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/registry.rb +138 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk/version.rb +5 -0
- data/vendor/bundle/ruby/2.7.0/gems/zeitwerk-2.6.7/lib/zeitwerk.rb +26 -0
- data/vendor/bundle/ruby/2.7.0/specifications/activesupport-6.0.6.1.gemspec +41 -0
- data/vendor/bundle/ruby/2.7.0/specifications/concurrent-ruby-1.2.2.gemspec +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/crass-1.0.6.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/diff-lcs-1.5.0.gemspec +50 -0
- data/vendor/bundle/ruby/2.7.0/specifications/i18n-0.9.5.gemspec +31 -0
- data/vendor/bundle/ruby/2.7.0/specifications/minitest-5.18.0.gemspec +38 -0
- data/vendor/bundle/ruby/2.7.0/specifications/mumuki-emojis-1.3.0.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/mumukit-core-1.19.1.gemspec +0 -0
- data/vendor/bundle/ruby/2.7.0/specifications/nokogiri-1.14.2-x86_64-linux.gemspec +37 -0
- data/vendor/bundle/ruby/2.7.0/specifications/racc-1.6.2.gemspec +27 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rack-3.0.7.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rake-12.3.3.gemspec +43 -0
- data/vendor/bundle/ruby/2.7.0/specifications/redcarpet-3.6.0.gemspec +40 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rouge-3.30.0.gemspec +24 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-3.12.0.gemspec +39 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-core-3.12.1.gemspec +53 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-expectations-3.12.2.gemspec +44 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-mocks-3.12.5.gemspec +44 -0
- data/vendor/bundle/ruby/2.7.0/specifications/rspec-support-3.12.0.gemspec +36 -0
- data/vendor/bundle/ruby/2.7.0/specifications/sanitize-6.0.1.gemspec +37 -0
- data/vendor/bundle/ruby/2.7.0/specifications/thread_safe-0.3.6.gemspec +34 -0
- data/vendor/bundle/ruby/2.7.0/specifications/tzinfo-1.2.11.gemspec +35 -0
- data/vendor/bundle/ruby/2.7.0/specifications/zeitwerk-2.6.7.gemspec +22 -0
- metadata +2011 -7
@@ -0,0 +1,11 @@
|
|
1
|
+
# -*- coding: utf-8 -*- #
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
# automatically generated by `rake builtins:matlab`
|
5
|
+
module Rouge
|
6
|
+
module Lexers
|
7
|
+
def Matlab.builtins
|
8
|
+
@builtins ||= Set.new ["abs", "accumarray", "acos", "acosd", "acosh", "acot", "acotd", "acoth", "acsc", "acscd", "acsch", "actxcontrol", "actxcontrollist", "actxcontrolselect", "actxGetRunningServer", "actxserver", "add", "addboundary", "addcats", "addCause", "addClass", "addCondition", "addConditionsFrom", "addConstructor", "addCorrection", "addedge", "addevent", "addFields", "addFields", "addFile", "addFolderIncludingChildFiles", "addFunction", "addLabel", "addlistener", "addMethod", "addmulti", "addnode", "addOptional", "addParameter", "addParamValue", "addPath", "addpath", "addPlugin", "addpoints", "addpref", "addprop", "addprop", "addproperty", "addProperty", "addReference", "addRequired", "addsample", "addsampletocollection", "addShortcut", "addShutdownFile", "addStartupFile", "addTeardown", "addTeardown", "addtodate", "addToolbarExplorationButtons", "addts", "addvars", "adjacency", "airy", "align", "alim", "all", "allchild", "allowModelReferenceDiscreteSampleTimeInheritanceImpl", "alpha", "alphamap", "alphaShape", "alphaSpectrum", "alphaTriangulation", "amd", "analyzeCodeCompatibility", "ancestor", "and", "angle", "animatedline", "annotation", "ans", "any", "appdesigner", "append", "append", "applyFixture", "applyFixture", "area", "area", "area", "array2table", "array2timetable", "arrayfun", "ascii", "asec", "asecd", "asech", "asin", "asind", "asinh", "assert", "assertAccessed", "assertCalled", "assertClass", "assertEmpty", "assertEqual", "assertError", "assertFail", "assertFalse", "assertGreaterThan", "assertGreaterThanOrEqual", "assertInstanceOf", "assertLength", "assertLessThan", "assertLessThanOrEqual", "assertMatches", "assertNotAccessed", "assertNotCalled", "assertNotEmpty", "assertNotEqual", "assertNotSameHandle", "assertNotSet", "assertNumElements", "assertReturnsTrue", "assertSameHandle", "assertSet", "assertSize", "assertSubstring", "assertThat", "assertTrue", "assertUsing", "assertWarning", "assertWarningFree", "assignin", "assignOutputsWhen", "assumeAccessed", "assumeCalled", "assumeClass", "assumeEmpty", "assumeEqual", "assumeError", "assumeFail", "assumeFalse", "assumeGreaterThan", "assumeGreaterThanOrEqual", "assumeInstanceOf", "assumeLength", "assumeLessThan", "assumeLessThanOrEqual", "assumeMatches", "assumeNotAccessed", "assumeNotCalled", "assumeNotEmpty", "assumeNotEqual", "assumeNotSameHandle", "assumeNotSet", "assumeNumElements", "assumeReturnsTrue", "assumeSameHandle", "assumeSet", "assumeSize", "assumeSubstring", "assumeThat", "assumeTrue", "assumeUsing", "assumeWarning", "assumeWarningFree", "atan", "atan2", "atan2d", "atand", "atanh", "audiodevinfo", "audioinfo", "audioplayer", "audioread", "audiorecorder", "audiowrite", "autumn", "aviinfo", "axes", "axis", "axtoolbar", "axtoolbarbtn", "balance", "bandwidth", "bar", "bar3", "bar3h", "barh", "barycentricToCartesian", "baryToCart", "base2dec", "batchStartupOptionUsed", "bctree", "beep", "BeginInvoke", "bench", "besselh", "besseli", "besselj", "besselk", "bessely", "beta", "betainc", "betaincinv", "betaln", "between", "bfsearch", "bicg", "bicgstab", "bicgstabl", "biconncomp", "bin2dec", "binary", "binscatter", "bitand", "bitcmp", "bitget", "bitnot", "bitor", "bitset", "bitshift", "bitxor", "blanks", "blkdiag", "bone", "boundary", "boundary", "boundaryFacets", "boundaryshape", "boundingbox", "bounds", "box", "break", "brighten", "brush", "bsxfun", "build", "builddocsearchdb", "builtin", "bvp4c", "bvp5c", "bvpget", "bvpinit", "bvpset", "bvpxtend", "caldays", "caldiff", "calendar", "calendarDuration", "calllib", "callSoapService", "calmonths", "calquarters", "calweeks", "calyears", "camdolly", "cameratoolbar", "camlight", "camlookat", "camorbit", "campan", "campos", "camproj", "camroll", "camtarget", "camup", "camva", "camzoom", "cancel", "cancelled", "cart2pol", "cart2sph", "cartesianToBarycentric", "cartToBary", "cast", "cat", "cat", "categorical", "categories", "caxis", "cd", "cd", "cdf2rdf", "cdfepoch", "cdfinfo", "cdflib", "cdflib.close", "cdflib.closeVar", "cdflib.computeEpoch", "cdflib.computeEpoch16", "cdflib.create", "cdflib.createAttr", "cdflib.createVar", "cdflib.delete", "cdflib.deleteAttr", "cdflib.deleteAttrEntry", "cdflib.deleteAttrgEntry", "cdflib.deleteVar", "cdflib.deleteVarRecords", "cdflib.epoch16Breakdown", "cdflib.epochBreakdown", "cdflib.getAttrEntry", "cdflib.getAttrgEntry", "cdflib.getAttrMaxEntry", "cdflib.getAttrMaxgEntry", "cdflib.getAttrName", "cdflib.getAttrNum", "cdflib.getAttrScope", "cdflib.getCacheSize", "cdflib.getChecksum", "cdflib.getCompression", "cdflib.getCompressionCacheSize", "cdflib.getConstantNames", "cdflib.getConstantValue", "cdflib.getCopyright", "cdflib.getFileBackward", "cdflib.getFormat", "cdflib.getLibraryCopyright", "cdflib.getLibraryVersion", "cdflib.getMajority", "cdflib.getName", "cdflib.getNumAttrEntries", "cdflib.getNumAttrgEntries", "cdflib.getNumAttributes", "cdflib.getNumgAttributes", "cdflib.getReadOnlyMode", "cdflib.getStageCacheSize", "cdflib.getValidate", "cdflib.getVarAllocRecords", "cdflib.getVarBlockingFactor", "cdflib.getVarCacheSize", "cdflib.getVarCompression", "cdflib.getVarData", "cdflib.getVarMaxAllocRecNum", "cdflib.getVarMaxWrittenRecNum", "cdflib.getVarName", "cdflib.getVarNum", "cdflib.getVarNumRecsWritten", "cdflib.getVarPadValue", "cdflib.getVarRecordData", "cdflib.getVarReservePercent", "cdflib.getVarsMaxWrittenRecNum", "cdflib.getVarSparseRecords", "cdflib.getVersion", "cdflib.hyperGetVarData", "cdflib.hyperPutVarData", "cdflib.inquire", "cdflib.inquireAttr", "cdflib.inquireAttrEntry", "cdflib.inquireAttrgEntry", "cdflib.inquireVar", "cdflib.open", "cdflib.putAttrEntry", "cdflib.putAttrgEntry", "cdflib.putVarData", "cdflib.putVarRecordData", "cdflib.renameAttr", "cdflib.renameVar", "cdflib.setCacheSize", "cdflib.setChecksum", "cdflib.setCompression", "cdflib.setCompressionCacheSize", "cdflib.setFileBackward", "cdflib.setFormat", "cdflib.setMajority", "cdflib.setReadOnlyMode", "cdflib.setStageCacheSize", "cdflib.setValidate", "cdflib.setVarAllocBlockRecords", "cdflib.setVarBlockingFactor", "cdflib.setVarCacheSize", "cdflib.setVarCompression", "cdflib.setVarInitialRecs", "cdflib.setVarPadValue", "cdflib.SetVarReservePercent", "cdflib.setVarsCacheSize", "cdflib.setVarSparseRecords", "cdfread", "cdfwrite", "ceil", "cell", "cell2mat", "cell2struct", "cell2table", "celldisp", "cellfun", "cellplot", "cellstr", "centrality", "centroid", "cgs", "changeFields", "changeFields", "char", "char", "checkcode", "checkin", "checkout", "chol", "cholupdate", "choose", "circshift", "circumcenter", "circumcenters", "cla", "clabel", "class", "classdef", "classUnderlying", "clc", "clear", "clear", "clearAllMemoizedCaches", "clearCache", "clearMockHistory", "clearPersonalValue", "clearpoints", "clearTemporaryValue", "clearvars", "clf", "clibgen.buildInterface", "clibgen.ClassDefinition", "clibgen.ConstructorDefinition", "clibgen.EnumDefinition", "clibgen.FunctionDefinition", "clibgen.generateLibraryDefinition", "clibgen.LibraryDefinition", "clibgen.MethodDefinition", "clibgen.PropertyDefinition", "clibRelease", "clipboard", "clock", "clone", "close", "close", "close", "close", "close", "closeFile", "closereq", "cmopts", "cmpermute", "cmunique", "CodeCompatibilityAnalysis", "codeCompatibilityReport", "colamd", "collapse", "colon", "colorbar", "colorcube", "colordef", "colormap", "ColorSpec", "colperm", "COM", "com.mathworks.engine.MatlabEngine", "com.mathworks.matlab.types.CellStr", "com.mathworks.matlab.types.Complex", "com.mathworks.matlab.types.HandleObject", "com.mathworks.matlab.types.Struct", "combine", "Combine", "CombinedDatastore", "comet", "comet3", "compan", "compass", "complete", "complete", "complete", "complete", "complete", "complete", "complete", "complex", "compose", "computer", "cond", "condeig", "condensation", "condest", "coneplot", "conj", "conncomp", "containers.Map", "contains", "continue", "contour", "contour3", "contourc", "contourf", "contourslice", "contrast", "conv", "conv2", "convert", "convert", "convert", "convertCharsToStrings", "convertContainedStringsToChars", "convertLike", "convertStringsToChars", "convertvars", "convexHull", "convexHull", "convhull", "convhull", "convhulln", "convn", "cool", "copper", "copy", "copyElement", "copyfile", "copyHDU", "copyobj", "copyTo", "corrcoef", "cos", "cosd", "cosh", "cospi", "cot", "cotd", "coth", "count", "countcats", "countEachLabel", "cov", "cplxpair", "cputime", "createCategory", "createClassFromWsdl", "createFile", "createImg", "createLabel", "createMock", "createSampleTime", "createSharedTestFixture", "createSoapMessage", "createTbl", "createTestClassInstance", "createTestMethodInstance", "criticalAlpha", "cross", "csc", "cscd", "csch", "csvread", "csvwrite", "ctranspose", "cummax", "cummin", "cumprod", "cumsum", "cumtrapz", "curl", "currentProject", "customverctrl", "cylinder", "daqread", "daspect", "datacursormode", "datastore", "dataTipInteraction", "dataTipTextRow", "date", "datenum", "dateshift", "datestr", "datetick", "datetime", "datevec", "day", "days", "dbclear", "dbcont", "dbdown", "dblquad", "dbmex", "dbquit", "dbstack", "dbstatus", "dbstep", "dbstop", "dbtype", "dbup", "dde23", "ddeget", "ddensd", "ddesd", "ddeset", "deal", "deblank", "dec2base", "dec2bin", "dec2hex", "decic", "decomposition", "deconv", "defineArgument", "defineArgument", "defineArgument", "defineOutput", "defineOutput", "deg2rad", "degree", "del2", "delaunay", "delaunayn", "DelaunayTri", "DelaunayTri", "delaunayTriangulation", "delegateTo", "delegateTo", "delete", "delete", "delete", "delete", "delete", "deleteCol", "deleteFile", "deleteHDU", "deleteKey", "deleteproperty", "deleteRecord", "deleteRows", "delevent", "delimitedTextImportOptions", "delsample", "delsamplefromcollection", "demo", "det", "details", "detectImportOptions", "detrend", "detrend", "deval", "dfsearch", "diag", "diagnose", "dialog", "diary", "diff", "diffuse", "digraph", "dir", "dir", "disableDefaultInteractivity", "discretize", "disp", "disp", "disp", "display", "displayEmptyObject", "displayNonScalarObject", "displayScalarHandleToDeletedObject", "displayScalarObject", "dissect", "distances", "dither", "divergence", "dlmread", "dlmwrite", "dmperm", "doc", "docsearch", "done", "done", "dos", "dot", "double", "drag", "dragrect", "drawnow", "dsearchn", "duration", "dynamicprops", "echo", "echodemo", "edgeAttachments", "edgeAttachments", "edgecount", "edges", "edges", "edit", "eig", "eigs", "ellipj", "ellipke", "ellipsoid", "empty", "enableDefaultInteractivity", "enableNETfromNetworkDrive", "enableservice", "end", "EndInvoke", "endsWith", "enumeration", "eomday", "eps", "eq", "eq", "equilibrate", "erase", "eraseBetween", "erf", "erfc", "erfcinv", "erfcx", "erfinv", "error", "errorbar", "errordlg", "etime", "etree", "etreeplot", "eval", "evalc", "evalin", "event.DynamicPropertyEvent", "event.EventData", "event.hasListener", "event.listener", "event.PropertyEvent", "event.proplistener", "eventlisteners", "events", "events", "exceltime", "Execute", "exist", "exit", "exp", "expand", "expectedContentLength", "expectedContentLength", "expint", "expm", "expm1", "export", "export2wsdlg", "exportsetupdlg", "extractAfter", "extractBefore", "extractBetween", "eye", "ezcontour", "ezcontourf", "ezmesh", "ezmeshc", "ezplot", "ezplot3", "ezpolar", "ezsurf", "ezsurfc", "faceNormal", "faceNormals", "factor", "factorial", "false", "fatalAssertAccessed", "fatalAssertCalled", "fatalAssertClass", "fatalAssertEmpty", "fatalAssertEqual", "fatalAssertError", "fatalAssertFail", "fatalAssertFalse", "fatalAssertGreaterThan", "fatalAssertGreaterThanOrEqual", "fatalAssertInstanceOf", "fatalAssertLength", "fatalAssertLessThan", "fatalAssertLessThanOrEqual", "fatalAssertMatches", "fatalAssertNotAccessed", "fatalAssertNotCalled", "fatalAssertNotEmpty", "fatalAssertNotEqual", "fatalAssertNotSameHandle", "fatalAssertNotSet", "fatalAssertNumElements", "fatalAssertReturnsTrue", "fatalAssertSameHandle", "fatalAssertSet", "fatalAssertSize", "fatalAssertSubstring", "fatalAssertThat", "fatalAssertTrue", "fatalAssertUsing", "fatalAssertWarning", "fatalAssertWarningFree", "fclose", "fclose", "fcontour", "feather", "featureEdges", "featureEdges", "feof", "ferror", "feval", "Feval", "feval", "fewerbins", "fft", "fft2", "fftn", "fftshift", "fftw", "fgetl", "fgetl", "fgets", "fgets", "fieldnames", "figure", "figurepalette", "fileattrib", "fileDatastore", "filemarker", "fileMode", "fileName", "fileparts", "fileread", "filesep", "fill", "fill3", "fillmissing", "filloutliers", "filter", "filter", "filter2", "fimplicit", "fimplicit3", "find", "findall", "findCategory", "findedge", "findEvent", "findfigs", "findFile", "findgroups", "findLabel", "findnode", "findobj", "findobj", "findprop", "findstr", "finish", "fitsdisp", "fitsinfo", "fitsread", "fitswrite", "fix", "fixedWidthImportOptions", "flag", "flintmax", "flip", "flipdim", "flipedge", "fliplr", "flipud", "floor", "flow", "fmesh", "fminbnd", "fminsearch", "fopen", "fopen", "for", "format", "fplot", "fplot3", "fprintf", "fprintf", "frame2im", "fread", "fread", "freeBoundary", "freeBoundary", "freqspace", "frewind", "fscanf", "fscanf", "fseek", "fsurf", "ftell", "ftp", "full", "fullfile", "func2str", "function", "functions", "FunctionTestCase", "functiontests", "funm", "fwrite", "fwrite", "fzero", "gallery", "gamma", "gammainc", "gammaincinv", "gammaln", "gather", "gca", "gcbf", "gcbo", "gcd", "gcf", "gcmr", "gco", "ge", "genpath", "genvarname", "geoaxes", "geobasemap", "geobubble", "geodensityplot", "geolimits", "geoplot", "geoscatter", "geotickformat", "get", "get", "get", "get", "get", "get", "get", "get", "get", "get", "get", "getabstime", "getabstime", "getAColParms", "getappdata", "getaudiodata", "getBColParms", "GetCharArray", "getClass", "getColName", "getColType", "getConstantValue", "getCurrentTime", "getData", "getData", "getData", "getData", "getData", "getdatasamples", "getdatasamplesize", "getDiagnosticFor", "getDiagnosticFor", "getDiscreteStateImpl", "getDiscreteStateSpecificationImpl", "getdisp", "getenv", "getEqColType", "getfield", "getFields", "getFields", "getFileFormats", "getFooter", "getframe", "GetFullMatrix", "getGlobalNamesImpl", "getHdrSpace", "getHDUnum", "getHDUtype", "getHeader", "getHeaderImpl", "getIconImpl", "getImgSize", "getImgType", "getImpulseResponseLengthImpl", "getInputDimensionConstraintImpl", "getinterpmethod", "getLocation", "getLocation", "getMockHistory", "getNegativeDiagnosticFor", "getnext", "getNumCols", "getNumHDUs", "getNumInputs", "getNumInputsImpl", "getNumOutputs", "getNumOutputsImpl", "getNumRows", "getOpenFiles", "getOutputDataTypeImpl", "getOutputDimensionConstraintImpl", "getOutputSizeImpl", "getParameter", "getParameter", "getParameter", "getpixelposition", "getplayer", "getpoints", "getPostActValString", "getPostConditionString", "getPostDescriptionString", "getPostExpValString", "getPreDescriptionString", "getpref", "getProfiles", "getPropertyGroups", "getPropertyGroupsImpl", "getqualitydesc", "getReasonPhrase", "getReasonPhrase", "getReport", "getsamples", "getSampleTime", "getSampleTimeImpl", "getsampleusingtime", "getsampleusingtime", "getSharedTestFixtures", "getSimulateUsingImpl", "getSimulinkFunctionNamesImpl", "gettimeseriesnames", "getTimeStr", "gettsafteratevent", "gettsafterevent", "gettsatevent", "gettsbeforeatevent", "gettsbeforeevent", "gettsbetweenevents", "GetVariable", "getvaropts", "getVersion", "GetWorkspaceData", "ginput", "global", "gmres", "gobjects", "gplot", "grabcode", "gradient", "graph", "GraphPlot", "gray", "graymon", "grid", "griddata", "griddatan", "griddedInterpolant", "groot", "groupcounts", "groupsummary", "grouptransform", "gsvd", "gt", "gtext", "guidata", "guide", "guihandles", "gunzip", "gzip", "H5.close", "H5.garbage_collect", "H5.get_libversion", "H5.open", "H5.set_free_list_limits", "H5A.close", "H5A.create", "H5A.delete", "H5A.get_info", "H5A.get_name", "H5A.get_space", "H5A.get_type", "H5A.iterate", "H5A.open", "H5A.open_by_idx", "H5A.open_by_name", "H5A.read", "H5A.write", "h5create", "H5D.close", "H5D.create", "H5D.get_access_plist", "H5D.get_create_plist", "H5D.get_offset", "H5D.get_space", "H5D.get_space_status", "H5D.get_storage_size", "H5D.get_type", "H5D.open", "H5D.read", "H5D.set_extent", "H5D.vlen_get_buf_size", "H5D.write", "h5disp", "H5DS.attach_scale", "H5DS.detach_scale", "H5DS.get_label", "H5DS.get_num_scales", "H5DS.get_scale_name", "H5DS.is_scale", "H5DS.iterate_scales", "H5DS.set_label", "H5DS.set_scale", "H5E.clear", "H5E.get_major", "H5E.get_minor", "H5E.walk", "H5F.close", "H5F.create", "H5F.flush", "H5F.get_access_plist", "H5F.get_create_plist", "H5F.get_filesize", "H5F.get_freespace", "H5F.get_info", "H5F.get_mdc_config", "H5F.get_mdc_hit_rate", "H5F.get_mdc_size", "H5F.get_name", "H5F.get_obj_count", "H5F.get_obj_ids", "H5F.is_hdf5", "H5F.mount", "H5F.open", "H5F.reopen", "H5F.set_mdc_config", "H5F.unmount", "H5G.close", "H5G.create", "H5G.get_info", "H5G.open", "H5I.dec_ref", "H5I.get_file_id", "H5I.get_name", "H5I.get_ref", "H5I.get_type", "H5I.inc_ref", "H5I.is_valid", "h5info", "H5L.copy", "H5L.create_external", "H5L.create_hard", "H5L.create_soft", "H5L.delete", "H5L.exists", "H5L.get_info", "H5L.get_name_by_idx", "H5L.get_val", "H5L.iterate", "H5L.iterate_by_name", "H5L.move", "H5L.visit", "H5L.visit_by_name", "H5ML.compare_values", "H5ML.get_constant_names", "H5ML.get_constant_value", "H5ML.get_function_names", "H5ML.get_mem_datatype", "H5ML.hoffset", "H5ML.sizeof", "H5O.close", "H5O.copy", "H5O.get_comment", "H5O.get_comment_by_name", "H5O.get_info", "H5O.link", "H5O.open", "H5O.open_by_idx", "H5O.set_comment", "H5O.set_comment_by_name", "H5O.visit", "H5O.visit_by_name", "H5P.all_filters_avail", "H5P.close", "H5P.close_class", "H5P.copy", "H5P.create", "H5P.equal", "H5P.exist", "H5P.fill_value_defined", "H5P.get", "H5P.get_alignment", "H5P.get_alloc_time", "H5P.get_attr_creation_order", "H5P.get_attr_phase_change", "H5P.get_btree_ratios", "H5P.get_char_encoding", "H5P.get_chunk", "H5P.get_chunk_cache", "H5P.get_class", "H5P.get_class_name", "H5P.get_class_parent", "H5P.get_copy_object", "H5P.get_create_intermediate_group", "H5P.get_driver", "H5P.get_edc_check", "H5P.get_external", "H5P.get_external_count", "H5P.get_family_offset", "H5P.get_fapl_core", "H5P.get_fapl_family", "H5P.get_fapl_multi", "H5P.get_fclose_degree", "H5P.get_fill_time", "H5P.get_fill_value", "H5P.get_filter", "H5P.get_filter_by_id", "H5P.get_gc_references", "H5P.get_hyper_vector_size", "H5P.get_istore_k", "H5P.get_layout", "H5P.get_libver_bounds", "H5P.get_link_creation_order", "H5P.get_link_phase_change", "H5P.get_mdc_config", "H5P.get_meta_block_size", "H5P.get_multi_type", "H5P.get_nfilters", "H5P.get_nprops", "H5P.get_sieve_buf_size", "H5P.get_size", "H5P.get_sizes", "H5P.get_small_data_block_size", "H5P.get_sym_k", "H5P.get_userblock", "H5P.get_version", "H5P.isa_class", "H5P.iterate", "H5P.modify_filter", "H5P.remove_filter", "H5P.set", "H5P.set_alignment", "H5P.set_alloc_time", "H5P.set_attr_creation_order", "H5P.set_attr_phase_change", "H5P.set_btree_ratios", "H5P.set_char_encoding", "H5P.set_chunk", "H5P.set_chunk_cache", "H5P.set_copy_object", "H5P.set_create_intermediate_group", "H5P.set_deflate", "H5P.set_edc_check", "H5P.set_external", "H5P.set_family_offset", "H5P.set_fapl_core", "H5P.set_fapl_family", "H5P.set_fapl_log", "H5P.set_fapl_multi", "H5P.set_fapl_sec2", "H5P.set_fapl_split", "H5P.set_fapl_stdio", "H5P.set_fclose_degree", "H5P.set_fill_time", "H5P.set_fill_value", "H5P.set_filter", "H5P.set_fletcher32", "H5P.set_gc_references", "H5P.set_hyper_vector_size", "H5P.set_istore_k", "H5P.set_layout", "H5P.set_libver_bounds", "H5P.set_link_creation_order", "H5P.set_link_phase_change", "H5P.set_mdc_config", "H5P.set_meta_block_size", "H5P.set_multi_type", "H5P.set_nbit", "H5P.set_scaleoffset", "H5P.set_shuffle", "H5P.set_sieve_buf_size", "H5P.set_sizes", "H5P.set_small_data_block_size", "H5P.set_sym_k", "H5P.set_userblock", "H5R.create", "H5R.dereference", "H5R.get_name", "H5R.get_obj_type", "H5R.get_region", "h5read", "h5readatt", "H5S.close", "H5S.copy", "H5S.create", "H5S.create_simple", "H5S.extent_copy", "H5S.get_select_bounds", "H5S.get_select_elem_npoints", "H5S.get_select_elem_pointlist", "H5S.get_select_hyper_blocklist", "H5S.get_select_hyper_nblocks", "H5S.get_select_npoints", "H5S.get_select_type", "H5S.get_simple_extent_dims", "H5S.get_simple_extent_ndims", "H5S.get_simple_extent_npoints", "H5S.get_simple_extent_type", "H5S.is_simple", "H5S.offset_simple", "H5S.select_all", "H5S.select_elements", "H5S.select_hyperslab", "H5S.select_none", "H5S.select_valid", "H5S.set_extent_none", "H5S.set_extent_simple", "H5T.array_create", "H5T.close", "H5T.commit", "H5T.committed", "H5T.copy", "H5T.create", "H5T.detect_class", "H5T.enum_create", "H5T.enum_insert", "H5T.enum_nameof", "H5T.enum_valueof", "H5T.equal", "H5T.get_array_dims", "H5T.get_array_ndims", "H5T.get_class", "H5T.get_create_plist", "H5T.get_cset", "H5T.get_ebias", "H5T.get_fields", "H5T.get_inpad", "H5T.get_member_class", "H5T.get_member_index", "H5T.get_member_name", "H5T.get_member_offset", "H5T.get_member_type", "H5T.get_member_value", "H5T.get_native_type", "H5T.get_nmembers", "H5T.get_norm", "H5T.get_offset", "H5T.get_order", "H5T.get_pad", "H5T.get_precision", "H5T.get_sign", "H5T.get_size", "H5T.get_strpad", "H5T.get_super", "H5T.get_tag", "H5T.insert", "H5T.is_variable_str", "H5T.lock", "H5T.open", "H5T.pack", "H5T.set_cset", "H5T.set_ebias", "H5T.set_fields", "H5T.set_inpad", "H5T.set_norm", "H5T.set_offset", "H5T.set_order", "H5T.set_pad", "H5T.set_precision", "H5T.set_sign", "H5T.set_size", "H5T.set_strpad", "H5T.set_tag", "H5T.vlen_create", "h5write", "h5writeatt", "H5Z.filter_avail", "H5Z.get_filter_info", "hadamard", "handle", "hankel", "hasdata", "hasdata", "hasFactoryValue", "hasfile", "hasFrame", "hasnext", "hasPersonalValue", "hasTemporaryValue", "hdf5info", "hdf5read", "hdf5write", "hdfan", "hdfdf24", "hdfdfr8", "hdfh", "hdfhd", "hdfhe", "hdfhx", "hdfinfo", "hdfml", "hdfpt", "hdfread", "hdftool", "hdfv", "hdfvf", "hdfvh", "hdfvs", "head", "heatmap", "height", "help", "helpbrowser", "helpdesk", "helpdlg", "helpwin", "hess", "hex2dec", "hex2num", "hgexport", "hggroup", "hgload", "hgsave", "hgtransform", "hidden", "highlight", "hilb", "hist", "histc", "histcounts", "histcounts2", "histogram", "histogram2", "hms", "hold", "holes", "home", "horzcat", "horzcat", "horzcat", "hot", "hour", "hours", "hover", "hsv", "hsv2rgb", "hypot", "ichol", "idealfilter", "idivide", "ifft", "ifft2", "ifftn", "ifftshift", "ilu", "im2double", "im2frame", "im2java", "imag", "image", "imageDatastore", "imagesc", "imapprox", "imfinfo", "imformats", "imgCompress", "import", "importdata", "imread", "imresize", "imshow", "imtile", "imwrite", "incenter", "incenters", "incidence", "ind2rgb", "ind2sub", "indegree", "inedges", "Inf", "info", "infoImpl", "initialize", "initialize", "initialize", "initialize", "initialize", "initializeDatastore", "initializeDatastore", "inline", "inmem", "inner2outer", "innerjoin", "inOutStatus", "inpolygon", "input", "inputdlg", "inputname", "inputParser", "insertAfter", "insertATbl", "insertBefore", "insertBTbl", "insertCol", "insertImg", "insertRows", "inShape", "inspect", "instrcallback", "instrfind", "instrfindall", "int16", "int2str", "int32", "int64", "int8", "integral", "integral2", "integral3", "interp1", "interp1q", "interp2", "interp3", "interpft", "interpn", "interpstreamspeed", "intersect", "intersect", "intmax", "intmin", "inv", "invhilb", "invoke", "ipermute", "iqr", "is*", "isa", "isappdata", "isaUnderlying", "isbanded", "isbetween", "iscalendarduration", "iscategorical", "iscategory", "iscell", "iscellstr", "ischange", "ischar", "iscolumn", "iscom", "isCompatible", "isCompressedImg", "isConnected", "isdag", "isdatetime", "isdiag", "isdir", "isDiscreteStateSpecificationMutableImpl", "isDone", "isDoneImpl", "isdst", "isduration", "isEdge", "isempty", "isempty", "isenum", "isequal", "isequaln", "isequalwithequalnans", "isevent", "isfield", "isfile", "isfinite", "isfloat", "isfolder", "isfullfile", "isfullfile", "isgraphics", "ishandle", "ishermitian", "ishghandle", "ishold", "ishole", "isIllConditioned", "isInactivePropertyImpl", "isinf", "isInputComplexityMutableImpl", "isInputDataTypeMutableImpl", "isInputDirectFeedthroughImpl", "isInputSizeLockedImpl", "isInputSizeMutableImpl", "isinteger", "isinterface", "isInterior", "isinterior", "isisomorphic", "isjava", "isKey", "iskeyword", "isletter", "isLoaded", "islocalmax", "islocalmin", "isLocked", "islogical", "ismac", "ismatrix", "ismember", "ismembertol", "ismethod", "ismissing", "ismultigraph", "isnan", "isnat", "isNull", "isnumeric", "isobject", "isocaps", "isocolors", "isomorphism", "isonormals", "isordinal", "isosurface", "isoutlier", "isOutputComplexImpl", "isOutputFixedSizeImpl", "ispc", "isplaying", "ispref", "isprime", "isprop", "isprotected", "isreal", "isrecording", "isregular", "isrow", "isscalar", "issimplified", "issorted", "issortedrows", "isspace", "issparse", "isstr", "isstring", "isStringScalar", "isstrprop", "isstruct", "isstudent", "issymmetric", "istable", "istall", "istimetable", "istril", "istriu", "isTunablePropertyDataTypeMutableImpl", "isundefined", "isunix", "isvalid", "isvalid", "isvalid", "isvarname", "isvector", "isweekend", "javaaddpath", "javaArray", "javachk", "javaclasspath", "javaMethod", "javaMethodEDT", "javaObject", "javaObjectEDT", "javarmpath", "jet", "join", "join", "join", "jsondecode", "jsonencode", "juliandate", "keepMeasuring", "keyboard", "keys", "KeyValueDatastore", "KeyValueStore", "kron", "labeledge", "labelnode", "lag", "laplacian", "lasterr", "lasterror", "lastwarn", "layout", "lcm", "ldivide", "ldl", "le", "legend", "legendre", "length", "length", "length", "length", "lib.pointer", "libfunctions", "libfunctionsview", "libisloaded", "libpointer", "libstruct", "license", "light", "lightangle", "lighting", "lin2mu", "line", "lines", "LineSpec", "linkaxes", "linkdata", "linkprop", "linsolve", "linspace", "listdlg", "listener", "listfonts", "listModifiedFiles", "listRequiredFiles", "load", "load", "load", "loadlibrary", "loadobj", "loadObjectImpl", "localfunctions", "log", "log", "log", "log10", "log1p", "log2", "logical", "Logical", "loglog", "logm", "logspace", "lookfor", "lower", "ls", "lscov", "lsqminnorm", "lsqnonneg", "lsqr", "lt", "lu", "magic", "makehgtform", "mapreduce", "mapreducer", "mat2cell", "mat2str", "matchpairs", "material", "matfile", "matlab", "matlab", "matlab", "matlab.addons.disableAddon", "matlab.addons.enableAddon", "matlab.addons.install", "matlab.addons.installedAddons", "matlab.addons.isAddonEnabled", "matlab.addons.toolbox.installedToolboxes", "matlab.addons.toolbox.installToolbox", "matlab.addons.toolbox.packageToolbox", "matlab.addons.toolbox.toolboxVersion", "matlab.addons.toolbox.uninstallToolbox", "matlab.addons.uninstall", "matlab.apputil.create", "matlab.apputil.getInstalledAppInfo", "matlab.apputil.install", "matlab.apputil.package", "matlab.apputil.run", "matlab.apputil.uninstall", "matlab.codetools.requiredFilesAndProducts", "matlab.engine.connect_matlab", "matlab.engine.engineName", "matlab.engine.find_matlab", "matlab.engine.FutureResult", "matlab.engine.isEngineShared", "matlab.engine.MatlabEngine", "matlab.engine.shareEngine", "matlab.engine.start_matlab", "matlab.exception.JavaException", "matlab.exception.PyException", "matlab.graphics.Graphics", "matlab.graphics.GraphicsPlaceholder", "matlab.io.Datastore", "matlab.io.datastore.DsFileReader", "matlab.io.datastore.DsFileSet", "matlab.io.datastore.HadoopFileBased", "matlab.io.datastore.HadoopLocationBased", "matlab.io.datastore.Partitionable", "matlab.io.datastore.Shuffleable", "matlab.io.hdf4.sd", "matlab.io.hdf4.sd.attrInfo", "matlab.io.hdf4.sd.close", "matlab.io.hdf4.sd.create", "matlab.io.hdf4.sd.dimInfo", "matlab.io.hdf4.sd.endAccess", "matlab.io.hdf4.sd.fileInfo", "matlab.io.hdf4.sd.findAttr", "matlab.io.hdf4.sd.getCal", "matlab.io.hdf4.sd.getChunkInfo", "matlab.io.hdf4.sd.getCompInfo", "matlab.io.hdf4.sd.getDataStrs", "matlab.io.hdf4.sd.getDimID", "matlab.io.hdf4.sd.getDimScale", "matlab.io.hdf4.sd.getDimStrs", "matlab.io.hdf4.sd.getFilename", "matlab.io.hdf4.sd.getFillValue", "matlab.io.hdf4.sd.getInfo", "matlab.io.hdf4.sd.getRange", "matlab.io.hdf4.sd.idToRef", "matlab.io.hdf4.sd.idType", "matlab.io.hdf4.sd.isCoordVar", "matlab.io.hdf4.sd.isRecord", "matlab.io.hdf4.sd.nameToIndex", "matlab.io.hdf4.sd.nameToIndices", "matlab.io.hdf4.sd.readAttr", "matlab.io.hdf4.sd.readChunk", "matlab.io.hdf4.sd.readData", "matlab.io.hdf4.sd.refToIndex", "matlab.io.hdf4.sd.select", "matlab.io.hdf4.sd.setAttr", "matlab.io.hdf4.sd.setCal", "matlab.io.hdf4.sd.setChunk", "matlab.io.hdf4.sd.setCompress", "matlab.io.hdf4.sd.setDataStrs", "matlab.io.hdf4.sd.setDimName", "matlab.io.hdf4.sd.setDimScale", "matlab.io.hdf4.sd.setDimStrs", "matlab.io.hdf4.sd.setExternalFile", "matlab.io.hdf4.sd.setFillMode", "matlab.io.hdf4.sd.setFillValue", "matlab.io.hdf4.sd.setNBitDataSet", "matlab.io.hdf4.sd.setRange", "matlab.io.hdf4.sd.start", "matlab.io.hdf4.sd.writeChunk", "matlab.io.hdf4.sd.writeData", "matlab.io.hdfeos.gd", "matlab.io.hdfeos.gd.attach", "matlab.io.hdfeos.gd.close", "matlab.io.hdfeos.gd.compInfo", "matlab.io.hdfeos.gd.create", "matlab.io.hdfeos.gd.defBoxRegion", "matlab.io.hdfeos.gd.defComp", "matlab.io.hdfeos.gd.defDim", "matlab.io.hdfeos.gd.defField", "matlab.io.hdfeos.gd.defOrigin", "matlab.io.hdfeos.gd.defPixReg", "matlab.io.hdfeos.gd.defProj", "matlab.io.hdfeos.gd.defTile", "matlab.io.hdfeos.gd.defVrtRegion", "matlab.io.hdfeos.gd.detach", "matlab.io.hdfeos.gd.dimInfo", "matlab.io.hdfeos.gd.extractRegion", "matlab.io.hdfeos.gd.fieldInfo", "matlab.io.hdfeos.gd.getFillValue", "matlab.io.hdfeos.gd.getPixels", "matlab.io.hdfeos.gd.getPixValues", "matlab.io.hdfeos.gd.gridInfo", "matlab.io.hdfeos.gd.ij2ll", "matlab.io.hdfeos.gd.inqAttrs", "matlab.io.hdfeos.gd.inqDims", "matlab.io.hdfeos.gd.inqFields", "matlab.io.hdfeos.gd.inqGrid", "matlab.io.hdfeos.gd.interpolate", "matlab.io.hdfeos.gd.ll2ij", "matlab.io.hdfeos.gd.nEntries", "matlab.io.hdfeos.gd.open", "matlab.io.hdfeos.gd.originInfo", "matlab.io.hdfeos.gd.pixRegInfo", "matlab.io.hdfeos.gd.projInfo", "matlab.io.hdfeos.gd.readAttr", "matlab.io.hdfeos.gd.readBlkSomOffset", "matlab.io.hdfeos.gd.readField", "matlab.io.hdfeos.gd.readTile", "matlab.io.hdfeos.gd.regionInfo", "matlab.io.hdfeos.gd.setFillValue", "matlab.io.hdfeos.gd.setTileComp", "matlab.io.hdfeos.gd.sphereCodeToName", "matlab.io.hdfeos.gd.sphereNameToCode", "matlab.io.hdfeos.gd.tileInfo", "matlab.io.hdfeos.gd.writeAttr", "matlab.io.hdfeos.gd.writeBlkSomOffset", "matlab.io.hdfeos.gd.writeField", "matlab.io.hdfeos.gd.writeTile", "matlab.io.hdfeos.sw", "matlab.io.hdfeos.sw.attach", "matlab.io.hdfeos.sw.close", "matlab.io.hdfeos.sw.compInfo", "matlab.io.hdfeos.sw.create", "matlab.io.hdfeos.sw.defBoxRegion", "matlab.io.hdfeos.sw.defComp", "matlab.io.hdfeos.sw.defDataField", "matlab.io.hdfeos.sw.defDim", "matlab.io.hdfeos.sw.defDimMap", "matlab.io.hdfeos.sw.defGeoField", "matlab.io.hdfeos.sw.defTimePeriod", "matlab.io.hdfeos.sw.defVrtRegion", "matlab.io.hdfeos.sw.detach", "matlab.io.hdfeos.sw.dimInfo", "matlab.io.hdfeos.sw.extractPeriod", "matlab.io.hdfeos.sw.extractRegion", "matlab.io.hdfeos.sw.fieldInfo", "matlab.io.hdfeos.sw.geoMapInfo", "matlab.io.hdfeos.sw.getFillValue", "matlab.io.hdfeos.sw.idxMapInfo", "matlab.io.hdfeos.sw.inqAttrs", "matlab.io.hdfeos.sw.inqDataFields", "matlab.io.hdfeos.sw.inqDims", "matlab.io.hdfeos.sw.inqGeoFields", "matlab.io.hdfeos.sw.inqIdxMaps", "matlab.io.hdfeos.sw.inqMaps", "matlab.io.hdfeos.sw.inqSwath", "matlab.io.hdfeos.sw.mapInfo", "matlab.io.hdfeos.sw.nEntries", "matlab.io.hdfeos.sw.open", "matlab.io.hdfeos.sw.periodInfo", "matlab.io.hdfeos.sw.readAttr", "matlab.io.hdfeos.sw.readField", "matlab.io.hdfeos.sw.regionInfo", "matlab.io.hdfeos.sw.setFillValue", "matlab.io.hdfeos.sw.writeAttr", "matlab.io.hdfeos.sw.writeField", "matlab.io.MatFile", "matlab.io.saveVariablesToScript", "matlab.lang.correction.AppendArgumentsCorrection", "matlab.lang.makeUniqueStrings", "matlab.lang.makeValidName", "matlab.lang.OnOffSwitchState", "matlab.mex.MexHost", "matlab.mixin.Copyable", "matlab.mixin.CustomDisplay", "matlab.mixin.CustomDisplay.convertDimensionsToString", "matlab.mixin.CustomDisplay.displayPropertyGroups", "matlab.mixin.CustomDisplay.getClassNameForHeader", "matlab.mixin.CustomDisplay.getDeletedHandleText", "matlab.mixin.CustomDisplay.getDetailedFooter", "matlab.mixin.CustomDisplay.getDetailedHeader", "matlab.mixin.CustomDisplay.getHandleText", "matlab.mixin.CustomDisplay.getSimpleHeader", "matlab.mixin.Heterogeneous", "matlab.mixin.Heterogeneous.getDefaultScalarElement", "matlab.mixin.SetGet", "matlab.mixin.SetGetExactNames", "matlab.mixin.util.PropertyGroup", "matlab.mock.actions.AssignOutputs", "matlab.mock.actions.Invoke", "matlab.mock.actions.ReturnStoredValue", "matlab.mock.actions.StoreValue", "matlab.mock.actions.ThrowException", "matlab.mock.AnyArguments", "matlab.mock.constraints.Occurred", "matlab.mock.constraints.WasAccessed", "matlab.mock.constraints.WasCalled", "matlab.mock.constraints.WasSet", "matlab.mock.history.MethodCall", "matlab.mock.history.PropertyAccess", "matlab.mock.history.PropertyModification", "matlab.mock.history.SuccessfulMethodCall", "matlab.mock.history.SuccessfulPropertyAccess", "matlab.mock.history.SuccessfulPropertyModification", "matlab.mock.history.UnsuccessfulMethodCall", "matlab.mock.history.UnsuccessfulPropertyAccess", "matlab.mock.history.UnsuccessfulPropertyModification", "matlab.mock.InteractionHistory", "matlab.mock.InteractionHistory.forMock", "matlab.mock.MethodCallBehavior", "matlab.mock.PropertyBehavior", "matlab.mock.PropertyGetBehavior", "matlab.mock.PropertySetBehavior", "matlab.mock.TestCase", "matlab.mock.TestCase.forInteractiveUse", "matlab.net.ArrayFormat", "matlab.net.base64decode", "matlab.net.base64encode", "matlab.net.http.AuthenticationScheme", "matlab.net.http.AuthInfo", "matlab.net.http.Cookie", "matlab.net.http.CookieInfo", "matlab.net.http.CookieInfo.collectFromLog", "matlab.net.http.Credentials", "matlab.net.http.Disposition", "matlab.net.http.field.AcceptField", "matlab.net.http.field.AuthenticateField", "matlab.net.http.field.AuthenticationInfoField", "matlab.net.http.field.AuthorizationField", "matlab.net.http.field.ContentDispositionField", "matlab.net.http.field.ContentLengthField", "matlab.net.http.field.ContentLocationField", "matlab.net.http.field.ContentTypeField", "matlab.net.http.field.CookieField", "matlab.net.http.field.DateField", "matlab.net.http.field.GenericField", "matlab.net.http.field.GenericParameterizedField", "matlab.net.http.field.HTTPDateField", "matlab.net.http.field.IntegerField", "matlab.net.http.field.LocationField", "matlab.net.http.field.MediaRangeField", "matlab.net.http.field.SetCookieField", "matlab.net.http.field.URIReferenceField", "matlab.net.http.HeaderField", "matlab.net.http.HeaderField.displaySubclasses", "matlab.net.http.HTTPException", "matlab.net.http.HTTPOptions", "matlab.net.http.io.BinaryConsumer", "matlab.net.http.io.ContentConsumer", "matlab.net.http.io.ContentProvider", "matlab.net.http.io.FileConsumer", "matlab.net.http.io.FileProvider", "matlab.net.http.io.FormProvider", "matlab.net.http.io.GenericConsumer", "matlab.net.http.io.GenericProvider", "matlab.net.http.io.ImageConsumer", "matlab.net.http.io.ImageProvider", "matlab.net.http.io.JSONConsumer", "matlab.net.http.io.JSONProvider", "matlab.net.http.io.MultipartConsumer", "matlab.net.http.io.MultipartFormProvider", "matlab.net.http.io.MultipartProvider", "matlab.net.http.io.StringConsumer", "matlab.net.http.io.StringProvider", "matlab.net.http.LogRecord", "matlab.net.http.MediaType", "matlab.net.http.Message", "matlab.net.http.MessageBody", "matlab.net.http.MessageType", "matlab.net.http.ProgressMonitor", "matlab.net.http.ProtocolVersion", "matlab.net.http.RequestLine", "matlab.net.http.RequestMessage", "matlab.net.http.RequestMethod", "matlab.net.http.ResponseMessage", "matlab.net.http.StartLine", "matlab.net.http.StatusClass", "matlab.net.http.StatusCode", "matlab.net.http.StatusCode.fromValue", "matlab.net.http.StatusLine", "matlab.net.QueryParameter", "matlab.net.URI", "matlab.perftest.FixedTimeExperiment", "matlab.perftest.FrequentistTimeExperiment", "matlab.perftest.TestCase", "matlab.perftest.TimeExperiment", "matlab.perftest.TimeExperiment.limitingSamplingError", "matlab.perftest.TimeExperiment.withFixedSampleSize", "matlab.perftest.TimeResult", "matlab.project.createProject", "matlab.project.loadProject", "matlab.project.Project", "matlab.project.rootProject", "matlab.System", "matlab.system.display.Action", "matlab.system.display.Header", "matlab.system.display.Icon", "matlab.system.display.Section", "matlab.system.display.SectionGroup", "matlab.system.mixin.CustomIcon", "matlab.system.mixin.FiniteSource", "matlab.system.mixin.Nondirect", "matlab.system.mixin.Propagates", "matlab.system.mixin.SampleTime", "matlab.system.StringSet", "matlab.tall.blockMovingWindow", "matlab.tall.movingWindow", "matlab.tall.reduce", "matlab.tall.transform", "matlab.test.behavior.Missing", "matlab.uitest.TestCase", "matlab.uitest.TestCase.forInteractiveUse", "matlab.uitest.unlock", "matlab.unittest.constraints.AbsoluteTolerance", "matlab.unittest.constraints.AnyCellOf", "matlab.unittest.constraints.AnyElementOf", "matlab.unittest.constraints.BooleanConstraint", "matlab.unittest.constraints.CellComparator", "matlab.unittest.constraints.Constraint", "matlab.unittest.constraints.ContainsSubstring", "matlab.unittest.constraints.EndsWithSubstring", "matlab.unittest.constraints.Eventually", "matlab.unittest.constraints.EveryCellOf", "matlab.unittest.constraints.EveryElementOf", "matlab.unittest.constraints.HasElementCount", "matlab.unittest.constraints.HasField", "matlab.unittest.constraints.HasInf", "matlab.unittest.constraints.HasLength", "matlab.unittest.constraints.HasNaN", "matlab.unittest.constraints.HasSize", "matlab.unittest.constraints.HasUniqueElements", "matlab.unittest.constraints.IsAnything", "matlab.unittest.constraints.IsEmpty", "matlab.unittest.constraints.IsEqualTo", "matlab.unittest.constraints.IsFalse", "matlab.unittest.constraints.IsFile", "matlab.unittest.constraints.IsFinite", "matlab.unittest.constraints.IsFolder", "matlab.unittest.constraints.IsGreaterThan", "matlab.unittest.constraints.IsGreaterThanOrEqualTo", "matlab.unittest.constraints.IsInstanceOf", "matlab.unittest.constraints.IsLessThan", "matlab.unittest.constraints.IsLessThanOrEqualTo", "matlab.unittest.constraints.IsOfClass", "matlab.unittest.constraints.IsReal", "matlab.unittest.constraints.IsSameHandleAs", "matlab.unittest.constraints.IsSameSetAs", "matlab.unittest.constraints.IsScalar", "matlab.unittest.constraints.IsSparse", "matlab.unittest.constraints.IsSubsetOf", "matlab.unittest.constraints.IsSubstringOf", "matlab.unittest.constraints.IssuesNoWarnings", "matlab.unittest.constraints.IssuesWarnings", "matlab.unittest.constraints.IsSupersetOf", "matlab.unittest.constraints.IsTrue", "matlab.unittest.constraints.LogicalComparator", "matlab.unittest.constraints.Matches", "matlab.unittest.constraints.NumericComparator", "matlab.unittest.constraints.ObjectComparator", "matlab.unittest.constraints.PublicPropertyComparator", "matlab.unittest.constraints.PublicPropertyComparator.supportingAllValues", "matlab.unittest.constraints.RelativeTolerance", "matlab.unittest.constraints.ReturnsTrue", "matlab.unittest.constraints.StartsWithSubstring", "matlab.unittest.constraints.StringComparator", "matlab.unittest.constraints.StructComparator", "matlab.unittest.constraints.TableComparator", "matlab.unittest.constraints.Throws", "matlab.unittest.constraints.Tolerance", "matlab.unittest.diagnostics.ConstraintDiagnostic", "matlab.unittest.diagnostics.ConstraintDiagnostic.getDisplayableString", "matlab.unittest.diagnostics.Diagnostic", "matlab.unittest.diagnostics.DiagnosticResult", "matlab.unittest.diagnostics.DisplayDiagnostic", "matlab.unittest.diagnostics.FigureDiagnostic", "matlab.unittest.diagnostics.FileArtifact", "matlab.unittest.diagnostics.FrameworkDiagnostic", "matlab.unittest.diagnostics.FunctionHandleDiagnostic", "matlab.unittest.diagnostics.LoggedDiagnosticEventData", "matlab.unittest.diagnostics.ScreenshotDiagnostic", "matlab.unittest.diagnostics.StringDiagnostic", "matlab.unittest.fixtures.CurrentFolderFixture", "matlab.unittest.fixtures.Fixture", "matlab.unittest.fixtures.PathFixture", "matlab.unittest.fixtures.ProjectFixture", "matlab.unittest.fixtures.SuppressedWarningsFixture", "matlab.unittest.fixtures.TemporaryFolderFixture", "matlab.unittest.fixtures.WorkingFolderFixture", "matlab.unittest.measurement.DefaultMeasurementResult", "matlab.unittest.measurement.MeasurementResult", "matlab.unittest.parameters.ClassSetupParameter", "matlab.unittest.parameters.EmptyParameter", "matlab.unittest.parameters.MethodSetupParameter", "matlab.unittest.parameters.Parameter", "matlab.unittest.parameters.Parameter.fromData", "matlab.unittest.parameters.TestParameter", "matlab.unittest.plugins.codecoverage.CoberturaFormat", "matlab.unittest.plugins.codecoverage.CoverageReport", "matlab.unittest.plugins.codecoverage.ProfileReport", "matlab.unittest.plugins.CodeCoveragePlugin", "matlab.unittest.plugins.CodeCoveragePlugin.forFile", "matlab.unittest.plugins.CodeCoveragePlugin.forFolder", "matlab.unittest.plugins.CodeCoveragePlugin.forPackage", "matlab.unittest.plugins.diagnosticrecord.DiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.ExceptionDiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.LoggedDiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.QualificationDiagnosticRecord", "matlab.unittest.plugins.DiagnosticsOutputPlugin", "matlab.unittest.plugins.DiagnosticsRecordingPlugin", "matlab.unittest.plugins.DiagnosticsValidationPlugin", "matlab.unittest.plugins.FailOnWarningsPlugin", "matlab.unittest.plugins.LoggingPlugin", "matlab.unittest.plugins.LoggingPlugin.withVerbosity", "matlab.unittest.plugins.OutputStream", "matlab.unittest.plugins.plugindata.FinalizedResultPluginData", "matlab.unittest.plugins.plugindata.ImplicitFixturePluginData", "matlab.unittest.plugins.plugindata.PluginData", "matlab.unittest.plugins.plugindata.QualificationContext", "matlab.unittest.plugins.plugindata.SharedTestFixturePluginData", "matlab.unittest.plugins.plugindata.TestContentCreationPluginData", "matlab.unittest.plugins.plugindata.TestSuiteRunPluginData", "matlab.unittest.plugins.QualifyingPlugin", "matlab.unittest.plugins.StopOnFailuresPlugin", "matlab.unittest.plugins.TAPPlugin", "matlab.unittest.plugins.TAPPlugin.producingOriginalFormat", "matlab.unittest.plugins.TAPPlugin.producingVersion13", "matlab.unittest.plugins.testreport.DOCXTestReportPlugin", "matlab.unittest.plugins.testreport.HTMLTestReportPlugin", "matlab.unittest.plugins.testreport.PDFTestReportPlugin", "matlab.unittest.plugins.TestReportPlugin", "matlab.unittest.plugins.TestReportPlugin.producingDOCX", "matlab.unittest.plugins.TestReportPlugin.producingHTML", "matlab.unittest.plugins.TestReportPlugin.producingPDF", "matlab.unittest.plugins.TestRunnerPlugin", "matlab.unittest.plugins.TestRunProgressPlugin", "matlab.unittest.plugins.ToFile", "matlab.unittest.plugins.ToStandardOutput", "matlab.unittest.plugins.ToUniqueFile", "matlab.unittest.plugins.XMLPlugin", "matlab.unittest.plugins.XMLPlugin.producingJUnitFormat", "matlab.unittest.qualifications.Assertable", "matlab.unittest.qualifications.AssertionFailedException", "matlab.unittest.qualifications.Assumable", "matlab.unittest.qualifications.AssumptionFailedException", "matlab.unittest.qualifications.ExceptionEventData", "matlab.unittest.qualifications.FatalAssertable", "matlab.unittest.qualifications.FatalAssertionFailedException", "matlab.unittest.qualifications.QualificationEventData", "matlab.unittest.qualifications.Verifiable", "matlab.unittest.Scope", "matlab.unittest.selectors.AndSelector", "matlab.unittest.selectors.HasBaseFolder", "matlab.unittest.selectors.HasName", "matlab.unittest.selectors.HasParameter", "matlab.unittest.selectors.HasProcedureName", "matlab.unittest.selectors.HasSharedTestFixture", "matlab.unittest.selectors.HasSuperclass", "matlab.unittest.selectors.HasTag", "matlab.unittest.selectors.NotSelector", "matlab.unittest.selectors.OrSelector", "matlab.unittest.Test", "matlab.unittest.TestCase", "matlab.unittest.TestCase.forInteractiveUse", "matlab.unittest.TestResult", "matlab.unittest.TestRunner", "matlab.unittest.TestRunner.withNoPlugins", "matlab.unittest.TestRunner.withTextOutput", "matlab.unittest.TestSuite", "matlab.unittest.TestSuite.fromClass", "matlab.unittest.TestSuite.fromFile", "matlab.unittest.TestSuite.fromFolder", "matlab.unittest.TestSuite.fromMethod", "matlab.unittest.TestSuite.fromName", "matlab.unittest.TestSuite.fromPackage", "matlab.unittest.TestSuite.fromProject", "matlab.unittest.Verbosity", "matlab.wsdl.createWSDLClient", "matlab.wsdl.setWSDLToolPath", "matlabrc", "matlabroot", "matlabshared.supportpkg.checkForUpdate", "matlabshared.supportpkg.getInstalled", "matlabshared.supportpkg.getSupportPackageRoot", "matlabshared.supportpkg.setSupportPackageRoot", "max", "max", "maxflow", "MaximizeCommandWindow", "maxk", "maxNumCompThreads", "maxpartitions", "maxpartitions", "mean", "mean", "median", "median", "memmapfile", "memoize", "MemoizedFunction", "memory", "menu", "mergecats", "mergevars", "mesh", "meshc", "meshgrid", "meshz", "meta.abstractDetails", "meta.ArrayDimension", "meta.class", "meta.class.fromName", "meta.DynamicProperty", "meta.EnumeratedValue", "meta.event", "meta.FixedDimension", "meta.MetaData", "meta.method", "meta.package", "meta.package.fromName", "meta.package.getAllPackages", "meta.property", "meta.UnrestrictedDimension", "meta.Validation", "metaclass", "methods", "methodsview", "mex", "mex.getCompilerConfigurations", "MException", "MException.last", "mexext", "mexhost", "mfilename", "mget", "milliseconds", "min", "min", "MinimizeCommandWindow", "mink", "minres", "minspantree", "minus", "minute", "minutes", "mislocked", "missing", "mkdir", "mkdir", "mkpp", "mldivide", "mlint", "mlintrpt", "mlock", "mmfileinfo", "mod", "mode", "month", "more", "morebins", "movAbsHDU", "move", "move", "movefile", "movegui", "movevars", "movie", "movmad", "movmax", "movmean", "movmedian", "movmin", "movNamHDU", "movprod", "movRelHDU", "movstd", "movsum", "movvar", "mpower", "mput", "mrdivide", "msgbox", "mtimes", "mu2lin", "multibandread", "multibandwrite", "munlock", "mustBeFinite", "mustBeGreaterThan", "mustBeGreaterThanOrEqual", "mustBeInteger", "mustBeLessThan", "mustBeLessThanOrEqual", "mustBeMember", "mustBeNegative", "mustBeNonempty", "mustBeNonNan", "mustBeNonnegative", "mustBeNonpositive", "mustBeNonsparse", "mustBeNonzero", "mustBeNumeric", "mustBeNumericOrLogical", "mustBePositive", "mustBeReal", "namelengthmax", "NaN", "nargchk", "nargin", "nargin", "narginchk", "nargout", "nargout", "nargoutchk", "NaT", "native2unicode", "nccreate", "ncdisp", "nchoosek", "ncinfo", "ncread", "ncreadatt", "ncwrite", "ncwriteatt", "ncwriteschema", "ndgrid", "ndims", "ne", "nearest", "nearestNeighbor", "nearestNeighbor", "nearestNeighbor", "nearestvertex", "neighbors", "neighbors", "neighbors", "NET", "NET.addAssembly", "NET.Assembly", "NET.convertArray", "NET.createArray", "NET.createGeneric", "NET.disableAutoRelease", "NET.enableAutoRelease", "NET.GenericClass", "NET.invokeGenericMethod", "NET.isNETSupported", "NET.NetException", "NET.setStaticProperty", "netcdf.abort", "netcdf.close", "netcdf.copyAtt", "netcdf.create", "netcdf.defDim", "netcdf.defGrp", "netcdf.defVar", "netcdf.defVarChunking", "netcdf.defVarDeflate", "netcdf.defVarFill", "netcdf.defVarFletcher32", "netcdf.delAtt", "netcdf.endDef", "netcdf.getAtt", "netcdf.getChunkCache", "netcdf.getConstant", "netcdf.getConstantNames", "netcdf.getVar", "netcdf.inq", "netcdf.inqAtt", "netcdf.inqAttID", "netcdf.inqAttName", "netcdf.inqDim", "netcdf.inqDimID", "netcdf.inqDimIDs", "netcdf.inqFormat", "netcdf.inqGrpName", "netcdf.inqGrpNameFull", "netcdf.inqGrpParent", "netcdf.inqGrps", "netcdf.inqLibVers", "netcdf.inqNcid", "netcdf.inqUnlimDims", "netcdf.inqVar", "netcdf.inqVarChunking", "netcdf.inqVarDeflate", "netcdf.inqVarFill", "netcdf.inqVarFletcher32", "netcdf.inqVarID", "netcdf.inqVarIDs", "netcdf.open", "netcdf.putAtt", "netcdf.putVar", "netcdf.reDef", "netcdf.renameAtt", "netcdf.renameDim", "netcdf.renameVar", "netcdf.setChunkCache", "netcdf.setDefaultFormat", "netcdf.setFill", "netcdf.sync", "newline", "newplot", "nextfile", "nextpow2", "nnz", "nonzeros", "norm", "normalize", "normest", "not", "notebook", "notify", "now", "nsidedpoly", "nthroot", "null", "num2cell", "num2hex", "num2ruler", "num2str", "numArgumentsFromSubscript", "numboundaries", "numedges", "numel", "numnodes", "numpartitions", "numpartitions", "numRegions", "numsides", "nzmax", "ode113", "ode15i", "ode15s", "ode23", "ode23s", "ode23t", "ode23tb", "ode45", "odeget", "odeset", "odextend", "onCleanup", "ones", "onFailure", "onFailure", "open", "open", "openDiskFile", "openfig", "openFile", "opengl", "openProject", "openvar", "optimget", "optimset", "or", "ordeig", "orderfields", "ordqz", "ordschur", "orient", "orth", "outdegree", "outedges", "outerjoin", "outputImpl", "overlaps", "pack", "pad", "padecoef", "pagesetupdlg", "pan", "panInteraction", "parallelplot", "pareto", "parfor", "parquetDatastore", "parquetinfo", "parquetread", "parquetwrite", "parse", "parse", "parseSoapResponse", "partition", "partition", "partition", "parula", "pascal", "patch", "path", "path2rc", "pathsep", "pathtool", "pause", "pause", "pbaspect", "pcg", "pchip", "pcode", "pcolor", "pdepe", "pdeval", "peaks", "perimeter", "perimeter", "perl", "perms", "permute", "persistent", "pi", "pie", "pie3", "pink", "pinv", "planerot", "play", "play", "playblocking", "plot", "plot", "plot", "plot", "plot", "plot3", "plotbrowser", "plotedit", "plotmatrix", "plottools", "plotyy", "plus", "plus", "pointLocation", "pointLocation", "pol2cart", "polar", "polaraxes", "polarhistogram", "polarplot", "polarscatter", "poly", "polyarea", "polybuffer", "polyder", "polyeig", "polyfit", "polyint", "polyshape", "polyval", "polyvalm", "posixtime", "pow2", "power", "ppval", "predecessors", "prefdir", "preferences", "preferredBufferSize", "preferredBufferSize", "press", "preview", "preview", "primes", "print", "print", "printdlg", "printopt", "printpreview", "prism", "processInputSpecificationChangeImpl", "processTunedPropertiesImpl", "prod", "profile", "profsave", "progress", "propagatedInputComplexity", "propagatedInputDataType", "propagatedInputFixedSize", "propagatedInputSize", "propedit", "propedit", "properties", "propertyeditor", "psi", "publish", "PutCharArray", "putData", "putData", "putData", "putData", "putData", "putData", "putData", "putData", "PutFullMatrix", "PutWorkspaceData", "pwd", "pyargs", "pyversion", "qmr", "qr", "qrdelete", "qrinsert", "qrupdate", "quad", "quad2d", "quadgk", "quadl", "quadv", "quarter", "questdlg", "Quit", "quit", "quiver", "quiver3", "qz", "rad2deg", "rand", "rand", "randi", "randi", "randn", "randn", "randperm", "randperm", "RandStream", "RandStream", "RandStream.create", "RandStream.getGlobalStream", "RandStream.list", "RandStream.setGlobalStream", "rank", "rat", "rats", "rbbox", "rcond", "rdivide", "read", "read", "read", "read", "read", "readall", "readasync", "readATblHdr", "readBTblHdr", "readCard", "readcell", "readCol", "readFrame", "readimage", "readImg", "readKey", "readKeyCmplx", "readKeyDbl", "readKeyLongLong", "readKeyLongStr", "readKeyUnit", "readmatrix", "readRecord", "readtable", "readtimetable", "readvars", "real", "reallog", "realmax", "realmin", "realpow", "realsqrt", "record", "record", "recordblocking", "rectangle", "rectint", "recycle", "reducepatch", "reducevolume", "refresh", "refreshdata", "refreshSourceControl", "regexp", "regexpi", "regexprep", "regexptranslate", "regions", "regionZoomInteraction", "registerevent", "regmatlabserver", "rehash", "relationaloperators", "release", "release", "releaseImpl", "reload", "rem", "Remove", "remove", "RemoveAll", "removeCategory", "removecats", "removeFields", "removeFields", "removeFile", "removeLabel", "removeParameter", "removeParameter", "removePath", "removeReference", "removeShortcut", "removeShutdownFile", "removeStartupFile", "removeToolbarExplorationButtons", "removets", "removevars", "rename", "renamecats", "rendererinfo", "reordercats", "reordernodes", "repeat", "repeat", "repeat", "repeat", "repeat", "repelem", "replace", "replaceBetween", "replaceFields", "replaceFields", "repmat", "reportFinalizedResult", "resample", "resample", "rescale", "reset", "reset", "reset", "reset", "reset", "resetImpl", "reshape", "reshape", "residue", "resolve", "restartable", "restartable", "restartable", "restoredefaultpath", "result", "resume", "rethrow", "rethrow", "retime", "return", "returnStoredValueWhen", "reusable", "reusable", "reusable", "reverse", "rgb2gray", "rgb2hsv", "rgb2ind", "rgbplot", "ribbon", "rlim", "rmappdata", "rmboundary", "rmdir", "rmdir", "rmedge", "rmfield", "rmholes", "rmmissing", "rmnode", "rmoutliers", "rmpath", "rmpref", "rmprop", "rmslivers", "rng", "roots", "rose", "rosser", "rot90", "rotate", "rotate", "rotate3d", "rotateInteraction", "round", "rowfun", "rows2vars", "rref", "rsf2csf", "rtickangle", "rtickformat", "rticklabels", "rticks", "ruler2num", "rulerPanInteraction", "run", "run", "run", "run", "run", "runInParallel", "runperf", "runTest", "runTestClass", "runTestMethod", "runtests", "runTestSuite", "samplefun", "sampleSummary", "satisfiedBy", "satisfiedBy", "save", "save", "save", "saveas", "savefig", "saveobj", "saveObjectImpl", "savepath", "scale", "scatter", "scatter3", "scatteredInterpolant", "scatterhistogram", "schur", "scroll", "sec", "secd", "sech", "second", "seconds", "seek", "selectFailed", "selectIf", "selectIncomplete", "selectLogged", "selectmoveresize", "selectPassed", "semilogx", "semilogy", "send", "sendmail", "serial", "serialbreak", "seriallist", "set", "set", "set", "set", "set", "set", "set", "set", "set", "set", "set", "setabstime", "setabstime", "setappdata", "setBscale", "setcats", "setCompressionType", "setdatatype", "setdiff", "setdisp", "setenv", "setfield", "setHCompScale", "setHCompSmooth", "setinterpmethod", "setParameter", "setParameter", "setParameter", "setpixelposition", "setpref", "setProperties", "setstr", "setTileDim", "settimeseriesnames", "Setting", "settings", "SettingsGroup", "setToValue", "setTscale", "setuniformtime", "setup", "setupImpl", "setupSharedTestFixture", "setupTestClass", "setupTestMethod", "setvaropts", "setvartype", "setxor", "sgtitle", "shading", "sheetnames", "shg", "shiftdim", "shortestpath", "shortestpathtree", "show", "show", "show", "show", "showFiSettingsImpl", "showplottool", "showSimulateUsingImpl", "shrinkfaces", "shuffle", "shuffle", "sign", "simplify", "simplify", "sin", "sind", "single", "sinh", "sinpi", "size", "size", "size", "size", "size", "size", "size", "slice", "smooth3", "smoothdata", "snapnow", "sort", "sortboundaries", "sortByFixtures", "sortregions", "sortrows", "sortx", "sorty", "sound", "soundsc", "spalloc", "sparse", "spaugment", "spconvert", "spdiags", "specular", "speye", "spfun", "sph2cart", "sphere", "spinmap", "spline", "split", "split", "splitapply", "splitEachLabel", "splitlines", "splitvars", "spones", "spparms", "sprand", "sprandn", "sprandsym", "sprank", "spreadsheetDatastore", "spreadsheetImportOptions", "spring", "sprintf", "spy", "sqrt", "sqrtm", "squeeze", "ss2tf", "sscanf", "stack", "stackedplot", "stairs", "standardizeMissing", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "startat", "startMeasuring", "startsWith", "startup", "stats", "std", "std", "stem", "stem3", "step", "stepImpl", "stlread", "stlwrite", "stop", "stop", "stopasync", "stopMeasuring", "storeValueWhen", "str2double", "str2func", "str2mat", "str2num", "strcat", "strcmp", "strcmpi", "stream2", "stream3", "streamline", "streamparticles", "streamribbon", "streamslice", "streamtube", "strfind", "string", "string", "string", "string", "string", "string", "strings", "strip", "strjoin", "strjust", "strlength", "strmatch", "strncmp", "strncmpi", "strread", "strrep", "strsplit", "strtok", "strtrim", "struct", "struct2cell", "struct2table", "structfun", "strvcat", "sub2ind", "subgraph", "subplot", "subsasgn", "subset", "subsindex", "subspace", "subsref", "substruct", "subtract", "subvolume", "successors", "sum", "sum", "summary", "summary", "summer", "superclasses", "support", "supportPackageInstaller", "supports", "supportsMultipleInstanceImpl", "surf", "surf2patch", "surface", "surfaceArea", "surfc", "surfl", "surfnorm", "svd", "svds", "swapbytes", "sylvester", "symamd", "symbfact", "symmlq", "symrcm", "symvar", "synchronize", "synchronize", "syntax", "system", "table", "table2array", "table2cell", "table2struct", "table2timetable", "tabularTextDatastore", "tail", "tall", "TallDatastore", "tallrng", "tan", "tand", "tanh", "tar", "tcpclient", "teardown", "teardownSharedTestFixture", "teardownTestClass", "teardownTestMethod", "tempdir", "tempname", "testsuite", "tetramesh", "texlabel", "text", "textread", "textscan", "textwrap", "tfqmr", "then", "then", "then", "then", "then", "thetalim", "thetatickformat", "thetaticklabels", "thetaticks", "thingSpeakRead", "thingSpeakWrite", "throw", "throwAsCaller", "throwExceptionWhen", "tic", "Tiff", "Tiff.computeStrip", "Tiff.computeTile", "Tiff.currentDirectory", "Tiff.getTag", "Tiff.getTagNames", "Tiff.getVersion", "Tiff.isTiled", "Tiff.lastDirectory", "Tiff.nextDirectory", "Tiff.numberOfStrips", "Tiff.numberOfTiles", "Tiff.readEncodedStrip", "Tiff.readEncodedTile", "Tiff.readRGBAImage", "Tiff.readRGBAStrip", "Tiff.readRGBATile", "Tiff.rewriteDirectory", "Tiff.setDirectory", "Tiff.setSubDirectory", "Tiff.setTag", "Tiff.writeDirectory", "Tiff.writeEncodedStrip", "Tiff.writeEncodedTile", "time", "timeit", "timeofday", "timer", "timerange", "timerfind", "timerfindall", "times", "timeseries", "timetable", "timetable2table", "timezones", "title", "toc", "todatenum", "toeplitz", "toolboxdir", "topkrows", "toposort", "trace", "transclosure", "transform", "TransformedDatastore", "translate", "transpose", "transreduction", "trapz", "treelayout", "treeplot", "triangulation", "triangulation", "tril", "trimesh", "triplequad", "triplot", "TriRep", "TriRep", "TriScatteredInterp", "TriScatteredInterp", "trisurf", "triu", "true", "tscollection", "tsdata.event", "tsearchn", "turningdist", "type", "type", "typecast", "tzoffset", "uialert", "uiaxes", "uibutton", "uibuttongroup", "uicheckbox", "uiconfirm", "uicontextmenu", "uicontrol", "uidatepicker", "uidropdown", "uieditfield", "uifigure", "uigauge", "uigetdir", "uigetfile", "uigetpref", "uigridlayout", "uiimage", "uiimport", "uiknob", "uilabel", "uilamp", "uilistbox", "uimenu", "uint16", "uint32", "uint64", "uint8", "uiopen", "uipanel", "uiprogressdlg", "uipushtool", "uiputfile", "uiradiobutton", "uiresume", "uisave", "uisetcolor", "uisetfont", "uisetpref", "uislider", "uispinner", "uistack", "uiswitch", "uitab", "uitabgroup", "uitable", "uitextarea", "uitogglebutton", "uitoggletool", "uitoolbar", "uitree", "uitreenode", "uiwait", "uminus", "underlyingValue", "undocheckout", "unicode2native", "union", "union", "unique", "uniquetol", "unix", "unloadlibrary", "unmesh", "unmkpp", "unregisterallevents", "unregisterevent", "unstack", "untar", "unwrap", "unzip", "updateDependencies", "updateImpl", "upgradePreviouslyInstalledSupportPackages", "uplus", "upper", "urlread", "urlwrite", "usejava", "userpath", "validate", "validate", "validate", "validate", "validateattributes", "validateFunctionSignaturesJSON", "validateInputsImpl", "validatePropertiesImpl", "validatestring", "ValueIterator", "values", "vander", "var", "var", "varargin", "varargout", "varfun", "vartype", "vecnorm", "vectorize", "ver", "verctrl", "verifyAccessed", "verifyCalled", "verifyClass", "verifyEmpty", "verifyEqual", "verifyError", "verifyFail", "verifyFalse", "verifyGreaterThan", "verifyGreaterThanOrEqual", "verifyInstanceOf", "verifyLength", "verifyLessThan", "verifyLessThanOrEqual", "verifyMatches", "verifyNotAccessed", "verifyNotCalled", "verifyNotEmpty", "verifyNotEqual", "verifyNotSameHandle", "verifyNotSet", "verifyNumElements", "verifyReturnsTrue", "verifySameHandle", "verifySet", "verifySize", "verifySubstring", "verifyThat", "verifyTrue", "verifyUsing", "verifyWarning", "verifyWarningFree", "verLessThan", "version", "vertcat", "vertcat", "vertcat", "vertexAttachments", "vertexAttachments", "vertexNormal", "VideoReader", "VideoWriter", "view", "viewmtx", "visdiff", "volume", "volumebounds", "voronoi", "voronoiDiagram", "voronoiDiagram", "voronoin", "wait", "waitbar", "waitfor", "waitforbuttonpress", "warndlg", "warning", "waterfall", "web", "weboptions", "webread", "websave", "webwrite", "week", "weekday", "what", "whatsnew", "when", "when", "when", "which", "while", "whitebg", "who", "who", "whos", "whos", "width", "wilkinson", "winopen", "winqueryreg", "winter", "withAnyInputs", "withExactInputs", "withNargout", "withtol", "wordcloud", "write", "write", "write", "writecell", "writeChecksum", "writeCol", "writeComment", "writeDate", "writeHistory", "writeImg", "writeKey", "writeKeyUnit", "writematrix", "writetable", "writetimetable", "writeVideo", "xcorr", "xcov", "xlabel", "xlim", "xline", "xlsfinfo", "xlsread", "xlswrite", "xmlread", "xmlwrite", "xor", "xor", "xslt", "xtickangle", "xtickformat", "xticklabels", "xticks", "year", "years", "ylabel", "ylim", "yline", "ymd", "ytickangle", "ytickformat", "yticklabels", "yticks", "yyaxis", "yyyymmdd", "zeros", "zip", "zlabel", "zlim", "zoom", "zoomInteraction", "ztickangle", "ztickformat", "zticklabels", "zticks"]
|
9
|
+
end
|
10
|
+
end
|
11
|
+
end
|
@@ -0,0 +1,15 @@
|
|
1
|
+
# -*- coding: utf-8 -*- #
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
# DO NOT EDIT
|
5
|
+
|
6
|
+
# This file is automatically generated by `rake builtins:matlab`.
|
7
|
+
# See tasks/builtins/matlab.rake for more info.
|
8
|
+
|
9
|
+
module Rouge
|
10
|
+
module Lexers
|
11
|
+
def Matlab.builtins
|
12
|
+
@builtins ||= Set.new ["abs", "accumarray", "acos", "acosd", "acosh", "acot", "acotd", "acoth", "acsc", "acscd", "acsch", "actxcontrol", "actxcontrollist", "actxcontrolselect", "actxGetRunningServer", "actxserver", "add", "addboundary", "addcats", "addCause", "addClass", "addCondition", "addConditionsFrom", "addConstructor", "addCorrection", "addedge", "addevent", "addFields", "addFields", "addFile", "addFolderIncludingChildFiles", "addFunction", "addLabel", "addlistener", "addMethod", "addmulti", "addnode", "addOptional", "addParameter", "addParamValue", "addPath", "addpath", "addPlugin", "addpoints", "addpref", "addprop", "addprop", "addproperty", "addProperty", "addReference", "addRequired", "addsample", "addsampletocollection", "addShortcut", "addShutdownFile", "addStartupFile", "addTeardown", "addTeardown", "addtodate", "addToolbarExplorationButtons", "addts", "addvars", "adjacency", "airy", "align", "alim", "all", "allchild", "allowModelReferenceDiscreteSampleTimeInheritanceImpl", "alpha", "alphamap", "alphaShape", "alphaSpectrum", "alphaTriangulation", "amd", "analyzeCodeCompatibility", "ancestor", "and", "angle", "animatedline", "annotation", "ans", "any", "appdesigner", "append", "append", "applyFixture", "applyFixture", "area", "area", "area", "array2table", "array2timetable", "arrayfun", "ascii", "asec", "asecd", "asech", "asin", "asind", "asinh", "assert", "assertAccessed", "assertCalled", "assertClass", "assertEmpty", "assertEqual", "assertError", "assertFail", "assertFalse", "assertGreaterThan", "assertGreaterThanOrEqual", "assertInstanceOf", "assertLength", "assertLessThan", "assertLessThanOrEqual", "assertMatches", "assertNotAccessed", "assertNotCalled", "assertNotEmpty", "assertNotEqual", "assertNotSameHandle", "assertNotSet", "assertNumElements", "assertReturnsTrue", "assertSameHandle", "assertSet", "assertSize", "assertSubstring", "assertThat", "assertTrue", "assertUsing", "assertWarning", "assertWarningFree", "assignin", "assignOutputsWhen", "assumeAccessed", "assumeCalled", "assumeClass", "assumeEmpty", "assumeEqual", "assumeError", "assumeFail", "assumeFalse", "assumeGreaterThan", "assumeGreaterThanOrEqual", "assumeInstanceOf", "assumeLength", "assumeLessThan", "assumeLessThanOrEqual", "assumeMatches", "assumeNotAccessed", "assumeNotCalled", "assumeNotEmpty", "assumeNotEqual", "assumeNotSameHandle", "assumeNotSet", "assumeNumElements", "assumeReturnsTrue", "assumeSameHandle", "assumeSet", "assumeSize", "assumeSubstring", "assumeThat", "assumeTrue", "assumeUsing", "assumeWarning", "assumeWarningFree", "atan", "atan2", "atan2d", "atand", "atanh", "audiodevinfo", "audioinfo", "audioplayer", "audioread", "audiorecorder", "audiowrite", "autumn", "aviinfo", "axes", "axis", "axtoolbar", "axtoolbarbtn", "balance", "bandwidth", "bar", "bar3", "bar3h", "barh", "barycentricToCartesian", "baryToCart", "base2dec", "batchStartupOptionUsed", "bctree", "beep", "BeginInvoke", "bench", "besselh", "besseli", "besselj", "besselk", "bessely", "beta", "betainc", "betaincinv", "betaln", "between", "bfsearch", "bicg", "bicgstab", "bicgstabl", "biconncomp", "bin2dec", "binary", "binscatter", "bitand", "bitcmp", "bitget", "bitnot", "bitor", "bitset", "bitshift", "bitxor", "blanks", "blkdiag", "bone", "boundary", "boundary", "boundaryFacets", "boundaryshape", "boundingbox", "bounds", "box", "break", "brighten", "brush", "bsxfun", "build", "builddocsearchdb", "builtin", "bvp4c", "bvp5c", "bvpget", "bvpinit", "bvpset", "bvpxtend", "caldays", "caldiff", "calendar", "calendarDuration", "calllib", "callSoapService", "calmonths", "calquarters", "calweeks", "calyears", "camdolly", "cameratoolbar", "camlight", "camlookat", "camorbit", "campan", "campos", "camproj", "camroll", "camtarget", "camup", "camva", "camzoom", "cancel", "cancelled", "cart2pol", "cart2sph", "cartesianToBarycentric", "cartToBary", "cast", "cat", "cat", "categorical", "categories", "caxis", "cd", "cd", "cdf2rdf", "cdfepoch", "cdfinfo", "cdflib", "cdflib.close", "cdflib.closeVar", "cdflib.computeEpoch", "cdflib.computeEpoch16", "cdflib.create", "cdflib.createAttr", "cdflib.createVar", "cdflib.delete", "cdflib.deleteAttr", "cdflib.deleteAttrEntry", "cdflib.deleteAttrgEntry", "cdflib.deleteVar", "cdflib.deleteVarRecords", "cdflib.epoch16Breakdown", "cdflib.epochBreakdown", "cdflib.getAttrEntry", "cdflib.getAttrgEntry", "cdflib.getAttrMaxEntry", "cdflib.getAttrMaxgEntry", "cdflib.getAttrName", "cdflib.getAttrNum", "cdflib.getAttrScope", "cdflib.getCacheSize", "cdflib.getChecksum", "cdflib.getCompression", "cdflib.getCompressionCacheSize", "cdflib.getConstantNames", "cdflib.getConstantValue", "cdflib.getCopyright", "cdflib.getFileBackward", "cdflib.getFormat", "cdflib.getLibraryCopyright", "cdflib.getLibraryVersion", "cdflib.getMajority", "cdflib.getName", "cdflib.getNumAttrEntries", "cdflib.getNumAttrgEntries", "cdflib.getNumAttributes", "cdflib.getNumgAttributes", "cdflib.getReadOnlyMode", "cdflib.getStageCacheSize", "cdflib.getValidate", "cdflib.getVarAllocRecords", "cdflib.getVarBlockingFactor", "cdflib.getVarCacheSize", "cdflib.getVarCompression", "cdflib.getVarData", "cdflib.getVarMaxAllocRecNum", "cdflib.getVarMaxWrittenRecNum", "cdflib.getVarName", "cdflib.getVarNum", "cdflib.getVarNumRecsWritten", "cdflib.getVarPadValue", "cdflib.getVarRecordData", "cdflib.getVarReservePercent", "cdflib.getVarsMaxWrittenRecNum", "cdflib.getVarSparseRecords", "cdflib.getVersion", "cdflib.hyperGetVarData", "cdflib.hyperPutVarData", "cdflib.inquire", "cdflib.inquireAttr", "cdflib.inquireAttrEntry", "cdflib.inquireAttrgEntry", "cdflib.inquireVar", "cdflib.open", "cdflib.putAttrEntry", "cdflib.putAttrgEntry", "cdflib.putVarData", "cdflib.putVarRecordData", "cdflib.renameAttr", "cdflib.renameVar", "cdflib.setCacheSize", "cdflib.setChecksum", "cdflib.setCompression", "cdflib.setCompressionCacheSize", "cdflib.setFileBackward", "cdflib.setFormat", "cdflib.setMajority", "cdflib.setReadOnlyMode", "cdflib.setStageCacheSize", "cdflib.setValidate", "cdflib.setVarAllocBlockRecords", "cdflib.setVarBlockingFactor", "cdflib.setVarCacheSize", "cdflib.setVarCompression", "cdflib.setVarInitialRecs", "cdflib.setVarPadValue", "cdflib.SetVarReservePercent", "cdflib.setVarsCacheSize", "cdflib.setVarSparseRecords", "cdfread", "cdfwrite", "ceil", "cell", "cell2mat", "cell2struct", "cell2table", "celldisp", "cellfun", "cellplot", "cellstr", "centrality", "centroid", "cgs", "changeFields", "changeFields", "char", "char", "checkcode", "checkin", "checkout", "chol", "cholupdate", "choose", "circshift", "circumcenter", "circumcenters", "cla", "clabel", "class", "classdef", "classUnderlying", "clc", "clear", "clear", "clearAllMemoizedCaches", "clearCache", "clearMockHistory", "clearPersonalValue", "clearpoints", "clearTemporaryValue", "clearvars", "clf", "clibgen.buildInterface", "clibgen.ClassDefinition", "clibgen.ConstructorDefinition", "clibgen.EnumDefinition", "clibgen.FunctionDefinition", "clibgen.generateLibraryDefinition", "clibgen.LibraryDefinition", "clibgen.MethodDefinition", "clibgen.PropertyDefinition", "clibRelease", "clipboard", "clock", "clone", "close", "close", "close", "close", "close", "closeFile", "closereq", "cmopts", "cmpermute", "cmunique", "CodeCompatibilityAnalysis", "codeCompatibilityReport", "colamd", "collapse", "colon", "colorbar", "colorcube", "colordef", "colormap", "ColorSpec", "colperm", "COM", "com.mathworks.engine.MatlabEngine", "com.mathworks.matlab.types.CellStr", "com.mathworks.matlab.types.Complex", "com.mathworks.matlab.types.HandleObject", "com.mathworks.matlab.types.Struct", "combine", "Combine", "CombinedDatastore", "comet", "comet3", "compan", "compass", "complete", "complete", "complete", "complete", "complete", "complete", "complete", "complex", "compose", "computer", "cond", "condeig", "condensation", "condest", "coneplot", "conj", "conncomp", "containers.Map", "contains", "continue", "contour", "contour3", "contourc", "contourf", "contourslice", "contrast", "conv", "conv2", "convert", "convert", "convert", "convertCharsToStrings", "convertContainedStringsToChars", "convertLike", "convertStringsToChars", "convertvars", "convexHull", "convexHull", "convhull", "convhull", "convhulln", "convn", "cool", "copper", "copy", "copyElement", "copyfile", "copyHDU", "copyobj", "copyTo", "corrcoef", "cos", "cosd", "cosh", "cospi", "cot", "cotd", "coth", "count", "countcats", "countEachLabel", "cov", "cplxpair", "cputime", "createCategory", "createClassFromWsdl", "createFile", "createImg", "createLabel", "createMock", "createSampleTime", "createSharedTestFixture", "createSoapMessage", "createTbl", "createTestClassInstance", "createTestMethodInstance", "criticalAlpha", "cross", "csc", "cscd", "csch", "csvread", "csvwrite", "ctranspose", "cummax", "cummin", "cumprod", "cumsum", "cumtrapz", "curl", "currentProject", "customverctrl", "cylinder", "daqread", "daspect", "datacursormode", "datastore", "dataTipInteraction", "dataTipTextRow", "date", "datenum", "dateshift", "datestr", "datetick", "datetime", "datevec", "day", "days", "dbclear", "dbcont", "dbdown", "dblquad", "dbmex", "dbquit", "dbstack", "dbstatus", "dbstep", "dbstop", "dbtype", "dbup", "dde23", "ddeget", "ddensd", "ddesd", "ddeset", "deal", "deblank", "dec2base", "dec2bin", "dec2hex", "decic", "decomposition", "deconv", "defineArgument", "defineArgument", "defineArgument", "defineOutput", "defineOutput", "deg2rad", "degree", "del2", "delaunay", "delaunayn", "DelaunayTri", "DelaunayTri", "delaunayTriangulation", "delegateTo", "delegateTo", "delete", "delete", "delete", "delete", "delete", "deleteCol", "deleteFile", "deleteHDU", "deleteKey", "deleteproperty", "deleteRecord", "deleteRows", "delevent", "delimitedTextImportOptions", "delsample", "delsamplefromcollection", "demo", "det", "details", "detectImportOptions", "detrend", "detrend", "deval", "dfsearch", "diag", "diagnose", "dialog", "diary", "diff", "diffuse", "digraph", "dir", "dir", "disableDefaultInteractivity", "discretize", "disp", "disp", "disp", "display", "displayEmptyObject", "displayNonScalarObject", "displayScalarHandleToDeletedObject", "displayScalarObject", "dissect", "distances", "dither", "divergence", "dlmread", "dlmwrite", "dmperm", "doc", "docsearch", "done", "done", "dos", "dot", "double", "drag", "dragrect", "drawnow", "dsearchn", "duration", "dynamicprops", "echo", "echodemo", "edgeAttachments", "edgeAttachments", "edgecount", "edges", "edges", "edit", "eig", "eigs", "ellipj", "ellipke", "ellipsoid", "empty", "enableDefaultInteractivity", "enableNETfromNetworkDrive", "enableservice", "end", "EndInvoke", "endsWith", "enumeration", "eomday", "eps", "eq", "eq", "equilibrate", "erase", "eraseBetween", "erf", "erfc", "erfcinv", "erfcx", "erfinv", "error", "errorbar", "errordlg", "etime", "etree", "etreeplot", "eval", "evalc", "evalin", "event.DynamicPropertyEvent", "event.EventData", "event.hasListener", "event.listener", "event.PropertyEvent", "event.proplistener", "eventlisteners", "events", "events", "exceltime", "Execute", "exist", "exit", "exp", "expand", "expectedContentLength", "expectedContentLength", "expint", "expm", "expm1", "export", "export2wsdlg", "exportsetupdlg", "extractAfter", "extractBefore", "extractBetween", "eye", "ezcontour", "ezcontourf", "ezmesh", "ezmeshc", "ezplot", "ezplot3", "ezpolar", "ezsurf", "ezsurfc", "faceNormal", "faceNormals", "factor", "factorial", "false", "fatalAssertAccessed", "fatalAssertCalled", "fatalAssertClass", "fatalAssertEmpty", "fatalAssertEqual", "fatalAssertError", "fatalAssertFail", "fatalAssertFalse", "fatalAssertGreaterThan", "fatalAssertGreaterThanOrEqual", "fatalAssertInstanceOf", "fatalAssertLength", "fatalAssertLessThan", "fatalAssertLessThanOrEqual", "fatalAssertMatches", "fatalAssertNotAccessed", "fatalAssertNotCalled", "fatalAssertNotEmpty", "fatalAssertNotEqual", "fatalAssertNotSameHandle", "fatalAssertNotSet", "fatalAssertNumElements", "fatalAssertReturnsTrue", "fatalAssertSameHandle", "fatalAssertSet", "fatalAssertSize", "fatalAssertSubstring", "fatalAssertThat", "fatalAssertTrue", "fatalAssertUsing", "fatalAssertWarning", "fatalAssertWarningFree", "fclose", "fclose", "fcontour", "feather", "featureEdges", "featureEdges", "feof", "ferror", "feval", "Feval", "feval", "fewerbins", "fft", "fft2", "fftn", "fftshift", "fftw", "fgetl", "fgetl", "fgets", "fgets", "fieldnames", "figure", "figurepalette", "fileattrib", "fileDatastore", "filemarker", "fileMode", "fileName", "fileparts", "fileread", "filesep", "fill", "fill3", "fillmissing", "filloutliers", "filter", "filter", "filter2", "fimplicit", "fimplicit3", "find", "findall", "findCategory", "findedge", "findEvent", "findfigs", "findFile", "findgroups", "findLabel", "findnode", "findobj", "findobj", "findprop", "findstr", "finish", "fitsdisp", "fitsinfo", "fitsread", "fitswrite", "fix", "fixedWidthImportOptions", "flag", "flintmax", "flip", "flipdim", "flipedge", "fliplr", "flipud", "floor", "flow", "fmesh", "fminbnd", "fminsearch", "fopen", "fopen", "for", "format", "fplot", "fplot3", "fprintf", "fprintf", "frame2im", "fread", "fread", "freeBoundary", "freeBoundary", "freqspace", "frewind", "fscanf", "fscanf", "fseek", "fsurf", "ftell", "ftp", "full", "fullfile", "func2str", "function", "functions", "FunctionTestCase", "functiontests", "funm", "fwrite", "fwrite", "fzero", "gallery", "gamma", "gammainc", "gammaincinv", "gammaln", "gather", "gca", "gcbf", "gcbo", "gcd", "gcf", "gcmr", "gco", "ge", "genpath", "genvarname", "geoaxes", "geobasemap", "geobubble", "geodensityplot", "geolimits", "geoplot", "geoscatter", "geotickformat", "get", "get", "get", "get", "get", "get", "get", "get", "get", "get", "get", "getabstime", "getabstime", "getAColParms", "getappdata", "getaudiodata", "getBColParms", "GetCharArray", "getClass", "getColName", "getColType", "getConstantValue", "getCurrentTime", "getData", "getData", "getData", "getData", "getData", "getdatasamples", "getdatasamplesize", "getDiagnosticFor", "getDiagnosticFor", "getDiscreteStateImpl", "getDiscreteStateSpecificationImpl", "getdisp", "getenv", "getEqColType", "getfield", "getFields", "getFields", "getFileFormats", "getFooter", "getframe", "GetFullMatrix", "getGlobalNamesImpl", "getHdrSpace", "getHDUnum", "getHDUtype", "getHeader", "getHeaderImpl", "getIconImpl", "getImgSize", "getImgType", "getImpulseResponseLengthImpl", "getInputDimensionConstraintImpl", "getinterpmethod", "getLocation", "getLocation", "getMockHistory", "getNegativeDiagnosticFor", "getnext", "getNumCols", "getNumHDUs", "getNumInputs", "getNumInputsImpl", "getNumOutputs", "getNumOutputsImpl", "getNumRows", "getOpenFiles", "getOutputDataTypeImpl", "getOutputDimensionConstraintImpl", "getOutputSizeImpl", "getParameter", "getParameter", "getParameter", "getpixelposition", "getplayer", "getpoints", "getPostActValString", "getPostConditionString", "getPostDescriptionString", "getPostExpValString", "getPreDescriptionString", "getpref", "getProfiles", "getPropertyGroups", "getPropertyGroupsImpl", "getqualitydesc", "getReasonPhrase", "getReasonPhrase", "getReport", "getsamples", "getSampleTime", "getSampleTimeImpl", "getsampleusingtime", "getsampleusingtime", "getSharedTestFixtures", "getSimulateUsingImpl", "getSimulinkFunctionNamesImpl", "gettimeseriesnames", "getTimeStr", "gettsafteratevent", "gettsafterevent", "gettsatevent", "gettsbeforeatevent", "gettsbeforeevent", "gettsbetweenevents", "GetVariable", "getvaropts", "getVersion", "GetWorkspaceData", "ginput", "global", "gmres", "gobjects", "gplot", "grabcode", "gradient", "graph", "GraphPlot", "gray", "graymon", "grid", "griddata", "griddatan", "griddedInterpolant", "groot", "groupcounts", "groupsummary", "grouptransform", "gsvd", "gt", "gtext", "guidata", "guide", "guihandles", "gunzip", "gzip", "H5.close", "H5.garbage_collect", "H5.get_libversion", "H5.open", "H5.set_free_list_limits", "H5A.close", "H5A.create", "H5A.delete", "H5A.get_info", "H5A.get_name", "H5A.get_space", "H5A.get_type", "H5A.iterate", "H5A.open", "H5A.open_by_idx", "H5A.open_by_name", "H5A.read", "H5A.write", "h5create", "H5D.close", "H5D.create", "H5D.get_access_plist", "H5D.get_create_plist", "H5D.get_offset", "H5D.get_space", "H5D.get_space_status", "H5D.get_storage_size", "H5D.get_type", "H5D.open", "H5D.read", "H5D.set_extent", "H5D.vlen_get_buf_size", "H5D.write", "h5disp", "H5DS.attach_scale", "H5DS.detach_scale", "H5DS.get_label", "H5DS.get_num_scales", "H5DS.get_scale_name", "H5DS.is_scale", "H5DS.iterate_scales", "H5DS.set_label", "H5DS.set_scale", "H5E.clear", "H5E.get_major", "H5E.get_minor", "H5E.walk", "H5F.close", "H5F.create", "H5F.flush", "H5F.get_access_plist", "H5F.get_create_plist", "H5F.get_filesize", "H5F.get_freespace", "H5F.get_info", "H5F.get_mdc_config", "H5F.get_mdc_hit_rate", "H5F.get_mdc_size", "H5F.get_name", "H5F.get_obj_count", "H5F.get_obj_ids", "H5F.is_hdf5", "H5F.mount", "H5F.open", "H5F.reopen", "H5F.set_mdc_config", "H5F.unmount", "H5G.close", "H5G.create", "H5G.get_info", "H5G.open", "H5I.dec_ref", "H5I.get_file_id", "H5I.get_name", "H5I.get_ref", "H5I.get_type", "H5I.inc_ref", "H5I.is_valid", "h5info", "H5L.copy", "H5L.create_external", "H5L.create_hard", "H5L.create_soft", "H5L.delete", "H5L.exists", "H5L.get_info", "H5L.get_name_by_idx", "H5L.get_val", "H5L.iterate", "H5L.iterate_by_name", "H5L.move", "H5L.visit", "H5L.visit_by_name", "H5ML.compare_values", "H5ML.get_constant_names", "H5ML.get_constant_value", "H5ML.get_function_names", "H5ML.get_mem_datatype", "H5ML.hoffset", "H5ML.sizeof", "H5O.close", "H5O.copy", "H5O.get_comment", "H5O.get_comment_by_name", "H5O.get_info", "H5O.link", "H5O.open", "H5O.open_by_idx", "H5O.set_comment", "H5O.set_comment_by_name", "H5O.visit", "H5O.visit_by_name", "H5P.all_filters_avail", "H5P.close", "H5P.close_class", "H5P.copy", "H5P.create", "H5P.equal", "H5P.exist", "H5P.fill_value_defined", "H5P.get", "H5P.get_alignment", "H5P.get_alloc_time", "H5P.get_attr_creation_order", "H5P.get_attr_phase_change", "H5P.get_btree_ratios", "H5P.get_char_encoding", "H5P.get_chunk", "H5P.get_chunk_cache", "H5P.get_class", "H5P.get_class_name", "H5P.get_class_parent", "H5P.get_copy_object", "H5P.get_create_intermediate_group", "H5P.get_driver", "H5P.get_edc_check", "H5P.get_external", "H5P.get_external_count", "H5P.get_family_offset", "H5P.get_fapl_core", "H5P.get_fapl_family", "H5P.get_fapl_multi", "H5P.get_fclose_degree", "H5P.get_fill_time", "H5P.get_fill_value", "H5P.get_filter", "H5P.get_filter_by_id", "H5P.get_gc_references", "H5P.get_hyper_vector_size", "H5P.get_istore_k", "H5P.get_layout", "H5P.get_libver_bounds", "H5P.get_link_creation_order", "H5P.get_link_phase_change", "H5P.get_mdc_config", "H5P.get_meta_block_size", "H5P.get_multi_type", "H5P.get_nfilters", "H5P.get_nprops", "H5P.get_sieve_buf_size", "H5P.get_size", "H5P.get_sizes", "H5P.get_small_data_block_size", "H5P.get_sym_k", "H5P.get_userblock", "H5P.get_version", "H5P.isa_class", "H5P.iterate", "H5P.modify_filter", "H5P.remove_filter", "H5P.set", "H5P.set_alignment", "H5P.set_alloc_time", "H5P.set_attr_creation_order", "H5P.set_attr_phase_change", "H5P.set_btree_ratios", "H5P.set_char_encoding", "H5P.set_chunk", "H5P.set_chunk_cache", "H5P.set_copy_object", "H5P.set_create_intermediate_group", "H5P.set_deflate", "H5P.set_edc_check", "H5P.set_external", "H5P.set_family_offset", "H5P.set_fapl_core", "H5P.set_fapl_family", "H5P.set_fapl_log", "H5P.set_fapl_multi", "H5P.set_fapl_sec2", "H5P.set_fapl_split", "H5P.set_fapl_stdio", "H5P.set_fclose_degree", "H5P.set_fill_time", "H5P.set_fill_value", "H5P.set_filter", "H5P.set_fletcher32", "H5P.set_gc_references", "H5P.set_hyper_vector_size", "H5P.set_istore_k", "H5P.set_layout", "H5P.set_libver_bounds", "H5P.set_link_creation_order", "H5P.set_link_phase_change", "H5P.set_mdc_config", "H5P.set_meta_block_size", "H5P.set_multi_type", "H5P.set_nbit", "H5P.set_scaleoffset", "H5P.set_shuffle", "H5P.set_sieve_buf_size", "H5P.set_sizes", "H5P.set_small_data_block_size", "H5P.set_sym_k", "H5P.set_userblock", "H5R.create", "H5R.dereference", "H5R.get_name", "H5R.get_obj_type", "H5R.get_region", "h5read", "h5readatt", "H5S.close", "H5S.copy", "H5S.create", "H5S.create_simple", "H5S.extent_copy", "H5S.get_select_bounds", "H5S.get_select_elem_npoints", "H5S.get_select_elem_pointlist", "H5S.get_select_hyper_blocklist", "H5S.get_select_hyper_nblocks", "H5S.get_select_npoints", "H5S.get_select_type", "H5S.get_simple_extent_dims", "H5S.get_simple_extent_ndims", "H5S.get_simple_extent_npoints", "H5S.get_simple_extent_type", "H5S.is_simple", "H5S.offset_simple", "H5S.select_all", "H5S.select_elements", "H5S.select_hyperslab", "H5S.select_none", "H5S.select_valid", "H5S.set_extent_none", "H5S.set_extent_simple", "H5T.array_create", "H5T.close", "H5T.commit", "H5T.committed", "H5T.copy", "H5T.create", "H5T.detect_class", "H5T.enum_create", "H5T.enum_insert", "H5T.enum_nameof", "H5T.enum_valueof", "H5T.equal", "H5T.get_array_dims", "H5T.get_array_ndims", "H5T.get_class", "H5T.get_create_plist", "H5T.get_cset", "H5T.get_ebias", "H5T.get_fields", "H5T.get_inpad", "H5T.get_member_class", "H5T.get_member_index", "H5T.get_member_name", "H5T.get_member_offset", "H5T.get_member_type", "H5T.get_member_value", "H5T.get_native_type", "H5T.get_nmembers", "H5T.get_norm", "H5T.get_offset", "H5T.get_order", "H5T.get_pad", "H5T.get_precision", "H5T.get_sign", "H5T.get_size", "H5T.get_strpad", "H5T.get_super", "H5T.get_tag", "H5T.insert", "H5T.is_variable_str", "H5T.lock", "H5T.open", "H5T.pack", "H5T.set_cset", "H5T.set_ebias", "H5T.set_fields", "H5T.set_inpad", "H5T.set_norm", "H5T.set_offset", "H5T.set_order", "H5T.set_pad", "H5T.set_precision", "H5T.set_sign", "H5T.set_size", "H5T.set_strpad", "H5T.set_tag", "H5T.vlen_create", "h5write", "h5writeatt", "H5Z.filter_avail", "H5Z.get_filter_info", "hadamard", "handle", "hankel", "hasdata", "hasdata", "hasFactoryValue", "hasfile", "hasFrame", "hasnext", "hasPersonalValue", "hasTemporaryValue", "hdf5info", "hdf5read", "hdf5write", "hdfan", "hdfdf24", "hdfdfr8", "hdfh", "hdfhd", "hdfhe", "hdfhx", "hdfinfo", "hdfml", "hdfpt", "hdfread", "hdftool", "hdfv", "hdfvf", "hdfvh", "hdfvs", "head", "heatmap", "height", "help", "helpbrowser", "helpdesk", "helpdlg", "helpwin", "hess", "hex2dec", "hex2num", "hgexport", "hggroup", "hgload", "hgsave", "hgtransform", "hidden", "highlight", "hilb", "hist", "histc", "histcounts", "histcounts2", "histogram", "histogram2", "hms", "hold", "holes", "home", "horzcat", "horzcat", "horzcat", "hot", "hour", "hours", "hover", "hsv", "hsv2rgb", "hypot", "ichol", "idealfilter", "idivide", "ifft", "ifft2", "ifftn", "ifftshift", "ilu", "im2double", "im2frame", "im2java", "imag", "image", "imageDatastore", "imagesc", "imapprox", "imfinfo", "imformats", "imgCompress", "import", "importdata", "imread", "imresize", "imshow", "imtile", "imwrite", "incenter", "incenters", "incidence", "ind2rgb", "ind2sub", "indegree", "inedges", "Inf", "info", "infoImpl", "initialize", "initialize", "initialize", "initialize", "initialize", "initializeDatastore", "initializeDatastore", "inline", "inmem", "inner2outer", "innerjoin", "inOutStatus", "inpolygon", "input", "inputdlg", "inputname", "inputParser", "insertAfter", "insertATbl", "insertBefore", "insertBTbl", "insertCol", "insertImg", "insertRows", "inShape", "inspect", "instrcallback", "instrfind", "instrfindall", "int16", "int2str", "int32", "int64", "int8", "integral", "integral2", "integral3", "interp1", "interp1q", "interp2", "interp3", "interpft", "interpn", "interpstreamspeed", "intersect", "intersect", "intmax", "intmin", "inv", "invhilb", "invoke", "ipermute", "iqr", "is*", "isa", "isappdata", "isaUnderlying", "isbanded", "isbetween", "iscalendarduration", "iscategorical", "iscategory", "iscell", "iscellstr", "ischange", "ischar", "iscolumn", "iscom", "isCompatible", "isCompressedImg", "isConnected", "isdag", "isdatetime", "isdiag", "isdir", "isDiscreteStateSpecificationMutableImpl", "isDone", "isDoneImpl", "isdst", "isduration", "isEdge", "isempty", "isempty", "isenum", "isequal", "isequaln", "isequalwithequalnans", "isevent", "isfield", "isfile", "isfinite", "isfloat", "isfolder", "isfullfile", "isfullfile", "isgraphics", "ishandle", "ishermitian", "ishghandle", "ishold", "ishole", "isIllConditioned", "isInactivePropertyImpl", "isinf", "isInputComplexityMutableImpl", "isInputDataTypeMutableImpl", "isInputDirectFeedthroughImpl", "isInputSizeLockedImpl", "isInputSizeMutableImpl", "isinteger", "isinterface", "isInterior", "isinterior", "isisomorphic", "isjava", "isKey", "iskeyword", "isletter", "isLoaded", "islocalmax", "islocalmin", "isLocked", "islogical", "ismac", "ismatrix", "ismember", "ismembertol", "ismethod", "ismissing", "ismultigraph", "isnan", "isnat", "isNull", "isnumeric", "isobject", "isocaps", "isocolors", "isomorphism", "isonormals", "isordinal", "isosurface", "isoutlier", "isOutputComplexImpl", "isOutputFixedSizeImpl", "ispc", "isplaying", "ispref", "isprime", "isprop", "isprotected", "isreal", "isrecording", "isregular", "isrow", "isscalar", "issimplified", "issorted", "issortedrows", "isspace", "issparse", "isstr", "isstring", "isStringScalar", "isstrprop", "isstruct", "isstudent", "issymmetric", "istable", "istall", "istimetable", "istril", "istriu", "isTunablePropertyDataTypeMutableImpl", "isundefined", "isunix", "isvalid", "isvalid", "isvalid", "isvarname", "isvector", "isweekend", "javaaddpath", "javaArray", "javachk", "javaclasspath", "javaMethod", "javaMethodEDT", "javaObject", "javaObjectEDT", "javarmpath", "jet", "join", "join", "join", "jsondecode", "jsonencode", "juliandate", "keepMeasuring", "keyboard", "keys", "KeyValueDatastore", "KeyValueStore", "kron", "labeledge", "labelnode", "lag", "laplacian", "lasterr", "lasterror", "lastwarn", "layout", "lcm", "ldivide", "ldl", "le", "legend", "legendre", "length", "length", "length", "length", "lib.pointer", "libfunctions", "libfunctionsview", "libisloaded", "libpointer", "libstruct", "license", "light", "lightangle", "lighting", "lin2mu", "line", "lines", "LineSpec", "linkaxes", "linkdata", "linkprop", "linsolve", "linspace", "listdlg", "listener", "listfonts", "listModifiedFiles", "listRequiredFiles", "load", "load", "load", "loadlibrary", "loadobj", "loadObjectImpl", "localfunctions", "log", "log", "log", "log10", "log1p", "log2", "logical", "Logical", "loglog", "logm", "logspace", "lookfor", "lower", "ls", "lscov", "lsqminnorm", "lsqnonneg", "lsqr", "lt", "lu", "magic", "makehgtform", "mapreduce", "mapreducer", "mat2cell", "mat2str", "matchpairs", "material", "matfile", "matlab", "matlab", "matlab", "matlab.addons.disableAddon", "matlab.addons.enableAddon", "matlab.addons.install", "matlab.addons.installedAddons", "matlab.addons.isAddonEnabled", "matlab.addons.toolbox.installedToolboxes", "matlab.addons.toolbox.installToolbox", "matlab.addons.toolbox.packageToolbox", "matlab.addons.toolbox.toolboxVersion", "matlab.addons.toolbox.uninstallToolbox", "matlab.addons.uninstall", "matlab.apputil.create", "matlab.apputil.getInstalledAppInfo", "matlab.apputil.install", "matlab.apputil.package", "matlab.apputil.run", "matlab.apputil.uninstall", "matlab.codetools.requiredFilesAndProducts", "matlab.engine.connect_matlab", "matlab.engine.engineName", "matlab.engine.find_matlab", "matlab.engine.FutureResult", "matlab.engine.isEngineShared", "matlab.engine.MatlabEngine", "matlab.engine.shareEngine", "matlab.engine.start_matlab", "matlab.exception.JavaException", "matlab.exception.PyException", "matlab.graphics.Graphics", "matlab.graphics.GraphicsPlaceholder", "matlab.io.Datastore", "matlab.io.datastore.DsFileReader", "matlab.io.datastore.DsFileSet", "matlab.io.datastore.HadoopFileBased", "matlab.io.datastore.HadoopLocationBased", "matlab.io.datastore.Partitionable", "matlab.io.datastore.Shuffleable", "matlab.io.hdf4.sd", "matlab.io.hdf4.sd.attrInfo", "matlab.io.hdf4.sd.close", "matlab.io.hdf4.sd.create", "matlab.io.hdf4.sd.dimInfo", "matlab.io.hdf4.sd.endAccess", "matlab.io.hdf4.sd.fileInfo", "matlab.io.hdf4.sd.findAttr", "matlab.io.hdf4.sd.getCal", "matlab.io.hdf4.sd.getChunkInfo", "matlab.io.hdf4.sd.getCompInfo", "matlab.io.hdf4.sd.getDataStrs", "matlab.io.hdf4.sd.getDimID", "matlab.io.hdf4.sd.getDimScale", "matlab.io.hdf4.sd.getDimStrs", "matlab.io.hdf4.sd.getFilename", "matlab.io.hdf4.sd.getFillValue", "matlab.io.hdf4.sd.getInfo", "matlab.io.hdf4.sd.getRange", "matlab.io.hdf4.sd.idToRef", "matlab.io.hdf4.sd.idType", "matlab.io.hdf4.sd.isCoordVar", "matlab.io.hdf4.sd.isRecord", "matlab.io.hdf4.sd.nameToIndex", "matlab.io.hdf4.sd.nameToIndices", "matlab.io.hdf4.sd.readAttr", "matlab.io.hdf4.sd.readChunk", "matlab.io.hdf4.sd.readData", "matlab.io.hdf4.sd.refToIndex", "matlab.io.hdf4.sd.select", "matlab.io.hdf4.sd.setAttr", "matlab.io.hdf4.sd.setCal", "matlab.io.hdf4.sd.setChunk", "matlab.io.hdf4.sd.setCompress", "matlab.io.hdf4.sd.setDataStrs", "matlab.io.hdf4.sd.setDimName", "matlab.io.hdf4.sd.setDimScale", "matlab.io.hdf4.sd.setDimStrs", "matlab.io.hdf4.sd.setExternalFile", "matlab.io.hdf4.sd.setFillMode", "matlab.io.hdf4.sd.setFillValue", "matlab.io.hdf4.sd.setNBitDataSet", "matlab.io.hdf4.sd.setRange", "matlab.io.hdf4.sd.start", "matlab.io.hdf4.sd.writeChunk", "matlab.io.hdf4.sd.writeData", "matlab.io.hdfeos.gd", "matlab.io.hdfeos.gd.attach", "matlab.io.hdfeos.gd.close", "matlab.io.hdfeos.gd.compInfo", "matlab.io.hdfeos.gd.create", "matlab.io.hdfeos.gd.defBoxRegion", "matlab.io.hdfeos.gd.defComp", "matlab.io.hdfeos.gd.defDim", "matlab.io.hdfeos.gd.defField", "matlab.io.hdfeos.gd.defOrigin", "matlab.io.hdfeos.gd.defPixReg", "matlab.io.hdfeos.gd.defProj", "matlab.io.hdfeos.gd.defTile", "matlab.io.hdfeos.gd.defVrtRegion", "matlab.io.hdfeos.gd.detach", "matlab.io.hdfeos.gd.dimInfo", "matlab.io.hdfeos.gd.extractRegion", "matlab.io.hdfeos.gd.fieldInfo", "matlab.io.hdfeos.gd.getFillValue", "matlab.io.hdfeos.gd.getPixels", "matlab.io.hdfeos.gd.getPixValues", "matlab.io.hdfeos.gd.gridInfo", "matlab.io.hdfeos.gd.ij2ll", "matlab.io.hdfeos.gd.inqAttrs", "matlab.io.hdfeos.gd.inqDims", "matlab.io.hdfeos.gd.inqFields", "matlab.io.hdfeos.gd.inqGrid", "matlab.io.hdfeos.gd.interpolate", "matlab.io.hdfeos.gd.ll2ij", "matlab.io.hdfeos.gd.nEntries", "matlab.io.hdfeos.gd.open", "matlab.io.hdfeos.gd.originInfo", "matlab.io.hdfeos.gd.pixRegInfo", "matlab.io.hdfeos.gd.projInfo", "matlab.io.hdfeos.gd.readAttr", "matlab.io.hdfeos.gd.readBlkSomOffset", "matlab.io.hdfeos.gd.readField", "matlab.io.hdfeos.gd.readTile", "matlab.io.hdfeos.gd.regionInfo", "matlab.io.hdfeos.gd.setFillValue", "matlab.io.hdfeos.gd.setTileComp", "matlab.io.hdfeos.gd.sphereCodeToName", "matlab.io.hdfeos.gd.sphereNameToCode", "matlab.io.hdfeos.gd.tileInfo", "matlab.io.hdfeos.gd.writeAttr", "matlab.io.hdfeos.gd.writeBlkSomOffset", "matlab.io.hdfeos.gd.writeField", "matlab.io.hdfeos.gd.writeTile", "matlab.io.hdfeos.sw", "matlab.io.hdfeos.sw.attach", "matlab.io.hdfeos.sw.close", "matlab.io.hdfeos.sw.compInfo", "matlab.io.hdfeos.sw.create", "matlab.io.hdfeos.sw.defBoxRegion", "matlab.io.hdfeos.sw.defComp", "matlab.io.hdfeos.sw.defDataField", "matlab.io.hdfeos.sw.defDim", "matlab.io.hdfeos.sw.defDimMap", "matlab.io.hdfeos.sw.defGeoField", "matlab.io.hdfeos.sw.defTimePeriod", "matlab.io.hdfeos.sw.defVrtRegion", "matlab.io.hdfeos.sw.detach", "matlab.io.hdfeos.sw.dimInfo", "matlab.io.hdfeos.sw.extractPeriod", "matlab.io.hdfeos.sw.extractRegion", "matlab.io.hdfeos.sw.fieldInfo", "matlab.io.hdfeos.sw.geoMapInfo", "matlab.io.hdfeos.sw.getFillValue", "matlab.io.hdfeos.sw.idxMapInfo", "matlab.io.hdfeos.sw.inqAttrs", "matlab.io.hdfeos.sw.inqDataFields", "matlab.io.hdfeos.sw.inqDims", "matlab.io.hdfeos.sw.inqGeoFields", "matlab.io.hdfeos.sw.inqIdxMaps", "matlab.io.hdfeos.sw.inqMaps", "matlab.io.hdfeos.sw.inqSwath", "matlab.io.hdfeos.sw.mapInfo", "matlab.io.hdfeos.sw.nEntries", "matlab.io.hdfeos.sw.open", "matlab.io.hdfeos.sw.periodInfo", "matlab.io.hdfeos.sw.readAttr", "matlab.io.hdfeos.sw.readField", "matlab.io.hdfeos.sw.regionInfo", "matlab.io.hdfeos.sw.setFillValue", "matlab.io.hdfeos.sw.writeAttr", "matlab.io.hdfeos.sw.writeField", "matlab.io.MatFile", "matlab.io.saveVariablesToScript", "matlab.lang.correction.AppendArgumentsCorrection", "matlab.lang.makeUniqueStrings", "matlab.lang.makeValidName", "matlab.lang.OnOffSwitchState", "matlab.mex.MexHost", "matlab.mixin.Copyable", "matlab.mixin.CustomDisplay", "matlab.mixin.CustomDisplay.convertDimensionsToString", "matlab.mixin.CustomDisplay.displayPropertyGroups", "matlab.mixin.CustomDisplay.getClassNameForHeader", "matlab.mixin.CustomDisplay.getDeletedHandleText", "matlab.mixin.CustomDisplay.getDetailedFooter", "matlab.mixin.CustomDisplay.getDetailedHeader", "matlab.mixin.CustomDisplay.getHandleText", "matlab.mixin.CustomDisplay.getSimpleHeader", "matlab.mixin.Heterogeneous", "matlab.mixin.Heterogeneous.getDefaultScalarElement", "matlab.mixin.SetGet", "matlab.mixin.SetGetExactNames", "matlab.mixin.util.PropertyGroup", "matlab.mock.actions.AssignOutputs", "matlab.mock.actions.Invoke", "matlab.mock.actions.ReturnStoredValue", "matlab.mock.actions.StoreValue", "matlab.mock.actions.ThrowException", "matlab.mock.AnyArguments", "matlab.mock.constraints.Occurred", "matlab.mock.constraints.WasAccessed", "matlab.mock.constraints.WasCalled", "matlab.mock.constraints.WasSet", "matlab.mock.history.MethodCall", "matlab.mock.history.PropertyAccess", "matlab.mock.history.PropertyModification", "matlab.mock.history.SuccessfulMethodCall", "matlab.mock.history.SuccessfulPropertyAccess", "matlab.mock.history.SuccessfulPropertyModification", "matlab.mock.history.UnsuccessfulMethodCall", "matlab.mock.history.UnsuccessfulPropertyAccess", "matlab.mock.history.UnsuccessfulPropertyModification", "matlab.mock.InteractionHistory", "matlab.mock.InteractionHistory.forMock", "matlab.mock.MethodCallBehavior", "matlab.mock.PropertyBehavior", "matlab.mock.PropertyGetBehavior", "matlab.mock.PropertySetBehavior", "matlab.mock.TestCase", "matlab.mock.TestCase.forInteractiveUse", "matlab.net.ArrayFormat", "matlab.net.base64decode", "matlab.net.base64encode", "matlab.net.http.AuthenticationScheme", "matlab.net.http.AuthInfo", "matlab.net.http.Cookie", "matlab.net.http.CookieInfo", "matlab.net.http.CookieInfo.collectFromLog", "matlab.net.http.Credentials", "matlab.net.http.Disposition", "matlab.net.http.field.AcceptField", "matlab.net.http.field.AuthenticateField", "matlab.net.http.field.AuthenticationInfoField", "matlab.net.http.field.AuthorizationField", "matlab.net.http.field.ContentDispositionField", "matlab.net.http.field.ContentLengthField", "matlab.net.http.field.ContentLocationField", "matlab.net.http.field.ContentTypeField", "matlab.net.http.field.CookieField", "matlab.net.http.field.DateField", "matlab.net.http.field.GenericField", "matlab.net.http.field.GenericParameterizedField", "matlab.net.http.field.HTTPDateField", "matlab.net.http.field.IntegerField", "matlab.net.http.field.LocationField", "matlab.net.http.field.MediaRangeField", "matlab.net.http.field.SetCookieField", "matlab.net.http.field.URIReferenceField", "matlab.net.http.HeaderField", "matlab.net.http.HeaderField.displaySubclasses", "matlab.net.http.HTTPException", "matlab.net.http.HTTPOptions", "matlab.net.http.io.BinaryConsumer", "matlab.net.http.io.ContentConsumer", "matlab.net.http.io.ContentProvider", "matlab.net.http.io.FileConsumer", "matlab.net.http.io.FileProvider", "matlab.net.http.io.FormProvider", "matlab.net.http.io.GenericConsumer", "matlab.net.http.io.GenericProvider", "matlab.net.http.io.ImageConsumer", "matlab.net.http.io.ImageProvider", "matlab.net.http.io.JSONConsumer", "matlab.net.http.io.JSONProvider", "matlab.net.http.io.MultipartConsumer", "matlab.net.http.io.MultipartFormProvider", "matlab.net.http.io.MultipartProvider", "matlab.net.http.io.StringConsumer", "matlab.net.http.io.StringProvider", "matlab.net.http.LogRecord", "matlab.net.http.MediaType", "matlab.net.http.Message", "matlab.net.http.MessageBody", "matlab.net.http.MessageType", "matlab.net.http.ProgressMonitor", "matlab.net.http.ProtocolVersion", "matlab.net.http.RequestLine", "matlab.net.http.RequestMessage", "matlab.net.http.RequestMethod", "matlab.net.http.ResponseMessage", "matlab.net.http.StartLine", "matlab.net.http.StatusClass", "matlab.net.http.StatusCode", "matlab.net.http.StatusCode.fromValue", "matlab.net.http.StatusLine", "matlab.net.QueryParameter", "matlab.net.URI", "matlab.perftest.FixedTimeExperiment", "matlab.perftest.FrequentistTimeExperiment", "matlab.perftest.TestCase", "matlab.perftest.TimeExperiment", "matlab.perftest.TimeExperiment.limitingSamplingError", "matlab.perftest.TimeExperiment.withFixedSampleSize", "matlab.perftest.TimeResult", "matlab.project.createProject", "matlab.project.loadProject", "matlab.project.Project", "matlab.project.rootProject", "matlab.System", "matlab.system.display.Action", "matlab.system.display.Header", "matlab.system.display.Icon", "matlab.system.display.Section", "matlab.system.display.SectionGroup", "matlab.system.mixin.CustomIcon", "matlab.system.mixin.FiniteSource", "matlab.system.mixin.Nondirect", "matlab.system.mixin.Propagates", "matlab.system.mixin.SampleTime", "matlab.system.StringSet", "matlab.tall.blockMovingWindow", "matlab.tall.movingWindow", "matlab.tall.reduce", "matlab.tall.transform", "matlab.test.behavior.Missing", "matlab.uitest.TestCase", "matlab.uitest.TestCase.forInteractiveUse", "matlab.uitest.unlock", "matlab.unittest.constraints.AbsoluteTolerance", "matlab.unittest.constraints.AnyCellOf", "matlab.unittest.constraints.AnyElementOf", "matlab.unittest.constraints.BooleanConstraint", "matlab.unittest.constraints.CellComparator", "matlab.unittest.constraints.Constraint", "matlab.unittest.constraints.ContainsSubstring", "matlab.unittest.constraints.EndsWithSubstring", "matlab.unittest.constraints.Eventually", "matlab.unittest.constraints.EveryCellOf", "matlab.unittest.constraints.EveryElementOf", "matlab.unittest.constraints.HasElementCount", "matlab.unittest.constraints.HasField", "matlab.unittest.constraints.HasInf", "matlab.unittest.constraints.HasLength", "matlab.unittest.constraints.HasNaN", "matlab.unittest.constraints.HasSize", "matlab.unittest.constraints.HasUniqueElements", "matlab.unittest.constraints.IsAnything", "matlab.unittest.constraints.IsEmpty", "matlab.unittest.constraints.IsEqualTo", "matlab.unittest.constraints.IsFalse", "matlab.unittest.constraints.IsFile", "matlab.unittest.constraints.IsFinite", "matlab.unittest.constraints.IsFolder", "matlab.unittest.constraints.IsGreaterThan", "matlab.unittest.constraints.IsGreaterThanOrEqualTo", "matlab.unittest.constraints.IsInstanceOf", "matlab.unittest.constraints.IsLessThan", "matlab.unittest.constraints.IsLessThanOrEqualTo", "matlab.unittest.constraints.IsOfClass", "matlab.unittest.constraints.IsReal", "matlab.unittest.constraints.IsSameHandleAs", "matlab.unittest.constraints.IsSameSetAs", "matlab.unittest.constraints.IsScalar", "matlab.unittest.constraints.IsSparse", "matlab.unittest.constraints.IsSubsetOf", "matlab.unittest.constraints.IsSubstringOf", "matlab.unittest.constraints.IssuesNoWarnings", "matlab.unittest.constraints.IssuesWarnings", "matlab.unittest.constraints.IsSupersetOf", "matlab.unittest.constraints.IsTrue", "matlab.unittest.constraints.LogicalComparator", "matlab.unittest.constraints.Matches", "matlab.unittest.constraints.NumericComparator", "matlab.unittest.constraints.ObjectComparator", "matlab.unittest.constraints.PublicPropertyComparator", "matlab.unittest.constraints.PublicPropertyComparator.supportingAllValues", "matlab.unittest.constraints.RelativeTolerance", "matlab.unittest.constraints.ReturnsTrue", "matlab.unittest.constraints.StartsWithSubstring", "matlab.unittest.constraints.StringComparator", "matlab.unittest.constraints.StructComparator", "matlab.unittest.constraints.TableComparator", "matlab.unittest.constraints.Throws", "matlab.unittest.constraints.Tolerance", "matlab.unittest.diagnostics.ConstraintDiagnostic", "matlab.unittest.diagnostics.ConstraintDiagnostic.getDisplayableString", "matlab.unittest.diagnostics.Diagnostic", "matlab.unittest.diagnostics.DiagnosticResult", "matlab.unittest.diagnostics.DisplayDiagnostic", "matlab.unittest.diagnostics.FigureDiagnostic", "matlab.unittest.diagnostics.FileArtifact", "matlab.unittest.diagnostics.FrameworkDiagnostic", "matlab.unittest.diagnostics.FunctionHandleDiagnostic", "matlab.unittest.diagnostics.LoggedDiagnosticEventData", "matlab.unittest.diagnostics.ScreenshotDiagnostic", "matlab.unittest.diagnostics.StringDiagnostic", "matlab.unittest.fixtures.CurrentFolderFixture", "matlab.unittest.fixtures.Fixture", "matlab.unittest.fixtures.PathFixture", "matlab.unittest.fixtures.ProjectFixture", "matlab.unittest.fixtures.SuppressedWarningsFixture", "matlab.unittest.fixtures.TemporaryFolderFixture", "matlab.unittest.fixtures.WorkingFolderFixture", "matlab.unittest.measurement.DefaultMeasurementResult", "matlab.unittest.measurement.MeasurementResult", "matlab.unittest.parameters.ClassSetupParameter", "matlab.unittest.parameters.EmptyParameter", "matlab.unittest.parameters.MethodSetupParameter", "matlab.unittest.parameters.Parameter", "matlab.unittest.parameters.Parameter.fromData", "matlab.unittest.parameters.TestParameter", "matlab.unittest.plugins.codecoverage.CoberturaFormat", "matlab.unittest.plugins.codecoverage.CoverageReport", "matlab.unittest.plugins.codecoverage.ProfileReport", "matlab.unittest.plugins.CodeCoveragePlugin", "matlab.unittest.plugins.CodeCoveragePlugin.forFile", "matlab.unittest.plugins.CodeCoveragePlugin.forFolder", "matlab.unittest.plugins.CodeCoveragePlugin.forPackage", "matlab.unittest.plugins.diagnosticrecord.DiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.ExceptionDiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.LoggedDiagnosticRecord", "matlab.unittest.plugins.diagnosticrecord.QualificationDiagnosticRecord", "matlab.unittest.plugins.DiagnosticsOutputPlugin", "matlab.unittest.plugins.DiagnosticsRecordingPlugin", "matlab.unittest.plugins.DiagnosticsValidationPlugin", "matlab.unittest.plugins.FailOnWarningsPlugin", "matlab.unittest.plugins.LoggingPlugin", "matlab.unittest.plugins.LoggingPlugin.withVerbosity", "matlab.unittest.plugins.OutputStream", "matlab.unittest.plugins.plugindata.FinalizedResultPluginData", "matlab.unittest.plugins.plugindata.ImplicitFixturePluginData", "matlab.unittest.plugins.plugindata.PluginData", "matlab.unittest.plugins.plugindata.QualificationContext", "matlab.unittest.plugins.plugindata.SharedTestFixturePluginData", "matlab.unittest.plugins.plugindata.TestContentCreationPluginData", "matlab.unittest.plugins.plugindata.TestSuiteRunPluginData", "matlab.unittest.plugins.QualifyingPlugin", "matlab.unittest.plugins.StopOnFailuresPlugin", "matlab.unittest.plugins.TAPPlugin", "matlab.unittest.plugins.TAPPlugin.producingOriginalFormat", "matlab.unittest.plugins.TAPPlugin.producingVersion13", "matlab.unittest.plugins.testreport.DOCXTestReportPlugin", "matlab.unittest.plugins.testreport.HTMLTestReportPlugin", "matlab.unittest.plugins.testreport.PDFTestReportPlugin", "matlab.unittest.plugins.TestReportPlugin", "matlab.unittest.plugins.TestReportPlugin.producingDOCX", "matlab.unittest.plugins.TestReportPlugin.producingHTML", "matlab.unittest.plugins.TestReportPlugin.producingPDF", "matlab.unittest.plugins.TestRunnerPlugin", "matlab.unittest.plugins.TestRunProgressPlugin", "matlab.unittest.plugins.ToFile", "matlab.unittest.plugins.ToStandardOutput", "matlab.unittest.plugins.ToUniqueFile", "matlab.unittest.plugins.XMLPlugin", "matlab.unittest.plugins.XMLPlugin.producingJUnitFormat", "matlab.unittest.qualifications.Assertable", "matlab.unittest.qualifications.AssertionFailedException", "matlab.unittest.qualifications.Assumable", "matlab.unittest.qualifications.AssumptionFailedException", "matlab.unittest.qualifications.ExceptionEventData", "matlab.unittest.qualifications.FatalAssertable", "matlab.unittest.qualifications.FatalAssertionFailedException", "matlab.unittest.qualifications.QualificationEventData", "matlab.unittest.qualifications.Verifiable", "matlab.unittest.Scope", "matlab.unittest.selectors.AndSelector", "matlab.unittest.selectors.HasBaseFolder", "matlab.unittest.selectors.HasName", "matlab.unittest.selectors.HasParameter", "matlab.unittest.selectors.HasProcedureName", "matlab.unittest.selectors.HasSharedTestFixture", "matlab.unittest.selectors.HasSuperclass", "matlab.unittest.selectors.HasTag", "matlab.unittest.selectors.NotSelector", "matlab.unittest.selectors.OrSelector", "matlab.unittest.Test", "matlab.unittest.TestCase", "matlab.unittest.TestCase.forInteractiveUse", "matlab.unittest.TestResult", "matlab.unittest.TestRunner", "matlab.unittest.TestRunner.withNoPlugins", "matlab.unittest.TestRunner.withTextOutput", "matlab.unittest.TestSuite", "matlab.unittest.TestSuite.fromClass", "matlab.unittest.TestSuite.fromFile", "matlab.unittest.TestSuite.fromFolder", "matlab.unittest.TestSuite.fromMethod", "matlab.unittest.TestSuite.fromName", "matlab.unittest.TestSuite.fromPackage", "matlab.unittest.TestSuite.fromProject", "matlab.unittest.Verbosity", "matlab.wsdl.createWSDLClient", "matlab.wsdl.setWSDLToolPath", "matlabrc", "matlabroot", "matlabshared.supportpkg.checkForUpdate", "matlabshared.supportpkg.getInstalled", "matlabshared.supportpkg.getSupportPackageRoot", "matlabshared.supportpkg.setSupportPackageRoot", "max", "max", "maxflow", "MaximizeCommandWindow", "maxk", "maxNumCompThreads", "maxpartitions", "maxpartitions", "mean", "mean", "median", "median", "memmapfile", "memoize", "MemoizedFunction", "memory", "menu", "mergecats", "mergevars", "mesh", "meshc", "meshgrid", "meshz", "meta.abstractDetails", "meta.ArrayDimension", "meta.class", "meta.class.fromName", "meta.DynamicProperty", "meta.EnumeratedValue", "meta.event", "meta.FixedDimension", "meta.MetaData", "meta.method", "meta.package", "meta.package.fromName", "meta.package.getAllPackages", "meta.property", "meta.UnrestrictedDimension", "meta.Validation", "metaclass", "methods", "methodsview", "mex", "mex.getCompilerConfigurations", "MException", "MException.last", "mexext", "mexhost", "mfilename", "mget", "milliseconds", "min", "min", "MinimizeCommandWindow", "mink", "minres", "minspantree", "minus", "minute", "minutes", "mislocked", "missing", "mkdir", "mkdir", "mkpp", "mldivide", "mlint", "mlintrpt", "mlock", "mmfileinfo", "mod", "mode", "month", "more", "morebins", "movAbsHDU", "move", "move", "movefile", "movegui", "movevars", "movie", "movmad", "movmax", "movmean", "movmedian", "movmin", "movNamHDU", "movprod", "movRelHDU", "movstd", "movsum", "movvar", "mpower", "mput", "mrdivide", "msgbox", "mtimes", "mu2lin", "multibandread", "multibandwrite", "munlock", "mustBeFinite", "mustBeGreaterThan", "mustBeGreaterThanOrEqual", "mustBeInteger", "mustBeLessThan", "mustBeLessThanOrEqual", "mustBeMember", "mustBeNegative", "mustBeNonempty", "mustBeNonNan", "mustBeNonnegative", "mustBeNonpositive", "mustBeNonsparse", "mustBeNonzero", "mustBeNumeric", "mustBeNumericOrLogical", "mustBePositive", "mustBeReal", "namelengthmax", "NaN", "nargchk", "nargin", "nargin", "narginchk", "nargout", "nargout", "nargoutchk", "NaT", "native2unicode", "nccreate", "ncdisp", "nchoosek", "ncinfo", "ncread", "ncreadatt", "ncwrite", "ncwriteatt", "ncwriteschema", "ndgrid", "ndims", "ne", "nearest", "nearestNeighbor", "nearestNeighbor", "nearestNeighbor", "nearestvertex", "neighbors", "neighbors", "neighbors", "NET", "NET.addAssembly", "NET.Assembly", "NET.convertArray", "NET.createArray", "NET.createGeneric", "NET.disableAutoRelease", "NET.enableAutoRelease", "NET.GenericClass", "NET.invokeGenericMethod", "NET.isNETSupported", "NET.NetException", "NET.setStaticProperty", "netcdf.abort", "netcdf.close", "netcdf.copyAtt", "netcdf.create", "netcdf.defDim", "netcdf.defGrp", "netcdf.defVar", "netcdf.defVarChunking", "netcdf.defVarDeflate", "netcdf.defVarFill", "netcdf.defVarFletcher32", "netcdf.delAtt", "netcdf.endDef", "netcdf.getAtt", "netcdf.getChunkCache", "netcdf.getConstant", "netcdf.getConstantNames", "netcdf.getVar", "netcdf.inq", "netcdf.inqAtt", "netcdf.inqAttID", "netcdf.inqAttName", "netcdf.inqDim", "netcdf.inqDimID", "netcdf.inqDimIDs", "netcdf.inqFormat", "netcdf.inqGrpName", "netcdf.inqGrpNameFull", "netcdf.inqGrpParent", "netcdf.inqGrps", "netcdf.inqLibVers", "netcdf.inqNcid", "netcdf.inqUnlimDims", "netcdf.inqVar", "netcdf.inqVarChunking", "netcdf.inqVarDeflate", "netcdf.inqVarFill", "netcdf.inqVarFletcher32", "netcdf.inqVarID", "netcdf.inqVarIDs", "netcdf.open", "netcdf.putAtt", "netcdf.putVar", "netcdf.reDef", "netcdf.renameAtt", "netcdf.renameDim", "netcdf.renameVar", "netcdf.setChunkCache", "netcdf.setDefaultFormat", "netcdf.setFill", "netcdf.sync", "newline", "newplot", "nextfile", "nextpow2", "nnz", "nonzeros", "norm", "normalize", "normest", "not", "notebook", "notify", "now", "nsidedpoly", "nthroot", "null", "num2cell", "num2hex", "num2ruler", "num2str", "numArgumentsFromSubscript", "numboundaries", "numedges", "numel", "numnodes", "numpartitions", "numpartitions", "numRegions", "numsides", "nzmax", "ode113", "ode15i", "ode15s", "ode23", "ode23s", "ode23t", "ode23tb", "ode45", "odeget", "odeset", "odextend", "onCleanup", "ones", "onFailure", "onFailure", "open", "open", "openDiskFile", "openfig", "openFile", "opengl", "openProject", "openvar", "optimget", "optimset", "or", "ordeig", "orderfields", "ordqz", "ordschur", "orient", "orth", "outdegree", "outedges", "outerjoin", "outputImpl", "overlaps", "pack", "pad", "padecoef", "pagesetupdlg", "pan", "panInteraction", "parallelplot", "pareto", "parfor", "parquetDatastore", "parquetinfo", "parquetread", "parquetwrite", "parse", "parse", "parseSoapResponse", "partition", "partition", "partition", "parula", "pascal", "patch", "path", "path2rc", "pathsep", "pathtool", "pause", "pause", "pbaspect", "pcg", "pchip", "pcode", "pcolor", "pdepe", "pdeval", "peaks", "perimeter", "perimeter", "perl", "perms", "permute", "persistent", "pi", "pie", "pie3", "pink", "pinv", "planerot", "play", "play", "playblocking", "plot", "plot", "plot", "plot", "plot", "plot3", "plotbrowser", "plotedit", "plotmatrix", "plottools", "plotyy", "plus", "plus", "pointLocation", "pointLocation", "pol2cart", "polar", "polaraxes", "polarhistogram", "polarplot", "polarscatter", "poly", "polyarea", "polybuffer", "polyder", "polyeig", "polyfit", "polyint", "polyshape", "polyval", "polyvalm", "posixtime", "pow2", "power", "ppval", "predecessors", "prefdir", "preferences", "preferredBufferSize", "preferredBufferSize", "press", "preview", "preview", "primes", "print", "print", "printdlg", "printopt", "printpreview", "prism", "processInputSpecificationChangeImpl", "processTunedPropertiesImpl", "prod", "profile", "profsave", "progress", "propagatedInputComplexity", "propagatedInputDataType", "propagatedInputFixedSize", "propagatedInputSize", "propedit", "propedit", "properties", "propertyeditor", "psi", "publish", "PutCharArray", "putData", "putData", "putData", "putData", "putData", "putData", "putData", "putData", "PutFullMatrix", "PutWorkspaceData", "pwd", "pyargs", "pyversion", "qmr", "qr", "qrdelete", "qrinsert", "qrupdate", "quad", "quad2d", "quadgk", "quadl", "quadv", "quarter", "questdlg", "Quit", "quit", "quiver", "quiver3", "qz", "rad2deg", "rand", "rand", "randi", "randi", "randn", "randn", "randperm", "randperm", "RandStream", "RandStream", "RandStream.create", "RandStream.getGlobalStream", "RandStream.list", "RandStream.setGlobalStream", "rank", "rat", "rats", "rbbox", "rcond", "rdivide", "read", "read", "read", "read", "read", "readall", "readasync", "readATblHdr", "readBTblHdr", "readCard", "readcell", "readCol", "readFrame", "readimage", "readImg", "readKey", "readKeyCmplx", "readKeyDbl", "readKeyLongLong", "readKeyLongStr", "readKeyUnit", "readmatrix", "readRecord", "readtable", "readtimetable", "readvars", "real", "reallog", "realmax", "realmin", "realpow", "realsqrt", "record", "record", "recordblocking", "rectangle", "rectint", "recycle", "reducepatch", "reducevolume", "refresh", "refreshdata", "refreshSourceControl", "regexp", "regexpi", "regexprep", "regexptranslate", "regions", "regionZoomInteraction", "registerevent", "regmatlabserver", "rehash", "relationaloperators", "release", "release", "releaseImpl", "reload", "rem", "Remove", "remove", "RemoveAll", "removeCategory", "removecats", "removeFields", "removeFields", "removeFile", "removeLabel", "removeParameter", "removeParameter", "removePath", "removeReference", "removeShortcut", "removeShutdownFile", "removeStartupFile", "removeToolbarExplorationButtons", "removets", "removevars", "rename", "renamecats", "rendererinfo", "reordercats", "reordernodes", "repeat", "repeat", "repeat", "repeat", "repeat", "repelem", "replace", "replaceBetween", "replaceFields", "replaceFields", "repmat", "reportFinalizedResult", "resample", "resample", "rescale", "reset", "reset", "reset", "reset", "reset", "resetImpl", "reshape", "reshape", "residue", "resolve", "restartable", "restartable", "restartable", "restoredefaultpath", "result", "resume", "rethrow", "rethrow", "retime", "return", "returnStoredValueWhen", "reusable", "reusable", "reusable", "reverse", "rgb2gray", "rgb2hsv", "rgb2ind", "rgbplot", "ribbon", "rlim", "rmappdata", "rmboundary", "rmdir", "rmdir", "rmedge", "rmfield", "rmholes", "rmmissing", "rmnode", "rmoutliers", "rmpath", "rmpref", "rmprop", "rmslivers", "rng", "roots", "rose", "rosser", "rot90", "rotate", "rotate", "rotate3d", "rotateInteraction", "round", "rowfun", "rows2vars", "rref", "rsf2csf", "rtickangle", "rtickformat", "rticklabels", "rticks", "ruler2num", "rulerPanInteraction", "run", "run", "run", "run", "run", "runInParallel", "runperf", "runTest", "runTestClass", "runTestMethod", "runtests", "runTestSuite", "samplefun", "sampleSummary", "satisfiedBy", "satisfiedBy", "save", "save", "save", "saveas", "savefig", "saveobj", "saveObjectImpl", "savepath", "scale", "scatter", "scatter3", "scatteredInterpolant", "scatterhistogram", "schur", "scroll", "sec", "secd", "sech", "second", "seconds", "seek", "selectFailed", "selectIf", "selectIncomplete", "selectLogged", "selectmoveresize", "selectPassed", "semilogx", "semilogy", "send", "sendmail", "serial", "serialbreak", "seriallist", "set", "set", "set", "set", "set", "set", "set", "set", "set", "set", "set", "setabstime", "setabstime", "setappdata", "setBscale", "setcats", "setCompressionType", "setdatatype", "setdiff", "setdisp", "setenv", "setfield", "setHCompScale", "setHCompSmooth", "setinterpmethod", "setParameter", "setParameter", "setParameter", "setpixelposition", "setpref", "setProperties", "setstr", "setTileDim", "settimeseriesnames", "Setting", "settings", "SettingsGroup", "setToValue", "setTscale", "setuniformtime", "setup", "setupImpl", "setupSharedTestFixture", "setupTestClass", "setupTestMethod", "setvaropts", "setvartype", "setxor", "sgtitle", "shading", "sheetnames", "shg", "shiftdim", "shortestpath", "shortestpathtree", "show", "show", "show", "show", "showFiSettingsImpl", "showplottool", "showSimulateUsingImpl", "shrinkfaces", "shuffle", "shuffle", "sign", "simplify", "simplify", "sin", "sind", "single", "sinh", "sinpi", "size", "size", "size", "size", "size", "size", "size", "slice", "smooth3", "smoothdata", "snapnow", "sort", "sortboundaries", "sortByFixtures", "sortregions", "sortrows", "sortx", "sorty", "sound", "soundsc", "spalloc", "sparse", "spaugment", "spconvert", "spdiags", "specular", "speye", "spfun", "sph2cart", "sphere", "spinmap", "spline", "split", "split", "splitapply", "splitEachLabel", "splitlines", "splitvars", "spones", "spparms", "sprand", "sprandn", "sprandsym", "sprank", "spreadsheetDatastore", "spreadsheetImportOptions", "spring", "sprintf", "spy", "sqrt", "sqrtm", "squeeze", "ss2tf", "sscanf", "stack", "stackedplot", "stairs", "standardizeMissing", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "start", "startat", "startMeasuring", "startsWith", "startup", "stats", "std", "std", "stem", "stem3", "step", "stepImpl", "stlread", "stlwrite", "stop", "stop", "stopasync", "stopMeasuring", "storeValueWhen", "str2double", "str2func", "str2mat", "str2num", "strcat", "strcmp", "strcmpi", "stream2", "stream3", "streamline", "streamparticles", "streamribbon", "streamslice", "streamtube", "strfind", "string", "string", "string", "string", "string", "string", "strings", "strip", "strjoin", "strjust", "strlength", "strmatch", "strncmp", "strncmpi", "strread", "strrep", "strsplit", "strtok", "strtrim", "struct", "struct2cell", "struct2table", "structfun", "strvcat", "sub2ind", "subgraph", "subplot", "subsasgn", "subset", "subsindex", "subspace", "subsref", "substruct", "subtract", "subvolume", "successors", "sum", "sum", "summary", "summary", "summer", "superclasses", "support", "supportPackageInstaller", "supports", "supportsMultipleInstanceImpl", "surf", "surf2patch", "surface", "surfaceArea", "surfc", "surfl", "surfnorm", "svd", "svds", "swapbytes", "sylvester", "symamd", "symbfact", "symmlq", "symrcm", "symvar", "synchronize", "synchronize", "syntax", "system", "table", "table2array", "table2cell", "table2struct", "table2timetable", "tabularTextDatastore", "tail", "tall", "TallDatastore", "tallrng", "tan", "tand", "tanh", "tar", "tcpclient", "teardown", "teardownSharedTestFixture", "teardownTestClass", "teardownTestMethod", "tempdir", "tempname", "testsuite", "tetramesh", "texlabel", "text", "textread", "textscan", "textwrap", "tfqmr", "then", "then", "then", "then", "then", "thetalim", "thetatickformat", "thetaticklabels", "thetaticks", "thingSpeakRead", "thingSpeakWrite", "throw", "throwAsCaller", "throwExceptionWhen", "tic", "Tiff", "Tiff.computeStrip", "Tiff.computeTile", "Tiff.currentDirectory", "Tiff.getTag", "Tiff.getTagNames", "Tiff.getVersion", "Tiff.isTiled", "Tiff.lastDirectory", "Tiff.nextDirectory", "Tiff.numberOfStrips", "Tiff.numberOfTiles", "Tiff.readEncodedStrip", "Tiff.readEncodedTile", "Tiff.readRGBAImage", "Tiff.readRGBAStrip", "Tiff.readRGBATile", "Tiff.rewriteDirectory", "Tiff.setDirectory", "Tiff.setSubDirectory", "Tiff.setTag", "Tiff.writeDirectory", "Tiff.writeEncodedStrip", "Tiff.writeEncodedTile", "time", "timeit", "timeofday", "timer", "timerange", "timerfind", "timerfindall", "times", "timeseries", "timetable", "timetable2table", "timezones", "title", "toc", "todatenum", "toeplitz", "toolboxdir", "topkrows", "toposort", "trace", "transclosure", "transform", "TransformedDatastore", "translate", "transpose", "transreduction", "trapz", "treelayout", "treeplot", "triangulation", "triangulation", "tril", "trimesh", "triplequad", "triplot", "TriRep", "TriRep", "TriScatteredInterp", "TriScatteredInterp", "trisurf", "triu", "true", "tscollection", "tsdata.event", "tsearchn", "turningdist", "type", "type", "typecast", "tzoffset", "uialert", "uiaxes", "uibutton", "uibuttongroup", "uicheckbox", "uiconfirm", "uicontextmenu", "uicontrol", "uidatepicker", "uidropdown", "uieditfield", "uifigure", "uigauge", "uigetdir", "uigetfile", "uigetpref", "uigridlayout", "uiimage", "uiimport", "uiknob", "uilabel", "uilamp", "uilistbox", "uimenu", "uint16", "uint32", "uint64", "uint8", "uiopen", "uipanel", "uiprogressdlg", "uipushtool", "uiputfile", "uiradiobutton", "uiresume", "uisave", "uisetcolor", "uisetfont", "uisetpref", "uislider", "uispinner", "uistack", "uiswitch", "uitab", "uitabgroup", "uitable", "uitextarea", "uitogglebutton", "uitoggletool", "uitoolbar", "uitree", "uitreenode", "uiwait", "uminus", "underlyingValue", "undocheckout", "unicode2native", "union", "union", "unique", "uniquetol", "unix", "unloadlibrary", "unmesh", "unmkpp", "unregisterallevents", "unregisterevent", "unstack", "untar", "unwrap", "unzip", "updateDependencies", "updateImpl", "upgradePreviouslyInstalledSupportPackages", "uplus", "upper", "urlread", "urlwrite", "usejava", "userpath", "validate", "validate", "validate", "validate", "validateattributes", "validateFunctionSignaturesJSON", "validateInputsImpl", "validatePropertiesImpl", "validatestring", "ValueIterator", "values", "vander", "var", "var", "varargin", "varargout", "varfun", "vartype", "vecnorm", "vectorize", "ver", "verctrl", "verifyAccessed", "verifyCalled", "verifyClass", "verifyEmpty", "verifyEqual", "verifyError", "verifyFail", "verifyFalse", "verifyGreaterThan", "verifyGreaterThanOrEqual", "verifyInstanceOf", "verifyLength", "verifyLessThan", "verifyLessThanOrEqual", "verifyMatches", "verifyNotAccessed", "verifyNotCalled", "verifyNotEmpty", "verifyNotEqual", "verifyNotSameHandle", "verifyNotSet", "verifyNumElements", "verifyReturnsTrue", "verifySameHandle", "verifySet", "verifySize", "verifySubstring", "verifyThat", "verifyTrue", "verifyUsing", "verifyWarning", "verifyWarningFree", "verLessThan", "version", "vertcat", "vertcat", "vertcat", "vertexAttachments", "vertexAttachments", "vertexNormal", "VideoReader", "VideoWriter", "view", "viewmtx", "visdiff", "volume", "volumebounds", "voronoi", "voronoiDiagram", "voronoiDiagram", "voronoin", "wait", "waitbar", "waitfor", "waitforbuttonpress", "warndlg", "warning", "waterfall", "web", "weboptions", "webread", "websave", "webwrite", "week", "weekday", "what", "whatsnew", "when", "when", "when", "which", "while", "whitebg", "who", "who", "whos", "whos", "width", "wilkinson", "winopen", "winqueryreg", "winter", "withAnyInputs", "withExactInputs", "withNargout", "withtol", "wordcloud", "write", "write", "write", "writecell", "writeChecksum", "writeCol", "writeComment", "writeDate", "writeHistory", "writeImg", "writeKey", "writeKeyUnit", "writematrix", "writetable", "writetimetable", "writeVideo", "xcorr", "xcov", "xlabel", "xlim", "xline", "xlsfinfo", "xlsread", "xlswrite", "xmlread", "xmlwrite", "xor", "xor", "xslt", "xtickangle", "xtickformat", "xticklabels", "xticks", "year", "years", "ylabel", "ylim", "yline", "ymd", "ytickangle", "ytickformat", "yticklabels", "yticks", "yyaxis", "yyyymmdd", "zeros", "zip", "zlabel", "zlim", "zoom", "zoomInteraction", "ztickangle", "ztickformat", "zticklabels", "zticks"]
|
13
|
+
end
|
14
|
+
end
|
15
|
+
end
|
@@ -0,0 +1,81 @@
|
|
1
|
+
# -*- coding: utf-8 -*- #
|
2
|
+
# frozen_string_literal: true
|
3
|
+
|
4
|
+
module Rouge
|
5
|
+
module Lexers
|
6
|
+
class Matlab < RegexLexer
|
7
|
+
title "MATLAB"
|
8
|
+
desc "Matlab"
|
9
|
+
tag 'matlab'
|
10
|
+
aliases 'm'
|
11
|
+
filenames '*.m'
|
12
|
+
mimetypes 'text/x-matlab', 'application/x-matlab'
|
13
|
+
|
14
|
+
def self.keywords
|
15
|
+
@keywords = Set.new %w(
|
16
|
+
arguments break case catch classdef continue else elseif end for
|
17
|
+
function global if import methods otherwise parfor persistent
|
18
|
+
properties return spmd switch try while
|
19
|
+
)
|
20
|
+
end
|
21
|
+
|
22
|
+
# self-modifying method that loads the builtins file
|
23
|
+
def self.builtins
|
24
|
+
Kernel::load File.join(Lexers::BASE_DIR, 'matlab/keywords.rb')
|
25
|
+
builtins
|
26
|
+
end
|
27
|
+
|
28
|
+
state :root do
|
29
|
+
rule %r/\s+/m, Text # Whitespace
|
30
|
+
rule %r([{]%.*?%[}])m, Comment::Multiline
|
31
|
+
rule %r/%.*$/, Comment::Single
|
32
|
+
rule %r/([.][.][.])(.*?)$/ do
|
33
|
+
groups(Keyword, Comment)
|
34
|
+
end
|
35
|
+
|
36
|
+
rule %r/^(!)(.*?)(?=%|$)/ do |m|
|
37
|
+
token Keyword, m[1]
|
38
|
+
delegate Shell, m[2]
|
39
|
+
end
|
40
|
+
|
41
|
+
|
42
|
+
rule %r/[a-zA-Z][_a-zA-Z0-9]*/m do |m|
|
43
|
+
match = m[0]
|
44
|
+
if self.class.keywords.include? match
|
45
|
+
token Keyword
|
46
|
+
elsif self.class.builtins.include? match
|
47
|
+
token Name::Builtin
|
48
|
+
else
|
49
|
+
token Name
|
50
|
+
end
|
51
|
+
end
|
52
|
+
|
53
|
+
rule %r{[(){};:,\/\\\]\[]}, Punctuation
|
54
|
+
|
55
|
+
rule %r/~=|==|<<|>>|[-~+\/*%=<>&^|.@]/, Operator
|
56
|
+
|
57
|
+
|
58
|
+
rule %r/(\d+\.\d*|\d*\.\d+)(e[+-]?[0-9]+)?/i, Num::Float
|
59
|
+
rule %r/\d+e[+-]?[0-9]+/i, Num::Float
|
60
|
+
rule %r/\d+L/, Num::Integer::Long
|
61
|
+
rule %r/\d+/, Num::Integer
|
62
|
+
|
63
|
+
rule %r/'(?=(.*'))/, Str::Single, :chararray
|
64
|
+
rule %r/"(?=(.*"))/, Str::Double, :string
|
65
|
+
rule %r/'/, Operator
|
66
|
+
end
|
67
|
+
|
68
|
+
state :chararray do
|
69
|
+
rule %r/[^']+/, Str::Single
|
70
|
+
rule %r/''/, Str::Escape
|
71
|
+
rule %r/'/, Str::Single, :pop!
|
72
|
+
end
|
73
|
+
|
74
|
+
state :string do
|
75
|
+
rule %r/[^"]+/, Str::Double
|
76
|
+
rule %r/""/, Str::Escape
|
77
|
+
rule %r/"/, Str::Double, :pop!
|
78
|
+
end
|
79
|
+
end
|
80
|
+
end
|
81
|
+
end
|