mumukit-content-type 1.11.0 → 1.11.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2123) hide show
  1. checksums.yaml +4 -4
  2. data/lib/mumukit/content_type/version.rb +1 -1
  3. data/vendor/bundle/ruby/2.6.0/bin/htmldiff +29 -0
  4. data/vendor/bundle/ruby/2.6.0/bin/ldiff +29 -0
  5. data/vendor/bundle/ruby/2.6.0/bin/nokogiri +27 -0
  6. data/vendor/bundle/ruby/2.6.0/bin/racc +27 -0
  7. data/vendor/bundle/ruby/2.6.0/bin/rackup +27 -0
  8. data/vendor/bundle/ruby/2.6.0/bin/rake +27 -0
  9. data/vendor/bundle/ruby/2.6.0/bin/redcarpet +27 -0
  10. data/vendor/bundle/ruby/2.6.0/bin/rougify +27 -0
  11. data/vendor/bundle/ruby/2.6.0/bin/rspec +27 -0
  12. data/vendor/bundle/ruby/2.6.0/cache/activesupport-6.0.4.gem +0 -0
  13. data/vendor/bundle/ruby/2.6.0/cache/concurrent-ruby-1.1.9.gem +0 -0
  14. data/vendor/bundle/ruby/2.6.0/cache/crass-1.0.6.gem +0 -0
  15. data/vendor/bundle/ruby/2.6.0/cache/diff-lcs-1.4.4.gem +0 -0
  16. data/vendor/bundle/ruby/2.6.0/cache/i18n-0.9.5.gem +0 -0
  17. data/vendor/bundle/ruby/2.6.0/cache/mini_portile2-2.6.1.gem +0 -0
  18. data/vendor/bundle/ruby/2.6.0/cache/minitest-5.14.4.gem +0 -0
  19. data/vendor/bundle/ruby/2.6.0/cache/mumuki-emojis-1.1.1.gem +0 -0
  20. data/vendor/bundle/ruby/2.6.0/cache/mumukit-core-1.18.0.gem +0 -0
  21. data/vendor/bundle/ruby/2.6.0/cache/nokogiri-1.12.3-x86_64-linux.gem +0 -0
  22. data/vendor/bundle/ruby/2.6.0/cache/racc-1.5.2.gem +0 -0
  23. data/vendor/bundle/ruby/2.6.0/cache/rack-2.2.3.gem +0 -0
  24. data/vendor/bundle/ruby/2.6.0/cache/rake-12.3.3.gem +0 -0
  25. data/vendor/bundle/ruby/2.6.0/cache/redcarpet-3.3.4.gem +0 -0
  26. data/vendor/bundle/ruby/2.6.0/cache/rouge-3.26.0.gem +0 -0
  27. data/vendor/bundle/ruby/2.6.0/cache/rspec-3.10.0.gem +0 -0
  28. data/vendor/bundle/ruby/2.6.0/cache/rspec-core-3.10.1.gem +0 -0
  29. data/vendor/bundle/ruby/2.6.0/cache/rspec-expectations-3.10.1.gem +0 -0
  30. data/vendor/bundle/ruby/2.6.0/cache/rspec-mocks-3.10.2.gem +0 -0
  31. data/vendor/bundle/ruby/2.6.0/cache/rspec-support-3.10.2.gem +0 -0
  32. data/vendor/bundle/ruby/2.6.0/cache/sanitize-6.0.0.gem +0 -0
  33. data/vendor/bundle/ruby/2.6.0/cache/thread_safe-0.3.6.gem +0 -0
  34. data/vendor/bundle/ruby/2.6.0/cache/tzinfo-1.2.9.gem +0 -0
  35. data/vendor/bundle/ruby/2.6.0/cache/zeitwerk-2.4.2.gem +0 -0
  36. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem.build_complete +0 -0
  37. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/gem_make.out +16 -0
  38. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/mkmf.log +34 -0
  39. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/racc-1.5.2/racc/cparse.so +0 -0
  40. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem.build_complete +0 -0
  41. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/gem_make.out +109 -0
  42. data/vendor/bundle/ruby/2.6.0/extensions/x86_64-linux/2.6.0/redcarpet-3.3.4/redcarpet.so +0 -0
  43. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/CHANGELOG.md +717 -0
  44. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/MIT-LICENSE +20 -0
  45. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/README.rdoc +40 -0
  46. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support.rb +96 -0
  47. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/actionable_error.rb +48 -0
  48. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/all.rb +5 -0
  49. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/array_inquirer.rb +48 -0
  50. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/backtrace_cleaner.rb +131 -0
  51. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/benchmarkable.rb +51 -0
  52. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/builder.rb +8 -0
  53. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache.rb +831 -0
  54. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/file_store.rb +196 -0
  55. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/mem_cache_store.rb +203 -0
  56. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/memory_store.rb +175 -0
  57. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/null_store.rb +48 -0
  58. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/redis_cache_store.rb +493 -0
  59. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache.rb +194 -0
  60. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/cache/strategy/local_cache_middleware.rb +45 -0
  61. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/callbacks.rb +853 -0
  62. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concern.rb +171 -0
  63. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/load_interlock_aware_monitor.rb +35 -0
  64. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/concurrency/share_lock.rb +226 -0
  65. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/configurable.rb +146 -0
  66. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext.rb +5 -0
  67. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array.rb +9 -0
  68. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/access.rb +104 -0
  69. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/conversions.rb +213 -0
  70. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract.rb +21 -0
  71. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/extract_options.rb +31 -0
  72. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/grouping.rb +109 -0
  73. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/inquiry.rb +19 -0
  74. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/prepend_and_append.rb +5 -0
  75. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/array/wrap.rb +48 -0
  76. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/benchmark.rb +16 -0
  77. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal.rb +3 -0
  78. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/big_decimal/conversions.rb +14 -0
  79. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class.rb +4 -0
  80. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute.rb +141 -0
  81. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/attribute_accessors.rb +6 -0
  82. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/class/subclasses.rb +54 -0
  83. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date.rb +7 -0
  84. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/acts_like.rb +10 -0
  85. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/blank.rb +14 -0
  86. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/calculations.rb +146 -0
  87. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/conversions.rb +96 -0
  88. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date/zones.rb +8 -0
  89. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/calculations.rb +351 -0
  90. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/compatibility.rb +16 -0
  91. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_and_time/zones.rb +40 -0
  92. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time.rb +7 -0
  93. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/acts_like.rb +16 -0
  94. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/blank.rb +14 -0
  95. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/calculations.rb +211 -0
  96. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/compatibility.rb +18 -0
  97. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/date_time/conversions.rb +106 -0
  98. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest.rb +3 -0
  99. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/digest/uuid.rb +53 -0
  100. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/enumerable.rb +188 -0
  101. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file.rb +3 -0
  102. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/file/atomic.rb +70 -0
  103. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash.rb +10 -0
  104. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/compact.rb +5 -0
  105. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/conversions.rb +263 -0
  106. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_merge.rb +34 -0
  107. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/deep_transform_values.rb +46 -0
  108. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/except.rb +24 -0
  109. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/indifferent_access.rb +24 -0
  110. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/keys.rb +143 -0
  111. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/reverse_merge.rb +25 -0
  112. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/slice.rb +26 -0
  113. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/hash/transform_values.rb +5 -0
  114. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer.rb +5 -0
  115. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/inflections.rb +31 -0
  116. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/multiple.rb +12 -0
  117. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/integer/time.rb +22 -0
  118. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel.rb +5 -0
  119. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/concern.rb +14 -0
  120. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/reporting.rb +45 -0
  121. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/kernel/singleton_class.rb +8 -0
  122. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/load_error.rb +9 -0
  123. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/marshal.rb +24 -0
  124. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module.rb +13 -0
  125. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/aliasing.rb +31 -0
  126. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/anonymous.rb +30 -0
  127. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attr_internal.rb +38 -0
  128. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors.rb +212 -0
  129. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/attribute_accessors_per_thread.rb +144 -0
  130. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/concerning.rb +134 -0
  131. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/delegation.rb +320 -0
  132. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/deprecation.rb +25 -0
  133. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/introspection.rb +87 -0
  134. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/reachable.rb +6 -0
  135. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/redefine_method.rb +40 -0
  136. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/module/remove_method.rb +17 -0
  137. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/name_error.rb +38 -0
  138. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric.rb +5 -0
  139. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/bytes.rb +66 -0
  140. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/conversions.rb +136 -0
  141. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/inquiry.rb +5 -0
  142. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/numeric/time.rb +66 -0
  143. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object.rb +16 -0
  144. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/acts_like.rb +21 -0
  145. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/blank.rb +155 -0
  146. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/conversions.rb +6 -0
  147. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/deep_dup.rb +55 -0
  148. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/duplicable.rb +49 -0
  149. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/inclusion.rb +29 -0
  150. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/instance_variables.rb +30 -0
  151. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/json.rb +228 -0
  152. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_param.rb +3 -0
  153. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/to_query.rb +89 -0
  154. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/try.rb +158 -0
  155. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/object/with_options.rb +82 -0
  156. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range.rb +7 -0
  157. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/compare_range.rb +76 -0
  158. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/conversions.rb +41 -0
  159. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/each.rb +24 -0
  160. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_range.rb +9 -0
  161. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/include_time_with_zone.rb +23 -0
  162. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/range/overlaps.rb +10 -0
  163. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/regexp.rb +7 -0
  164. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/securerandom.rb +45 -0
  165. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string.rb +15 -0
  166. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/access.rb +114 -0
  167. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/behavior.rb +8 -0
  168. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/conversions.rb +59 -0
  169. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/exclude.rb +13 -0
  170. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/filters.rb +145 -0
  171. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/indent.rb +45 -0
  172. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inflections.rb +259 -0
  173. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/inquiry.rb +15 -0
  174. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/multibyte.rb +58 -0
  175. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/output_safety.rb +316 -0
  176. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/starts_ends_with.rb +6 -0
  177. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/strip.rb +27 -0
  178. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/string/zones.rb +16 -0
  179. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time.rb +7 -0
  180. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/acts_like.rb +10 -0
  181. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/calculations.rb +346 -0
  182. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/compatibility.rb +16 -0
  183. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/conversions.rb +72 -0
  184. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/time/zones.rb +113 -0
  185. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/core_ext/uri.rb +25 -0
  186. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/current_attributes.rb +203 -0
  187. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies.rb +809 -0
  188. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/autoload.rb +79 -0
  189. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/interlock.rb +57 -0
  190. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/dependencies/zeitwerk_integration.rb +117 -0
  191. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation.rb +46 -0
  192. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/behaviors.rb +109 -0
  193. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/constant_accessor.rb +52 -0
  194. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/instance_delegator.rb +39 -0
  195. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/method_wrappers.rb +84 -0
  196. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/proxy_wrappers.rb +177 -0
  197. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/deprecation/reporting.rb +114 -0
  198. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/descendants_tracker.rb +108 -0
  199. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/digest.rb +20 -0
  200. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration.rb +435 -0
  201. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_parser.rb +123 -0
  202. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/duration/iso8601_serializer.rb +53 -0
  203. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_configuration.rb +45 -0
  204. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/encrypted_file.rb +100 -0
  205. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/evented_file_update_checker.rb +234 -0
  206. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/execution_wrapper.rb +129 -0
  207. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/executor.rb +8 -0
  208. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/file_update_checker.rb +162 -0
  209. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gem_version.rb +17 -0
  210. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/gzip.rb +38 -0
  211. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/hash_with_indifferent_access.rb +399 -0
  212. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n.rb +16 -0
  213. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/i18n_railtie.rb +130 -0
  214. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflections.rb +72 -0
  215. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector.rb +9 -0
  216. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/inflections.rb +256 -0
  217. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/methods.rb +397 -0
  218. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/inflector/transliterate.rb +147 -0
  219. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json.rb +4 -0
  220. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/decoding.rb +75 -0
  221. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/json/encoding.rb +134 -0
  222. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/key_generator.rb +41 -0
  223. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/lazy_load_hooks.rb +81 -0
  224. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.rb +33 -0
  225. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/locale/en.yml +135 -0
  226. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber.rb +134 -0
  227. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/log_subscriber/test_helper.rb +106 -0
  228. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger.rb +93 -0
  229. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_silence.rb +45 -0
  230. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/logger_thread_safe_level.rb +56 -0
  231. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_encryptor.rb +227 -0
  232. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/message_verifier.rb +205 -0
  233. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/metadata.rb +80 -0
  234. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotation_configuration.rb +22 -0
  235. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/messages/rotator.rb +56 -0
  236. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte.rb +23 -0
  237. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/chars.rb +215 -0
  238. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/multibyte/unicode.rb +156 -0
  239. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications.rb +253 -0
  240. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/fanout.rb +244 -0
  241. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/notifications/instrumenter.rb +164 -0
  242. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper.rb +382 -0
  243. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_converter.rb +183 -0
  244. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_currency_converter.rb +41 -0
  245. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_delimited_converter.rb +30 -0
  246. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_converter.rb +69 -0
  247. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_human_size_converter.rb +60 -0
  248. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_percentage_converter.rb +16 -0
  249. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_phone_converter.rb +59 -0
  250. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/number_to_rounded_converter.rb +55 -0
  251. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/number_helper/rounding_helper.rb +66 -0
  252. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/option_merger.rb +45 -0
  253. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_hash.rb +50 -0
  254. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/ordered_options.rb +89 -0
  255. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/parameter_filter.rb +128 -0
  256. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/per_thread_registry.rb +60 -0
  257. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/proxy_object.rb +15 -0
  258. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rails.rb +29 -0
  259. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/railtie.rb +80 -0
  260. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/reloader.rb +130 -0
  261. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/rescuable.rb +174 -0
  262. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/security_utils.rb +31 -0
  263. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/string_inquirer.rb +33 -0
  264. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/subscriber.rb +169 -0
  265. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/tagged_logging.rb +88 -0
  266. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/test_case.rb +163 -0
  267. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/assertions.rb +228 -0
  268. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/autorun.rb +7 -0
  269. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/constant_lookup.rb +51 -0
  270. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/declarative.rb +28 -0
  271. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/deprecation.rb +38 -0
  272. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/file_fixtures.rb +38 -0
  273. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/isolation.rb +110 -0
  274. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/method_call_assertions.rb +70 -0
  275. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/parallelization.rb +134 -0
  276. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/setup_and_teardown.rb +55 -0
  277. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/stream.rb +43 -0
  278. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/tagged_logging.rb +27 -0
  279. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/testing/time_helpers.rb +198 -0
  280. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time.rb +20 -0
  281. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/time_with_zone.rb +561 -0
  282. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/values/time_zone.rb +570 -0
  283. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/version.rb +10 -0
  284. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini.rb +201 -0
  285. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/jdom.rb +182 -0
  286. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxml.rb +80 -0
  287. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/libxmlsax.rb +83 -0
  288. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogiri.rb +83 -0
  289. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/nokogirisax.rb +86 -0
  290. data/vendor/bundle/ruby/2.6.0/gems/activesupport-6.0.4/lib/active_support/xml_mini/rexml.rb +130 -0
  291. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/CHANGELOG.md +528 -0
  292. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Gemfile +42 -0
  293. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/LICENSE.txt +21 -0
  294. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/README.md +408 -0
  295. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/Rakefile +339 -0
  296. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/ConcurrentRubyService.java +17 -0
  297. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/AtomicReferenceLibrary.java +175 -0
  298. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JRubyMapBackendLibrary.java +248 -0
  299. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicBooleanLibrary.java +93 -0
  300. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaAtomicFixnumLibrary.java +113 -0
  301. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/JavaSemaphoreLibrary.java +159 -0
  302. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/SynchronizationLibrary.java +307 -0
  303. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMap.java +31 -0
  304. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/ConcurrentHashMapV8.java +3863 -0
  305. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/LongAdder.java +203 -0
  306. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/Striped64.java +342 -0
  307. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  308. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/LongAdder.java +204 -0
  309. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166e/nounsafe/Striped64.java +291 -0
  310. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/ext/concurrent-ruby/com/concurrent_ruby/ext/jsr166y/ThreadLocalRandom.java +199 -0
  311. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent-ruby.rb +1 -0
  312. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent.rb +134 -0
  313. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/agent.rb +587 -0
  314. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/array.rb +66 -0
  315. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/async.rb +448 -0
  316. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atom.rb +222 -0
  317. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/abstract_thread_local_var.rb +66 -0
  318. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_boolean.rb +126 -0
  319. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_fixnum.rb +143 -0
  320. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_markable_reference.rb +164 -0
  321. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/atomic_reference.rb +204 -0
  322. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/count_down_latch.rb +100 -0
  323. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/cyclic_barrier.rb +128 -0
  324. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/event.rb +109 -0
  325. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_count_down_latch.rb +42 -0
  326. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/java_thread_local_var.rb +37 -0
  327. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_boolean.rb +62 -0
  328. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_atomic_fixnum.rb +75 -0
  329. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_count_down_latch.rb +44 -0
  330. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/mutex_semaphore.rb +115 -0
  331. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/read_write_lock.rb +254 -0
  332. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/reentrant_read_write_lock.rb +379 -0
  333. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/ruby_thread_local_var.rb +181 -0
  334. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/semaphore.rb +145 -0
  335. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic/thread_local_var.rb +104 -0
  336. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/mutex_atomic.rb +56 -0
  337. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomic_reference/numeric_cas_wrapper.rb +28 -0
  338. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/atomics.rb +10 -0
  339. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_notify_observer_set.rb +107 -0
  340. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/copy_on_write_observer_set.rb +111 -0
  341. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/java_non_concurrent_priority_queue.rb +84 -0
  342. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/lock_free_stack.rb +158 -0
  343. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/atomic_reference_map_backend.rb +927 -0
  344. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/mri_map_backend.rb +66 -0
  345. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/non_concurrent_map_backend.rb +140 -0
  346. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/synchronized_map_backend.rb +82 -0
  347. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/map/truffleruby_map_backend.rb +14 -0
  348. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/non_concurrent_priority_queue.rb +143 -0
  349. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/collection/ruby_non_concurrent_priority_queue.rb +160 -0
  350. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/deprecation.rb +34 -0
  351. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/dereferenceable.rb +73 -0
  352. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/logging.rb +32 -0
  353. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/obligation.rb +220 -0
  354. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concern/observable.rb +110 -0
  355. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/concurrent_ruby.jar +0 -0
  356. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/configuration.rb +188 -0
  357. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/constants.rb +8 -0
  358. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/dataflow.rb +81 -0
  359. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/delay.rb +199 -0
  360. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/errors.rb +69 -0
  361. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/exchanger.rb +352 -0
  362. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/abstract_executor_service.rb +128 -0
  363. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/cached_thread_pool.rb +62 -0
  364. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/executor_service.rb +185 -0
  365. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/fixed_thread_pool.rb +210 -0
  366. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/immediate_executor.rb +66 -0
  367. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/indirect_immediate_executor.rb +44 -0
  368. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_executor_service.rb +103 -0
  369. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_single_thread_executor.rb +30 -0
  370. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/java_thread_pool_executor.rb +136 -0
  371. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_executor_service.rb +76 -0
  372. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_single_thread_executor.rb +21 -0
  373. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/ruby_thread_pool_executor.rb +377 -0
  374. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/safe_task_executor.rb +35 -0
  375. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serial_executor_service.rb +34 -0
  376. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution.rb +107 -0
  377. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/serialized_execution_delegator.rb +28 -0
  378. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/simple_executor_service.rb +100 -0
  379. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/single_thread_executor.rb +57 -0
  380. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/thread_pool_executor.rb +88 -0
  381. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executor/timer_set.rb +172 -0
  382. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/executors.rb +20 -0
  383. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/future.rb +141 -0
  384. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/hash.rb +59 -0
  385. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/immutable_struct.rb +101 -0
  386. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/ivar.rb +207 -0
  387. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/map.rb +347 -0
  388. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/maybe.rb +229 -0
  389. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mutable_struct.rb +239 -0
  390. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/mvar.rb +242 -0
  391. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/options.rb +42 -0
  392. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promise.rb +580 -0
  393. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/promises.rb +2167 -0
  394. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/re_include.rb +58 -0
  395. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/scheduled_task.rb +318 -0
  396. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/set.rb +74 -0
  397. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/settable_struct.rb +139 -0
  398. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization.rb +30 -0
  399. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_lockable_object.rb +98 -0
  400. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_object.rb +24 -0
  401. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/abstract_struct.rb +171 -0
  402. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/condition.rb +60 -0
  403. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_lockable_object.rb +13 -0
  404. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/jruby_object.rb +45 -0
  405. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lock.rb +36 -0
  406. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/lockable_object.rb +74 -0
  407. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mri_object.rb +44 -0
  408. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/mutex_lockable_object.rb +88 -0
  409. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/object.rb +183 -0
  410. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_lockable_object.rb +71 -0
  411. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/rbx_object.rb +49 -0
  412. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/truffleruby_object.rb +47 -0
  413. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/synchronization/volatile.rb +36 -0
  414. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/synchronized_delegator.rb +50 -0
  415. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util.rb +16 -0
  416. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/adder.rb +74 -0
  417. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/cheap_lockable.rb +118 -0
  418. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/data_structures.rb +88 -0
  419. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/power_of_two_tuple.rb +38 -0
  420. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/striped64.rb +246 -0
  421. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/volatile.rb +75 -0
  422. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/thread_safe/util/xor_shift_random.rb +50 -0
  423. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/timer_task.rb +333 -0
  424. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tuple.rb +86 -0
  425. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/tvar.rb +261 -0
  426. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/engine.rb +56 -0
  427. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/monotonic_time.rb +58 -0
  428. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_extension_loader.rb +79 -0
  429. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/native_integer.rb +53 -0
  430. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/utility/processor_counter.rb +163 -0
  431. data/vendor/bundle/ruby/2.6.0/gems/concurrent-ruby-1.1.9/lib/concurrent-ruby/concurrent/version.rb +3 -0
  432. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Gemfile +2 -0
  433. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/HISTORY.md +128 -0
  434. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/LICENSE +18 -0
  435. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/README.md +192 -0
  436. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/Rakefile +21 -0
  437. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/crass.gemspec +31 -0
  438. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass.rb +22 -0
  439. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/parser.rb +648 -0
  440. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/scanner.rb +125 -0
  441. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/token-scanner.rb +50 -0
  442. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/tokenizer.rb +708 -0
  443. data/vendor/bundle/ruby/2.6.0/gems/crass-1.0.6/lib/crass/version.rb +5 -0
  444. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Code-of-Conduct.md +74 -0
  445. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Contributing.md +118 -0
  446. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/History.md +319 -0
  447. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/License.md +39 -0
  448. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Manifest.txt +45 -0
  449. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/README.rdoc +84 -0
  450. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/Rakefile +74 -0
  451. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/autotest/discover.rb +3 -0
  452. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/htmldiff +35 -0
  453. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/bin/ldiff +9 -0
  454. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/COPYING.txt +339 -0
  455. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/docs/artistic.txt +127 -0
  456. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff-lcs.rb +3 -0
  457. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs.rb +739 -0
  458. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/array.rb +7 -0
  459. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/backports.rb +9 -0
  460. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/block.rb +37 -0
  461. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/callbacks.rb +325 -0
  462. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/change.rb +174 -0
  463. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/htmldiff.rb +150 -0
  464. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/hunk.rb +358 -0
  465. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/internals.rb +304 -0
  466. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/ldiff.rb +171 -0
  467. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/lib/diff/lcs/string.rb +5 -0
  468. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/change_spec.rb +89 -0
  469. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/diff_spec.rb +51 -0
  470. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/aX +1 -0
  471. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/bXaX +1 -0
  472. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds1.csv +50 -0
  473. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ds2.csv +51 -0
  474. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff +4 -0
  475. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-c +7 -0
  476. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-e +3 -0
  477. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-f +3 -0
  478. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/fixtures/ldiff/output.diff-u +5 -0
  479. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/hunk_spec.rb +83 -0
  480. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/issues_spec.rb +154 -0
  481. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/lcs_spec.rb +56 -0
  482. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/ldiff_spec.rb +87 -0
  483. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/patch_spec.rb +416 -0
  484. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/sdiff_spec.rb +214 -0
  485. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/spec_helper.rb +375 -0
  486. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_balanced_spec.rb +310 -0
  487. data/vendor/bundle/ruby/2.6.0/gems/diff-lcs-1.4.4/spec/traverse_sequences_spec.rb +139 -0
  488. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/MIT-LICENSE +20 -0
  489. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/README.md +84 -0
  490. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-3.2.x +10 -0
  491. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.0.x +10 -0
  492. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.1.x +10 -0
  493. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-4.2.x +10 -0
  494. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.0.x +10 -0
  495. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-5.1.x +10 -0
  496. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/gemfiles/Gemfile.rails-master +10 -0
  497. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n.rb +356 -0
  498. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend.rb +18 -0
  499. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/base.rb +255 -0
  500. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cache.rb +114 -0
  501. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/cascade.rb +54 -0
  502. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/chain.rb +97 -0
  503. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/fallbacks.rb +86 -0
  504. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/flatten.rb +113 -0
  505. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/gettext.rb +81 -0
  506. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/interpolation_compiler.rb +121 -0
  507. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/key_value.rb +177 -0
  508. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/memoize.rb +46 -0
  509. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/metadata.rb +69 -0
  510. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/pluralization.rb +53 -0
  511. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/simple.rb +93 -0
  512. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/backend/transliterator.rb +106 -0
  513. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/config.rb +147 -0
  514. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/hash.rb +29 -0
  515. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/kernel/suppress_warnings.rb +8 -0
  516. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/core_ext/string/interpolate.rb +9 -0
  517. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/exceptions.rb +104 -0
  518. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext.rb +26 -0
  519. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/helpers.rb +73 -0
  520. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/gettext/po_parser.rb +329 -0
  521. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/interpolate/ruby.rb +37 -0
  522. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale.rb +6 -0
  523. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/fallbacks.rb +96 -0
  524. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag.rb +28 -0
  525. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/parents.rb +22 -0
  526. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/rfc4646.rb +74 -0
  527. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/locale/tag/simple.rb +39 -0
  528. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/middleware.rb +15 -0
  529. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests.rb +12 -0
  530. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/basics.rb +60 -0
  531. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/defaults.rb +52 -0
  532. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/interpolation.rb +158 -0
  533. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/link.rb +56 -0
  534. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization.rb +19 -0
  535. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date.rb +95 -0
  536. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/date_time.rb +82 -0
  537. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/procs.rb +116 -0
  538. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/localization/time.rb +81 -0
  539. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/lookup.rb +81 -0
  540. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/pluralization.rb +35 -0
  541. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/tests/procs.rb +55 -0
  542. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/lib/i18n/version.rb +3 -0
  543. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/all_features_test.rb +58 -0
  544. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/cascade_test.rb +28 -0
  545. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/chain_test.rb +24 -0
  546. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/fallbacks_test.rb +30 -0
  547. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/key_value_test.rb +24 -0
  548. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/memoize_test.rb +56 -0
  549. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/override_test.rb +42 -0
  550. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/pluralization_test.rb +30 -0
  551. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/api/simple_test.rb +28 -0
  552. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cache_test.rb +109 -0
  553. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/cascade_test.rb +86 -0
  554. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/chain_test.rb +122 -0
  555. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/exceptions_test.rb +36 -0
  556. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/fallbacks_test.rb +219 -0
  557. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/interpolation_compiler_test.rb +118 -0
  558. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/key_value_test.rb +61 -0
  559. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/memoize_test.rb +79 -0
  560. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/metadata_test.rb +48 -0
  561. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/pluralization_test.rb +45 -0
  562. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/simple_test.rb +103 -0
  563. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/backend/transliterator_test.rb +84 -0
  564. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/core_ext/hash_test.rb +36 -0
  565. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/api_test.rb +214 -0
  566. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/gettext/backend_test.rb +92 -0
  567. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/exceptions_test.rb +117 -0
  568. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/gettext_plural_keys_test.rb +20 -0
  569. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/interpolate_test.rb +91 -0
  570. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/load_path_test.rb +34 -0
  571. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n/middleware_test.rb +24 -0
  572. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/i18n_test.rb +462 -0
  573. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/fallbacks_test.rb +133 -0
  574. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/rfc4646_test.rb +143 -0
  575. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/locale/tag/simple_test.rb +32 -0
  576. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/run_all.rb +20 -0
  577. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/de.po +82 -0
  578. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.rb +3 -0
  579. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/en.yml +3 -0
  580. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/empty.yml +0 -0
  581. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/invalid/syntax.yml +4 -0
  582. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_data/locales/plurals.rb +113 -0
  583. data/vendor/bundle/ruby/2.6.0/gems/i18n-0.9.5/test/test_helper.rb +61 -0
  584. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/CHANGELOG.md +260 -0
  585. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Gemfile +6 -0
  586. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/LICENSE.txt +20 -0
  587. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/README.md +273 -0
  588. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/Rakefile +25 -0
  589. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/SECURITY.md +13 -0
  590. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2.rb +3 -0
  591. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile.rb +596 -0
  592. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/mini_portile_cmake.rb +42 -0
  593. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/lib/mini_portile2/version.rb +3 -0
  594. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/mini_portile2.gemspec +42 -0
  595. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/git/config +4 -0
  596. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data +1 -0
  597. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.asc +9 -0
  598. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/gpg-fixtures/data.invalid.asc +9 -0
  599. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/patch 1.diff +7 -0
  600. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test mini portile-1.0.0/configure +11 -0
  601. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/CMakeLists.txt +7 -0
  602. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-cmake-1.0/hello.c +4 -0
  603. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/assets/test-download-archive.tar.gz +1 -0
  604. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/helper.rb +60 -0
  605. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cmake.rb +60 -0
  606. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_cook.rb +144 -0
  607. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_digest.rb +215 -0
  608. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_download.rb +73 -0
  609. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_execute.rb +39 -0
  610. data/vendor/bundle/ruby/2.6.0/gems/mini_portile2-2.6.1/test/test_proxy.rb +121 -0
  611. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/History.rdoc +1409 -0
  612. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Manifest.txt +27 -0
  613. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/README.rdoc +800 -0
  614. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/Rakefile +74 -0
  615. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/design_rationale.rb +52 -0
  616. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/hoe/minitest.rb +32 -0
  617. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest.rb +1056 -0
  618. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/assertions.rb +807 -0
  619. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/autorun.rb +13 -0
  620. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/benchmark.rb +455 -0
  621. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/expectations.rb +303 -0
  622. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/hell.rb +11 -0
  623. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/mock.rb +244 -0
  624. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/parallel.rb +70 -0
  625. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride.rb +4 -0
  626. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/pride_plugin.rb +142 -0
  627. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/spec.rb +342 -0
  628. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/test.rb +220 -0
  629. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/lib/minitest/unit.rb +45 -0
  630. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/metametameta.rb +136 -0
  631. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_assertions.rb +1575 -0
  632. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_benchmark.rb +137 -0
  633. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_mock.rb +884 -0
  634. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_reporter.rb +299 -0
  635. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_spec.rb +1061 -0
  636. data/vendor/bundle/ruby/2.6.0/gems/minitest-5.14.4/test/minitest/test_minitest_test.rb +1084 -0
  637. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/README.md +38 -0
  638. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/Rakefile +21 -0
  639. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-availables.js +31 -0
  640. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis-categories.js +137 -0
  641. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/javascripts/mumuki-emojis.js +509 -0
  642. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/json/mumuki-emojis-shortnames.json +68738 -0
  643. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/app/assets/stylesheets/mumuki-emojis.css +5437 -0
  644. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis.rb +17 -0
  645. data/vendor/bundle/ruby/2.6.0/gems/mumuki-emojis-1.1.1/lib/mumuki/emojis/version.rb +5 -0
  646. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/console +14 -0
  647. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/bin/setup +8 -0
  648. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core.rb +41 -0
  649. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/activemodel.rb +15 -0
  650. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/array.rb +15 -0
  651. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/class.rb +8 -0
  652. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/configurable.rb +20 -0
  653. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/file.rb +4 -0
  654. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/hash.rb +84 -0
  655. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/i18n.rb +11 -0
  656. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/json.rb +9 -0
  657. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/likeability.rb +11 -0
  658. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/modulability.rb +29 -0
  659. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/module.rb +118 -0
  660. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/nil.rb +5 -0
  661. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/object.rb +26 -0
  662. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/regexp.rb +5 -0
  663. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/request.rb +33 -0
  664. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/rspec.rb +47 -0
  665. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/status.rb +13 -0
  666. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/string.rb +3 -0
  667. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/variability.rb +17 -0
  668. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/version.rb +5 -0
  669. data/vendor/bundle/ruby/2.6.0/gems/mumukit-core-1.18.0/lib/mumukit/core/yaml.rb +7 -0
  670. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/Gemfile +3 -0
  671. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE-DEPENDENCIES.md +1903 -0
  672. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/LICENSE.md +9 -0
  673. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/README.md +278 -0
  674. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/bin/nokogiri +118 -0
  675. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/dependencies.yml +74 -0
  676. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/depend +38 -0
  677. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/extconf.rb +988 -0
  678. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/gumbo.c +584 -0
  679. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_document.c +166 -0
  680. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_element_description.c +294 -0
  681. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_entity_lookup.c +37 -0
  682. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_parser_context.c +120 -0
  683. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/html4_sax_push_parser.c +95 -0
  684. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exslt.h +102 -0
  685. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltconfig.h +70 -0
  686. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libexslt/exsltexports.h +140 -0
  687. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/DOCBparser.h +96 -0
  688. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLparser.h +306 -0
  689. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/HTMLtree.h +147 -0
  690. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX.h +173 -0
  691. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/SAX2.h +178 -0
  692. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/c14n.h +128 -0
  693. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/catalog.h +182 -0
  694. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/chvalid.h +230 -0
  695. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/debugXML.h +217 -0
  696. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/dict.h +79 -0
  697. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/encoding.h +245 -0
  698. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/entities.h +151 -0
  699. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/globals.h +508 -0
  700. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/hash.h +236 -0
  701. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/list.h +137 -0
  702. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanoftp.h +163 -0
  703. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/nanohttp.h +81 -0
  704. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parser.h +1243 -0
  705. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/parserInternals.h +644 -0
  706. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/pattern.h +100 -0
  707. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/relaxng.h +217 -0
  708. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schemasInternals.h +958 -0
  709. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/schematron.h +142 -0
  710. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/threads.h +89 -0
  711. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/tree.h +1311 -0
  712. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/uri.h +94 -0
  713. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/valid.h +458 -0
  714. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xinclude.h +129 -0
  715. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xlink.h +189 -0
  716. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlIO.h +368 -0
  717. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlautomata.h +146 -0
  718. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlerror.h +945 -0
  719. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlexports.h +77 -0
  720. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmemory.h +224 -0
  721. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlmodule.h +57 -0
  722. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlreader.h +428 -0
  723. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlregexp.h +222 -0
  724. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlsave.h +88 -0
  725. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemas.h +246 -0
  726. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlschemastypes.h +151 -0
  727. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlstring.h +140 -0
  728. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlunicode.h +202 -0
  729. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlversion.h +485 -0
  730. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xmlwriter.h +488 -0
  731. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpath.h +564 -0
  732. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpathInternals.h +632 -0
  733. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxml2/libxml/xpointer.h +114 -0
  734. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/attributes.h +38 -0
  735. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/documents.h +93 -0
  736. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extensions.h +262 -0
  737. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/extra.h +72 -0
  738. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/functions.h +78 -0
  739. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/imports.h +75 -0
  740. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/keys.h +53 -0
  741. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/namespaces.h +68 -0
  742. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/numbersInternals.h +73 -0
  743. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/pattern.h +84 -0
  744. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/preproc.h +43 -0
  745. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/security.h +104 -0
  746. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/templates.h +77 -0
  747. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/transform.h +207 -0
  748. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/variables.h +118 -0
  749. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xslt.h +110 -0
  750. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltInternals.h +1978 -0
  751. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltconfig.h +180 -0
  752. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltexports.h +142 -0
  753. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltlocale.h +76 -0
  754. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/include/libxslt/xsltutils.h +313 -0
  755. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/libxml2_backwards_compat.c +121 -0
  756. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.c +278 -0
  757. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/nokogiri.h +223 -0
  758. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/test_global_handlers.c +40 -0
  759. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attr.c +103 -0
  760. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_attribute_decl.c +70 -0
  761. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_cdata.c +57 -0
  762. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_comment.c +62 -0
  763. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document.c +680 -0
  764. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_document_fragment.c +46 -0
  765. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_dtd.c +208 -0
  766. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_content.c +128 -0
  767. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_element_decl.c +69 -0
  768. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_encoding_handler.c +90 -0
  769. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_decl.c +112 -0
  770. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_entity_reference.c +50 -0
  771. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_namespace.c +120 -0
  772. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node.c +1832 -0
  773. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_node_set.c +498 -0
  774. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_processing_instruction.c +54 -0
  775. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_reader.c +693 -0
  776. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_relax_ng.c +185 -0
  777. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser.c +310 -0
  778. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_parser_context.c +281 -0
  779. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_sax_push_parser.c +168 -0
  780. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_schema.c +284 -0
  781. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_syntax_error.c +85 -0
  782. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_text.c +48 -0
  783. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xml_xpath_context.c +383 -0
  784. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/ext/nokogiri/xslt_stylesheet.c +264 -0
  785. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/CHANGES.md +63 -0
  786. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/Makefile +101 -0
  787. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/gumbo-parser/THANKS +27 -0
  788. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri.rb +125 -0
  789. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.5/nokogiri.so +0 -0
  790. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.6/nokogiri.so +0 -0
  791. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/2.7/nokogiri.so +0 -0
  792. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/3.0/nokogiri.so +0 -0
  793. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css.rb +28 -0
  794. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/node.rb +53 -0
  795. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.rb +751 -0
  796. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser.y +272 -0
  797. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/parser_extras.rb +94 -0
  798. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/syntax_error.rb +8 -0
  799. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rb +154 -0
  800. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/tokenizer.rex +55 -0
  801. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/css/xpath_visitor.rb +260 -0
  802. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/decorators/slop.rb +43 -0
  803. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/extension.rb +31 -0
  804. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/gumbo.rb +14 -0
  805. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html.rb +42 -0
  806. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4.rb +40 -0
  807. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/builder.rb +36 -0
  808. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document.rb +322 -0
  809. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/document_fragment.rb +50 -0
  810. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description.rb +24 -0
  811. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/element_description_defaults.rb +672 -0
  812. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/entity_lookup.rb +14 -0
  813. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser.rb +60 -0
  814. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/parser_context.rb +19 -0
  815. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html4/sax/push_parser.rb +37 -0
  816. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5.rb +473 -0
  817. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document.rb +74 -0
  818. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/document_fragment.rb +80 -0
  819. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/html5/node.rb +93 -0
  820. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/jruby/dependencies.rb +20 -0
  821. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/syntax_error.rb +5 -0
  822. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version.rb +3 -0
  823. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/constant.rb +5 -0
  824. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/version/info.rb +215 -0
  825. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml.rb +75 -0
  826. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attr.rb +15 -0
  827. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/attribute_decl.rb +19 -0
  828. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/builder.rb +447 -0
  829. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/cdata.rb +12 -0
  830. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/character_data.rb +8 -0
  831. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document.rb +336 -0
  832. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/document_fragment.rb +159 -0
  833. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/dtd.rb +33 -0
  834. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_content.rb +37 -0
  835. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/element_decl.rb +14 -0
  836. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_decl.rb +20 -0
  837. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/entity_reference.rb +19 -0
  838. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/namespace.rb +14 -0
  839. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node.rb +1238 -0
  840. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node/save_options.rb +62 -0
  841. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/node_set.rb +372 -0
  842. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/notation.rb +7 -0
  843. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/parse_options.rb +129 -0
  844. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp.rb +3 -0
  845. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/character_data.rb +19 -0
  846. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/pp/node.rb +57 -0
  847. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/processing_instruction.rb +9 -0
  848. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/reader.rb +109 -0
  849. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/relax_ng.rb +37 -0
  850. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax.rb +5 -0
  851. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/document.rb +166 -0
  852. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser.rb +123 -0
  853. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/parser_context.rb +17 -0
  854. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/sax/push_parser.rb +61 -0
  855. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/schema.rb +72 -0
  856. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/searchable.rb +239 -0
  857. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/syntax_error.rb +71 -0
  858. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/text.rb +10 -0
  859. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath.rb +9 -0
  860. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath/syntax_error.rb +12 -0
  861. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xml/xpath_context.rb +17 -0
  862. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt.rb +57 -0
  863. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/nokogiri/xslt/stylesheet.rb +26 -0
  864. data/vendor/bundle/ruby/2.6.0/gems/nokogiri-1.12.3-x86_64-linux/lib/xsd/xmlparser/nokogiri.rb +103 -0
  865. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/COPYING +22 -0
  866. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ChangeLog +846 -0
  867. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.ja.rdoc +95 -0
  868. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/README.rdoc +84 -0
  869. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/Rakefile +79 -0
  870. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/TODO +5 -0
  871. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/bin/racc +320 -0
  872. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/MANIFEST +4 -0
  873. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/com/headius/racc/Cparse.java +849 -0
  874. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/Makefile +265 -0
  875. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.c +863 -0
  876. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.o +0 -0
  877. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/cparse.so +0 -0
  878. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/ext/racc/cparse/extconf.rb +8 -0
  879. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc.rb +6 -0
  880. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/compat.rb +33 -0
  881. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/cparse.so +0 -0
  882. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/debugflags.rb +60 -0
  883. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/exception.rb +16 -0
  884. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammar.rb +1118 -0
  885. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/grammarfileparser.rb +561 -0
  886. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/info.rb +17 -0
  887. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/iset.rb +92 -0
  888. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/logfilegenerator.rb +212 -0
  889. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser-text.rb +637 -0
  890. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parser.rb +632 -0
  891. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/parserfilegenerator.rb +512 -0
  892. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/pre-setup +13 -0
  893. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/sourcetext.rb +35 -0
  894. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/state.rb +972 -0
  895. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/statetransitiontable.rb +317 -0
  896. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/lib/racc/static.rb +5 -0
  897. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/NEWS.en.rdoc +282 -0
  898. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/en/grammar.en.rdoc +230 -0
  899. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/NEWS.ja.rdoc +307 -0
  900. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/command.ja.html +94 -0
  901. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/debug.ja.rdoc +36 -0
  902. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/grammar.ja.rdoc +348 -0
  903. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/index.ja.html +10 -0
  904. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/parser.ja.rdoc +125 -0
  905. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/rdoc/ja/usage.ja.html +414 -0
  906. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array.y +67 -0
  907. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/array2.y +59 -0
  908. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc-ja.y +66 -0
  909. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/calc.y +65 -0
  910. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/conflict.y +15 -0
  911. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/hash.y +60 -0
  912. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lalr.y +17 -0
  913. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/lists.y +57 -0
  914. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/syntax.y +46 -0
  915. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/sample/yyerr.y +46 -0
  916. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cadenza.y +170 -0
  917. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/cast.y +926 -0
  918. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/chk.y +126 -0
  919. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/conf.y +16 -0
  920. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/csspool.y +729 -0
  921. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/digraph.y +29 -0
  922. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/echk.y +118 -0
  923. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/edtf.y +583 -0
  924. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/err.y +60 -0
  925. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/error_recovery.y +35 -0
  926. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/expect.y +7 -0
  927. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/firstline.y +4 -0
  928. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/huia.y +318 -0
  929. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ichk.y +102 -0
  930. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/intp.y +546 -0
  931. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/journey.y +47 -0
  932. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/liquor.y +313 -0
  933. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/machete.y +423 -0
  934. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/macruby.y +2197 -0
  935. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mailp.y +437 -0
  936. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mediacloth.y +599 -0
  937. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/mof.y +649 -0
  938. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/namae.y +302 -0
  939. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nasl.y +626 -0
  940. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/newsyn.y +25 -0
  941. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/noend.y +4 -0
  942. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nokogiri-css.y +255 -0
  943. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nonass.y +41 -0
  944. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/normal.y +27 -0
  945. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/norule.y +4 -0
  946. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug1.y +25 -0
  947. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/nullbug2.y +15 -0
  948. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opal.y +1807 -0
  949. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/opt.y +123 -0
  950. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/percent.y +35 -0
  951. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/php_serialization.y +98 -0
  952. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/recv.y +97 -0
  953. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/riml.y +665 -0
  954. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/rrconf.y +14 -0
  955. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby18.y +1943 -0
  956. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby19.y +2174 -0
  957. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby20.y +2350 -0
  958. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby21.y +2359 -0
  959. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/ruby22.y +2381 -0
  960. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/scan.y +72 -0
  961. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/syntax.y +50 -0
  962. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/tp_plus.y +622 -0
  963. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/twowaysql.y +278 -0
  964. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/unterm.y +5 -0
  965. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/useless.y +12 -0
  966. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/assets/yyerr.y +46 -0
  967. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/bench.y +36 -0
  968. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/helper.rb +115 -0
  969. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/infini.y +8 -0
  970. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cadenza +796 -0
  971. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/cast +3428 -0
  972. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/csspool +2314 -0
  973. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/edtf +1794 -0
  974. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/huia +1392 -0
  975. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/journey +222 -0
  976. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/liquor +885 -0
  977. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/machete +833 -0
  978. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mediacloth +1463 -0
  979. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/mof +1368 -0
  980. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/namae +634 -0
  981. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nasl +2058 -0
  982. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/nokogiri-css +836 -0
  983. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/opal +6431 -0
  984. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/php_serialization +336 -0
  985. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/riml +3283 -0
  986. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby18 +6344 -0
  987. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/ruby22 +7460 -0
  988. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/tp_plus +1933 -0
  989. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/regress/twowaysql +556 -0
  990. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/brace +7 -0
  991. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/gvar +1 -0
  992. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/normal +4 -0
  993. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/percent +18 -0
  994. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/scandata/slash +10 -0
  995. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/src.intp +34 -0
  996. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/start.y +20 -0
  997. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_chk_y.rb +52 -0
  998. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_grammar_file_parser.rb +15 -0
  999. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_racc_command.rb +339 -0
  1000. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/test_scan_y.rb +52 -0
  1001. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/test/testscanner.rb +51 -0
  1002. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.en.rhtml +42 -0
  1003. data/vendor/bundle/ruby/2.6.0/gems/racc-1.5.2/web/racc.ja.rhtml +51 -0
  1004. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CHANGELOG.md +694 -0
  1005. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/CONTRIBUTING.md +136 -0
  1006. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/MIT-LICENSE +20 -0
  1007. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/README.rdoc +306 -0
  1008. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/Rakefile +130 -0
  1009. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/SPEC.rdoc +292 -0
  1010. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/bin/rackup +5 -0
  1011. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.png +0 -0
  1012. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack.svg +150 -0
  1013. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rack_logo.svg +164 -0
  1014. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/contrib/rdoc.css +412 -0
  1015. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/lobster.ru +6 -0
  1016. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.rb +16 -0
  1017. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/example/protectedlobster.ru +10 -0
  1018. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack.rb +141 -0
  1019. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/handler.rb +39 -0
  1020. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/abstract/request.rb +47 -0
  1021. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/basic.rb +61 -0
  1022. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/md5.rb +131 -0
  1023. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/nonce.rb +54 -0
  1024. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/params.rb +54 -0
  1025. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/auth/digest/request.rb +43 -0
  1026. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/body_proxy.rb +45 -0
  1027. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/builder.rb +257 -0
  1028. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/cascade.rb +68 -0
  1029. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/chunked.rb +117 -0
  1030. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/common_logger.rb +80 -0
  1031. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/conditional_get.rb +83 -0
  1032. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/config.rb +22 -0
  1033. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_length.rb +38 -0
  1034. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/content_type.rb +30 -0
  1035. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/core_ext/regexp.rb +14 -0
  1036. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/deflater.rb +144 -0
  1037. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/directory.rb +199 -0
  1038. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/etag.rb +75 -0
  1039. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/events.rb +153 -0
  1040. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/file.rb +7 -0
  1041. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/files.rb +218 -0
  1042. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler.rb +104 -0
  1043. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/cgi.rb +59 -0
  1044. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/fastcgi.rb +100 -0
  1045. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/lsws.rb +61 -0
  1046. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/scgi.rb +71 -0
  1047. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/thin.rb +36 -0
  1048. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/handler/webrick.rb +129 -0
  1049. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/head.rb +25 -0
  1050. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lint.rb +806 -0
  1051. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lobster.rb +70 -0
  1052. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/lock.rb +32 -0
  1053. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/logger.rb +20 -0
  1054. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/media_type.rb +43 -0
  1055. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/method_override.rb +52 -0
  1056. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mime.rb +685 -0
  1057. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/mock.rb +273 -0
  1058. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart.rb +65 -0
  1059. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/generator.rb +97 -0
  1060. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/parser.rb +364 -0
  1061. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/multipart/uploaded_file.rb +41 -0
  1062. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/null_logger.rb +39 -0
  1063. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/query_parser.rb +217 -0
  1064. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/recursive.rb +64 -0
  1065. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/reloader.rb +114 -0
  1066. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/request.rb +659 -0
  1067. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/response.rb +318 -0
  1068. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/rewindable_input.rb +94 -0
  1069. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/runtime.rb +34 -0
  1070. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/sendfile.rb +162 -0
  1071. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/server.rb +466 -0
  1072. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/abstract/id.rb +523 -0
  1073. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/cookie.rb +203 -0
  1074. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/memcache.rb +10 -0
  1075. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/session/pool.rb +85 -0
  1076. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_exceptions.rb +390 -0
  1077. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/show_status.rb +113 -0
  1078. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/static.rb +187 -0
  1079. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb +22 -0
  1080. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/urlmap.rb +97 -0
  1081. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/utils.rb +613 -0
  1082. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/lib/rack/version.rb +29 -0
  1083. data/vendor/bundle/ruby/2.6.0/gems/rack-2.2.3/rack.gemspec +46 -0
  1084. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/CONTRIBUTING.rdoc +43 -0
  1085. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Gemfile +3 -0
  1086. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/History.rdoc +2344 -0
  1087. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/MIT-LICENSE +21 -0
  1088. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/README.rdoc +156 -0
  1089. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/Rakefile +41 -0
  1090. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/azure-pipelines.yml +11 -0
  1091. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/bundle +105 -0
  1092. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/console +7 -0
  1093. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rake +29 -0
  1094. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rdoc +29 -0
  1095. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/rubocop +29 -0
  1096. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/bin/setup +6 -0
  1097. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/command_line_usage.rdoc +158 -0
  1098. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile1 +38 -0
  1099. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/Rakefile2 +35 -0
  1100. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/a.c +6 -0
  1101. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/b.c +6 -0
  1102. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/example/main.c +11 -0
  1103. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/glossary.rdoc +42 -0
  1104. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/jamis.rb +592 -0
  1105. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/proto_rake.rdoc +127 -0
  1106. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rake.1 +156 -0
  1107. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rakefile.rdoc +622 -0
  1108. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/doc/rational.rdoc +151 -0
  1109. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/exe/rake +27 -0
  1110. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake.rb +71 -0
  1111. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/application.rb +824 -0
  1112. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/backtrace.rb +24 -0
  1113. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/clean.rb +78 -0
  1114. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cloneable.rb +17 -0
  1115. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/cpu_counter.rb +107 -0
  1116. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/default_loader.rb +15 -0
  1117. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/dsl_definition.rb +195 -0
  1118. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/early_time.rb +22 -0
  1119. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/core.rb +26 -0
  1120. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/ext/string.rb +176 -0
  1121. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_creation_task.rb +25 -0
  1122. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_list.rb +435 -0
  1123. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_task.rb +54 -0
  1124. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils.rb +137 -0
  1125. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/file_utils_ext.rb +145 -0
  1126. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_chain.rb +57 -0
  1127. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/invocation_exception_mixin.rb +17 -0
  1128. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/late_time.rb +18 -0
  1129. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/linked_list.rb +112 -0
  1130. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/loaders/makefile.rb +54 -0
  1131. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/multi_task.rb +14 -0
  1132. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/name_space.rb +38 -0
  1133. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/packagetask.rb +207 -0
  1134. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/phony.rb +16 -0
  1135. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/private_reader.rb +21 -0
  1136. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/promise.rb +100 -0
  1137. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/pseudo_status.rb +30 -0
  1138. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_module.rb +67 -0
  1139. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rake_test_loader.rb +27 -0
  1140. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/rule_recursion_overflow_error.rb +20 -0
  1141. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/scope.rb +43 -0
  1142. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task.rb +413 -0
  1143. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_argument_error.rb +8 -0
  1144. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_arguments.rb +109 -0
  1145. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/task_manager.rb +324 -0
  1146. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/tasklib.rb +12 -0
  1147. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/testtask.rb +224 -0
  1148. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_history_display.rb +49 -0
  1149. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/thread_pool.rb +163 -0
  1150. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/trace_output.rb +23 -0
  1151. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/version.rb +10 -0
  1152. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/lib/rake/win32.rb +51 -0
  1153. data/vendor/bundle/ruby/2.6.0/gems/rake-12.3.3/rake.gemspec +42 -0
  1154. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/COPYING +20 -0
  1155. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Gemfile +9 -0
  1156. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/README.markdown +394 -0
  1157. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/Rakefile +60 -0
  1158. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/bin/redcarpet +7 -0
  1159. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/Makefile +265 -0
  1160. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.c +302 -0
  1161. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.h +55 -0
  1162. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/autolink.o +0 -0
  1163. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.c +203 -0
  1164. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.h +89 -0
  1165. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/buffer.o +0 -0
  1166. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/extconf.rb +6 -0
  1167. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini.h +51 -0
  1168. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.c +130 -0
  1169. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_href_e.o +0 -0
  1170. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.c +105 -0
  1171. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/houdini_html_e.o +0 -0
  1172. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.c +825 -0
  1173. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.h +84 -0
  1174. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html.o +0 -0
  1175. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_blocks.h +229 -0
  1176. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.c +457 -0
  1177. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/html_smartypants.o +0 -0
  1178. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.c +2917 -0
  1179. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.h +143 -0
  1180. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/markdown.o +0 -0
  1181. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.c +168 -0
  1182. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_markdown.o +0 -0
  1183. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.c +545 -0
  1184. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/rc_render.o +0 -0
  1185. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.h +52 -0
  1186. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/redcarpet.so +0 -0
  1187. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.c +84 -0
  1188. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.h +48 -0
  1189. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/ext/redcarpet/stack.o +0 -0
  1190. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.rb +92 -0
  1191. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet.so +0 -0
  1192. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/cli.rb +86 -0
  1193. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/compat.rb +73 -0
  1194. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_man.rb +65 -0
  1195. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/lib/redcarpet/render_strip.rb +60 -0
  1196. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/redcarpet.gemspec +70 -0
  1197. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/benchmark.rb +24 -0
  1198. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/custom_render_test.rb +28 -0
  1199. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/fixtures/benchmark.md +232 -0
  1200. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html5_test.rb +69 -0
  1201. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_render_test.rb +248 -0
  1202. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/html_toc_render_test.rb +75 -0
  1203. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/markdown_test.rb +371 -0
  1204. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/pathological_inputs_test.rb +34 -0
  1205. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_bin_test.rb +80 -0
  1206. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/redcarpet_compat_test.rb +38 -0
  1207. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/safe_render_test.rb +35 -0
  1208. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_html_test.rb +45 -0
  1209. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/smarty_pants_test.rb +53 -0
  1210. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/stripdown_render_test.rb +61 -0
  1211. data/vendor/bundle/ruby/2.6.0/gems/redcarpet-3.3.4/test/test_helper.rb +39 -0
  1212. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/Gemfile +40 -0
  1213. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/LICENSE +186 -0
  1214. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/bin/rougify +18 -0
  1215. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge.rb +108 -0
  1216. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/cli.rb +528 -0
  1217. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/abap +6 -0
  1218. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/actionscript +4 -0
  1219. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ada +26 -0
  1220. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apache +21 -0
  1221. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apex +9 -0
  1222. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/apiblueprint +33 -0
  1223. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/applescript +2 -0
  1224. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/armasm +12 -0
  1225. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/augeas +16 -0
  1226. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/awk +4 -0
  1227. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/batchfile +3 -0
  1228. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bbcbasic +6 -0
  1229. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bibtex +12 -0
  1230. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/biml +38 -0
  1231. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bpf +7 -0
  1232. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brainfuck +5 -0
  1233. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/brightscript +6 -0
  1234. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/bsl +7 -0
  1235. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/c +8 -0
  1236. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ceylon +7 -0
  1237. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cfscript +18 -0
  1238. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clean +6 -0
  1239. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/clojure +5 -0
  1240. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmake +7 -0
  1241. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cmhg +8 -0
  1242. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coffeescript +5 -0
  1243. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/common_lisp +1 -0
  1244. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/conf +4 -0
  1245. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/console +6 -0
  1246. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/coq +13 -0
  1247. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cpp +8 -0
  1248. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/crystal +45 -0
  1249. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csharp +5 -0
  1250. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/css +4 -0
  1251. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/csvs +8 -0
  1252. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cuda +11 -0
  1253. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cypher +5 -0
  1254. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/cython +6 -0
  1255. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/d +16 -0
  1256. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dart +6 -0
  1257. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/datastudio +21 -0
  1258. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/diff +7 -0
  1259. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/digdag +19 -0
  1260. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/docker +9 -0
  1261. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/dot +5 -0
  1262. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ecl +18 -0
  1263. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eex +1 -0
  1264. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/eiffel +30 -0
  1265. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elixir +1 -0
  1266. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/elm +4 -0
  1267. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/email +11 -0
  1268. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/epp +4 -0
  1269. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erb +1 -0
  1270. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/erlang +7 -0
  1271. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/escape +3 -0
  1272. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/factor +5 -0
  1273. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fortran +22 -0
  1274. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/freefem +16 -0
  1275. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/fsharp +12 -0
  1276. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gdscript +18 -0
  1277. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-cmm +23 -0
  1278. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ghc-core +26 -0
  1279. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gherkin +17 -0
  1280. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/glsl +14 -0
  1281. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/go +7 -0
  1282. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/gradle +10 -0
  1283. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/graphql +17 -0
  1284. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/groovy +9 -0
  1285. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hack +5 -0
  1286. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haml +5 -0
  1287. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/handlebars +7 -0
  1288. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haskell +6 -0
  1289. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/haxe +5 -0
  1290. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hcl +7 -0
  1291. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hlsl +20 -0
  1292. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hocon +8 -0
  1293. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hql +5 -0
  1294. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/html +8 -0
  1295. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/http +14 -0
  1296. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/hylang +10 -0
  1297. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/idlang +8 -0
  1298. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/igorpro +9 -0
  1299. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ini +4 -0
  1300. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/io +11 -0
  1301. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb +4 -0
  1302. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/irb_output +2 -0
  1303. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/isbl +4 -0
  1304. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/j +12 -0
  1305. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/janet +3 -0
  1306. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/java +5 -0
  1307. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/javascript +1 -0
  1308. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jinja +9 -0
  1309. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsl +3 -0
  1310. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json +1 -0
  1311. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/json-doc +1 -0
  1312. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsonnet +28 -0
  1313. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsp +29 -0
  1314. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/jsx +17 -0
  1315. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/julia +11 -0
  1316. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/kotlin +3 -0
  1317. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lasso +12 -0
  1318. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/liquid +10 -0
  1319. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_coffeescript +3 -0
  1320. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/literate_haskell +7 -0
  1321. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/livescript +15 -0
  1322. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/llvm +20 -0
  1323. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lua +12 -0
  1324. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lustre +6 -0
  1325. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/lutin +18 -0
  1326. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/m68k +16 -0
  1327. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/magik +6 -0
  1328. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/make +6 -0
  1329. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/markdown +4 -0
  1330. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mason +22 -0
  1331. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mathematica +8 -0
  1332. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/matlab +6 -0
  1333. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/minizinc +23 -0
  1334. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/moonscript +16 -0
  1335. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mosel +10 -0
  1336. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/msgtrans +4 -0
  1337. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/mxml +22 -0
  1338. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nasm +26 -0
  1339. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nesasm +11 -0
  1340. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nginx +5 -0
  1341. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nim +27 -0
  1342. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/nix +19 -0
  1343. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_c +18 -0
  1344. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/objective_cpp +17 -0
  1345. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocaml +12 -0
  1346. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ocl +4 -0
  1347. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/openedge +4 -0
  1348. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/opentype_feature_file +6 -0
  1349. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pascal +14 -0
  1350. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/perl +5 -0
  1351. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/php +3 -0
  1352. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plaintext +1 -0
  1353. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/plist +11 -0
  1354. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/pony +17 -0
  1355. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/postscript +9 -0
  1356. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/powershell +13 -0
  1357. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/praat +26 -0
  1358. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prolog +9 -0
  1359. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/prometheus +9 -0
  1360. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/properties +7 -0
  1361. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/protobuf +5 -0
  1362. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/puppet +6 -0
  1363. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/python +6 -0
  1364. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/q +8 -0
  1365. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/qml +9 -0
  1366. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/r +8 -0
  1367. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/racket +24 -0
  1368. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/reasonml +12 -0
  1369. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rego +8 -0
  1370. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rescript +26 -0
  1371. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/robot_framework +27 -0
  1372. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ruby +9 -0
  1373. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/rust +12 -0
  1374. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sas +13 -0
  1375. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sass +3 -0
  1376. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scala +3 -0
  1377. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scheme +4 -0
  1378. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/scss +5 -0
  1379. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sed +4 -0
  1380. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/shell +2 -0
  1381. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sieve +10 -0
  1382. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slice +10 -0
  1383. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/slim +17 -0
  1384. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smalltalk +6 -0
  1385. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/smarty +12 -0
  1386. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sml +4 -0
  1387. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/solidity +13 -0
  1388. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sparql +6 -0
  1389. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sqf +14 -0
  1390. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/sql +1 -0
  1391. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ssh +4 -0
  1392. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/supercollider +11 -0
  1393. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/swift +5 -0
  1394. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/systemd +4 -0
  1395. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tap +5 -0
  1396. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tcl +1 -0
  1397. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/terraform +16 -0
  1398. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tex +1 -0
  1399. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/toml +9 -0
  1400. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tsx +17 -0
  1401. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/ttcn3 +6 -0
  1402. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/tulip +13 -0
  1403. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/turtle +26 -0
  1404. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/twig +9 -0
  1405. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/typescript +1 -0
  1406. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vala +8 -0
  1407. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vb +4 -0
  1408. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vcl +12 -0
  1409. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/velocity +9 -0
  1410. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/verilog +27 -0
  1411. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vhdl +23 -0
  1412. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/viml +14 -0
  1413. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/vue +11 -0
  1414. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/wollok +11 -0
  1415. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xml +2 -0
  1416. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xojo +14 -0
  1417. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xpath +2 -0
  1418. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/xquery +22 -0
  1419. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yaml +4 -0
  1420. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/yang +17 -0
  1421. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/demos/zig +6 -0
  1422. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatter.rb +112 -0
  1423. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html.rb +56 -0
  1424. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_inline.rb +31 -0
  1425. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_legacy.rb +45 -0
  1426. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_highlighter.rb +24 -0
  1427. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_line_table.rb +51 -0
  1428. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_linewise.rb +22 -0
  1429. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_pygments.rb +18 -0
  1430. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/html_table.rb +51 -0
  1431. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/null.rb +20 -0
  1432. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal256.rb +198 -0
  1433. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/terminal_truecolor.rb +37 -0
  1434. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/formatters/tex.rb +92 -0
  1435. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guesser.rb +57 -0
  1436. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/disambiguation.rb +136 -0
  1437. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/filename.rb +27 -0
  1438. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/glob_mapping.rb +45 -0
  1439. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/mimetype.rb +16 -0
  1440. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/modeline.rb +46 -0
  1441. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/source.rb +31 -0
  1442. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/guessers/util.rb +34 -0
  1443. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexer.rb +535 -0
  1444. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/abap.rb +240 -0
  1445. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/actionscript.rb +196 -0
  1446. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ada.rb +162 -0
  1447. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache.rb +83 -0
  1448. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apache/keywords.rb +24 -0
  1449. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apex.rb +128 -0
  1450. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apiblueprint.rb +49 -0
  1451. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/apple_script.rb +370 -0
  1452. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/armasm.rb +145 -0
  1453. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/augeas.rb +93 -0
  1454. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/awk.rb +162 -0
  1455. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/batchfile.rb +165 -0
  1456. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bbcbasic.rb +112 -0
  1457. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bibtex.rb +115 -0
  1458. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/biml.rb +43 -0
  1459. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bpf.rb +118 -0
  1460. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brainfuck.rb +53 -0
  1461. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/brightscript.rb +147 -0
  1462. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/bsl.rb +82 -0
  1463. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/c.rb +190 -0
  1464. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ceylon.rb +96 -0
  1465. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cfscript.rb +154 -0
  1466. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clean.rb +156 -0
  1467. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/clojure.rb +113 -0
  1468. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmake.rb +218 -0
  1469. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cmhg.rb +34 -0
  1470. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coffeescript.rb +215 -0
  1471. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/common_lisp.rb +346 -0
  1472. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/conf.rb +25 -0
  1473. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/console.rb +190 -0
  1474. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/coq.rb +191 -0
  1475. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cpp.rb +96 -0
  1476. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/crystal.rb +435 -0
  1477. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csharp.rb +114 -0
  1478. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/css.rb +276 -0
  1479. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/csvs.rb +44 -0
  1480. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cuda.rb +35 -0
  1481. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cypher.rb +108 -0
  1482. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/cython.rb +151 -0
  1483. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/d.rb +177 -0
  1484. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dart.rb +105 -0
  1485. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/datastudio.rb +138 -0
  1486. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/diff.rb +37 -0
  1487. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/digdag.rb +70 -0
  1488. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/docker.rb +51 -0
  1489. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/dot.rb +69 -0
  1490. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ecl.rb +175 -0
  1491. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eex.rb +52 -0
  1492. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/eiffel.rb +66 -0
  1493. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elixir.rb +149 -0
  1494. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/elm.rb +90 -0
  1495. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/email.rb +39 -0
  1496. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/epp.rb +51 -0
  1497. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erb.rb +53 -0
  1498. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/erlang.rb +115 -0
  1499. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/escape.rb +58 -0
  1500. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/factor.rb +303 -0
  1501. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fortran.rb +178 -0
  1502. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/freefem.rb +240 -0
  1503. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/fsharp.rb +120 -0
  1504. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gdscript.rb +171 -0
  1505. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_cmm.rb +340 -0
  1506. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ghc_core.rb +152 -0
  1507. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin.rb +140 -0
  1508. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gherkin/keywords.rb +19 -0
  1509. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/glsl.rb +132 -0
  1510. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/go.rb +175 -0
  1511. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/gradle.rb +38 -0
  1512. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/graphql.rb +261 -0
  1513. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/groovy.rb +111 -0
  1514. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hack.rb +49 -0
  1515. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haml.rb +226 -0
  1516. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/handlebars.rb +91 -0
  1517. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haskell.rb +207 -0
  1518. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/haxe.rb +246 -0
  1519. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hcl.rb +163 -0
  1520. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hlsl.rb +166 -0
  1521. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hocon.rb +86 -0
  1522. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hql.rb +139 -0
  1523. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/html.rb +141 -0
  1524. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/http.rb +87 -0
  1525. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/hylang.rb +94 -0
  1526. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/idlang.rb +312 -0
  1527. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/igorpro.rb +664 -0
  1528. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ini.rb +54 -0
  1529. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/io.rb +69 -0
  1530. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/irb.rb +67 -0
  1531. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl.rb +97 -0
  1532. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/isbl/builtins.rb +17 -0
  1533. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/j.rb +244 -0
  1534. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/janet.rb +218 -0
  1535. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/java.rb +91 -0
  1536. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/javascript.rb +285 -0
  1537. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jinja.rb +169 -0
  1538. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsl.rb +67 -0
  1539. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json.rb +72 -0
  1540. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/json_doc.rb +26 -0
  1541. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsonnet.rb +153 -0
  1542. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsp.rb +119 -0
  1543. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/jsx.rb +92 -0
  1544. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/julia.rb +292 -0
  1545. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/kotlin.rb +143 -0
  1546. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso.rb +214 -0
  1547. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lasso/keywords.rb +20 -0
  1548. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/liquid.rb +285 -0
  1549. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_coffeescript.rb +34 -0
  1550. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/literate_haskell.rb +37 -0
  1551. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/livescript.rb +310 -0
  1552. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm.rb +70 -0
  1553. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/llvm/keywords.rb +25 -0
  1554. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua.rb +164 -0
  1555. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lua/keywords.rb +28 -0
  1556. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lustre.rb +79 -0
  1557. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/lutin.rb +33 -0
  1558. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/m68k.rb +143 -0
  1559. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/magik.rb +127 -0
  1560. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/make.rb +135 -0
  1561. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/markdown.rb +182 -0
  1562. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mason.rb +110 -0
  1563. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica.rb +96 -0
  1564. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mathematica/keywords.rb +17 -0
  1565. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab.rb +80 -0
  1566. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/builtins.rb +11 -0
  1567. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/matlab/keywords.rb +15 -0
  1568. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/minizinc.rb +87 -0
  1569. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/moonscript.rb +115 -0
  1570. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mosel.rb +232 -0
  1571. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/msgtrans.rb +26 -0
  1572. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/mxml.rb +69 -0
  1573. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nasm.rb +72 -0
  1574. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nesasm.rb +78 -0
  1575. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nginx.rb +72 -0
  1576. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nim.rb +154 -0
  1577. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/nix.rb +211 -0
  1578. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c.rb +21 -0
  1579. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_c/common.rb +184 -0
  1580. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/objective_cpp.rb +31 -0
  1581. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml.rb +65 -0
  1582. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocaml/common.rb +53 -0
  1583. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ocl.rb +85 -0
  1584. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/openedge.rb +429 -0
  1585. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/opentype_feature_file.rb +97 -0
  1586. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pascal.rb +67 -0
  1587. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/perl.rb +251 -0
  1588. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php.rb +377 -0
  1589. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/php/keywords.rb +202 -0
  1590. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plain_text.rb +27 -0
  1591. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/plist.rb +47 -0
  1592. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/pony.rb +94 -0
  1593. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/postscript.rb +93 -0
  1594. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/powershell.rb +242 -0
  1595. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/praat.rb +351 -0
  1596. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prolog.rb +67 -0
  1597. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/prometheus.rb +123 -0
  1598. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/properties.rb +52 -0
  1599. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/protobuf.rb +71 -0
  1600. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/puppet.rb +129 -0
  1601. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/python.rb +249 -0
  1602. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/q.rb +126 -0
  1603. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/qml.rb +74 -0
  1604. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/r.rb +89 -0
  1605. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/racket.rb +568 -0
  1606. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/reasonml.rb +66 -0
  1607. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rego.rb +60 -0
  1608. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rescript.rb +119 -0
  1609. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/robot_framework.rb +249 -0
  1610. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ruby.rb +454 -0
  1611. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/rust.rb +196 -0
  1612. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sas.rb +563 -0
  1613. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass.rb +75 -0
  1614. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sass/common.rb +182 -0
  1615. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scala.rb +169 -0
  1616. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scheme.rb +113 -0
  1617. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/scss.rb +35 -0
  1618. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sed.rb +173 -0
  1619. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/shell.rb +201 -0
  1620. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sieve.rb +97 -0
  1621. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slice.rb +32 -0
  1622. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/slim.rb +229 -0
  1623. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smalltalk.rb +117 -0
  1624. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/smarty.rb +81 -0
  1625. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sml.rb +345 -0
  1626. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/solidity.rb +185 -0
  1627. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sparql.rb +130 -0
  1628. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf.rb +109 -0
  1629. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sqf/keywords.rb +12 -0
  1630. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/sql.rb +161 -0
  1631. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ssh.rb +33 -0
  1632. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/supercollider.rb +116 -0
  1633. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/swift.rb +186 -0
  1634. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/systemd.rb +34 -0
  1635. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tap.rb +89 -0
  1636. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tcl.rb +193 -0
  1637. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/terraform.rb +128 -0
  1638. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tex.rb +70 -0
  1639. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/toml.rb +106 -0
  1640. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tsx.rb +27 -0
  1641. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/ttcn3.rb +119 -0
  1642. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/tulip.rb +108 -0
  1643. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/turtle.rb +61 -0
  1644. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/twig.rb +40 -0
  1645. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript.rb +23 -0
  1646. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/typescript/common.rb +48 -0
  1647. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vala.rb +78 -0
  1648. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/varnish.rb +168 -0
  1649. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vb.rb +165 -0
  1650. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/velocity.rb +71 -0
  1651. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/verilog.rb +163 -0
  1652. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vhdl.rb +98 -0
  1653. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml.rb +70 -0
  1654. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/viml/keywords.rb +21 -0
  1655. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/vue.rb +127 -0
  1656. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/wollok.rb +103 -0
  1657. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xml.rb +56 -0
  1658. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xojo.rb +61 -0
  1659. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xpath.rb +332 -0
  1660. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/xquery.rb +145 -0
  1661. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yaml.rb +378 -0
  1662. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/yang.rb +147 -0
  1663. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/lexers/zig.rb +139 -0
  1664. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/plugins/redcarpet.rb +37 -0
  1665. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/regex_lexer.rb +498 -0
  1666. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/template_lexer.rb +21 -0
  1667. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/tex_theme_renderer.rb +132 -0
  1668. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/text_analyzer.rb +50 -0
  1669. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/theme.rb +218 -0
  1670. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/base16.rb +132 -0
  1671. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/bw.rb +42 -0
  1672. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/colorful.rb +69 -0
  1673. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/github.rb +73 -0
  1674. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/gruvbox.rb +170 -0
  1675. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/igor_pro.rb +22 -0
  1676. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/magritte.rb +79 -0
  1677. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/molokai.rb +83 -0
  1678. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai.rb +94 -0
  1679. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/monokai_sublime.rb +93 -0
  1680. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/pastie.rb +71 -0
  1681. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/thankful_eyes.rb +76 -0
  1682. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/themes/tulip.rb +71 -0
  1683. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/token.rb +191 -0
  1684. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/util.rb +102 -0
  1685. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/lib/rouge/version.rb +8 -0
  1686. data/vendor/bundle/ruby/2.6.0/gems/rouge-3.26.0/rouge.gemspec +26 -0
  1687. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/LICENSE.md +27 -0
  1688. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/README.md +43 -0
  1689. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec.rb +3 -0
  1690. data/vendor/bundle/ruby/2.6.0/gems/rspec-3.10.0/lib/rspec/version.rb +5 -0
  1691. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/Changelog.md +2327 -0
  1692. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/LICENSE.md +26 -0
  1693. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/README.md +384 -0
  1694. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/exe/rspec +4 -0
  1695. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/autorun.rb +3 -0
  1696. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core.rb +186 -0
  1697. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/backtrace_formatter.rb +65 -0
  1698. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/coordinator.rb +62 -0
  1699. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/example_minimizer.rb +173 -0
  1700. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/fork_runner.rb +138 -0
  1701. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/server.rb +61 -0
  1702. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_command.rb +126 -0
  1703. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/shell_runner.rb +73 -0
  1704. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/bisect/utilities.rb +58 -0
  1705. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration.rb +2372 -0
  1706. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/configuration_options.rb +233 -0
  1707. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/did_you_mean.rb +46 -0
  1708. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/drb.rb +120 -0
  1709. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/dsl.rb +98 -0
  1710. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example.rb +663 -0
  1711. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_group.rb +901 -0
  1712. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/example_status_persister.rb +235 -0
  1713. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/filter_manager.rb +231 -0
  1714. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/flat_map.rb +20 -0
  1715. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters.rb +273 -0
  1716. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_bisect_formatter.rb +45 -0
  1717. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_formatter.rb +70 -0
  1718. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/base_text_formatter.rb +75 -0
  1719. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_drb_formatter.rb +29 -0
  1720. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/bisect_progress_formatter.rb +157 -0
  1721. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/console_codes.rb +68 -0
  1722. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/deprecation_formatter.rb +223 -0
  1723. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/documentation_formatter.rb +102 -0
  1724. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/exception_presenter.rb +521 -0
  1725. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/failure_list_formatter.rb +23 -0
  1726. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/fallback_message_formatter.rb +28 -0
  1727. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/helpers.rb +110 -0
  1728. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_formatter.rb +153 -0
  1729. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_printer.rb +414 -0
  1730. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/html_snippet_extractor.rb +120 -0
  1731. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/json_formatter.rb +102 -0
  1732. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/profile_formatter.rb +68 -0
  1733. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/progress_formatter.rb +29 -0
  1734. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/protocol.rb +182 -0
  1735. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/snippet_extractor.rb +134 -0
  1736. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/formatters/syntax_highlighter.rb +91 -0
  1737. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/hooks.rb +646 -0
  1738. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/invocations.rb +87 -0
  1739. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/memoized_helpers.rb +554 -0
  1740. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata.rb +498 -0
  1741. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/metadata_filter.rb +255 -0
  1742. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/minitest_assertions_adapter.rb +31 -0
  1743. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/flexmock.rb +31 -0
  1744. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/mocha.rb +57 -0
  1745. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/null.rb +14 -0
  1746. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rr.rb +31 -0
  1747. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/mocking_adapters/rspec.rb +32 -0
  1748. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/notifications.rb +521 -0
  1749. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/option_parser.rb +324 -0
  1750. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ordering.rb +158 -0
  1751. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/output_wrapper.rb +29 -0
  1752. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/pending.rb +165 -0
  1753. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/profiler.rb +34 -0
  1754. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer.rb +48 -0
  1755. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/project_initializer/spec/spec_helper.rb +100 -0
  1756. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/rake_task.rb +188 -0
  1757. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/reporter.rb +265 -0
  1758. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/ruby_project.rb +53 -0
  1759. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/runner.rb +212 -0
  1760. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/sandbox.rb +37 -0
  1761. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/set.rb +54 -0
  1762. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_context.rb +55 -0
  1763. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shared_example_group.rb +271 -0
  1764. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/shell_escape.rb +49 -0
  1765. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/test_unit_assertions_adapter.rb +30 -0
  1766. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/version.rb +9 -0
  1767. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/warnings.rb +40 -0
  1768. data/vendor/bundle/ruby/2.6.0/gems/rspec-core-3.10.1/lib/rspec/core/world.rb +277 -0
  1769. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/Changelog.md +1240 -0
  1770. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/LICENSE.md +25 -0
  1771. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/README.md +320 -0
  1772. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations.rb +82 -0
  1773. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/block_snippet_extractor.rb +253 -0
  1774. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/configuration.rb +230 -0
  1775. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/expectation_target.rb +127 -0
  1776. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/fail_with.rb +39 -0
  1777. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/failure_aggregator.rb +212 -0
  1778. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/handler.rb +182 -0
  1779. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/minitest_integration.rb +58 -0
  1780. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/syntax.rb +132 -0
  1781. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/expectations/version.rb +8 -0
  1782. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers.rb +1041 -0
  1783. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/aliased_matcher.rb +116 -0
  1784. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in.rb +53 -0
  1785. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/all.rb +86 -0
  1786. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/base_matcher.rb +193 -0
  1787. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be.rb +191 -0
  1788. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_between.rb +77 -0
  1789. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_instance_of.rb +26 -0
  1790. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_kind_of.rb +20 -0
  1791. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/be_within.rb +72 -0
  1792. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/change.rb +428 -0
  1793. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/compound.rb +276 -0
  1794. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/contain_exactly.rb +302 -0
  1795. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/count_expectation.rb +169 -0
  1796. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/cover.rb +24 -0
  1797. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eq.rb +40 -0
  1798. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/eql.rb +34 -0
  1799. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/equal.rb +81 -0
  1800. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/exist.rb +90 -0
  1801. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/has.rb +167 -0
  1802. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/have_attributes.rb +114 -0
  1803. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/include.rb +206 -0
  1804. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/match.rb +106 -0
  1805. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/operators.rb +128 -0
  1806. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/output.rb +200 -0
  1807. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/raise_error.rb +259 -0
  1808. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/respond_to.rb +200 -0
  1809. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/satisfy.rb +60 -0
  1810. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/start_or_end_with.rb +94 -0
  1811. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/throw_symbol.rb +132 -0
  1812. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/built_in/yield.rb +355 -0
  1813. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/composable.rb +171 -0
  1814. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/dsl.rb +540 -0
  1815. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/english_phrasing.rb +58 -0
  1816. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/expecteds_for_multiple_diffs.rb +82 -0
  1817. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/fail_matchers.rb +42 -0
  1818. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/generated_descriptions.rb +41 -0
  1819. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_delegator.rb +35 -0
  1820. data/vendor/bundle/ruby/2.6.0/gems/rspec-expectations-3.10.1/lib/rspec/matchers/matcher_protocol.rb +99 -0
  1821. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/Changelog.md +1167 -0
  1822. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/LICENSE.md +25 -0
  1823. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/README.md +463 -0
  1824. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks.rb +133 -0
  1825. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance.rb +11 -0
  1826. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/chain.rb +111 -0
  1827. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/error_generator.rb +31 -0
  1828. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expect_chain_chain.rb +31 -0
  1829. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/expectation_chain.rb +50 -0
  1830. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/message_chains.rb +83 -0
  1831. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/proxy.rb +116 -0
  1832. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/recorder.rb +295 -0
  1833. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain.rb +51 -0
  1834. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/any_instance/stub_chain_chain.rb +23 -0
  1835. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_list_matcher.rb +100 -0
  1836. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/argument_matchers.rb +322 -0
  1837. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/configuration.rb +212 -0
  1838. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/error_generator.rb +369 -0
  1839. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/example_methods.rb +434 -0
  1840. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/instance_method_stasher.rb +146 -0
  1841. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/marshal_extension.rb +41 -0
  1842. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/expectation_customization.rb +20 -0
  1843. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/have_received.rb +134 -0
  1844. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive.rb +132 -0
  1845. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_message_chain.rb +82 -0
  1846. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/matchers/receive_messages.rb +77 -0
  1847. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_chain.rb +87 -0
  1848. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/message_expectation.rb +751 -0
  1849. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_double.rb +288 -0
  1850. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/method_reference.rb +202 -0
  1851. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/minitest_integration.rb +68 -0
  1852. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/mutate_const.rb +339 -0
  1853. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/object_reference.rb +149 -0
  1854. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/order_group.rb +81 -0
  1855. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/proxy.rb +519 -0
  1856. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/space.rb +238 -0
  1857. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/standalone.rb +3 -0
  1858. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/syntax.rb +325 -0
  1859. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/targets.rb +124 -0
  1860. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/test_double.rb +171 -0
  1861. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_double.rb +129 -0
  1862. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_message_expectation.rb +54 -0
  1863. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/verifying_proxy.rb +220 -0
  1864. data/vendor/bundle/ruby/2.6.0/gems/rspec-mocks-3.10.2/lib/rspec/mocks/version.rb +9 -0
  1865. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/Changelog.md +332 -0
  1866. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/LICENSE.md +23 -0
  1867. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/README.md +40 -0
  1868. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support.rb +154 -0
  1869. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/caller_filter.rb +83 -0
  1870. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/comparable_version.rb +46 -0
  1871. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/differ.rb +215 -0
  1872. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/directory_maker.rb +63 -0
  1873. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/encoded_string.rb +161 -0
  1874. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/fuzzy_matcher.rb +48 -0
  1875. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/hunk_generator.rb +47 -0
  1876. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/matcher_definition.rb +42 -0
  1877. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/method_signature_verifier.rb +438 -0
  1878. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/mutex.rb +73 -0
  1879. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/object_formatter.rb +275 -0
  1880. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/recursive_const_methods.rb +76 -0
  1881. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/reentrant_mutex.rb +61 -0
  1882. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/ruby_features.rb +191 -0
  1883. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source.rb +85 -0
  1884. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/location.rb +21 -0
  1885. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/node.rb +110 -0
  1886. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/source/token.rb +87 -0
  1887. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec.rb +82 -0
  1888. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/deprecation_helpers.rb +48 -0
  1889. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/diff_helpers.rb +31 -0
  1890. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/formatting_support.rb +9 -0
  1891. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/in_sub_process.rb +67 -0
  1892. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/library_wide_checks.rb +150 -0
  1893. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/shell_out.rb +105 -0
  1894. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/stderr_splitter.rb +75 -0
  1895. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/string_matcher.rb +45 -0
  1896. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_directory.rb +13 -0
  1897. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/spec/with_isolated_stderr.rb +13 -0
  1898. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/version.rb +7 -0
  1899. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/warnings.rb +39 -0
  1900. data/vendor/bundle/ruby/2.6.0/gems/rspec-support-3.10.2/lib/rspec/support/with_keywords_when_needed.rb +33 -0
  1901. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/HISTORY.md +707 -0
  1902. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/LICENSE +18 -0
  1903. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/README.md +669 -0
  1904. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize.rb +244 -0
  1905. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config.rb +60 -0
  1906. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/basic.rb +31 -0
  1907. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/default.rb +118 -0
  1908. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/relaxed.rb +724 -0
  1909. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/config/restricted.rb +9 -0
  1910. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/css.rb +348 -0
  1911. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_cdata.rb +13 -0
  1912. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_comment.rb +13 -0
  1913. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_css.rb +57 -0
  1914. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_doctype.rb +19 -0
  1915. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/transformers/clean_element.rb +223 -0
  1916. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/lib/sanitize/version.rb +5 -0
  1917. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/common.rb +3 -0
  1918. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_comment.rb +47 -0
  1919. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_css.rb +67 -0
  1920. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_doctype.rb +71 -0
  1921. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_clean_element.rb +545 -0
  1922. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_config.rb +65 -0
  1923. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_css.rb +42 -0
  1924. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_malicious_html.rb +235 -0
  1925. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_parser.rb +75 -0
  1926. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize.rb +197 -0
  1927. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_sanitize_css.rb +424 -0
  1928. data/vendor/bundle/ruby/2.6.0/gems/sanitize-6.0.0/test/test_transformers.rb +230 -0
  1929. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Gemfile +20 -0
  1930. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/LICENSE +144 -0
  1931. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/README.md +60 -0
  1932. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/Rakefile +62 -0
  1933. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/examples/bench_cache.rb +35 -0
  1934. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/JRubyCacheBackendLibrary.java +245 -0
  1935. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMap.java +31 -0
  1936. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/ConcurrentHashMapV8.java +3863 -0
  1937. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/LongAdder.java +203 -0
  1938. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/Striped64.java +342 -0
  1939. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/ConcurrentHashMapV8.java +3800 -0
  1940. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/LongAdder.java +204 -0
  1941. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166e/nounsafe/Striped64.java +291 -0
  1942. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/org/jruby/ext/thread_safe/jsr166y/ThreadLocalRandom.java +199 -0
  1943. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/ext/thread_safe/JrubyCacheBackendService.java +15 -0
  1944. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe.rb +65 -0
  1945. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/atomic_reference_cache_backend.rb +908 -0
  1946. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/cache.rb +161 -0
  1947. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/mri_cache_backend.rb +60 -0
  1948. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/non_concurrent_cache_backend.rb +135 -0
  1949. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_cache_backend.rb +77 -0
  1950. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/synchronized_delegator.rb +43 -0
  1951. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util.rb +16 -0
  1952. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/adder.rb +62 -0
  1953. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/atomic_reference.rb +44 -0
  1954. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/cheap_lockable.rb +106 -0
  1955. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/power_of_two_tuple.rb +26 -0
  1956. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/striped64.rb +222 -0
  1957. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile.rb +64 -0
  1958. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/volatile_tuple.rb +46 -0
  1959. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/util/xor_shift_random.rb +41 -0
  1960. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/lib/thread_safe/version.rb +21 -0
  1961. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/spec_helper.rb +31 -0
  1962. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/src/thread_safe/SecurityManager.java +21 -0
  1963. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threads.rb +1 -0
  1964. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/support/threadsafe_test.rb +75 -0
  1965. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/array_spec.rb +18 -0
  1966. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_loops_spec.rb +507 -0
  1967. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/cache_spec.rb +943 -0
  1968. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/hash_spec.rb +17 -0
  1969. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/no_unsafe_spec.rb +27 -0
  1970. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/spec/thread_safe/synchronized_delegator_spec.rb +85 -0
  1971. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/tasks/update_doc.rake +45 -0
  1972. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/thread_safe.gemspec +26 -0
  1973. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/fulldoc/html/css/common.css +125 -0
  1974. data/vendor/bundle/ruby/2.6.0/gems/thread_safe-0.3.6/yard-template/default/layout/html/footer.erb +16 -0
  1975. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/CHANGES.md +824 -0
  1976. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/LICENSE +19 -0
  1977. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/README.md +152 -0
  1978. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/Rakefile +107 -0
  1979. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo.rb +43 -0
  1980. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/annual_rules.rb +51 -0
  1981. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country.rb +196 -0
  1982. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_index_definition.rb +31 -0
  1983. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_info.rb +42 -0
  1984. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/country_timezone.rb +135 -0
  1985. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_source.rb +190 -0
  1986. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone.rb +58 -0
  1987. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/data_timezone_info.rb +55 -0
  1988. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/info_timezone.rb +30 -0
  1989. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone.rb +63 -0
  1990. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/linked_timezone_info.rb +26 -0
  1991. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/offset_rationals.rb +77 -0
  1992. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/posix_time_zone_parser.rb +136 -0
  1993. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_core_support.rb +169 -0
  1994. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_country_info.rb +74 -0
  1995. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/ruby_data_source.rb +140 -0
  1996. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/time_or_datetime.rb +351 -0
  1997. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone.rb +673 -0
  1998. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_definition.rb +36 -0
  1999. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_index_definition.rb +54 -0
  2000. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_info.rb +30 -0
  2001. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_offset.rb +101 -0
  2002. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_period.rb +245 -0
  2003. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_proxy.rb +105 -0
  2004. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition.rb +130 -0
  2005. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/timezone_transition_definition.rb +104 -0
  2006. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_data_timezone_info.rb +274 -0
  2007. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/transition_rule.rb +325 -0
  2008. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_country_info.rb +37 -0
  2009. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_data_source.rb +497 -0
  2010. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/lib/tzinfo/zoneinfo_timezone_info.rb +520 -0
  2011. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_annual_rules.rb +95 -0
  2012. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country.rb +238 -0
  2013. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_index_definition.rb +69 -0
  2014. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_info.rb +16 -0
  2015. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_country_timezone.rb +173 -0
  2016. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_source.rb +218 -0
  2017. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone.rb +99 -0
  2018. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_data_timezone_info.rb +18 -0
  2019. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_info_timezone.rb +34 -0
  2020. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone.rb +155 -0
  2021. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_linked_timezone_info.rb +23 -0
  2022. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_offset_rationals.rb +23 -0
  2023. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_posix_time_zone_parser.rb +261 -0
  2024. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_core_support.rb +168 -0
  2025. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_country_info.rb +110 -0
  2026. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_ruby_data_source.rb +167 -0
  2027. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_time_or_datetime.rb +674 -0
  2028. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone.rb +1361 -0
  2029. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_definition.rb +113 -0
  2030. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_index_definition.rb +73 -0
  2031. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_info.rb +11 -0
  2032. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_london.rb +143 -0
  2033. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_melbourne.rb +142 -0
  2034. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_new_york.rb +142 -0
  2035. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_offset.rb +126 -0
  2036. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_period.rb +555 -0
  2037. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_proxy.rb +136 -0
  2038. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition.rb +366 -0
  2039. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_transition_definition.rb +295 -0
  2040. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_timezone_utc.rb +27 -0
  2041. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_data_timezone_info.rb +433 -0
  2042. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_transition_rule.rb +663 -0
  2043. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_country_info.rb +78 -0
  2044. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_data_source.rb +1204 -0
  2045. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tc_zoneinfo_timezone_info.rb +2153 -0
  2046. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/test_utils.rb +192 -0
  2047. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all.rb +7 -0
  2048. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_ruby.rb +5 -0
  2049. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/ts_all_zoneinfo.rb +9 -0
  2050. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data.rb +8 -0
  2051. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/Argentina/Buenos_Aires.rb +89 -0
  2052. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/America/New_York.rb +327 -0
  2053. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Australia/Melbourne.rb +230 -0
  2054. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/EST.rb +19 -0
  2055. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__m__1.rb +21 -0
  2056. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/GMT__p__1.rb +21 -0
  2057. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Etc/UTC.rb +21 -0
  2058. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Amsterdam.rb +273 -0
  2059. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Andorra.rb +198 -0
  2060. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/London.rb +333 -0
  2061. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Paris.rb +277 -0
  2062. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/Europe/Prague.rb +235 -0
  2063. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/definitions/UTC.rb +16 -0
  2064. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/countries.rb +940 -0
  2065. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/indexes/timezones.rb +609 -0
  2066. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/tzinfo-data/tzinfo/data/version.rb +20 -0
  2067. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/Argentina/Buenos_Aires +0 -0
  2068. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/America/New_York +0 -0
  2069. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Australia/Melbourne +0 -0
  2070. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/EST +0 -0
  2071. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Etc/UTC +0 -0
  2072. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Amsterdam +0 -0
  2073. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Andorra +0 -0
  2074. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/London +0 -0
  2075. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Paris +0 -0
  2076. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Europe/Prague +0 -0
  2077. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/Factory +0 -0
  2078. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/iso3166.tab +274 -0
  2079. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/leapseconds +78 -0
  2080. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posix/Europe/London +0 -0
  2081. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/posixrules +0 -0
  2082. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/right/Europe/London +0 -0
  2083. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone.tab +452 -0
  2084. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/test/zoneinfo/zone1970.tab +384 -0
  2085. data/vendor/bundle/ruby/2.6.0/gems/tzinfo-1.2.9/tzinfo.gemspec +21 -0
  2086. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/MIT-LICENSE +20 -0
  2087. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/README.md +841 -0
  2088. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk.rb +12 -0
  2089. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/error.rb +10 -0
  2090. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/explicit_namespace.rb +81 -0
  2091. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/gem_inflector.rb +17 -0
  2092. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/inflector.rb +46 -0
  2093. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/kernel.rb +64 -0
  2094. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader.rb +812 -0
  2095. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/loader/callbacks.rb +86 -0
  2096. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/real_mod_name.rb +20 -0
  2097. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/registry.rb +136 -0
  2098. data/vendor/bundle/ruby/2.6.0/gems/zeitwerk-2.4.2/lib/zeitwerk/version.rb +5 -0
  2099. data/vendor/bundle/ruby/2.6.0/specifications/activesupport-6.0.4.gemspec +47 -0
  2100. data/vendor/bundle/ruby/2.6.0/specifications/concurrent-ruby-1.1.9.gemspec +24 -0
  2101. data/vendor/bundle/ruby/2.6.0/specifications/crass-1.0.6.gemspec +37 -0
  2102. data/vendor/bundle/ruby/2.6.0/specifications/diff-lcs-1.4.4.gemspec +59 -0
  2103. data/vendor/bundle/ruby/2.6.0/specifications/i18n-0.9.5.gemspec +33 -0
  2104. data/vendor/bundle/ruby/2.6.0/specifications/mini_portile2-2.6.1.gemspec +48 -0
  2105. data/vendor/bundle/ruby/2.6.0/specifications/minitest-5.14.4.gemspec +41 -0
  2106. data/vendor/bundle/ruby/2.6.0/specifications/mumuki-emojis-1.1.1.gemspec +38 -0
  2107. data/vendor/bundle/ruby/2.6.0/specifications/mumukit-core-1.18.0.gemspec +0 -0
  2108. data/vendor/bundle/ruby/2.6.0/specifications/nokogiri-1.12.3-x86_64-linux.gemspec +72 -0
  2109. data/vendor/bundle/ruby/2.6.0/specifications/racc-1.5.2.gemspec +26 -0
  2110. data/vendor/bundle/ruby/2.6.0/specifications/rack-2.2.3.gemspec +46 -0
  2111. data/vendor/bundle/ruby/2.6.0/specifications/rake-12.3.3.gemspec +49 -0
  2112. data/vendor/bundle/ruby/2.6.0/specifications/redcarpet-3.3.4.gemspec +41 -0
  2113. data/vendor/bundle/ruby/2.6.0/specifications/rouge-3.26.0.gemspec +24 -0
  2114. data/vendor/bundle/ruby/2.6.0/specifications/rspec-3.10.0.gemspec +43 -0
  2115. data/vendor/bundle/ruby/2.6.0/specifications/rspec-core-3.10.1.gemspec +63 -0
  2116. data/vendor/bundle/ruby/2.6.0/specifications/rspec-expectations-3.10.1.gemspec +51 -0
  2117. data/vendor/bundle/ruby/2.6.0/specifications/rspec-mocks-3.10.2.gemspec +51 -0
  2118. data/vendor/bundle/ruby/2.6.0/specifications/rspec-support-3.10.2.gemspec +39 -0
  2119. data/vendor/bundle/ruby/2.6.0/specifications/sanitize-6.0.0.gemspec +42 -0
  2120. data/vendor/bundle/ruby/2.6.0/specifications/thread_safe-0.3.6.gemspec +38 -0
  2121. data/vendor/bundle/ruby/2.6.0/specifications/tzinfo-1.2.9.gemspec +37 -0
  2122. data/vendor/bundle/ruby/2.6.0/specifications/zeitwerk-2.4.2.gemspec +22 -0
  2123. metadata +2124 -4
@@ -0,0 +1,96 @@
1
+ # -*- coding: utf-8 -*- #
2
+ # frozen_string_literal: true
3
+
4
+ module Rouge
5
+ module Lexers
6
+ class Mathematica < RegexLexer
7
+ title "Mathematica"
8
+ desc "Wolfram Mathematica, the world's definitive system for modern technical computing."
9
+ tag 'mathematica'
10
+ aliases 'wl'
11
+ filenames '*.m', '*.wl'
12
+ mimetypes 'application/vnd.wolfram.mathematica.package', 'application/vnd.wolfram.wl'
13
+
14
+ # Mathematica has various input forms for numbers. We need to handle numbers in bases, precision, accuracy,
15
+ # and *^ scientific notation. All this works for integers and real numbers. Some examples
16
+ # 1 1234567 1.1 .3 0.2 1*^10 2*^+10 3*^-10
17
+ # 1`1 1``1 1.2` 1.2``1.234*^-10 1.2``1.234*^+10 1.2``1.234*^10
18
+ # 2^^01001 10^^1.2``20.1234*^-10
19
+ base = /(?:\d+)/
20
+ number = /(?:\.\d+|\d+\.\d*|\d+)/
21
+ number_base = /(?:\.\w+|\w+\.\w*|\w+)/
22
+ precision = /`(`?#{number})?/
23
+
24
+ operators = /[+\-*\/|,;.:@~=><&`'^?!_%]/
25
+ braces = /[\[\](){}]/
26
+
27
+ string = /"(\\\\|\\"|[^"])*"/
28
+
29
+ # symbols and namespaced symbols. Note the special form \[Gamma] for named characters. These are also symbols.
30
+ # Module With Block Integrate Table Plot
31
+ # x32 $x x$ $Context` Context123`$x `Private`Context
32
+ # \[Gamma] \[Alpha]x32 Context`\[Xi]
33
+ identifier = /[a-zA-Z$][$a-zA-Z0-9]*/
34
+ named_character = /\\\[#{identifier}\]/
35
+ symbol = /(#{identifier}|#{named_character})+/
36
+ context_symbol = /`?#{symbol}(`#{symbol})*`?/
37
+
38
+ # Slots for pure functions.
39
+ # Examples: # ## #1 ##3 #Test #"Test" #[Test] #["Test"]
40
+ association_slot = /#(#{identifier}|\"#{identifier}\")/
41
+ slot = /#{association_slot}|#[0-9]*/
42
+
43
+ # Handling of message like symbol::usage or symbol::"argx"
44
+ message = /::(#{identifier}|#{string})/
45
+
46
+ # Highlighting of the special in and out markers that are prepended when you copy a cell
47
+ in_out = /(In|Out)\[[0-9]+\]:?=/
48
+
49
+ # Although Module, With and Block are normal built-in symbols, we give them a special treatment as they are
50
+ # the most important expressions for defining local variables
51
+ def self.keywords
52
+ @keywords = Set.new %w(
53
+ Module With Block
54
+ )
55
+ end
56
+
57
+ # The list of built-in symbols comes from a wolfram server and is created automatically by rake
58
+ def self.builtins
59
+ Kernel::load File.join(Lexers::BASE_DIR, 'mathematica/keywords.rb')
60
+ builtins
61
+ end
62
+
63
+ state :root do
64
+ rule %r/\s+/, Text::Whitespace
65
+ rule %r/\(\*/, Comment, :comment
66
+ rule %r/#{base}\^\^#{number_base}#{precision}?(\*\^[+-]?\d+)?/, Num # a number with a base
67
+ rule %r/(?:#{number}#{precision}?(?:\*\^[+-]?\d+)?)/, Num # all other numbers
68
+ rule message, Name::Tag
69
+ rule in_out, Generic::Prompt
70
+ rule %r/#{context_symbol}/m do |m|
71
+ match = m[0]
72
+ if self.class.keywords.include? match
73
+ token Name::Builtin::Pseudo
74
+ elsif self.class.builtins.include? match
75
+ token Name::Builtin
76
+ else
77
+ token Name::Variable
78
+ end
79
+ end
80
+ rule slot, Name::Function
81
+ rule operators, Operator
82
+ rule braces, Punctuation
83
+ rule string, Str
84
+ end
85
+
86
+ # Allow for nested comments and special treatment of ::Section:: or :Author: markup
87
+ state :comment do
88
+ rule %r/\(\*/, Comment, :comment
89
+ rule %r/\*\)/, Comment, :pop!
90
+ rule %r/::#{identifier}::/, Comment::Preproc
91
+ rule %r/[ ]:(#{identifier}|[^\S])+:[ ]/, Comment::Preproc
92
+ rule %r/./, Comment
93
+ end
94
+ end
95
+ end
96
+ end
@@ -0,0 +1,17 @@
1
+ # -*- coding: utf-8 -*- #
2
+ # frozen_string_literal: true
3
+
4
+ # DO NOT EDIT
5
+
6
+ # This file is automatically generated by `rake builtins:mathematica`.
7
+ # See tasks/builtins/mathematica.rake for more info.
8
+
9
+ module Rouge
10
+ module Lexers
11
+ class Mathematica
12
+ def self.builtins
13
+ @builtins ||= Set.new ["AASTriangle", "AngleVector", "AsymptoticDSolveValue", "AbelianGroup", "AngularGauge", "AsymptoticEqual", "Abort", "Animate", "AsymptoticEquivalent", "AbortKernels", "AnimationDirection", "AsymptoticGreater", "AbortProtect", "AnimationRate", "AsymptoticGreaterEqual", "Above", "AnimationRepetitions", "AsymptoticIntegrate", "Abs", "AnimationRunning", "AsymptoticLess", "AbsArg", "AnimationRunTime", "AsymptoticLessEqual", "AbsArgPlot", "AnimationTimeIndex", "AsymptoticOutputTracker", "AbsoluteCorrelation", "Animator", "AsymptoticProduct", "AbsoluteCorrelationFunction", "Annotate", "AsymptoticRSolveValue", "AbsoluteCurrentValue", "Annotation", "AsymptoticSolve", "AbsoluteDashing", "AnnotationDelete", "AsymptoticSum", "AbsoluteFileName", "AnnotationKeys", "Asynchronous", "AbsoluteOptions", "AnnotationRules", "Atom", "AbsolutePointSize", "AnnotationValue", "AtomCoordinates", "AbsoluteThickness", "Annuity", "AtomCount", "AbsoluteTime", "AnnuityDue", "AtomDiagramCoordinates", "AbsoluteTiming", "Annulus", "AtomList", "AcceptanceThreshold", "AnomalyDetection", "AtomQ", "AccountingForm", "AnomalyDetector", "AttentionLayer", "Accumulate", "AnomalyDetectorFunction", "Attributes", "Accuracy", "Anonymous", "Audio", "AccuracyGoal", "Antialiasing", "AudioAmplify", "ActionMenu", "AntihermitianMatrixQ", "AudioAnnotate", "Activate", "Antisymmetric", "AudioAnnotationLookup", "ActiveClassification", "AntisymmetricMatrixQ", "AudioBlockMap", "ActiveClassificationObject", "Antonyms", "AudioCapture", "ActivePrediction", "AnyOrder", "AudioChannelAssignment", "ActivePredictionObject", "AnySubset", "AudioChannelCombine", "ActiveStyle", "AnyTrue", "AudioChannelMix", "AcyclicGraphQ", "Apart", "AudioChannels", "AddSides", "ApartSquareFree", "AudioChannelSeparate", "AddTo", "APIFunction", "AudioData", "AddToSearchIndex", "Appearance", "AudioDelay", "AddUsers", "AppearanceElements", "AudioDelete", "AdjacencyGraph", "AppearanceRules", "AudioDistance", "AdjacencyList", "AppellF1", "AudioEncoding", "AdjacencyMatrix", "Append", "AudioFade", "AdjacentMeshCells", "AppendLayer", "AudioFrequencyShift", "AdjustmentBox", "AppendTo", "AudioGenerator", "AdjustmentBoxOptions", "Apply", "AudioIdentify", "AdjustTimeSeriesForecast", "ApplySides", "AudioInputDevice", "AdministrativeDivisionData", "ArcCos", "AudioInsert", "AffineHalfSpace", "ArcCosh", "AudioInstanceQ", "AffineSpace", "ArcCot", "AudioIntervals", "AffineStateSpaceModel", "ArcCoth", "AudioJoin", "AffineTransform", "ArcCsc", "AudioLabel", "After", "ArcCsch", "AudioLength", "AggregatedEntityClass", "ArcCurvature", "AudioLocalMeasurements", "AggregationLayer", "ARCHProcess", "AudioLoudness", "AircraftData", "ArcLength", "AudioMeasurements", "AirportData", "ArcSec", "AudioNormalize", "AirPressureData", "ArcSech", "AudioOutputDevice", "AirTemperatureData", "ArcSin", "AudioOverlay", "AiryAi", "ArcSinDistribution", "AudioPad", "AiryAiPrime", "ArcSinh", "AudioPan", "AiryAiZero", "ArcTan", "AudioPartition", "AiryBi", "ArcTanh", "AudioPause", "AiryBiPrime", "Area", "AudioPitchShift", "AiryBiZero", "Arg", "AudioPlay", "AlgebraicIntegerQ", "ArgMax", "AudioPlot", "AlgebraicNumber", "ArgMin", "AudioQ", "AlgebraicNumberDenominator", "ARIMAProcess", "AudioRecord", "AlgebraicNumberNorm", "ArithmeticGeometricMean", "AudioReplace", "AlgebraicNumberPolynomial", "ARMAProcess", "AudioResample", "AlgebraicNumberTrace", "Around", "AudioReverb", "Algebraics", "AroundReplace", "AudioReverse", "AlgebraicUnitQ", "ARProcess", "AudioSampleRate", "Alignment", "Array", "AudioSpectralMap", "AlignmentPoint", "ArrayComponents", "AudioSpectralTransformation", "All", "ArrayDepth", "AudioSplit", "AllowedCloudExtraParameters", "ArrayFilter", "AudioStop", "AllowedCloudParameterExtensions", "ArrayFlatten", "AudioStream", "AllowedDimensions", "ArrayMesh", "AudioStreams", "AllowedFrequencyRange", "ArrayPad", "AudioTimeStretch", "AllowedHeads", "ArrayPlot", "AudioTracks", "AllowGroupClose", "ArrayQ", "AudioTrim", "AllowInlineCells", "ArrayResample", "AudioType", "AllowLooseGrammar", "ArrayReshape", "AugmentedPolyhedron", "AllowReverseGroupClose", "ArrayRules", "AugmentedSymmetricPolynomial", "AllowVersionUpdate", "Arrays", "Authentication", "AllTrue", "Arrow", "AuthenticationDialog", "Alphabet", "Arrowheads", "AutoAction", "AlphabeticOrder", "ASATriangle", "Autocomplete", "AlphabeticSort", "Ask", "AutocompletionFunction", "AlphaChannel", "AskAppend", "AutoCopy", "AlternatingFactorial", "AskConfirm", "AutocorrelationTest", "AlternatingGroup", "AskDisplay", "AutoDelete", "AlternativeHypothesis", "AskedQ", "AutoIndent", "Alternatives", "AskedValue", "AutoItalicWords", "AltitudeMethod", "AskFunction", "Automatic", "AmbiguityFunction", "AskState", "AutoMultiplicationSymbol", "AmbiguityList", "AskTemplateDisplay", "AutoRefreshed", "AnatomyData", "AspectRatio", "AutoRemove", "AnatomyPlot3D", "Assert", "AutorunSequencing", "AnatomySkinStyle", "AssociateTo", "AutoScroll", "AnatomyStyling", "Association", "AutoSpacing", "AnchoredSearch", "AssociationFormat", "AutoSubmitting", "And", "AssociationMap", "Axes", "AndersonDarlingTest", "AssociationQ", "AxesEdge", "AngerJ", "AssociationThread", "AxesLabel", "AngleBisector", "AssumeDeterministic", "AxesOrigin", "AngleBracket", "Assuming", "AxesStyle", "AnglePath", "Assumptions", "AxiomaticTheory", "AnglePath3D", "Asymptotic", "Axis", "BabyMonsterGroupB", "BezierFunction", "BooleanCountingFunction", "Back", "BilateralFilter", "BooleanFunction", "Background", "Binarize", "BooleanGraph", "Backslash", "BinaryDeserialize", "BooleanMaxterms", "Backward", "BinaryDistance", "BooleanMinimize", "Ball", "BinaryFormat", "BooleanMinterms", "Band", "BinaryImageQ", "BooleanQ", "BandpassFilter", "BinaryRead", "BooleanRegion", "BandstopFilter", "BinaryReadList", "Booleans", "BarabasiAlbertGraphDistribution", "BinarySerialize", "BooleanStrings", "BarChart", "BinaryWrite", "BooleanTable", "BarChart3D", "BinCounts", "BooleanVariables", "BarcodeImage", "BinLists", "BorderDimensions", "BarcodeRecognize", "Binomial", "BorelTannerDistribution", "BaringhausHenzeTest", "BinomialDistribution", "Bottom", "BarLegend", "BinomialProcess", "BottomHatTransform", "BarlowProschanImportance", "BinormalDistribution", "BoundaryDiscretizeGraphics", "BarnesG", "BiorthogonalSplineWavelet", "BoundaryDiscretizeRegion", "BarOrigin", "BipartiteGraphQ", "BoundaryMesh", "BarSpacing", "BiquadraticFilterModel", "BoundaryMeshRegion", "BartlettHannWindow", "BirnbaumImportance", "BoundaryMeshRegionQ", "BartlettWindow", "BirnbaumSaundersDistribution", "BoundaryStyle", "BaseDecode", "BitAnd", "BoundedRegionQ", "BaseEncode", "BitClear", "BoundingRegion", "BaseForm", "BitGet", "BoxData", "Baseline", "BitLength", "Boxed", "BaselinePosition", "BitNot", "Boxes", "BaseStyle", "BitOr", "BoxMatrix", "BasicRecurrentLayer", "BitSet", "BoxObject", "BatchNormalizationLayer", "BitShiftLeft", "BoxRatios", "BatchSize", "BitShiftRight", "BoxStyle", "BatesDistribution", "BitXor", "BoxWhiskerChart", "BattleLemarieWavelet", "BiweightLocation", "BracketingBar", "BayesianMaximization", "BiweightMidvariance", "BrayCurtisDistance", "BayesianMaximizationObject", "Black", "BreadthFirstScan", "BayesianMinimization", "BlackmanHarrisWindow", "Break", "BayesianMinimizationObject", "BlackmanNuttallWindow", "BridgeData", "Because", "BlackmanWindow", "BrightnessEqualize", "BeckmannDistribution", "Blank", "BroadcastStationData", "Beep", "BlankNullSequence", "Brown", "Before", "BlankSequence", "BrownForsytheTest", "Begin", "Blend", "BrownianBridgeProcess", "BeginDialogPacket", "Block", "BSplineBasis", "BeginPackage", "BlockchainAddressData", "BSplineCurve", "BellB", "BlockchainBase", "BSplineFunction", "BellY", "BlockchainBlockData", "BSplineSurface", "Below", "BlockchainContractValue", "BubbleChart", "BenfordDistribution", "BlockchainData", "BubbleChart3D", "BeniniDistribution", "BlockchainGet", "BubbleScale", "BenktanderGibratDistribution", "BlockchainKeyEncode", "BubbleSizes", "BenktanderWeibullDistribution", "BlockchainPut", "BuildingData", "BernoulliB", "BlockchainTokenData", "BulletGauge", "BernoulliDistribution", "BlockchainTransaction", "BusinessDayQ", "BernoulliGraphDistribution", "BlockchainTransactionData", "ButterflyGraph", "BernoulliProcess", "BlockchainTransactionSign", "ButterworthFilterModel", "BernsteinBasis", "BlockchainTransactionSubmit", "Button", "BesselFilterModel", "BlockMap", "ButtonBar", "BesselI", "BlockRandom", "ButtonBox", "BesselJ", "BlomqvistBeta", "ButtonBoxOptions", "BesselJZero", "BlomqvistBetaTest", "ButtonData", "BesselK", "Blue", "ButtonFunction", "BesselY", "Blur", "ButtonMinHeight", "BesselYZero", "BodePlot", "ButtonNotebook", "Beta", "BohmanWindow", "ButtonSource", "BetaBinomialDistribution", "Bold", "Byte", "BetaDistribution", "Bond", "ByteArray", "BetaNegativeBinomialDistribution", "BondCount", "ByteArrayFormat", "BetaPrimeDistribution", "BondList", "ByteArrayQ", "BetaRegularized", "BondQ", "ByteArrayToString", "Between", "Bookmarks", "ByteCount", "BetweennessCentrality", "Boole", "ByteOrdering", "BeveledPolyhedron", "BooleanConsecutiveFunction", "BezierCurve", "BooleanConvert", "C", "ClearSystemCache", "Construct", "CachePersistence", "ClebschGordan", "Containing", "CalendarConvert", "ClickPane", "ContainsAll", "CalendarData", "Clip", "ContainsAny", "CalendarType", "ClippingStyle", "ContainsExactly", "Callout", "ClipPlanes", "ContainsNone", "CalloutMarker", "ClipPlanesStyle", "ContainsOnly", "CalloutStyle", "ClipRange", "ContentFieldOptions", "CallPacket", "Clock", "ContentLocationFunction", "CanberraDistance", "ClockGauge", "ContentObject", "Cancel", "Close", "ContentPadding", "CancelButton", "CloseKernels", "ContentSelectable", "CandlestickChart", "ClosenessCentrality", "ContentSize", "CanonicalGraph", "Closing", "Context", "CanonicalizePolygon", "CloudAccountData", "Contexts", "CanonicalizePolyhedron", "CloudBase", "ContextToFileName", "CanonicalName", "CloudConnect", "Continue", "CanonicalWarpingCorrespondence", "CloudDeploy", "ContinuedFraction", "CanonicalWarpingDistance", "CloudDirectory", "ContinuedFractionK", "CantorMesh", "CloudDisconnect", "ContinuousAction", "CantorStaircase", "CloudEvaluate", "ContinuousMarkovProcess", "Cap", "CloudExport", "ContinuousTask", "CapForm", "CloudExpression", "ContinuousTimeModelQ", "CapitalDifferentialD", "CloudExpressions", "ContinuousWaveletData", "Capitalize", "CloudFunction", "ContinuousWaveletTransform", "CapsuleShape", "CloudGet", "ContourDetect", "CaptureRunning", "CloudImport", "ContourLabels", "CarlemanLinearize", "CloudLoggingData", "ContourPlot", "CarmichaelLambda", "CloudObject", "ContourPlot3D", "CaseOrdering", "CloudObjectNameFormat", "Contours", "Cases", "CloudObjects", "ContourShading", "CaseSensitive", "CloudObjectURLType", "ContourStyle", "Cashflow", "CloudPublish", "ContraharmonicMean", "Casoratian", "CloudPut", "ContrastiveLossLayer", "Catalan", "CloudRenderingMethod", "Control", "CatalanNumber", "CloudSave", "ControlActive", "Catch", "CloudShare", "ControllabilityGramian", "CategoricalDistribution", "CloudSubmit", "ControllabilityMatrix", "Catenate", "CloudSymbol", "ControllableDecomposition", "CatenateLayer", "CloudUnshare", "ControllableModelQ", "CauchyDistribution", "ClusterClassify", "ControllerInformation", "CauchyWindow", "ClusterDissimilarityFunction", "ControllerLinking", "CayleyGraph", "ClusteringComponents", "ControllerManipulate", "CDF", "ClusteringTree", "ControllerMethod", "CDFDeploy", "CMYKColor", "ControllerPath", "CDFWavelet", "CodeAssistOptions", "ControllerState", "Ceiling", "Coefficient", "ControlPlacement", "CelestialSystem", "CoefficientArrays", "ControlsRendering", "Cell", "CoefficientList", "ControlType", "CellAutoOverwrite", "CoefficientRules", "Convergents", "CellBaseline", "CoifletWavelet", "ConversionRules", "CellBracketOptions", "Collect", "ConvexHullMesh", "CellChangeTimes", "Colon", "ConvexPolygonQ", "CellContext", "ColorBalance", "ConvexPolyhedronQ", "CellDingbat", "ColorCombine", "ConvolutionLayer", "CellDynamicExpression", "ColorConvert", "Convolve", "CellEditDuplicate", "ColorCoverage", "ConwayGroupCo1", "CellEpilog", "ColorData", "ConwayGroupCo2", "CellEvaluationDuplicate", "ColorDataFunction", "ConwayGroupCo3", "CellEvaluationFunction", "ColorDetect", "CookieFunction", "CellEventActions", "ColorDistance", "CoordinateBoundingBox", "CellFrame", "ColorFunction", "CoordinateBoundingBoxArray", "CellFrameColor", "ColorFunctionScaling", "CoordinateBounds", "CellFrameLabelMargins", "Colorize", "CoordinateBoundsArray", "CellFrameLabels", "ColorNegate", "CoordinateChartData", "CellFrameMargins", "ColorProfileData", "CoordinatesToolOptions", "CellGroup", "ColorQ", "CoordinateTransform", "CellGroupData", "ColorQuantize", "CoordinateTransformData", "CellGrouping", "ColorReplace", "CoprimeQ", "CellID", "ColorRules", "Coproduct", "CellLabel", "ColorSeparate", "CopulaDistribution", "CellLabelAutoDelete", "ColorSetter", "Copyable", "CellLabelStyle", "ColorSlider", "CopyDatabin", "CellMargins", "ColorsNear", "CopyDirectory", "CellObject", "ColorSpace", "CopyFile", "CellOpen", "ColorToneMapping", "CopyToClipboard", "CellPrint", "Column", "CornerFilter", "CellProlog", "ColumnAlignments", "CornerNeighbors", "Cells", "ColumnLines", "Correlation", "CellStyle", "ColumnsEqual", "CorrelationDistance", "CellTags", "ColumnSpacings", "CorrelationFunction", "CellularAutomaton", "ColumnWidths", "CorrelationTest", "CensoredDistribution", "CombinedEntityClass", "Cos", "Censoring", "CombinerFunction", "Cosh", "Center", "CometData", "CoshIntegral", "CenterArray", "Commonest", "CosineDistance", "CenterDot", "CommonestFilter", "CosineWindow", "CentralFeature", "CommonName", "CosIntegral", "CentralMoment", "CommonUnits", "Cot", "CentralMomentGeneratingFunction", "CommunityBoundaryStyle", "Coth", "Cepstrogram", "CommunityGraphPlot", "Count", "CepstrogramArray", "CommunityLabels", "CountDistinct", "CepstrumArray", "CommunityRegionStyle", "CountDistinctBy", "CForm", "CompanyData", "CountRoots", "ChampernowneNumber", "CompatibleUnitQ", "CountryData", "ChannelBase", "CompilationOptions", "Counts", "ChannelBrokerAction", "CompilationTarget", "CountsBy", "ChannelHistoryLength", "Compile", "Covariance", "ChannelListen", "Compiled", "CovarianceEstimatorFunction", "ChannelListener", "CompiledCodeFunction", "CovarianceFunction", "ChannelListeners", "CompiledFunction", "CoxianDistribution", "ChannelObject", "CompilerOptions", "CoxIngersollRossProcess", "ChannelReceiverFunction", "Complement", "CoxModel", "ChannelSend", "ComplementedEntityClass", "CoxModelFit", "ChannelSubscribers", "CompleteGraph", "CramerVonMisesTest", "ChanVeseBinarize", "CompleteGraphQ", "CreateArchive", "Character", "CompleteKaryTree", "CreateCellID", "CharacterCounts", "Complex", "CreateChannel", "CharacterEncoding", "ComplexContourPlot", "CreateCloudExpression", "CharacteristicFunction", "Complexes", "CreateDatabin", "CharacteristicPolynomial", "ComplexExpand", "CreateDataStructure", "CharacterName", "ComplexInfinity", "CreateDataSystemModel", "CharacterNormalize", "ComplexityFunction", "CreateDialog", "CharacterRange", "ComplexListPlot", "CreateDirectory", "Characters", "ComplexPlot", "CreateDocument", "ChartBaseStyle", "ComplexPlot3D", "CreateFile", "ChartElementFunction", "ComplexRegionPlot", "CreateIntermediateDirectories", "ChartElements", "ComplexStreamPlot", "CreateManagedLibraryExpression", "ChartLabels", "ComplexVectorPlot", "CreateNotebook", "ChartLayout", "ComponentMeasurements", "CreatePacletArchive", "ChartLegends", "ComposeList", "CreatePalette", "ChartStyle", "ComposeSeries", "CreatePermissionsGroup", "Chebyshev1FilterModel", "CompositeQ", "CreateSearchIndex", "Chebyshev2FilterModel", "Composition", "CreateSystemModel", "ChebyshevT", "CompoundElement", "CreateUUID", "ChebyshevU", "CompoundExpression", "CreateWindow", "Check", "CompoundPoissonDistribution", "CriterionFunction", "CheckAbort", "CompoundPoissonProcess", "CriticalityFailureImportance", "Checkbox", "CompoundRenewalProcess", "CriticalitySuccessImportance", "CheckboxBar", "Compress", "CriticalSection", "ChemicalData", "CompressionLevel", "Cross", "ChessboardDistance", "ComputeUncertainty", "CrossEntropyLossLayer", "ChiDistribution", "Condition", "CrossingCount", "ChineseRemainder", "ConditionalExpression", "CrossingDetect", "ChiSquareDistribution", "Conditioned", "CrossingPolygon", "ChoiceButtons", "Cone", "CrossMatrix", "ChoiceDialog", "ConfidenceLevel", "Csc", "CholeskyDecomposition", "ConfidenceRange", "Csch", "Chop", "ConfidenceTransform", "CTCLossLayer", "ChromaticityPlot", "ConformAudio", "Cube", "ChromaticityPlot3D", "ConformImages", "CubeRoot", "ChromaticPolynomial", "Congruent", "Cubics", "Circle", "ConicHullRegion", "Cuboid", "CircleDot", "ConicOptimization", "Cumulant", "CircleMinus", "Conjugate", "CumulantGeneratingFunction", "CirclePlus", "ConjugateTranspose", "Cup", "CirclePoints", "Conjunction", "CupCap", "CircleThrough", "ConnectedComponents", "Curl", "CircleTimes", "ConnectedGraphComponents", "CurrencyConvert", "CirculantGraph", "ConnectedGraphQ", "CurrentDate", "CircularOrthogonalMatrixDistribution", "ConnectedMeshComponents", "CurrentImage", "CircularQuaternionMatrixDistribution", "ConnectedMoleculeComponents", "CurrentNotebookImage", "CircularRealMatrixDistribution", "ConnectedMoleculeQ", "CurrentScreenImage", "CircularSymplecticMatrixDistribution", "ConnectionSettings", "CurrentValue", "CircularUnitaryMatrixDistribution", "ConnectLibraryCallbackFunction", "CurryApplied", "Circumsphere", "ConnectSystemModelComponents", "CurvatureFlowFilter", "CityData", "ConnesWindow", "CurveClosed", "ClassifierFunction", "ConoverTest", "Cyan", "ClassifierMeasurements", "Constant", "CycleGraph", "ClassifierMeasurementsObject", "ConstantArray", "CycleIndexPolynomial", "Classify", "ConstantArrayLayer", "Cycles", "ClassPriors", "ConstantImage", "CyclicGroup", "Clear", "ConstantPlusLayer", "Cyclotomic", "ClearAll", "ConstantRegionQ", "Cylinder", "ClearAttributes", "Constants", "CylindricalDecomposition", "ClearCookies", "ConstantTimesLayer", "ClearPermissions", "ConstellationData", "D", "DeleteFile", "DiscreteLyapunovSolve", "DagumDistribution", "DeleteMissing", "DiscreteMarkovProcess", "DamData", "DeleteObject", "DiscreteMaxLimit", "DamerauLevenshteinDistance", "DeletePermissionsKey", "DiscreteMinLimit", "Darker", "DeleteSearchIndex", "DiscretePlot", "Dashed", "DeleteSmallComponents", "DiscretePlot3D", "Dashing", "DeleteStopwords", "DiscreteRatio", "DatabaseConnect", "DelimitedSequence", "DiscreteRiccatiSolve", "DatabaseDisconnect", "Delimiter", "DiscreteShift", "DatabaseReference", "DelimiterFlashTime", "DiscreteTimeModelQ", "Databin", "Delimiters", "DiscreteUniformDistribution", "DatabinAdd", "DeliveryFunction", "DiscreteVariables", "DatabinRemove", "Dendrogram", "DiscreteWaveletData", "Databins", "Denominator", "DiscreteWaveletPacketTransform", "DatabinUpload", "DensityHistogram", "DiscreteWaveletTransform", "DataDistribution", "DensityPlot", "DiscretizeGraphics", "DataRange", "DensityPlot3D", "DiscretizeRegion", "DataReversed", "DependentVariables", "Discriminant", "Dataset", "Deploy", "DisjointQ", "DataStructure", "Deployed", "Disjunction", "DataStructureQ", "Depth", "Disk", "DateBounds", "DepthFirstScan", "DiskMatrix", "Dated", "Derivative", "DiskSegment", "DateDifference", "DerivativeFilter", "Dispatch", "DatedUnit", "DerivedKey", "DispersionEstimatorFunction", "DateFormat", "DescriptorStateSpace", "DisplayAllSteps", "DateFunction", "DesignMatrix", "DisplayEndPacket", "DateHistogram", "Det", "DisplayForm", "DateInterval", "DeviceClose", "DisplayFunction", "DateList", "DeviceConfigure", "DisplayPacket", "DateListLogPlot", "DeviceExecute", "DistanceFunction", "DateListPlot", "DeviceExecuteAsynchronous", "DistanceMatrix", "DateListStepPlot", "DeviceObject", "DistanceTransform", "DateObject", "DeviceOpen", "Distribute", "DateObjectQ", "DeviceRead", "Distributed", "DateOverlapsQ", "DeviceReadBuffer", "DistributedContexts", "DatePattern", "DeviceReadLatest", "DistributeDefinitions", "DatePlus", "DeviceReadList", "DistributionChart", "DateRange", "DeviceReadTimeSeries", "DistributionFitTest", "DateReduction", "Devices", "DistributionParameterAssumptions", "DateString", "DeviceStreams", "DistributionParameterQ", "DateTicksFormat", "DeviceWrite", "Dithering", "DateValue", "DeviceWriteBuffer", "Div", "DateWithinQ", "DGaussianWavelet", "Divide", "DaubechiesWavelet", "Diagonal", "DivideBy", "DavisDistribution", "DiagonalizableMatrixQ", "Dividers", "DawsonF", "DiagonalMatrix", "DivideSides", "DayCount", "DiagonalMatrixQ", "Divisible", "DayCountConvention", "Dialog", "Divisors", "DayHemisphere", "DialogInput", "DivisorSigma", "DaylightQ", "DialogNotebook", "DivisorSum", "DayMatchQ", "DialogProlog", "DMSList", "DayName", "DialogReturn", "DMSString", "DayNightTerminator", "DialogSymbols", "Do", "DayPlus", "Diamond", "DockedCells", "DayRange", "DiamondMatrix", "DocumentGenerator", "DayRound", "DiceDissimilarity", "DocumentGeneratorInformation", "DeBruijnGraph", "DictionaryLookup", "DocumentGenerators", "DeBruijnSequence", "DictionaryWordQ", "DocumentNotebook", "Decapitalize", "DifferenceDelta", "DocumentWeightingRules", "DecimalForm", "DifferenceQuotient", "Dodecahedron", "DeclarePackage", "DifferenceRoot", "DominantColors", "Decompose", "DifferenceRootReduce", "Dot", "DeconvolutionLayer", "Differences", "DotDashed", "Decrement", "DifferentialD", "DotEqual", "Decrypt", "DifferentialRoot", "DotLayer", "DecryptFile", "DifferentialRootReduce", "Dotted", "DedekindEta", "DifferentiatorFilter", "DoubleBracketingBar", "DeepSpaceProbeData", "DigitalSignature", "DoubleDownArrow", "Default", "DigitBlock", "DoubleLeftArrow", "DefaultAxesStyle", "DigitCharacter", "DoubleLeftRightArrow", "DefaultBaseStyle", "DigitCount", "DoubleLeftTee", "DefaultBoxStyle", "DigitQ", "DoubleLongLeftArrow", "DefaultButton", "DihedralAngle", "DoubleLongLeftRightArrow", "DefaultDuplicateCellStyle", "DihedralGroup", "DoubleLongRightArrow", "DefaultDuration", "Dilation", "DoubleRightArrow", "DefaultElement", "DimensionalCombinations", "DoubleRightTee", "DefaultFaceGridsStyle", "DimensionalMeshComponents", "DoubleUpArrow", "DefaultFieldHintStyle", "DimensionReduce", "DoubleUpDownArrow", "DefaultFrameStyle", "DimensionReducerFunction", "DoubleVerticalBar", "DefaultFrameTicksStyle", "DimensionReduction", "DownArrow", "DefaultGridLinesStyle", "Dimensions", "DownArrowBar", "DefaultLabelStyle", "DiracComb", "DownArrowUpArrow", "DefaultMenuStyle", "DiracDelta", "DownLeftRightVector", "DefaultNaturalLanguage", "DirectedEdge", "DownLeftTeeVector", "DefaultNewCellStyle", "DirectedEdges", "DownLeftVector", "DefaultOptions", "DirectedGraph", "DownLeftVectorBar", "DefaultPrintPrecision", "DirectedGraphQ", "DownRightTeeVector", "DefaultTicksStyle", "DirectedInfinity", "DownRightVector", "DefaultTooltipStyle", "Direction", "DownRightVectorBar", "Defer", "Directive", "Downsample", "DefineInputStreamMethod", "Directory", "DownTee", "DefineOutputStreamMethod", "DirectoryName", "DownTeeArrow", "DefineResourceFunction", "DirectoryQ", "DownValues", "Definition", "DirectoryStack", "Drop", "Degree", "DirichletBeta", "DropoutLayer", "DegreeCentrality", "DirichletCharacter", "DSolve", "DegreeGraphDistribution", "DirichletCondition", "DSolveValue", "DEigensystem", "DirichletConvolve", "Dt", "DEigenvalues", "DirichletDistribution", "DualPolyhedron", "Deinitialization", "DirichletEta", "DualSystemsModel", "Del", "DirichletL", "DumpSave", "DelaunayMesh", "DirichletLambda", "DuplicateFreeQ", "Delayed", "DirichletTransform", "Duration", "Deletable", "DirichletWindow", "Dynamic", "Delete", "DisableFormatting", "DynamicEvaluationTimeout", "DeleteAnomalies", "DiscreteAsymptotic", "DynamicGeoGraphics", "DeleteBorderComponents", "DiscreteChirpZTransform", "DynamicImage", "DeleteCases", "DiscreteConvolve", "DynamicModule", "DeleteChannel", "DiscreteDelta", "DynamicModuleValues", "DeleteCloudExpression", "DiscreteHadamardTransform", "DynamicSetting", "DeleteContents", "DiscreteIndicator", "DynamicUpdating", "DeleteDirectory", "DiscreteLimit", "DynamicWrapper", "DeleteDuplicates", "DiscreteLQEstimatorGains", "DeleteDuplicatesBy", "DiscreteLQRegulatorGains", "E", "EndOfFile", "EventHandler", "EarthImpactData", "EndOfLine", "EventLabels", "EarthquakeData", "EndOfString", "EventSeries", "EccentricityCentrality", "EndPackage", "ExactBlackmanWindow", "Echo", "EngineeringForm", "ExactNumberQ", "EchoFunction", "EnterExpressionPacket", "ExampleData", "EclipseType", "EnterTextPacket", "Except", "EdgeAdd", "Entity", "ExcludedForms", "EdgeBetweennessCentrality", "EntityClass", "ExcludedLines", "EdgeCapacity", "EntityClassList", "ExcludedPhysicalQuantities", "EdgeConnectivity", "EntityCopies", "ExcludePods", "EdgeContract", "EntityFunction", "Exclusions", "EdgeCost", "EntityGroup", "ExclusionsStyle", "EdgeCount", "EntityInstance", "Exists", "EdgeCoverQ", "EntityList", "Exit", "EdgeCycleMatrix", "EntityPrefetch", "ExoplanetData", "EdgeDelete", "EntityProperties", "Exp", "EdgeDetect", "EntityProperty", "Expand", "EdgeForm", "EntityPropertyClass", "ExpandAll", "EdgeIndex", "EntityRegister", "ExpandDenominator", "EdgeLabels", "EntityStore", "ExpandFileName", "EdgeLabelStyle", "EntityStores", "ExpandNumerator", "EdgeList", "EntityTypeName", "Expectation", "EdgeQ", "EntityUnregister", "ExpGammaDistribution", "EdgeRules", "EntityValue", "ExpIntegralE", "EdgeShapeFunction", "Entropy", "ExpIntegralEi", "EdgeStyle", "EntropyFilter", "ExpirationDate", "EdgeTaggedGraph", "Environment", "Exponent", "EdgeTaggedGraphQ", "Epilog", "ExponentFunction", "EdgeTags", "EpilogFunction", "ExponentialDistribution", "EdgeWeight", "Equal", "ExponentialFamily", "EdgeWeightedGraphQ", "EqualTilde", "ExponentialGeneratingFunction", "Editable", "EqualTo", "ExponentialMovingAverage", "EditDistance", "Equilibrium", "ExponentialPowerDistribution", "EffectiveInterest", "EquirippleFilterKernel", "ExponentStep", "Eigensystem", "Equivalent", "Export", "Eigenvalues", "Erf", "ExportByteArray", "EigenvectorCentrality", "Erfc", "ExportForm", "Eigenvectors", "Erfi", "ExportString", "Element", "ErlangB", "Expression", "ElementData", "ErlangC", "ExpressionCell", "ElementwiseLayer", "ErlangDistribution", "ExpressionGraph", "ElidedForms", "Erosion", "ExpToTrig", "Eliminate", "ErrorBox", "ExtendedEntityClass", "Ellipsoid", "EscapeRadius", "ExtendedGCD", "EllipticE", "EstimatedBackground", "Extension", "EllipticExp", "EstimatedDistribution", "ExtentElementFunction", "EllipticExpPrime", "EstimatedProcess", "ExtentMarkers", "EllipticF", "EstimatorGains", "ExtentSize", "EllipticFilterModel", "EstimatorRegulator", "ExternalBundle", "EllipticK", "EuclideanDistance", "ExternalEvaluate", "EllipticLog", "EulerAngles", "ExternalFunction", "EllipticNomeQ", "EulerCharacteristic", "ExternalIdentifier", "EllipticPi", "EulerE", "ExternalObject", "EllipticTheta", "EulerGamma", "ExternalOptions", "EllipticThetaPrime", "EulerianGraphQ", "ExternalSessionObject", "EmbedCode", "EulerMatrix", "ExternalSessions", "EmbeddedHTML", "EulerPhi", "ExternalStorageBase", "EmbeddedService", "Evaluatable", "ExternalStorageDownload", "EmbeddingLayer", "Evaluate", "ExternalStorageGet", "EmitSound", "EvaluatePacket", "ExternalStorageObject", "EmpiricalDistribution", "EvaluationBox", "ExternalStoragePut", "EmptyGraphQ", "EvaluationCell", "ExternalStorageUpload", "EmptyRegion", "EvaluationData", "ExternalTypeSignature", "Enabled", "EvaluationElements", "ExternalValue", "Encode", "EvaluationEnvironment", "Extract", "Encrypt", "EvaluationMonitor", "ExtractArchive", "EncryptedObject", "EvaluationNotebook", "ExtractLayer", "EncryptFile", "EvaluationObject", "ExtractPacletArchive", "End", "Evaluator", "ExtremeValueDistribution", "EndDialogPacket", "EvenQ", "EndOfBuffer", "EventData", "FaceAlign", "FindFaces", "ForceVersionInstall", "FaceForm", "FindFile", "Format", "FaceGrids", "FindFit", "FormatType", "FaceGridsStyle", "FindFormula", "FormBox", "FacialFeatures", "FindFundamentalCycles", "FormBoxOptions", "Factor", "FindGeneratingFunction", "FormControl", "Factorial", "FindGeoLocation", "FormFunction", "Factorial2", "FindGeometricConjectures", "FormLayoutFunction", "FactorialMoment", "FindGeometricTransform", "FormObject", "FactorialMomentGeneratingFunction", "FindGraphCommunities", "FormPage", "FactorialPower", "FindGraphIsomorphism", "FormulaData", "FactorInteger", "FindGraphPartition", "FormulaLookup", "FactorList", "FindHamiltonianCycle", "FortranForm", "FactorSquareFree", "FindHamiltonianPath", "Forward", "FactorSquareFreeList", "FindHiddenMarkovStates", "ForwardBackward", "FactorTerms", "FindImageText", "Fourier", "FactorTermsList", "FindIndependentEdgeSet", "FourierCoefficient", "Failure", "FindIndependentVertexSet", "FourierCosCoefficient", "FailureAction", "FindInstance", "FourierCosSeries", "FailureDistribution", "FindIntegerNullVector", "FourierCosTransform", "FailureQ", "FindKClan", "FourierDCT", "False", "FindKClique", "FourierDCTFilter", "FareySequence", "FindKClub", "FourierDCTMatrix", "FARIMAProcess", "FindKPlex", "FourierDST", "FeatureDistance", "FindLibrary", "FourierDSTMatrix", "FeatureExtract", "FindLinearRecurrence", "FourierMatrix", "FeatureExtraction", "FindList", "FourierParameters", "FeatureExtractor", "FindMatchingColor", "FourierSequenceTransform", "FeatureExtractorFunction", "FindMaximum", "FourierSeries", "FeatureNames", "FindMaximumCut", "FourierSinCoefficient", "FeatureNearest", "FindMaximumFlow", "FourierSinSeries", "FeatureSpacePlot", "FindMaxValue", "FourierSinTransform", "FeatureSpacePlot3D", "FindMeshDefects", "FourierTransform", "FeatureTypes", "FindMinimum", "FourierTrigSeries", "FeedbackLinearize", "FindMinimumCostFlow", "FractionalBrownianMotionProcess", "FeedbackSector", "FindMinimumCut", "FractionalGaussianNoiseProcess", "FeedbackSectorStyle", "FindMinValue", "FractionalPart", "FeedbackType", "FindMoleculeSubstructure", "FractionBox", "FetalGrowthData", "FindPath", "FractionBoxOptions", "Fibonacci", "FindPeaks", "Frame", "Fibonorial", "FindPermutation", "FrameBox", "FieldCompletionFunction", "FindPostmanTour", "FrameBoxOptions", "FieldHint", "FindProcessParameters", "Framed", "FieldHintStyle", "FindRepeat", "FrameLabel", "FieldMasked", "FindRoot", "FrameMargins", "FieldSize", "FindSequenceFunction", "FrameRate", "File", "FindSettings", "FrameStyle", "FileBaseName", "FindShortestPath", "FrameTicks", "FileByteCount", "FindShortestTour", "FrameTicksStyle", "FileConvert", "FindSpanningTree", "FRatioDistribution", "FileDate", "FindSystemModelEquilibrium", "FrechetDistribution", "FileExistsQ", "FindTextualAnswer", "FreeQ", "FileExtension", "FindThreshold", "FrenetSerretSystem", "FileFormat", "FindTransientRepeat", "FrequencySamplingFilterKernel", "FileHash", "FindVertexCover", "FresnelC", "FileNameDepth", "FindVertexCut", "FresnelF", "FileNameDrop", "FindVertexIndependentPaths", "FresnelG", "FileNameForms", "FinishDynamic", "FresnelS", "FileNameJoin", "FiniteAbelianGroupCount", "Friday", "FileNames", "FiniteGroupCount", "FrobeniusNumber", "FileNameSetter", "FiniteGroupData", "FrobeniusSolve", "FileNameSplit", "First", "FromAbsoluteTime", "FileNameTake", "FirstCase", "FromCharacterCode", "FilePrint", "FirstPassageTimeDistribution", "FromCoefficientRules", "FileSize", "FirstPosition", "FromContinuedFraction", "FileSystemMap", "FischerGroupFi22", "FromDigits", "FileSystemScan", "FischerGroupFi23", "FromDMS", "FileTemplate", "FischerGroupFi24Prime", "FromEntity", "FileTemplateApply", "FisherHypergeometricDistribution", "FromJulianDate", "FileType", "FisherRatioTest", "FromLetterNumber", "FilledCurve", "FisherZDistribution", "FromPolarCoordinates", "Filling", "Fit", "FromRomanNumeral", "FillingStyle", "FitRegularization", "FromSphericalCoordinates", "FillingTransform", "FittedModel", "FromUnixTime", "FilteredEntityClass", "FixedOrder", "Front", "FilterRules", "FixedPoint", "FrontEndDynamicExpression", "FinancialBond", "FixedPointList", "FrontEndEventActions", "FinancialData", "Flat", "FrontEndExecute", "FinancialDerivative", "Flatten", "FrontEndToken", "FinancialIndicator", "FlattenAt", "FrontEndTokenExecute", "Find", "FlattenLayer", "Full", "FindAnomalies", "FlatTopWindow", "FullDefinition", "FindArgMax", "FlipView", "FullForm", "FindArgMin", "Floor", "FullGraphics", "FindChannels", "FlowPolynomial", "FullInformationOutputRegulator", "FindClique", "Fold", "FullRegion", "FindClusters", "FoldList", "FullSimplify", "FindCookies", "FoldPair", "Function", "FindCurvePath", "FoldPairList", "FunctionCompile", "FindCycle", "FollowRedirects", "FunctionCompileExport", "FindDevices", "FontColor", "FunctionCompileExportByteArray", "FindDistribution", "FontFamily", "FunctionCompileExportLibrary", "FindDistributionParameters", "FontSize", "FunctionCompileExportString", "FindDivisions", "FontSlant", "FunctionDomain", "FindEdgeCover", "FontSubstitutions", "FunctionExpand", "FindEdgeCut", "FontTracking", "FunctionInterpolation", "FindEdgeIndependentPaths", "FontVariations", "FunctionPeriod", "FindEquationalProof", "FontWeight", "FunctionRange", "FindEulerianCycle", "For", "FunctionSpace", "FindExternalEvaluators", "ForAll", "FussellVeselyImportance", "GaborFilter", "GeoGraphics", "Graph", "GaborMatrix", "GeogravityModelData", "Graph3D", "GaborWavelet", "GeoGridDirectionDifference", "GraphAssortativity", "GainMargins", "GeoGridLines", "GraphAutomorphismGroup", "GainPhaseMargins", "GeoGridLinesStyle", "GraphCenter", "GalaxyData", "GeoGridPosition", "GraphComplement", "GalleryView", "GeoGridRange", "GraphData", "Gamma", "GeoGridRangePadding", "GraphDensity", "GammaDistribution", "GeoGridUnitArea", "GraphDiameter", "GammaRegularized", "GeoGridUnitDistance", "GraphDifference", "GapPenalty", "GeoGridVector", "GraphDisjointUnion", "GARCHProcess", "GeoGroup", "GraphDistance", "GatedRecurrentLayer", "GeoHemisphere", "GraphDistanceMatrix", "Gather", "GeoHemisphereBoundary", "GraphEmbedding", "GatherBy", "GeoHistogram", "GraphHighlight", "GaugeFaceElementFunction", "GeoIdentify", "GraphHighlightStyle", "GaugeFaceStyle", "GeoImage", "GraphHub", "GaugeFrameElementFunction", "GeoLabels", "Graphics", "GaugeFrameSize", "GeoLength", "Graphics3D", "GaugeFrameStyle", "GeoListPlot", "GraphicsColumn", "GaugeLabels", "GeoLocation", "GraphicsComplex", "GaugeMarkers", "GeologicalPeriodData", "GraphicsGrid", "GaugeStyle", "GeomagneticModelData", "GraphicsGroup", "GaussianFilter", "GeoMarker", "GraphicsRow", "GaussianIntegers", "GeometricAssertion", "GraphIntersection", "GaussianMatrix", "GeometricBrownianMotionProcess", "GraphLayout", "GaussianOrthogonalMatrixDistribution", "GeometricDistribution", "GraphLinkEfficiency", "GaussianSymplecticMatrixDistribution", "GeometricMean", "GraphPeriphery", "GaussianUnitaryMatrixDistribution", "GeometricMeanFilter", "GraphPlot", "GaussianWindow", "GeometricOptimization", "GraphPlot3D", "GCD", "GeometricScene", "GraphPower", "GegenbauerC", "GeometricTransformation", "GraphPropertyDistribution", "General", "GeoModel", "GraphQ", "GeneralizedLinearModelFit", "GeoNearest", "GraphRadius", "GenerateAsymmetricKeyPair", "GeoPath", "GraphReciprocity", "GenerateConditions", "GeoPosition", "GraphUnion", "GeneratedCell", "GeoPositionENU", "Gray", "GeneratedDocumentBinding", "GeoPositionXYZ", "GrayLevel", "GenerateDerivedKey", "GeoProjection", "Greater", "GenerateDigitalSignature", "GeoProjectionData", "GreaterEqual", "GenerateDocument", "GeoRange", "GreaterEqualLess", "GeneratedParameters", "GeoRangePadding", "GreaterEqualThan", "GeneratedQuantityMagnitudes", "GeoRegionValuePlot", "GreaterFullEqual", "GenerateFileSignature", "GeoResolution", "GreaterGreater", "GenerateHTTPResponse", "GeoScaleBar", "GreaterLess", "GenerateSecuredAuthenticationKey", "GeoServer", "GreaterSlantEqual", "GenerateSymmetricKey", "GeoSmoothHistogram", "GreaterThan", "GeneratingFunction", "GeoStreamPlot", "GreaterTilde", "GeneratorDescription", "GeoStyling", "Green", "GeneratorHistoryLength", "GeoStylingImageFunction", "GreenFunction", "GeneratorOutputType", "GeoVariant", "Grid", "GenericCylindricalDecomposition", "GeoVector", "GridBox", "GenomeData", "GeoVectorENU", "GridDefaultElement", "GenomeLookup", "GeoVectorPlot", "GridGraph", "GeoAntipode", "GeoVectorXYZ", "GridLines", "GeoArea", "GeoVisibleRegion", "GridLinesStyle", "GeoArraySize", "GeoVisibleRegionBoundary", "GroebnerBasis", "GeoBackground", "GeoWithinQ", "GroupActionBase", "GeoBoundingBox", "GeoZoomLevel", "GroupBy", "GeoBounds", "GestureHandler", "GroupCentralizer", "GeoBoundsRegion", "Get", "GroupElementFromWord", "GeoBubbleChart", "GetEnvironment", "GroupElementPosition", "GeoCenter", "Glaisher", "GroupElementQ", "GeoCircle", "GlobalClusteringCoefficient", "GroupElements", "GeoContourPlot", "Glow", "GroupElementToWord", "GeoDensityPlot", "GoldenAngle", "GroupGenerators", "GeodesicClosing", "GoldenRatio", "Groupings", "GeodesicDilation", "GompertzMakehamDistribution", "GroupMultiplicationTable", "GeodesicErosion", "GoochShading", "GroupOrbits", "GeodesicOpening", "GoodmanKruskalGamma", "GroupOrder", "GeoDestination", "GoodmanKruskalGammaTest", "GroupPageBreakWithin", "GeodesyData", "Goto", "GroupSetwiseStabilizer", "GeoDirection", "Grad", "GroupStabilizer", "GeoDisk", "Gradient", "GroupStabilizerChain", "GeoDisplacement", "GradientFilter", "GrowCutComponents", "GeoDistance", "GradientOrientationFilter", "Gudermannian", "GeoDistanceList", "GrammarApply", "GuidedFilter", "GeoElevationData", "GrammarRules", "GumbelDistribution", "GeoEntities", "GrammarToken", "HaarWavelet", "HermiteH", "HoldComplete", "HadamardMatrix", "HermitianMatrixQ", "HoldFirst", "HalfLine", "HessenbergDecomposition", "HoldForm", "HalfNormalDistribution", "HeunB", "HoldPattern", "HalfPlane", "HeunBPrime", "HoldRest", "HalfSpace", "HeunC", "HolidayCalendar", "HalftoneShading", "HeunCPrime", "HorizontalGauge", "HamiltonianGraphQ", "HeunD", "HornerForm", "HammingDistance", "HeunDPrime", "HostLookup", "HammingWindow", "HeunG", "HotellingTSquareDistribution", "HandlerFunctions", "HeunGPrime", "HoytDistribution", "HandlerFunctionsKeys", "HeunT", "HTTPErrorResponse", "HankelH1", "HeunTPrime", "HTTPRedirect", "HankelH2", "HexadecimalCharacter", "HTTPRequest", "HankelMatrix", "Hexahedron", "HTTPRequestData", "HankelTransform", "HiddenItems", "HTTPResponse", "HannPoissonWindow", "HiddenMarkovProcess", "Hue", "HannWindow", "Highlighted", "HumanGrowthData", "HaradaNortonGroupHN", "HighlightGraph", "HumpDownHump", "HararyGraph", "HighlightImage", "HumpEqual", "HarmonicMean", "HighlightMesh", "HurwitzLerchPhi", "HarmonicMeanFilter", "HighpassFilter", "HurwitzZeta", "HarmonicNumber", "HigmanSimsGroupHS", "HyperbolicDistribution", "Hash", "HilbertCurve", "HypercubeGraph", "HatchFilling", "HilbertFilter", "HyperexponentialDistribution", "HatchShading", "HilbertMatrix", "Hyperfactorial", "Haversine", "Histogram", "Hypergeometric0F1", "HazardFunction", "Histogram3D", "Hypergeometric0F1Regularized", "Head", "HistogramDistribution", "Hypergeometric1F1", "HeaderAlignment", "HistogramList", "Hypergeometric1F1Regularized", "HeaderBackground", "HistogramTransform", "Hypergeometric2F1", "HeaderDisplayFunction", "HistogramTransformInterpolation", "Hypergeometric2F1Regularized", "HeaderLines", "HistoricalPeriodData", "HypergeometricDistribution", "HeaderSize", "HitMissTransform", "HypergeometricPFQ", "HeaderStyle", "HITSCentrality", "HypergeometricPFQRegularized", "Heads", "HjorthDistribution", "HypergeometricU", "HeavisideLambda", "HodgeDual", "Hyperlink", "HeavisidePi", "HoeffdingD", "HyperlinkAction", "HeavisideTheta", "HoeffdingDTest", "Hyperplane", "HeldGroupHe", "Hold", "Hyphenation", "Here", "HoldAll", "HypoexponentialDistribution", "HermiteDecomposition", "HoldAllComplete", "HypothesisTestData", "I", "ImageSizeMultipliers", "IntegerName", "IconData", "ImageSubtract", "IntegerPart", "Iconize", "ImageTake", "IntegerPartitions", "IconRules", "ImageTransformation", "IntegerQ", "Icosahedron", "ImageTrim", "IntegerReverse", "Identity", "ImageType", "Integers", "IdentityMatrix", "ImageValue", "IntegerString", "If", "ImageValuePositions", "Integrate", "IgnoreCase", "ImagingDevice", "Interactive", "IgnoreDiacritics", "ImplicitRegion", "InteractiveTradingChart", "IgnorePunctuation", "Implies", "Interleaving", "IgnoringInactive", "Import", "InternallyBalancedDecomposition", "Im", "ImportByteArray", "InterpolatingFunction", "Image", "ImportOptions", "InterpolatingPolynomial", "Image3D", "ImportString", "Interpolation", "Image3DProjection", "ImprovementImportance", "InterpolationOrder", "Image3DSlices", "In", "InterpolationPoints", "ImageAccumulate", "Inactivate", "Interpretation", "ImageAdd", "Inactive", "InterpretationBox", "ImageAdjust", "IncidenceGraph", "InterpretationBoxOptions", "ImageAlign", "IncidenceList", "Interpreter", "ImageApply", "IncidenceMatrix", "InterquartileRange", "ImageApplyIndexed", "IncludeAromaticBonds", "Interrupt", "ImageAspectRatio", "IncludeConstantBasis", "IntersectedEntityClass", "ImageAssemble", "IncludeDefinitions", "IntersectingQ", "ImageAugmentationLayer", "IncludeDirectories", "Intersection", "ImageBoundingBoxes", "IncludeGeneratorTasks", "Interval", "ImageCapture", "IncludeHydrogens", "IntervalIntersection", "ImageCaptureFunction", "IncludeInflections", "IntervalMarkers", "ImageCases", "IncludeMetaInformation", "IntervalMarkersStyle", "ImageChannels", "IncludePods", "IntervalMemberQ", "ImageClip", "IncludeQuantities", "IntervalSlider", "ImageCollage", "IncludeRelatedTables", "IntervalUnion", "ImageColorSpace", "IncludeWindowTimes", "Inverse", "ImageCompose", "Increment", "InverseBetaRegularized", "ImageContainsQ", "IndefiniteMatrixQ", "InverseCDF", "ImageContents", "IndependenceTest", "InverseChiSquareDistribution", "ImageConvolve", "IndependentEdgeSetQ", "InverseContinuousWaveletTransform", "ImageCooccurrence", "IndependentPhysicalQuantity", "InverseDistanceTransform", "ImageCorners", "IndependentUnit", "InverseEllipticNomeQ", "ImageCorrelate", "IndependentUnitDimension", "InverseErf", "ImageCorrespondingPoints", "IndependentVertexSetQ", "InverseErfc", "ImageCrop", "Indeterminate", "InverseFourier", "ImageData", "IndeterminateThreshold", "InverseFourierCosTransform", "ImageDeconvolve", "Indexed", "InverseFourierSequenceTransform", "ImageDemosaic", "IndexEdgeTaggedGraph", "InverseFourierSinTransform", "ImageDifference", "IndexGraph", "InverseFourierTransform", "ImageDimensions", "InexactNumberQ", "InverseFunction", "ImageDisplacements", "InfiniteFuture", "InverseFunctions", "ImageDistance", "InfiniteLine", "InverseGammaDistribution", "ImageEffect", "InfinitePast", "InverseGammaRegularized", "ImageExposureCombine", "InfinitePlane", "InverseGaussianDistribution", "ImageFeatureTrack", "Infinity", "InverseGudermannian", "ImageFileApply", "Infix", "InverseHankelTransform", "ImageFileFilter", "InflationAdjust", "InverseHaversine", "ImageFileScan", "InflationMethod", "InverseImagePyramid", "ImageFilter", "Information", "InverseJacobiCD", "ImageFocusCombine", "Inherited", "InverseJacobiCN", "ImageForestingComponents", "InheritScope", "InverseJacobiCS", "ImageFormattingWidth", "InhomogeneousPoissonProcess", "InverseJacobiDC", "ImageForwardTransformation", "InitialEvaluationHistory", "InverseJacobiDN", "ImageGraphics", "Initialization", "InverseJacobiDS", "ImageHistogram", "InitializationCell", "InverseJacobiNC", "ImageIdentify", "InitializationObjects", "InverseJacobiND", "ImageInstanceQ", "InitializationValue", "InverseJacobiNS", "ImageKeypoints", "Initialize", "InverseJacobiSC", "ImageLabels", "InitialSeeding", "InverseJacobiSD", "ImageLegends", "Inner", "InverseJacobiSN", "ImageLevels", "InnerPolygon", "InverseLaplaceTransform", "ImageLines", "InnerPolyhedron", "InverseMellinTransform", "ImageMargins", "Inpaint", "InversePermutation", "ImageMarker", "Input", "InverseRadon", "ImageMeasurements", "InputAliases", "InverseRadonTransform", "ImageMesh", "InputAssumptions", "InverseSeries", "ImageMultiply", "InputAutoReplacements", "InverseShortTimeFourier", "ImagePad", "InputField", "InverseSpectrogram", "ImagePadding", "InputForm", "InverseSurvivalFunction", "ImagePartition", "InputNamePacket", "InverseTransformedRegion", "ImagePeriodogram", "InputNotebook", "InverseWaveletTransform", "ImagePerspectiveTransformation", "InputPacket", "InverseWeierstrassP", "ImagePosition", "InputStream", "InverseWishartMatrixDistribution", "ImagePreviewFunction", "InputString", "InverseZTransform", "ImagePyramid", "InputStringPacket", "Invisible", "ImagePyramidApply", "Insert", "IPAddress", "ImageQ", "InsertionFunction", "IrreduciblePolynomialQ", "ImageRecolor", "InsertLinebreaks", "IslandData", "ImageReflect", "InsertResults", "IsolatingInterval", "ImageResize", "Inset", "IsomorphicGraphQ", "ImageResolution", "Insphere", "IsotopeData", "ImageRestyle", "Install", "Italic", "ImageRotate", "InstallService", "Item", "ImageSaliencyFilter", "InString", "ItemAspectRatio", "ImageScaled", "Integer", "ItemDisplayFunction", "ImageScan", "IntegerDigits", "ItemSize", "ImageSize", "IntegerExponent", "ItemStyle", "ImageSizeAction", "IntegerLength", "ItoProcess", "JaccardDissimilarity", "JacobiSC", "JoinAcross", "JacobiAmplitude", "JacobiSD", "Joined", "JacobiCD", "JacobiSN", "JoinedCurve", "JacobiCN", "JacobiSymbol", "JoinForm", "JacobiCS", "JacobiZeta", "JordanDecomposition", "JacobiDC", "JankoGroupJ1", "JordanModelDecomposition", "JacobiDN", "JankoGroupJ2", "JulianDate", "JacobiDS", "JankoGroupJ3", "JuliaSetBoettcher", "JacobiNC", "JankoGroupJ4", "JuliaSetIterationCount", "JacobiND", "JarqueBeraALMTest", "JuliaSetPlot", "JacobiNS", "JohnsonDistribution", "JuliaSetPoints", "JacobiP", "Join", "KagiChart", "KernelObject", "Khinchin", "KaiserBesselWindow", "Kernels", "KillProcess", "KaiserWindow", "Key", "KirchhoffGraph", "KalmanEstimator", "KeyCollisionFunction", "KirchhoffMatrix", "KalmanFilter", "KeyComplement", "KleinInvariantJ", "KarhunenLoeveDecomposition", "KeyDrop", "KnapsackSolve", "KaryTree", "KeyDropFrom", "KnightTourGraph", "KatzCentrality", "KeyExistsQ", "KnotData", "KCoreComponents", "KeyFreeQ", "KnownUnitQ", "KDistribution", "KeyIntersection", "KochCurve", "KEdgeConnectedComponents", "KeyMap", "KolmogorovSmirnovTest", "KEdgeConnectedGraphQ", "KeyMemberQ", "KroneckerDelta", "KeepExistingVersion", "KeypointStrength", "KroneckerModelDecomposition", "KelvinBei", "Keys", "KroneckerProduct", "KelvinBer", "KeySelect", "KroneckerSymbol", "KelvinKei", "KeySort", "KuiperTest", "KelvinKer", "KeySortBy", "KumaraswamyDistribution", "KendallTau", "KeyTake", "Kurtosis", "KendallTauTest", "KeyUnion", "KuwaharaFilter", "KernelFunction", "KeyValueMap", "KVertexConnectedComponents", "KernelMixtureDistribution", "KeyValuePattern", "KVertexConnectedGraphQ", "LABColor", "LetterQ", "ListPickerBox", "Label", "Level", "ListPickerBoxOptions", "Labeled", "LeveneTest", "ListPlay", "LabelingFunction", "LeviCivitaTensor", "ListPlot", "LabelingSize", "LevyDistribution", "ListPlot3D", "LabelStyle", "LibraryDataType", "ListPointPlot3D", "LabelVisibility", "LibraryFunction", "ListPolarPlot", "LaguerreL", "LibraryFunctionError", "ListQ", "LakeData", "LibraryFunctionInformation", "ListSliceContourPlot3D", "LambdaComponents", "LibraryFunctionLoad", "ListSliceDensityPlot3D", "LaminaData", "LibraryFunctionUnload", "ListSliceVectorPlot3D", "LanczosWindow", "LibraryLoad", "ListStepPlot", "LandauDistribution", "LibraryUnload", "ListStreamDensityPlot", "Language", "LiftingFilterData", "ListStreamPlot", "LanguageCategory", "LiftingWaveletTransform", "ListSurfacePlot3D", "LanguageData", "LightBlue", "ListVectorDensityPlot", "LanguageIdentify", "LightBrown", "ListVectorPlot", "LaplaceDistribution", "LightCyan", "ListVectorPlot3D", "LaplaceTransform", "Lighter", "ListZTransform", "Laplacian", "LightGray", "LocalAdaptiveBinarize", "LaplacianFilter", "LightGreen", "LocalCache", "LaplacianGaussianFilter", "Lighting", "LocalClusteringCoefficient", "Large", "LightingAngle", "LocalizeVariables", "Larger", "LightMagenta", "LocalObject", "Last", "LightOrange", "LocalObjects", "Latitude", "LightPink", "LocalResponseNormalizationLayer", "LatitudeLongitude", "LightPurple", "LocalSubmit", "LatticeData", "LightRed", "LocalSymbol", "LatticeReduce", "LightYellow", "LocalTime", "LaunchKernels", "Likelihood", "LocalTimeZone", "LayeredGraphPlot", "Limit", "LocationEquivalenceTest", "LayerSizeFunction", "LimitsPositioning", "LocationTest", "LCHColor", "LindleyDistribution", "Locator", "LCM", "Line", "LocatorAutoCreate", "LeaderSize", "LinearFractionalOptimization", "LocatorPane", "LeafCount", "LinearFractionalTransform", "LocatorRegion", "LeapYearQ", "LinearGradientImage", "Locked", "LearnDistribution", "LinearizingTransformationData", "Log", "LearnedDistribution", "LinearLayer", "Log10", "LearningRate", "LinearModelFit", "Log2", "LearningRateMultipliers", "LinearOffsetFunction", "LogBarnesG", "LeastSquares", "LinearOptimization", "LogGamma", "LeastSquaresFilterKernel", "LinearProgramming", "LogGammaDistribution", "Left", "LinearRecurrence", "LogicalExpand", "LeftArrow", "LinearSolve", "LogIntegral", "LeftArrowBar", "LinearSolveFunction", "LogisticDistribution", "LeftArrowRightArrow", "LineBreakChart", "LogisticSigmoid", "LeftDownTeeVector", "LineGraph", "LogitModelFit", "LeftDownVector", "LineIndent", "LogLikelihood", "LeftDownVectorBar", "LineIndentMaxFraction", "LogLinearPlot", "LeftRightArrow", "LineIntegralConvolutionPlot", "LogLogisticDistribution", "LeftRightVector", "LineIntegralConvolutionScale", "LogLogPlot", "LeftTee", "LineLegend", "LogMultinormalDistribution", "LeftTeeArrow", "LineSpacing", "LogNormalDistribution", "LeftTeeVector", "LinkActivate", "LogPlot", "LeftTriangle", "LinkClose", "LogRankTest", "LeftTriangleBar", "LinkConnect", "LogSeriesDistribution", "LeftTriangleEqual", "LinkCreate", "Longest", "LeftUpDownVector", "LinkFunction", "LongestCommonSequence", "LeftUpTeeVector", "LinkInterrupt", "LongestCommonSequencePositions", "LeftUpVector", "LinkLaunch", "LongestCommonSubsequence", "LeftUpVectorBar", "LinkObject", "LongestCommonSubsequencePositions", "LeftVector", "LinkPatterns", "LongestOrderedSequence", "LeftVectorBar", "LinkProtocol", "Longitude", "LegendAppearance", "LinkRankCentrality", "LongLeftArrow", "Legended", "LinkRead", "LongLeftRightArrow", "LegendFunction", "LinkReadyQ", "LongRightArrow", "LegendLabel", "Links", "LongShortTermMemoryLayer", "LegendLayout", "LinkWrite", "Lookup", "LegendMargins", "LiouvilleLambda", "LoopFreeGraphQ", "LegendMarkers", "List", "Looping", "LegendMarkerSize", "Listable", "LossFunction", "LegendreP", "ListAnimate", "LowerCaseQ", "LegendreQ", "ListContourPlot", "LowerLeftArrow", "Length", "ListContourPlot3D", "LowerRightArrow", "LengthWhile", "ListConvolve", "LowerTriangularize", "LerchPhi", "ListCorrelate", "LowerTriangularMatrixQ", "Less", "ListCurvePathPlot", "LowpassFilter", "LessEqual", "ListDeconvolve", "LQEstimatorGains", "LessEqualGreater", "ListDensityPlot", "LQGRegulator", "LessEqualThan", "ListDensityPlot3D", "LQOutputRegulatorGains", "LessFullEqual", "ListFormat", "LQRegulatorGains", "LessGreater", "ListFourierSequenceTransform", "LucasL", "LessLess", "ListInterpolation", "LuccioSamiComponents", "LessSlantEqual", "ListLineIntegralConvolutionPlot", "LUDecomposition", "LessThan", "ListLinePlot", "LunarEclipse", "LessTilde", "ListLogLinearPlot", "LUVColor", "LetterCharacter", "ListLogLogPlot", "LyapunovSolve", "LetterCounts", "ListLogPlot", "LyonsGroupLy", "LetterNumber", "ListPicker", "MachineNumberQ", "MaxMemoryUsed", "MinimalPolynomial", "MachinePrecision", "MaxMixtureKernels", "MinimalStateSpaceModel", "Magenta", "MaxOverlapFraction", "Minimize", "Magnification", "MaxPlotPoints", "MinimumTimeIncrement", "Magnify", "MaxRecursion", "MinIntervalSize", "MailAddressValidation", "MaxStableDistribution", "MinkowskiQuestionMark", "MailExecute", "MaxStepFraction", "MinLimit", "MailFolder", "MaxSteps", "MinMax", "MailItem", "MaxStepSize", "MinorPlanetData", "MailReceiverFunction", "MaxTrainingRounds", "Minors", "MailResponseFunction", "MaxValue", "MinStableDistribution", "MailSearch", "MaxwellDistribution", "Minus", "MailServerConnect", "MaxWordGap", "MinusPlus", "MailServerConnection", "McLaughlinGroupMcL", "MinValue", "MailSettings", "Mean", "Missing", "Majority", "MeanAbsoluteLossLayer", "MissingBehavior", "MakeBoxes", "MeanAround", "MissingDataMethod", "MakeExpression", "MeanClusteringCoefficient", "MissingDataRules", "ManagedLibraryExpressionID", "MeanDegreeConnectivity", "MissingQ", "ManagedLibraryExpressionQ", "MeanDeviation", "MissingString", "MandelbrotSetBoettcher", "MeanFilter", "MissingStyle", "MandelbrotSetDistance", "MeanGraphDistance", "MissingValuePattern", "MandelbrotSetIterationCount", "MeanNeighborDegree", "MittagLefflerE", "MandelbrotSetMemberQ", "MeanShift", "MixedFractionParts", "MandelbrotSetPlot", "MeanShiftFilter", "MixedGraphQ", "MangoldtLambda", "MeanSquaredLossLayer", "MixedMagnitude", "ManhattanDistance", "Median", "MixedRadix", "Manipulate", "MedianDeviation", "MixedRadixQuantity", "Manipulator", "MedianFilter", "MixedUnit", "MannedSpaceMissionData", "MedicalTestData", "MixtureDistribution", "MannWhitneyTest", "Medium", "Mod", "MantissaExponent", "MeijerG", "Modal", "Manual", "MeijerGReduce", "ModularInverse", "Map", "MeixnerDistribution", "ModularLambda", "MapAll", "MellinConvolve", "Module", "MapAt", "MellinTransform", "Modulus", "MapIndexed", "MemberQ", "MoebiusMu", "MAProcess", "MemoryAvailable", "Molecule", "MapThread", "MemoryConstrained", "MoleculeContainsQ", "MarchenkoPasturDistribution", "MemoryConstraint", "MoleculeEquivalentQ", "MarcumQ", "MemoryInUse", "MoleculeGraph", "MardiaCombinedTest", "MengerMesh", "MoleculeModify", "MardiaKurtosisTest", "MenuCommandKey", "MoleculePattern", "MardiaSkewnessTest", "MenuPacket", "MoleculePlot", "MarginalDistribution", "MenuSortingValue", "MoleculePlot3D", "MarkovProcessProperties", "MenuStyle", "MoleculeProperty", "Masking", "MenuView", "MoleculeQ", "MatchingDissimilarity", "Merge", "MoleculeRecognize", "MatchLocalNames", "MergingFunction", "MoleculeValue", "MatchQ", "MersennePrimeExponent", "Moment", "MathematicalFunctionData", "MersennePrimeExponentQ", "MomentConvert", "MathieuC", "Mesh", "MomentEvaluate", "MathieuCharacteristicA", "MeshCellCentroid", "MomentGeneratingFunction", "MathieuCharacteristicB", "MeshCellCount", "MomentOfInertia", "MathieuCharacteristicExponent", "MeshCellHighlight", "Monday", "MathieuCPrime", "MeshCellIndex", "Monitor", "MathieuGroupM11", "MeshCellLabel", "MonomialList", "MathieuGroupM12", "MeshCellMarker", "MonsterGroupM", "MathieuGroupM22", "MeshCellMeasure", "MoonPhase", "MathieuGroupM23", "MeshCellQuality", "MoonPosition", "MathieuGroupM24", "MeshCells", "MorletWavelet", "MathieuS", "MeshCellShapeFunction", "MorphologicalBinarize", "MathieuSPrime", "MeshCellStyle", "MorphologicalBranchPoints", "MathMLForm", "MeshConnectivityGraph", "MorphologicalComponents", "Matrices", "MeshCoordinates", "MorphologicalEulerNumber", "MatrixExp", "MeshFunctions", "MorphologicalGraph", "MatrixForm", "MeshPrimitives", "MorphologicalPerimeter", "MatrixFunction", "MeshQualityGoal", "MorphologicalTransform", "MatrixLog", "MeshRefinementFunction", "MortalityData", "MatrixNormalDistribution", "MeshRegion", "Most", "MatrixPlot", "MeshRegionQ", "MountainData", "MatrixPower", "MeshShading", "MouseAnnotation", "MatrixPropertyDistribution", "MeshStyle", "MouseAppearance", "MatrixQ", "Message", "Mouseover", "MatrixRank", "MessageDialog", "MousePosition", "MatrixTDistribution", "MessageList", "MovieData", "Max", "MessageName", "MovingAverage", "MaxCellMeasure", "MessagePacket", "MovingMap", "MaxColorDistance", "Messages", "MovingMedian", "MaxDate", "MetaInformation", "MoyalDistribution", "MaxDetect", "MeteorShowerData", "Multicolumn", "MaxDuration", "Method", "MultiedgeStyle", "MaxExtraBandwidths", "MexicanHatWavelet", "MultigraphQ", "MaxExtraConditions", "MeyerWavelet", "Multinomial", "MaxFeatureDisplacement", "Midpoint", "MultinomialDistribution", "MaxFeatures", "Min", "MultinormalDistribution", "MaxFilter", "MinColorDistance", "MultiplicativeOrder", "MaximalBy", "MinDate", "MultiplySides", "Maximize", "MinDetect", "Multiselection", "MaxItems", "MineralData", "MultivariateHypergeometricDistribution", "MaxIterations", "MinFilter", "MultivariatePoissonDistribution", "MaxLimit", "MinimalBy", "MultivariateTDistribution", "N", "NHoldFirst", "NotificationFunction", "NakagamiDistribution", "NHoldRest", "NotLeftTriangle", "NameQ", "NicholsGridLines", "NotLeftTriangleBar", "Names", "NicholsPlot", "NotLeftTriangleEqual", "Nand", "NightHemisphere", "NotLess", "NArgMax", "NIntegrate", "NotLessEqual", "NArgMin", "NMaximize", "NotLessFullEqual", "NBodySimulation", "NMaxValue", "NotLessGreater", "NBodySimulationData", "NMinimize", "NotLessLess", "NCache", "NMinValue", "NotLessSlantEqual", "NDEigensystem", "NominalVariables", "NotLessTilde", "NDEigenvalues", "NoncentralBetaDistribution", "NotNestedGreaterGreater", "NDSolve", "NoncentralChiSquareDistribution", "NotNestedLessLess", "NDSolveValue", "NoncentralFRatioDistribution", "NotPrecedes", "Nearest", "NoncentralStudentTDistribution", "NotPrecedesEqual", "NearestFunction", "NonCommutativeMultiply", "NotPrecedesSlantEqual", "NearestMeshCells", "NonConstants", "NotPrecedesTilde", "NearestNeighborGraph", "NondimensionalizationTransform", "NotReverseElement", "NearestTo", "None", "NotRightTriangle", "NebulaData", "NoneTrue", "NotRightTriangleBar", "NeedlemanWunschSimilarity", "NonlinearModelFit", "NotRightTriangleEqual", "Needs", "NonlinearStateSpaceModel", "NotSquareSubset", "Negative", "NonlocalMeansFilter", "NotSquareSubsetEqual", "NegativeBinomialDistribution", "NonNegative", "NotSquareSuperset", "NegativeDefiniteMatrixQ", "NonNegativeIntegers", "NotSquareSupersetEqual", "NegativeIntegers", "NonNegativeRationals", "NotSubset", "NegativeMultinomialDistribution", "NonNegativeReals", "NotSubsetEqual", "NegativeRationals", "NonPositive", "NotSucceeds", "NegativeReals", "NonPositiveIntegers", "NotSucceedsEqual", "NegativeSemidefiniteMatrixQ", "NonPositiveRationals", "NotSucceedsSlantEqual", "NeighborhoodData", "NonPositiveReals", "NotSucceedsTilde", "NeighborhoodGraph", "Nor", "NotSuperset", "Nest", "NorlundB", "NotSupersetEqual", "NestedGreaterGreater", "Norm", "NotTilde", "NestedLessLess", "Normal", "NotTildeEqual", "NestGraph", "NormalDistribution", "NotTildeFullEqual", "NestList", "NormalizationLayer", "NotTildeTilde", "NestWhile", "Normalize", "NotVerticalBar", "NestWhileList", "Normalized", "Now", "NetAppend", "NormalizedSquaredEuclideanDistance", "NoWhitespace", "NetBidirectionalOperator", "NormalMatrixQ", "NProbability", "NetChain", "NormalsFunction", "NProduct", "NetDecoder", "NormFunction", "NRoots", "NetDelete", "Not", "NSolve", "NetDrop", "NotCongruent", "NSum", "NetEncoder", "NotCupCap", "NuclearExplosionData", "NetEvaluationMode", "NotDoubleVerticalBar", "NuclearReactorData", "NetExtract", "Notebook", "Null", "NetFlatten", "NotebookApply", "NullRecords", "NetFoldOperator", "NotebookAutoSave", "NullSpace", "NetGANOperator", "NotebookClose", "NullWords", "NetGraph", "NotebookDelete", "Number", "NetInitialize", "NotebookDirectory", "NumberCompose", "NetInsert", "NotebookDynamicExpression", "NumberDecompose", "NetInsertSharedArrays", "NotebookEvaluate", "NumberExpand", "NetJoin", "NotebookEventActions", "NumberFieldClassNumber", "NetMapOperator", "NotebookFileName", "NumberFieldDiscriminant", "NetMapThreadOperator", "NotebookFind", "NumberFieldFundamentalUnits", "NetMeasurements", "NotebookGet", "NumberFieldIntegralBasis", "NetModel", "NotebookImport", "NumberFieldNormRepresentatives", "NetNestOperator", "NotebookInformation", "NumberFieldRegulator", "NetPairEmbeddingOperator", "NotebookLocate", "NumberFieldRootsOfUnity", "NetPort", "NotebookObject", "NumberFieldSignature", "NetPortGradient", "NotebookOpen", "NumberForm", "NetPrepend", "NotebookPrint", "NumberFormat", "NetRename", "NotebookPut", "NumberLinePlot", "NetReplace", "NotebookRead", "NumberMarks", "NetReplacePart", "Notebooks", "NumberMultiplier", "NetSharedArray", "NotebookSave", "NumberPadding", "NetStateObject", "NotebookSelection", "NumberPoint", "NetTake", "NotebooksMenu", "NumberQ", "NetTrain", "NotebookTemplate", "NumberSeparator", "NetTrainResultsObject", "NotebookWrite", "NumberSigns", "NetworkPacketCapture", "NotElement", "NumberString", "NetworkPacketRecording", "NotEqualTilde", "Numerator", "NetworkPacketTrace", "NotExists", "NumeratorDenominator", "NeumannValue", "NotGreater", "NumericalOrder", "NevilleThetaC", "NotGreaterEqual", "NumericalSort", "NevilleThetaD", "NotGreaterFullEqual", "NumericArray", "NevilleThetaN", "NotGreaterGreater", "NumericArrayQ", "NevilleThetaS", "NotGreaterLess", "NumericArrayType", "NExpectation", "NotGreaterSlantEqual", "NumericFunction", "NextCell", "NotGreaterTilde", "NumericQ", "NextDate", "Nothing", "NuttallWindow", "NextPrime", "NotHumpDownHump", "NyquistGridLines", "NHoldAll", "NotHumpEqual", "NyquistPlot", "O", "OperatingSystem", "OuterPolyhedron", "ObservabilityGramian", "OperatorApplied", "OutputControllabilityMatrix", "ObservabilityMatrix", "OptimumFlowData", "OutputControllableModelQ", "ObservableDecomposition", "Optional", "OutputForm", "ObservableModelQ", "OptionalElement", "OutputNamePacket", "OceanData", "Options", "OutputResponse", "Octahedron", "OptionsPattern", "OutputSizeLimit", "OddQ", "OptionValue", "OutputStream", "Off", "Or", "OverBar", "Offset", "Orange", "OverDot", "On", "Order", "Overflow", "ONanGroupON", "OrderDistribution", "OverHat", "Once", "OrderedQ", "Overlaps", "OneIdentity", "Ordering", "Overlay", "Opacity", "OrderingBy", "Overscript", "OpacityFunction", "OrderingLayer", "OverscriptBox", "OpacityFunctionScaling", "Orderless", "OverscriptBoxOptions", "OpenAppend", "OrderlessPatternSequence", "OverTilde", "Opener", "OrnsteinUhlenbeckProcess", "OverVector", "OpenerView", "Orthogonalize", "OverwriteTarget", "Opening", "OrthogonalMatrixQ", "OwenT", "OpenRead", "Out", "OwnValues", "OpenWrite", "Outer", "Operate", "OuterPolygon", "PacletDataRebuild", "PeriodicBoundaryCondition", "PolynomialLCM", "PacletDirectoryLoad", "Periodogram", "PolynomialMod", "PacletDirectoryUnload", "PeriodogramArray", "PolynomialQ", "PacletDisable", "Permanent", "PolynomialQuotient", "PacletEnable", "Permissions", "PolynomialQuotientRemainder", "PacletFind", "PermissionsGroup", "PolynomialReduce", "PacletFindRemote", "PermissionsGroups", "PolynomialRemainder", "PacletInstall", "PermissionsKey", "PoolingLayer", "PacletInstallSubmit", "PermissionsKeys", "PopupMenu", "PacletNewerQ", "PermutationCycles", "PopupView", "PacletObject", "PermutationCyclesQ", "PopupWindow", "PacletSite", "PermutationGroup", "Position", "PacletSiteObject", "PermutationLength", "PositionIndex", "PacletSiteRegister", "PermutationList", "Positive", "PacletSites", "PermutationListQ", "PositiveDefiniteMatrixQ", "PacletSiteUnregister", "PermutationMax", "PositiveIntegers", "PacletSiteUpdate", "PermutationMin", "PositiveRationals", "PacletUninstall", "PermutationOrder", "PositiveReals", "PaddedForm", "PermutationPower", "PositiveSemidefiniteMatrixQ", "Padding", "PermutationProduct", "PossibleZeroQ", "PaddingLayer", "PermutationReplace", "Postfix", "PaddingSize", "Permutations", "Power", "PadeApproximant", "PermutationSupport", "PowerDistribution", "PadLeft", "Permute", "PowerExpand", "PadRight", "PeronaMalikFilter", "PowerMod", "PageBreakAbove", "PerpendicularBisector", "PowerModList", "PageBreakBelow", "PersistenceLocation", "PowerRange", "PageBreakWithin", "PersistenceTime", "PowerSpectralDensity", "PageFooters", "PersistentObject", "PowersRepresentations", "PageHeaders", "PersistentObjects", "PowerSymmetricPolynomial", "PageRankCentrality", "PersistentValue", "PrecedenceForm", "PageTheme", "PersonData", "Precedes", "PageWidth", "PERTDistribution", "PrecedesEqual", "Pagination", "PetersenGraph", "PrecedesSlantEqual", "PairedBarChart", "PhaseMargins", "PrecedesTilde", "PairedHistogram", "PhaseRange", "Precision", "PairedSmoothHistogram", "PhysicalSystemData", "PrecisionGoal", "PairedTTest", "Pi", "PreDecrement", "PairedZTest", "Pick", "Predict", "PaletteNotebook", "PIDData", "PredictorFunction", "PalindromeQ", "PIDDerivativeFilter", "PredictorMeasurements", "Pane", "PIDFeedforward", "PredictorMeasurementsObject", "Panel", "PIDTune", "PreemptProtect", "Paneled", "Piecewise", "Prefix", "PaneSelector", "PiecewiseExpand", "PreIncrement", "ParabolicCylinderD", "PieChart", "Prepend", "ParagraphIndent", "PieChart3D", "PrependLayer", "ParagraphSpacing", "PillaiTrace", "PrependTo", "ParallelArray", "PillaiTraceTest", "PreprocessingRules", "ParallelCombine", "PingTime", "PreserveColor", "ParallelDo", "Pink", "PreserveImageOptions", "Parallelepiped", "PitchRecognize", "PreviousCell", "ParallelEvaluate", "PixelValue", "PreviousDate", "Parallelization", "PixelValuePositions", "PriceGraphDistribution", "Parallelize", "Placed", "Prime", "ParallelMap", "Placeholder", "PrimeNu", "ParallelNeeds", "PlaceholderReplace", "PrimeOmega", "Parallelogram", "Plain", "PrimePi", "ParallelProduct", "PlanarAngle", "PrimePowerQ", "ParallelSubmit", "PlanarGraph", "PrimeQ", "ParallelSum", "PlanarGraphQ", "Primes", "ParallelTable", "PlanckRadiationLaw", "PrimeZetaP", "ParallelTry", "PlaneCurveData", "PrimitivePolynomialQ", "ParameterEstimator", "PlanetaryMoonData", "PrimitiveRoot", "ParameterMixtureDistribution", "PlanetData", "PrimitiveRootList", "ParametricFunction", "PlantData", "PrincipalComponents", "ParametricNDSolve", "Play", "PrincipalValue", "ParametricNDSolveValue", "PlayRange", "Print", "ParametricPlot", "Plot", "PrintableASCIIQ", "ParametricPlot3D", "Plot3D", "PrintingStyleEnvironment", "ParametricRampLayer", "PlotLabel", "Printout3D", "ParametricRegion", "PlotLabels", "Printout3DPreviewer", "ParentBox", "PlotLayout", "PrintTemporary", "ParentCell", "PlotLegends", "Prism", "ParentDirectory", "PlotMarkers", "PrivateCellOptions", "ParentNotebook", "PlotPoints", "PrivateFontOptions", "ParetoDistribution", "PlotRange", "PrivateKey", "ParetoPickandsDistribution", "PlotRangeClipping", "PrivateNotebookOptions", "ParkData", "PlotRangePadding", "Probability", "Part", "PlotRegion", "ProbabilityDistribution", "PartBehavior", "PlotStyle", "ProbabilityPlot", "PartialCorrelationFunction", "PlotTheme", "ProbabilityScalePlot", "ParticleAcceleratorData", "Pluralize", "ProbitModelFit", "ParticleData", "Plus", "ProcessConnection", "Partition", "PlusMinus", "ProcessDirectory", "PartitionGranularity", "Pochhammer", "ProcessEnvironment", "PartitionsP", "PodStates", "Processes", "PartitionsQ", "PodWidth", "ProcessEstimator", "PartLayer", "Point", "ProcessInformation", "PartOfSpeech", "PointFigureChart", "ProcessObject", "PartProtection", "PointLegend", "ProcessParameterAssumptions", "ParzenWindow", "PointSize", "ProcessParameterQ", "PascalDistribution", "PoissonConsulDistribution", "ProcessStatus", "PassEventsDown", "PoissonDistribution", "Product", "PassEventsUp", "PoissonProcess", "ProductDistribution", "Paste", "PoissonWindow", "ProductLog", "PasteButton", "PolarAxes", "ProgressIndicator", "Path", "PolarAxesOrigin", "Projection", "PathGraph", "PolarGridLines", "Prolog", "PathGraphQ", "PolarPlot", "ProofObject", "Pattern", "PolarTicks", "Proportion", "PatternFilling", "PoleZeroMarkers", "Proportional", "PatternSequence", "PolyaAeppliDistribution", "Protect", "PatternTest", "PolyGamma", "Protected", "PauliMatrix", "Polygon", "ProteinData", "PaulWavelet", "PolygonalNumber", "Pruning", "Pause", "PolygonAngle", "PseudoInverse", "PDF", "PolygonCoordinates", "PsychrometricPropertyData", "PeakDetect", "PolygonDecomposition", "PublicKey", "PeanoCurve", "Polyhedron", "PublisherID", "PearsonChiSquareTest", "PolyhedronAngle", "PulsarData", "PearsonCorrelationTest", "PolyhedronCoordinates", "PunctuationCharacter", "PearsonDistribution", "PolyhedronData", "Purple", "PercentForm", "PolyhedronDecomposition", "Put", "PerfectNumber", "PolyhedronGenus", "PutAppend", "PerfectNumberQ", "PolyLog", "Pyramid", "PerformanceGoal", "PolynomialExtendedGCD", "Perimeter", "PolynomialGCD", "QBinomial", "Quantity", "Quartics", "QFactorial", "QuantityArray", "QuartileDeviation", "QGamma", "QuantityDistribution", "Quartiles", "QHypergeometricPFQ", "QuantityForm", "QuartileSkewness", "QnDispersion", "QuantityMagnitude", "Query", "QPochhammer", "QuantityQ", "QueueingNetworkProcess", "QPolyGamma", "QuantityUnit", "QueueingProcess", "QRDecomposition", "QuantityVariable", "QueueProperties", "QuadraticIrrationalQ", "QuantityVariableCanonicalUnit", "Quiet", "QuadraticOptimization", "QuantityVariableDimensions", "Quit", "Quantile", "QuantityVariableIdentifier", "Quotient", "QuantilePlot", "QuantityVariablePhysicalQuantity", "QuotientRemainder", "RadialGradientImage", "RegionEqual", "Restricted", "RadialityCentrality", "RegionFillingStyle", "Resultant", "RadicalBox", "RegionFunction", "Return", "RadicalBoxOptions", "RegionImage", "ReturnExpressionPacket", "RadioButton", "RegionIntersection", "ReturnPacket", "RadioButtonBar", "RegionMeasure", "ReturnReceiptFunction", "Radon", "RegionMember", "ReturnTextPacket", "RadonTransform", "RegionMemberFunction", "Reverse", "RamanujanTau", "RegionMoment", "ReverseApplied", "RamanujanTauL", "RegionNearest", "ReverseBiorthogonalSplineWavelet", "RamanujanTauTheta", "RegionNearestFunction", "ReverseElement", "RamanujanTauZ", "RegionPlot", "ReverseEquilibrium", "Ramp", "RegionPlot3D", "ReverseGraph", "RandomChoice", "RegionProduct", "ReverseSort", "RandomColor", "RegionQ", "ReverseSortBy", "RandomComplex", "RegionResize", "ReverseUpEquilibrium", "RandomEntity", "RegionSize", "RevolutionAxis", "RandomFunction", "RegionSymmetricDifference", "RevolutionPlot3D", "RandomGeoPosition", "RegionUnion", "RGBColor", "RandomGraph", "RegionWithin", "RiccatiSolve", "RandomImage", "RegisterExternalEvaluator", "RiceDistribution", "RandomInstance", "RegularExpression", "RidgeFilter", "RandomInteger", "Regularization", "RiemannR", "RandomPermutation", "RegularlySampledQ", "RiemannSiegelTheta", "RandomPoint", "RegularPolygon", "RiemannSiegelZ", "RandomPolygon", "ReIm", "RiemannXi", "RandomPolyhedron", "ReImLabels", "Riffle", "RandomPrime", "ReImPlot", "Right", "RandomReal", "ReImStyle", "RightArrow", "RandomSample", "RelationalDatabase", "RightArrowBar", "RandomSeeding", "RelationGraph", "RightArrowLeftArrow", "RandomVariate", "ReleaseHold", "RightComposition", "RandomWalkProcess", "ReliabilityDistribution", "RightCosetRepresentative", "RandomWord", "ReliefImage", "RightDownTeeVector", "Range", "ReliefPlot", "RightDownVector", "RangeFilter", "RemoteAuthorizationCaching", "RightDownVectorBar", "RankedMax", "RemoteConnect", "RightTee", "RankedMin", "RemoteConnectionObject", "RightTeeArrow", "RarerProbability", "RemoteFile", "RightTeeVector", "Raster", "RemoteRun", "RightTriangle", "Raster3D", "RemoteRunProcess", "RightTriangleBar", "Rasterize", "Remove", "RightTriangleEqual", "RasterSize", "RemoveAlphaChannel", "RightUpDownVector", "Rational", "RemoveAudioStream", "RightUpTeeVector", "Rationalize", "RemoveBackground", "RightUpVector", "Rationals", "RemoveChannelListener", "RightUpVectorBar", "Ratios", "RemoveChannelSubscribers", "RightVector", "RawBoxes", "RemoveDiacritics", "RightVectorBar", "RawData", "RemoveInputStreamMethod", "RiskAchievementImportance", "RayleighDistribution", "RemoveOutputStreamMethod", "RiskReductionImportance", "Re", "RemoveUsers", "RogersTanimotoDissimilarity", "Read", "RemoveVideoStream", "RollPitchYawAngles", "ReadByteArray", "RenameDirectory", "RollPitchYawMatrix", "ReadLine", "RenameFile", "RomanNumeral", "ReadList", "RenderingOptions", "Root", "ReadProtected", "RenewalProcess", "RootApproximant", "ReadString", "RenkoChart", "RootIntervals", "Real", "RepairMesh", "RootLocusPlot", "RealAbs", "Repeated", "RootMeanSquare", "RealBlockDiagonalForm", "RepeatedNull", "RootOfUnityQ", "RealDigits", "RepeatedTiming", "RootReduce", "RealExponent", "RepeatingElement", "Roots", "Reals", "Replace", "RootSum", "RealSign", "ReplaceAll", "Rotate", "Reap", "ReplaceImageValue", "RotateLabel", "RecognitionPrior", "ReplaceList", "RotateLeft", "Record", "ReplacePart", "RotateRight", "RecordLists", "ReplacePixelValue", "RotationAction", "RecordSeparators", "ReplaceRepeated", "RotationMatrix", "Rectangle", "ReplicateLayer", "RotationTransform", "RectangleChart", "RequiredPhysicalQuantities", "Round", "RectangleChart3D", "Resampling", "RoundingRadius", "RectangularRepeatingElement", "ResamplingAlgorithmData", "Row", "RecurrenceFilter", "ResamplingMethod", "RowAlignments", "RecurrenceTable", "Rescale", "RowBox", "Red", "RescalingTransform", "RowLines", "Reduce", "ResetDirectory", "RowMinHeight", "ReferenceLineStyle", "ReshapeLayer", "RowReduce", "Refine", "Residue", "RowsEqual", "ReflectionMatrix", "ResizeLayer", "RowSpacings", "ReflectionTransform", "Resolve", "RSolve", "Refresh", "ResourceData", "RSolveValue", "RefreshRate", "ResourceFunction", "RudinShapiro", "Region", "ResourceObject", "RudvalisGroupRu", "RegionBinarize", "ResourceRegister", "Rule", "RegionBoundary", "ResourceRemove", "RuleDelayed", "RegionBoundaryStyle", "ResourceSearch", "RulePlot", "RegionBounds", "ResourceSubmit", "RulerUnits", "RegionCentroid", "ResourceSystemBase", "Run", "RegionDifference", "ResourceSystemPath", "RunProcess", "RegionDimension", "ResourceUpdate", "RunThrough", "RegionDisjoint", "ResourceVersion", "RuntimeAttributes", "RegionDistance", "ResponseForm", "RuntimeOptions", "RegionDistanceFunction", "Rest", "RussellRaoDissimilarity", "RegionEmbeddingDimension", "RestartInterval", "SameQ", "SingularValueDecomposition", "StreamDensityPlot", "SameTest", "SingularValueList", "StreamMarkers", "SameTestProperties", "SingularValuePlot", "StreamPlot", "SampledEntityClass", "Sinh", "StreamPoints", "SampleDepth", "SinhIntegral", "StreamPosition", "SampledSoundFunction", "SinIntegral", "Streams", "SampledSoundList", "SixJSymbol", "StreamScale", "SampleRate", "Skeleton", "StreamStyle", "SamplingPeriod", "SkeletonTransform", "String", "SARIMAProcess", "SkellamDistribution", "StringCases", "SARMAProcess", "Skewness", "StringContainsQ", "SASTriangle", "SkewNormalDistribution", "StringCount", "SatelliteData", "Skip", "StringDelete", "SatisfiabilityCount", "SliceContourPlot3D", "StringDrop", "SatisfiabilityInstances", "SliceDensityPlot3D", "StringEndsQ", "SatisfiableQ", "SliceDistribution", "StringExpression", "Saturday", "SliceVectorPlot3D", "StringExtract", "Save", "Slider", "StringForm", "SaveConnection", "Slider2D", "StringFormat", "SaveDefinitions", "SlideView", "StringFreeQ", "SavitzkyGolayMatrix", "Slot", "StringInsert", "SawtoothWave", "SlotSequence", "StringJoin", "Scale", "Small", "StringLength", "Scaled", "SmallCircle", "StringMatchQ", "ScaleDivisions", "Smaller", "StringPadLeft", "ScaleOrigin", "SmithDecomposition", "StringPadRight", "ScalePadding", "SmithDelayCompensator", "StringPart", "ScaleRanges", "SmithWatermanSimilarity", "StringPartition", "ScaleRangeStyle", "SmoothDensityHistogram", "StringPosition", "ScalingFunctions", "SmoothHistogram", "StringQ", "ScalingMatrix", "SmoothHistogram3D", "StringRepeat", "ScalingTransform", "SmoothKernelDistribution", "StringReplace", "Scan", "SnDispersion", "StringReplaceList", "ScheduledTask", "Snippet", "StringReplacePart", "SchurDecomposition", "SnubPolyhedron", "StringReverse", "ScientificForm", "SocialMediaData", "StringRiffle", "ScientificNotationThreshold", "SocketConnect", "StringRotateLeft", "ScorerGi", "SocketListen", "StringRotateRight", "ScorerGiPrime", "SocketListener", "StringSkeleton", "ScorerHi", "SocketObject", "StringSplit", "ScorerHiPrime", "SocketOpen", "StringStartsQ", "ScreenStyleEnvironment", "SocketReadMessage", "StringTake", "ScriptBaselineShifts", "SocketReadyQ", "StringTemplate", "ScriptMinSize", "Sockets", "StringToByteArray", "ScriptSizeMultipliers", "SocketWaitAll", "StringToStream", "Scrollbars", "SocketWaitNext", "StringTrim", "ScrollingOptions", "SoftmaxLayer", "StripBoxes", "ScrollPosition", "SokalSneathDissimilarity", "StripOnInput", "SearchAdjustment", "SolarEclipse", "StripWrapperBoxes", "SearchIndexObject", "SolarSystemFeatureData", "StructuralImportance", "SearchIndices", "SolidAngle", "StructuredSelection", "SearchQueryString", "SolidData", "StruveH", "SearchResultObject", "SolidRegionQ", "StruveL", "Sec", "Solve", "Stub", "Sech", "SolveAlways", "StudentTDistribution", "SechDistribution", "Sort", "Style", "SecondOrderConeOptimization", "SortBy", "StyleBox", "SectorChart", "SortedBy", "StyleData", "SectorChart3D", "SortedEntityClass", "StyleDefinitions", "SectorOrigin", "Sound", "Subdivide", "SectorSpacing", "SoundNote", "Subfactorial", "SecuredAuthenticationKey", "SoundVolume", "Subgraph", "SecuredAuthenticationKeys", "SourceLink", "SubMinus", "SeedRandom", "Sow", "SubPlus", "Select", "SpaceCurveData", "SubresultantPolynomialRemainders", "Selectable", "Spacer", "SubresultantPolynomials", "SelectComponents", "Spacings", "Subresultants", "SelectedCells", "Span", "Subscript", "SelectedNotebook", "SpanFromAbove", "SubscriptBox", "SelectFirst", "SpanFromBoth", "SubscriptBoxOptions", "SelectionCreateCell", "SpanFromLeft", "Subsequences", "SelectionEvaluate", "SparseArray", "Subset", "SelectionEvaluateCreateCell", "SpatialGraphDistribution", "SubsetCases", "SelectionMove", "SpatialMedian", "SubsetCount", "SelfLoopStyle", "SpatialTransformationLayer", "SubsetEqual", "SemanticImport", "Speak", "SubsetMap", "SemanticImportString", "SpeakerMatchQ", "SubsetPosition", "SemanticInterpretation", "SpearmanRankTest", "SubsetQ", "SemialgebraicComponentInstances", "SpearmanRho", "SubsetReplace", "SemidefiniteOptimization", "SpeciesData", "Subsets", "SendMail", "SpecificityGoal", "SubStar", "SendMessage", "SpectralLineData", "SubstitutionSystem", "Sequence", "Spectrogram", "Subsuperscript", "SequenceAlignment", "SpectrogramArray", "SubsuperscriptBox", "SequenceCases", "Specularity", "SubsuperscriptBoxOptions", "SequenceCount", "SpeechCases", "SubtitleEncoding", "SequenceFold", "SpeechInterpreter", "SubtitleTracks", "SequenceFoldList", "SpeechRecognize", "Subtract", "SequenceHold", "SpeechSynthesize", "SubtractFrom", "SequenceLastLayer", "SpellingCorrection", "SubtractSides", "SequenceMostLayer", "SpellingCorrectionList", "Succeeds", "SequencePosition", "SpellingOptions", "SucceedsEqual", "SequencePredict", "Sphere", "SucceedsSlantEqual", "SequencePredictorFunction", "SpherePoints", "SucceedsTilde", "SequenceReplace", "SphericalBesselJ", "Success", "SequenceRestLayer", "SphericalBesselY", "SuchThat", "SequenceReverseLayer", "SphericalHankelH1", "Sum", "SequenceSplit", "SphericalHankelH2", "SumConvergence", "Series", "SphericalHarmonicY", "SummationLayer", "SeriesCoefficient", "SphericalPlot3D", "Sunday", "SeriesData", "SphericalRegion", "SunPosition", "SeriesTermGoal", "SphericalShell", "Sunrise", "ServiceConnect", "SpheroidalEigenvalue", "Sunset", "ServiceDisconnect", "SpheroidalJoiningFactor", "SuperDagger", "ServiceExecute", "SpheroidalPS", "SuperMinus", "ServiceObject", "SpheroidalPSPrime", "SupernovaData", "ServiceRequest", "SpheroidalQS", "SuperPlus", "ServiceSubmit", "SpheroidalQSPrime", "Superscript", "SessionSubmit", "SpheroidalRadialFactor", "SuperscriptBox", "SessionTime", "SpheroidalS1", "SuperscriptBoxOptions", "Set", "SpheroidalS1Prime", "Superset", "SetAccuracy", "SpheroidalS2", "SupersetEqual", "SetAlphaChannel", "SpheroidalS2Prime", "SuperStar", "SetAttributes", "Splice", "Surd", "SetCloudDirectory", "SplicedDistribution", "SurdForm", "SetCookies", "SplineClosed", "SurfaceArea", "SetDelayed", "SplineDegree", "SurfaceData", "SetDirectory", "SplineKnots", "SurvivalDistribution", "SetEnvironment", "SplineWeights", "SurvivalFunction", "SetFileDate", "Split", "SurvivalModel", "SetOptions", "SplitBy", "SurvivalModelFit", "SetPermissions", "SpokenString", "SuzukiDistribution", "SetPrecision", "Sqrt", "SuzukiGroupSuz", "SetSelectedNotebook", "SqrtBox", "SwatchLegend", "SetSharedFunction", "SqrtBoxOptions", "Switch", "SetSharedVariable", "Square", "Symbol", "SetStreamPosition", "SquaredEuclideanDistance", "SymbolName", "SetSystemModel", "SquareFreeQ", "SymletWavelet", "SetSystemOptions", "SquareIntersection", "Symmetric", "Setter", "SquareMatrixQ", "SymmetricGroup", "SetterBar", "SquareRepeatingElement", "SymmetricKey", "Setting", "SquaresR", "SymmetricMatrixQ", "SetUsers", "SquareSubset", "SymmetricPolynomial", "Shallow", "SquareSubsetEqual", "SymmetricReduction", "ShannonWavelet", "SquareSuperset", "Symmetrize", "ShapiroWilkTest", "SquareSupersetEqual", "SymmetrizedArray", "Share", "SquareUnion", "SymmetrizedArrayRules", "SharingList", "SquareWave", "SymmetrizedDependentComponents", "Sharpen", "SSSTriangle", "SymmetrizedIndependentComponents", "ShearingMatrix", "StabilityMargins", "SymmetrizedReplacePart", "ShearingTransform", "StabilityMarginsStyle", "SynchronousInitialization", "ShellRegion", "StableDistribution", "SynchronousUpdating", "ShenCastanMatrix", "Stack", "Synonyms", "ShiftedGompertzDistribution", "StackBegin", "SyntaxForm", "ShiftRegisterSequence", "StackComplete", "SyntaxInformation", "Short", "StackedDateListPlot", "SyntaxLength", "ShortDownArrow", "StackedListPlot", "SyntaxPacket", "Shortest", "StackInhibit", "SyntaxQ", "ShortestPathFunction", "StadiumShape", "SynthesizeMissingValues", "ShortLeftArrow", "StandardAtmosphereData", "SystemCredential", "ShortRightArrow", "StandardDeviation", "SystemCredentialData", "ShortTimeFourier", "StandardDeviationFilter", "SystemCredentialKey", "ShortTimeFourierData", "StandardForm", "SystemCredentialKeys", "ShortUpArrow", "Standardize", "SystemCredentialStoreObject", "Show", "Standardized", "SystemDialogInput", "ShowAutoSpellCheck", "StandardOceanData", "SystemInformation", "ShowAutoStyles", "StandbyDistribution", "SystemInstall", "ShowCellBracket", "Star", "SystemModel", "ShowCellLabel", "StarClusterData", "SystemModeler", "ShowCellTags", "StarData", "SystemModelExamples", "ShowCursorTracker", "StarGraph", "SystemModelLinearize", "ShowGroupOpener", "StartExternalSession", "SystemModelParametricSimulate", "ShowPageBreaks", "StartingStepSize", "SystemModelPlot", "ShowSelection", "StartOfLine", "SystemModelProgressReporting", "ShowSpecialCharacters", "StartOfString", "SystemModelReliability", "ShowStringCharacters", "StartProcess", "SystemModels", "ShrinkingDelay", "StartWebSession", "SystemModelSimulate", "SiderealTime", "StateFeedbackGains", "SystemModelSimulateSensitivity", "SiegelTheta", "StateOutputEstimator", "SystemModelSimulationData", "SiegelTukeyTest", "StateResponse", "SystemOpen", "SierpinskiCurve", "StateSpaceModel", "SystemOptions", "SierpinskiMesh", "StateSpaceRealization", "SystemProcessData", "Sign", "StateSpaceTransform", "SystemProcesses", "Signature", "StateTransformationLinearize", "SystemsConnectionsModel", "SignedRankTest", "StationaryDistribution", "SystemsModelDelay", "SignedRegionDistance", "StationaryWaveletPacketTransform", "SystemsModelDelayApproximate", "SignificanceLevel", "StationaryWaveletTransform", "SystemsModelDelete", "SignPadding", "StatusArea", "SystemsModelDimensions", "SignTest", "StatusCentrality", "SystemsModelExtract", "SimilarityRules", "StepMonitor", "SystemsModelFeedbackConnect", "SimpleGraph", "StereochemistryElements", "SystemsModelLabels", "SimpleGraphQ", "StieltjesGamma", "SystemsModelLinearity", "SimplePolygonQ", "StippleShading", "SystemsModelMerge", "SimplePolyhedronQ", "StirlingS1", "SystemsModelOrder", "Simplex", "StirlingS2", "SystemsModelParallelConnect", "Simplify", "StoppingPowerData", "SystemsModelSeriesConnect", "Sin", "StrataVariables", "SystemsModelStateFeedbackConnect", "Sinc", "StratonovichProcess", "SystemsModelVectorRelativeOrders", "SinghMaddalaDistribution", "StreamColorFunction", "SingleLetterItalics", "StreamColorFunctionScaling", "Table", "Thickness", "TraceDepth", "TableAlignments", "Thin", "TraceDialog", "TableDepth", "Thinning", "TraceForward", "TableDirections", "ThompsonGroupTh", "TraceOff", "TableForm", "Thread", "TraceOn", "TableHeadings", "ThreadingLayer", "TraceOriginal", "TableSpacing", "ThreeJSymbol", "TracePrint", "TableView", "Threshold", "TraceScan", "TabView", "Through", "TrackedSymbols", "TagBox", "Throw", "TrackingFunction", "TagBoxOptions", "ThueMorse", "TracyWidomDistribution", "TaggingRules", "Thumbnail", "TradingChart", "TagSet", "Thursday", "TraditionalForm", "TagSetDelayed", "Ticks", "TrainingProgressCheckpointing", "TagUnset", "TicksStyle", "TrainingProgressFunction", "Take", "TideData", "TrainingProgressMeasurements", "TakeDrop", "Tilde", "TrainingProgressReporting", "TakeLargest", "TildeEqual", "TrainingStoppingCriterion", "TakeLargestBy", "TildeFullEqual", "TrainingUpdateSchedule", "TakeList", "TildeTilde", "TransferFunctionCancel", "TakeSmallest", "TimeConstrained", "TransferFunctionExpand", "TakeSmallestBy", "TimeConstraint", "TransferFunctionFactor", "TakeWhile", "TimeDirection", "TransferFunctionModel", "Tally", "TimeFormat", "TransferFunctionPoles", "Tan", "TimeGoal", "TransferFunctionTransform", "Tanh", "TimelinePlot", "TransferFunctionZeros", "TargetDevice", "TimeObject", "TransformationClass", "TargetFunctions", "TimeObjectQ", "TransformationFunction", "TargetSystem", "TimeRemaining", "TransformationFunctions", "TargetUnits", "Times", "TransformationMatrix", "TaskAbort", "TimesBy", "TransformedDistribution", "TaskExecute", "TimeSeries", "TransformedField", "TaskObject", "TimeSeriesAggregate", "TransformedProcess", "TaskRemove", "TimeSeriesForecast", "TransformedRegion", "TaskResume", "TimeSeriesInsert", "TransitionDirection", "Tasks", "TimeSeriesInvertibility", "TransitionDuration", "TaskSuspend", "TimeSeriesMap", "TransitionEffect", "TaskWait", "TimeSeriesMapThread", "TransitiveClosureGraph", "TautologyQ", "TimeSeriesModel", "TransitiveReductionGraph", "TelegraphProcess", "TimeSeriesModelFit", "Translate", "TemplateApply", "TimeSeriesResample", "TranslationOptions", "TemplateBox", "TimeSeriesRescale", "TranslationTransform", "TemplateBoxOptions", "TimeSeriesShift", "Transliterate", "TemplateExpression", "TimeSeriesThread", "Transparent", "TemplateIf", "TimeSeriesWindow", "Transpose", "TemplateObject", "TimeUsed", "TransposeLayer", "TemplateSequence", "TimeValue", "TravelDirections", "TemplateSlot", "TimeZone", "TravelDirectionsData", "TemplateWith", "TimeZoneConvert", "TravelDistance", "TemporalData", "TimeZoneOffset", "TravelDistanceList", "TemporalRegularity", "Timing", "TravelMethod", "Temporary", "Tiny", "TravelTime", "TensorContract", "TitsGroupT", "TreeForm", "TensorDimensions", "ToBoxes", "TreeGraph", "TensorExpand", "ToCharacterCode", "TreeGraphQ", "TensorProduct", "ToContinuousTimeModel", "TreePlot", "TensorRank", "Today", "TrendStyle", "TensorReduce", "ToDiscreteTimeModel", "Triangle", "TensorSymmetry", "ToEntity", "TriangleCenter", "TensorTranspose", "ToeplitzMatrix", "TriangleConstruct", "TensorWedge", "ToExpression", "TriangleMeasurement", "TestID", "Together", "TriangleWave", "TestReport", "Toggler", "TriangularDistribution", "TestReportObject", "TogglerBar", "TriangulateMesh", "TestResultObject", "ToInvertibleTimeSeries", "Trig", "Tetrahedron", "TokenWords", "TrigExpand", "TeXForm", "Tolerance", "TrigFactor", "Text", "ToLowerCase", "TrigFactorList", "TextAlignment", "Tomorrow", "Trigger", "TextCases", "ToNumberField", "TrigReduce", "TextCell", "Tooltip", "TrigToExp", "TextClipboardType", "TooltipDelay", "TrimmedMean", "TextContents", "TooltipStyle", "TrimmedVariance", "TextData", "ToonShading", "TropicalStormData", "TextElement", "Top", "True", "TextGrid", "TopHatTransform", "TrueQ", "TextJustification", "ToPolarCoordinates", "TruncatedDistribution", "TextPacket", "TopologicalSort", "TruncatedPolyhedron", "TextPosition", "ToRadicals", "TsallisQExponentialDistribution", "TextRecognize", "ToRules", "TsallisQGaussianDistribution", "TextSearch", "ToSphericalCoordinates", "TTest", "TextSearchReport", "ToString", "Tube", "TextSentences", "Total", "Tuesday", "TextString", "TotalLayer", "TukeyLambdaDistribution", "TextStructure", "TotalVariationFilter", "TukeyWindow", "TextTranslation", "TotalWidth", "TunnelData", "Texture", "TouchPosition", "Tuples", "TextureCoordinateFunction", "TouchscreenAutoZoom", "TuranGraph", "TextureCoordinateScaling", "TouchscreenControlPlacement", "TuringMachine", "TextWords", "ToUpperCase", "TuttePolynomial", "Therefore", "Tr", "TwoWayRule", "ThermodynamicData", "Trace", "Typed", "ThermometerGauge", "TraceAbove", "TypeSpecifier", "Thick", "TraceBackward", "UnateQ", "UnitaryMatrixQ", "UpperCaseQ", "Uncompress", "UnitBox", "UpperLeftArrow", "UnconstrainedParameters", "UnitConvert", "UpperRightArrow", "Undefined", "UnitDimensions", "UpperTriangularize", "UnderBar", "Unitize", "UpperTriangularMatrixQ", "Underflow", "UnitRootTest", "Upsample", "Underlined", "UnitSimplify", "UpSet", "Underoverscript", "UnitStep", "UpSetDelayed", "UnderoverscriptBox", "UnitSystem", "UpTee", "UnderoverscriptBoxOptions", "UnitTriangle", "UpTeeArrow", "Underscript", "UnitVector", "UpTo", "UnderscriptBox", "UnitVectorLayer", "UpValues", "UnderscriptBoxOptions", "UnityDimensions", "URL", "UnderseaFeatureData", "UniverseModelData", "URLBuild", "UndirectedEdge", "UniversityData", "URLDecode", "UndirectedGraph", "UnixTime", "URLDispatcher", "UndirectedGraphQ", "Unprotect", "URLDownload", "UndoOptions", "UnregisterExternalEvaluator", "URLDownloadSubmit", "UndoTrackedVariables", "UnsameQ", "URLEncode", "Unequal", "UnsavedVariables", "URLExecute", "UnequalTo", "Unset", "URLExpand", "Unevaluated", "UnsetShared", "URLParse", "UniformDistribution", "UpArrow", "URLQueryDecode", "UniformGraphDistribution", "UpArrowBar", "URLQueryEncode", "UniformPolyhedron", "UpArrowDownArrow", "URLRead", "UniformSumDistribution", "Update", "URLResponseTime", "Uninstall", "UpdateInterval", "URLShorten", "Union", "UpdatePacletSites", "URLSubmit", "UnionedEntityClass", "UpdateSearchIndex", "UsingFrontEnd", "UnionPlus", "UpDownArrow", "UtilityFunction", "Unique", "UpEquilibrium", "ValenceErrorHandling", "VerifyDigitalSignature", "VertexStyle", "ValidationLength", "VerifyFileSignature", "VertexTextureCoordinates", "ValidationSet", "VerifyInterpretation", "VertexWeight", "ValueDimensions", "VerifySecurityCertificates", "VertexWeightedGraphQ", "ValuePreprocessingFunction", "VerifySolutions", "VerticalBar", "ValueQ", "VerifyTestAssumptions", "VerticalGauge", "Values", "VersionedPreferences", "VerticalSeparator", "Variables", "VertexAdd", "VerticalSlider", "Variance", "VertexCapacity", "VerticalTilde", "VarianceEquivalenceTest", "VertexColors", "Video", "VarianceEstimatorFunction", "VertexComponent", "VideoEncoding", "VarianceGammaDistribution", "VertexConnectivity", "VideoExtractFrames", "VarianceTest", "VertexContract", "VideoFrameList", "VectorAngle", "VertexCoordinates", "VideoFrameMap", "VectorAround", "VertexCorrelationSimilarity", "VideoPause", "VectorAspectRatio", "VertexCosineSimilarity", "VideoPlay", "VectorColorFunction", "VertexCount", "VideoQ", "VectorColorFunctionScaling", "VertexCoverQ", "VideoStop", "VectorDensityPlot", "VertexDataCoordinates", "VideoStream", "VectorGreater", "VertexDegree", "VideoStreams", "VectorGreaterEqual", "VertexDelete", "VideoTimeSeries", "VectorLess", "VertexDiceSimilarity", "VideoTracks", "VectorLessEqual", "VertexEccentricity", "VideoTrim", "VectorMarkers", "VertexInComponent", "ViewAngle", "VectorPlot", "VertexInDegree", "ViewCenter", "VectorPlot3D", "VertexIndex", "ViewMatrix", "VectorPoints", "VertexJaccardSimilarity", "ViewPoint", "VectorQ", "VertexLabels", "ViewProjection", "VectorRange", "VertexLabelStyle", "ViewRange", "Vectors", "VertexList", "ViewVector", "VectorScaling", "VertexNormals", "ViewVertical", "VectorSizes", "VertexOutComponent", "Visible", "VectorStyle", "VertexOutDegree", "VoiceStyleData", "Vee", "VertexQ", "VoigtDistribution", "Verbatim", "VertexReplace", "VolcanoData", "VerificationTest", "VertexShape", "Volume", "VerifyConvergence", "VertexShapeFunction", "VonMisesDistribution", "VerifyDerivedKey", "VertexSize", "VoronoiMesh", "WaitAll", "WeierstrassEta2", "WindowElements", "WaitNext", "WeierstrassEta3", "WindowFloating", "WakebyDistribution", "WeierstrassHalfPeriods", "WindowFrame", "WalleniusHypergeometricDistribution", "WeierstrassHalfPeriodW1", "WindowFrameElements", "WaringYuleDistribution", "WeierstrassHalfPeriodW2", "WindowMargins", "WarpingCorrespondence", "WeierstrassHalfPeriodW3", "WindowOpacity", "WarpingDistance", "WeierstrassInvariantG2", "WindowSize", "WatershedComponents", "WeierstrassInvariantG3", "WindowStatusArea", "WatsonUSquareTest", "WeierstrassInvariants", "WindowTitle", "WattsStrogatzGraphDistribution", "WeierstrassP", "WindowToolbars", "WaveletBestBasis", "WeierstrassPPrime", "WindSpeedData", "WaveletFilterCoefficients", "WeierstrassSigma", "WindVectorData", "WaveletImagePlot", "WeierstrassZeta", "WinsorizedMean", "WaveletListPlot", "WeightedAdjacencyGraph", "WinsorizedVariance", "WaveletMapIndexed", "WeightedAdjacencyMatrix", "WishartMatrixDistribution", "WaveletMatrixPlot", "WeightedData", "With", "WaveletPhi", "WeightedGraphQ", "WolframAlpha", "WaveletPsi", "Weights", "WolframLanguageData", "WaveletScale", "WelchWindow", "Word", "WaveletScalogram", "WheelGraph", "WordBoundary", "WaveletThreshold", "WhenEvent", "WordCharacter", "WeaklyConnectedComponents", "Which", "WordCloud", "WeaklyConnectedGraphComponents", "While", "WordCount", "WeaklyConnectedGraphQ", "White", "WordCounts", "WeakStationarity", "WhiteNoiseProcess", "WordData", "WeatherData", "WhitePoint", "WordDefinition", "WeatherForecastData", "Whitespace", "WordFrequency", "WebAudioSearch", "WhitespaceCharacter", "WordFrequencyData", "WebElementObject", "WhittakerM", "WordList", "WeberE", "WhittakerW", "WordOrientation", "WebExecute", "WienerFilter", "WordSearch", "WebImage", "WienerProcess", "WordSelectionFunction", "WebImageSearch", "WignerD", "WordSeparators", "WebSearch", "WignerSemicircleDistribution", "WordSpacings", "WebSessionObject", "WikidataData", "WordStem", "WebSessions", "WikidataSearch", "WordTranslation", "WebWindowObject", "WikipediaData", "WorkingPrecision", "Wedge", "WikipediaSearch", "WrapAround", "Wednesday", "WilksW", "Write", "WeibullDistribution", "WilksWTest", "WriteLine", "WeierstrassE1", "WindDirectionData", "WriteString", "WeierstrassE2", "WindingCount", "Wronskian", "WeierstrassE3", "WindingPolygon", "WeierstrassEta1", "WindowClickSelect", "XMLElement", "XMLTemplate", "Xor", "XMLObject", "Xnor", "XYZColor", "Yellow", "Yesterday", "YuleDissimilarity", "ZernikeR", "ZetaZero", "ZoomFactor", "ZeroSymmetric", "ZIPCodeData", "ZTest", "ZeroTest", "ZipfDistribution", "ZTransform", "Zeta", "ZoomCenter"]
14
+ end
15
+ end
16
+ end
17
+ end
@@ -0,0 +1,80 @@
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
+ break case catch classdef continue else elseif end for function
17
+ global if otherwise parfor persistent return spmd switch try while
18
+ )
19
+ end
20
+
21
+ # self-modifying method that loads the builtins file
22
+ def self.builtins
23
+ Kernel::load File.join(Lexers::BASE_DIR, 'matlab/keywords.rb')
24
+ builtins
25
+ end
26
+
27
+ state :root do
28
+ rule %r/\s+/m, Text # Whitespace
29
+ rule %r([{]%.*?%[}])m, Comment::Multiline
30
+ rule %r/%.*$/, Comment::Single
31
+ rule %r/([.][.][.])(.*?)$/ do
32
+ groups(Keyword, Comment)
33
+ end
34
+
35
+ rule %r/^(!)(.*?)(?=%|$)/ do |m|
36
+ token Keyword, m[1]
37
+ delegate Shell, m[2]
38
+ end
39
+
40
+
41
+ rule %r/[a-zA-Z][_a-zA-Z0-9]*/m do |m|
42
+ match = m[0]
43
+ if self.class.keywords.include? match
44
+ token Keyword
45
+ elsif self.class.builtins.include? match
46
+ token Name::Builtin
47
+ else
48
+ token Name
49
+ end
50
+ end
51
+
52
+ rule %r{[(){};:,\/\\\]\[]}, Punctuation
53
+
54
+ rule %r/~=|==|<<|>>|[-~+\/*%=<>&^|.@]/, Operator
55
+
56
+
57
+ rule %r/(\d+\.\d*|\d*\.\d+)(e[+-]?[0-9]+)?/i, Num::Float
58
+ rule %r/\d+e[+-]?[0-9]+/i, Num::Float
59
+ rule %r/\d+L/, Num::Integer::Long
60
+ rule %r/\d+/, Num::Integer
61
+
62
+ rule %r/'(?=(.*'))/, Str::Single, :chararray
63
+ rule %r/"(?=(.*"))/, Str::Double, :string
64
+ rule %r/'/, Operator
65
+ end
66
+
67
+ state :chararray do
68
+ rule %r/[^']+/, Str::Single
69
+ rule %r/''/, Str::Escape
70
+ rule %r/'/, Str::Single, :pop!
71
+ end
72
+
73
+ state :string do
74
+ rule %r/[^"]+/, Str::Double
75
+ rule %r/""/, Str::Escape
76
+ rule %r/"/, Str::Double, :pop!
77
+ end
78
+ end
79
+ end
80
+ end
@@ -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,87 @@
1
+ # -*- coding: utf-8 -*- #
2
+ # frozen_string_literal: true
3
+
4
+ # Based on Chroma's MiniZinc lexer:
5
+ # https://github.com/alecthomas/chroma/blob/5152194c717b394686d3d7a7e1946a360ec0728f/lexers/m/minizinc.go
6
+
7
+ module Rouge
8
+ module Lexers
9
+ class MiniZinc < RegexLexer
10
+ title "MiniZinc"
11
+ desc "MiniZinc is a free and open-source constraint modeling language (minizinc.org)"
12
+ tag 'minizinc'
13
+ filenames '*.mzn', '*.fzn', '*.dzn'
14
+ mimetypes 'text/minizinc'
15
+
16
+ def self.builtins
17
+ @builtins = Set.new %w[
18
+ abort abs acosh array_intersect array_union array1d array2d array3d
19
+ array4d array5d array6d asin assert atan bool2int card ceil concat
20
+ cos cosh dom dom_array dom_size fix exp floor index_set
21
+ index_set_1of2 index_set_2of2 index_set_1of3 index_set_2of3
22
+ index_set_3of3 int2float is_fixed join lb lb_array length ln log log2
23
+ log10 min max pow product round set2array show show_int show_float
24
+ sin sinh sqrt sum tan tanh trace ub ub_array
25
+ ]
26
+ end
27
+
28
+ def self.keywords
29
+ @keywords = Set.new %w[
30
+ ann annotation any constraint else endif function for forall if
31
+ include list of op output minimize maximize par predicate record
32
+ satisfy solve test then type var where
33
+ ]
34
+ end
35
+
36
+ def self.keywords_type
37
+ @keywords_type ||= Set.new %w(
38
+ array set bool enum float int string tuple
39
+ )
40
+ end
41
+
42
+ def self.operators
43
+ @operators ||= Set.new %w(
44
+ in subset superset union diff symdiff intersect
45
+ )
46
+ end
47
+
48
+ id = /[$a-zA-Z_]\w*/
49
+
50
+ state :root do
51
+ rule %r(\s+)m, Text::Whitespace
52
+ rule %r(\\\n)m, Text::Whitespace
53
+ rule %r(%.*), Comment::Single
54
+ rule %r(/(\\\n)?[*](.|\n)*?[*](\\\n)?/)m, Comment::Multiline
55
+ rule %r/"(\\\\|\\"|[^"])*"/, Literal::String
56
+
57
+ rule %r(not|<->|->|<-|\\/|xor|/\\), Operator
58
+ rule %r(<|>|<=|>=|==|=|!=), Operator
59
+ rule %r(\+|-|\*|/|div|mod), Operator
60
+ rule %r(\\|\.\.|\+\+), Operator
61
+ rule %r([|()\[\]{},:;]), Punctuation
62
+ rule %r((true|false)\b), Keyword::Constant
63
+ rule %r(([+-]?)\d+(\.(?!\.)\d*)?([eE][-+]?\d+)?), Literal::Number
64
+
65
+ rule id do |m|
66
+ if self.class.keywords.include? m[0]
67
+ token Keyword
68
+ elsif self.class.keywords_type.include? m[0]
69
+ token Keyword::Type
70
+ elsif self.class.builtins.include? m[0]
71
+ token Name::Builtin
72
+ elsif self.class.operators.include? m[0]
73
+ token Operator
74
+ else
75
+ token Name::Other
76
+ end
77
+ end
78
+
79
+ rule %r(::\s*([^\W\d]\w*)(\s*\([^\)]*\))?), Name::Decorator
80
+ rule %r(\b([^\W\d]\w*)\b(\()) do
81
+ groups Name::Function, Punctuation
82
+ end
83
+ rule %r([^\W\d]\w*), Name::Other
84
+ end
85
+ end
86
+ end
87
+ end
@@ -0,0 +1,115 @@
1
+ # -*- coding: utf-8 -*- #
2
+ # frozen_string_literal: true
3
+
4
+ module Rouge
5
+ module Lexers
6
+ load_lexer 'lua.rb'
7
+
8
+ class Moonscript < RegexLexer
9
+ title "MoonScript"
10
+ desc "Moonscript (http://www.moonscript.org)"
11
+ tag 'moonscript'
12
+ aliases 'moon'
13
+ filenames '*.moon'
14
+ mimetypes 'text/x-moonscript', 'application/x-moonscript'
15
+
16
+ option :function_highlighting, 'Whether to highlight builtin functions (default: true)'
17
+ option :disabled_modules, 'builtin modules to disable'
18
+
19
+ def initialize(*)
20
+ super
21
+
22
+ @function_highlighting = bool_option(:function_highlighting) { true }
23
+ @disabled_modules = list_option(:disabled_modules)
24
+ end
25
+
26
+ def self.detect?(text)
27
+ return true if text.shebang? 'moon'
28
+ end
29
+
30
+ def builtins
31
+ return [] unless @function_highlighting
32
+
33
+ @builtins ||= Set.new.tap do |builtins|
34
+ Rouge::Lexers::Lua.builtins.each do |mod, fns|
35
+ next if @disabled_modules.include? mod
36
+ builtins.merge(fns)
37
+ end
38
+ end
39
+ end
40
+
41
+ state :root do
42
+ rule %r(#!(.*?)$), Comment::Preproc # shebang
43
+ rule %r//, Text, :main
44
+ end
45
+
46
+ state :base do
47
+ ident = '(?:\w\w*)'
48
+
49
+ rule %r((?i)(\d*\.\d+|\d+\.\d*)(e[+-]?\d+)?'), Num::Float
50
+ rule %r((?i)\d+e[+-]?\d+), Num::Float
51
+ rule %r((?i)0x[0-9a-f]*), Num::Hex
52
+ rule %r(\d+), Num::Integer
53
+ rule %r(@#{ident}*), Name::Variable::Instance
54
+ rule %r([A-Z]\w*), Name::Class
55
+ rule %r("?[^"]+":), Literal::String::Symbol
56
+ rule %r(#{ident}:), Literal::String::Symbol
57
+ rule %r(:#{ident}), Literal::String::Symbol
58
+
59
+ rule %r(\s+), Text::Whitespace
60
+ rule %r((==|~=|!=|<=|>=|\.\.\.|\.\.|->|=>|[=+\-*/%^<>#!\\])), Operator
61
+ rule %r([\[\]\{\}\(\)\.,:;]), Punctuation
62
+ rule %r((and|or|not)\b), Operator::Word
63
+
64
+ keywords = %w{
65
+ break class continue do else elseif end extends for if import in
66
+ repeat return switch super then unless until using when with while
67
+ }
68
+ rule %r((#{keywords.join('|')})\b), Keyword
69
+ rule %r((local|export)\b), Keyword::Declaration
70
+ rule %r((true|false|nil)\b), Keyword::Constant
71
+
72
+ rule %r([A-Za-z_][A-Za-z0-9_]*(\.[A-Za-z_][A-Za-z0-9_]*)?) do |m|
73
+ name = m[0]
74
+ if self.builtins.include?(name)
75
+ token Name::Builtin
76
+ elsif name =~ /\./
77
+ a, b = name.split('.', 2)
78
+ token Name, a
79
+ token Punctuation, '.'
80
+ token Name, b
81
+ else
82
+ token Name
83
+ end
84
+ end
85
+ end
86
+
87
+ state :main do
88
+ rule %r(--.*$), Comment::Single
89
+ rule %r(\[(=*)\[.*?\]\1\])m, Str::Heredoc
90
+
91
+ mixin :base
92
+
93
+ rule %r('), Str::Single, :sqs
94
+ rule %r("), Str::Double, :dqs
95
+ end
96
+
97
+ state :sqs do
98
+ rule %r('), Str::Single, :pop!
99
+ rule %r([^']+), Str::Single
100
+ end
101
+
102
+ state :interpolation do
103
+ rule %r(\}), Str::Interpol, :pop!
104
+ mixin :base
105
+ end
106
+
107
+ state :dqs do
108
+ rule %r(#\{), Str::Interpol, :interpolation
109
+ rule %r("), Str::Double, :pop!
110
+ rule %r(#[^{]), Str::Double
111
+ rule %r([^"#]+), Str::Double
112
+ end
113
+ end
114
+ end
115
+ end
@@ -0,0 +1,232 @@
1
+ # -*- coding: utf-8 -*- #
2
+ # frozen_string_literal: true
3
+
4
+ module Rouge
5
+ module Lexers
6
+ class Mosel < RegexLexer
7
+ tag 'mosel'
8
+ filenames '*.mos'
9
+ title "Mosel"
10
+ desc "An optimization language used by Fico's Xpress."
11
+ # http://www.fico.com/en/products/fico-xpress-optimization-suite
12
+ filenames '*.mos'
13
+
14
+ mimetypes 'text/x-mosel'
15
+
16
+ def self.detect?(text)
17
+ return true if text =~ /^\s*(model|package)\s+/
18
+ end
19
+
20
+ id = /[a-zA-Z_][a-zA-Z0-9_]*/
21
+
22
+ ############################################################################################################################
23
+ # General language lements
24
+ ############################################################################################################################
25
+
26
+ core_keywords = %w(
27
+ and array as
28
+ boolean break
29
+ case count counter
30
+ declarations div do dynamic
31
+ elif else end evaluation exit
32
+ false forall forward from function
33
+ if imports in include initialisations initializations integer inter is_binary is_continuous is_free is_integer is_partint is_semcont is_semint is_sos1 is_sos2
34
+ linctr list
35
+ max min mod model mpvar
36
+ next not of options or
37
+ package parameters procedure
38
+ public prod range real record repeat requirements
39
+ set string sum
40
+ then to true
41
+ union until uses
42
+ version
43
+ while with
44
+ )
45
+
46
+ core_functions = %w(
47
+ abs arctan assert
48
+ bitflip bitneg bitset bitshift bittest bitval
49
+ ceil cos create currentdate currenttime cuthead cuttail
50
+ delcell exists exit exp exportprob
51
+ fclose fflush finalize findfirst findlast floor fopen fselect fskipline
52
+ getact getcoeff getcoeffs getdual getfid getfirst gethead getfname getlast getobjval getparam getrcost getreadcnt getreverse getsize getslack getsol gettail gettype getvars
53
+ iseof ishidden isodd ln log
54
+ makesos1 makesos2 maxlist minlist
55
+ publish
56
+ random read readln reset reverse round
57
+ setcoeff sethidden setioerr setname setparam setrandseed settype sin splithead splittail sqrt strfmt substr
58
+ timestamp
59
+ unpublish
60
+ write writeln
61
+ )
62
+
63
+ ############################################################################################################################
64
+ # mmxprs module elements
65
+ ############################################################################################################################
66
+
67
+ mmxprs_functions = %w(
68
+ addmipsol
69
+ basisstability
70
+ calcsolinfo clearmipdir clearmodcut command copysoltoinit
71
+ defdelayedrows defsecurevecs
72
+ estimatemarginals
73
+ fixglobal
74
+ getbstat getdualray getiis getiissense getiistype getinfcause getinfeas getlb getloadedlinctrs getloadedmpvars getname getprimalray getprobstat getrange getsensrng getsize getsol getub getvars
75
+ implies indicator isiisvalid isintegral loadbasis
76
+ loadmipsol loadprob
77
+ maximize minimize
78
+ postsolve
79
+ readbasis readdirs readsol refinemipsol rejectintsol repairinfeas resetbasis resetiis resetsol
80
+ savebasis savemipsol savesol savestate selectsol setbstat setcallback setcbcutoff setgndata setlb setmipdir setmodcut setsol setub setucbdata stopoptimize
81
+ unloadprob
82
+ writebasis writedirs writeprob writesol
83
+ xor
84
+ )
85
+
86
+ mmxpres_constants = %w(XPRS_OPT XPRS_UNF XPRS_INF XPRS_UNB XPRS_OTH)
87
+
88
+ mmxprs_parameters = %w(XPRS_colorder XPRS_enumduplpol XPRS_enummaxsol XPRS_enumsols XPRS_fullversion XPRS_loadnames XPRS_problem XPRS_probname XPRS_verbose)
89
+
90
+
91
+ ############################################################################################################################
92
+ # mmsystem module elements
93
+ ############################################################################################################################
94
+
95
+ mmsystem_functions = %w(
96
+ addmonths
97
+ copytext cuttext
98
+ deltext
99
+ endswith expandpath
100
+ fcopy fdelete findfiles findtext fmove
101
+ getasnumber getchar getcwd getdate getday getdaynum getdays getdirsep
102
+ getendparse setendparse
103
+ getenv getfsize getfstat getftime gethour getminute getmonth getmsec getpathsep
104
+ getqtype setqtype
105
+ getsecond
106
+ getsepchar setsepchar
107
+ getsize
108
+ getstart setstart
109
+ getsucc setsucc
110
+ getsysinfo getsysstat gettime
111
+ gettmpdir
112
+ gettrim settrim
113
+ getweekday getyear
114
+ inserttext isvalid
115
+ makedir makepath newtar
116
+ newzip nextfield
117
+ openpipe
118
+ parseextn parseint parsereal parsetext pastetext pathmatch pathsplit
119
+ qsort quote
120
+ readtextline regmatch regreplace removedir removefiles
121
+ setchar setdate setday setenv sethour
122
+ setminute setmonth setmsec setsecond settime setyear sleep startswith system
123
+ tarlist textfmt tolower toupper trim
124
+ untar unzip
125
+ ziplist
126
+ )
127
+
128
+ mmsystem_parameters = %w(datefmt datetimefmt monthnames sys_endparse sys_fillchar sys_pid sys_qtype sys_regcache sys_sepchar)
129
+
130
+ ############################################################################################################################
131
+ # mmjobs module elements
132
+ ############################################################################################################################
133
+
134
+ mmjobs_instance_mgmt_functions = %w(
135
+ clearaliases connect
136
+ disconnect
137
+ findxsrvs
138
+ getaliases getbanner gethostalias
139
+ sethostalias
140
+ )
141
+
142
+ mmjobs_model_mgmt_functions = %w(
143
+ compile
144
+ detach
145
+ getannidents getannotations getexitcode getgid getid getnode getrmtid getstatus getuid
146
+ load
147
+ reset resetmodpar run
148
+ setcontrol setdefstream setmodpar setworkdir stop
149
+ unload
150
+ )
151
+
152
+ mmjobs_synchornization_functions = %w(
153
+ dropnextevent
154
+ getclass getfromgid getfromid getfromuid getnextevent getvalue
155
+ isqueueempty
156
+ nullevent
157
+ peeknextevent
158
+ send setgid setuid
159
+ wait waitfor
160
+ )
161
+
162
+ mmjobs_functions = mmjobs_instance_mgmt_functions + mmjobs_model_mgmt_functions + mmjobs_synchornization_functions
163
+
164
+ mmjobs_parameters = %w(conntmpl defaultnode fsrvdelay fsrvnbiter fsrvport jobid keepalive nodenumber parentnumber)
165
+
166
+
167
+ state :whitespace do
168
+ # Spaces
169
+ rule %r/\s+/m, Text
170
+ # ! Comments
171
+ rule %r((!).*$\n?), Comment::Single
172
+ # (! Comments !)
173
+ rule %r(\(!.*?!\))m, Comment::Multiline
174
+
175
+ end
176
+
177
+
178
+ # From Mosel documentation:
179
+ # Constant strings of characters must be quoted with single (') or double quote (") and may extend over several lines. Strings enclosed in double quotes may contain C-like escape sequences introduced by the 'backslash'
180
+ # character (\a \b \f \n \r \t \v \xxx with xxx being the character code as an octal number).
181
+ # Each sequence is replaced by the corresponding control character (e.g. \n is the `new line' command) or, if no control character exists, by the second character of the sequence itself (e.g. \\ is replaced by '\').
182
+ # The escape sequences are not interpreted if they are contained in strings that are enclosed in single quotes.
183
+
184
+ state :single_quotes do
185
+ rule %r/'/, Str::Single, :pop!
186
+ rule %r/[^']+/, Str::Single
187
+ end
188
+
189
+ state :double_quotes do
190
+ rule %r/"/, Str::Double, :pop!
191
+ rule %r/(\\"|\\[0-7]{1,3}\D|\\[abfnrtv]|\\\\)/, Str::Escape
192
+ rule %r/[^"]/, Str::Double
193
+ end
194
+
195
+ state :base do
196
+
197
+ rule %r{"}, Str::Double, :double_quotes
198
+ rule %r{'}, Str::Single, :single_quotes
199
+
200
+ rule %r{((0(x|X)[0-9a-fA-F]*)|(([0-9]+\.?[0-9]*)|(\.[0-9]+))((e|E)(\+|-)?[0-9]+)?)(L|l|UL|ul|u|U|F|f|ll|LL|ull|ULL)?}, Num
201
+ rule %r{[~!@#\$%\^&\*\(\)\+`\-={}\[\]:;<>\?,\.\/\|\\]}, Punctuation
202
+ # rule %r{'([^']|'')*'}, Str
203
+ # rule %r/"(\\\\|\\"|[^"])*"/, Str
204
+
205
+
206
+
207
+ rule %r/(true|false)\b/i, Name::Builtin
208
+ rule %r/\b(#{core_keywords.join('|')})\b/i, Keyword
209
+ rule %r/\b(#{core_functions.join('|')})\b/, Name::Builtin
210
+
211
+
212
+
213
+ rule %r/\b(#{mmxprs_functions.join('|')})\b/, Name::Function
214
+ rule %r/\b(#{mmxpres_constants.join('|')})\b/, Name::Constant
215
+ rule %r/\b(#{mmxprs_parameters.join('|')})\b/i, Name::Property
216
+
217
+ rule %r/\b(#{mmsystem_functions.join('|')})\b/i, Name::Function
218
+ rule %r/\b(#{mmsystem_parameters.join('|')})\b/, Name::Property
219
+
220
+ rule %r/\b(#{mmjobs_functions.join('|')})\b/i, Name::Function
221
+ rule %r/\b(#{mmjobs_parameters.join('|')})\b/, Name::Property
222
+
223
+ rule id, Name
224
+ end
225
+
226
+ state :root do
227
+ mixin :whitespace
228
+ mixin :base
229
+ end
230
+ end
231
+ end
232
+ end