wallaby 5.1.8 → 6.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (741) hide show
  1. checksums.yaml +5 -5
  2. data/{MIT-LICENSE → LICENSE} +0 -0
  3. data/app/assets/images/wallaby/{422.png → bad_request.png} +0 -0
  4. data/app/assets/images/wallaby/{404.png → forbidden.png} +0 -0
  5. data/app/assets/images/wallaby/{500.png → internal_server_error.png} +0 -0
  6. data/app/assets/images/wallaby/not_found.png +0 -0
  7. data/app/assets/images/wallaby/not_implemented.png +0 -0
  8. data/app/assets/images/wallaby/unauthorized.png +0 -0
  9. data/app/assets/images/wallaby/unprocessable_entity.png +0 -0
  10. data/app/assets/javascripts/wallaby/auto_select.js +93 -66
  11. data/app/assets/javascripts/wallaby/base.js +12 -10
  12. data/app/assets/javascripts/wallaby/setup.js.erb +57 -47
  13. data/app/assets/stylesheets/wallaby/base.scss +7 -7
  14. data/app/assets/stylesheets/wallaby/base/_functions.scss +34 -0
  15. data/app/assets/stylesheets/wallaby/base/_layout.scss +55 -50
  16. data/app/assets/stylesheets/wallaby/base/_layout_desktop.scss +1 -7
  17. data/app/assets/stylesheets/wallaby/base/_mixins.scss +13 -9
  18. data/app/assets/stylesheets/wallaby/base/_override.scss +8 -0
  19. data/app/assets/stylesheets/wallaby/base/_vars.scss +1 -1
  20. data/app/assets/stylesheets/wallaby/components/_auto_select.scss +6 -3
  21. data/app/assets/stylesheets/wallaby/components/_pagination.scss +3 -2
  22. data/app/assets/stylesheets/wallaby/components/_query.scss +9 -5
  23. data/app/assets/stylesheets/wallaby/pages/_error.scss +3 -106
  24. data/app/assets/stylesheets/wallaby/pages/_index.scss +26 -25
  25. data/app/assets/stylesheets/wallaby/pages/_index_desktop.scss +0 -4
  26. data/app/assets/stylesheets/wallaby/pages/_show.scss +22 -0
  27. data/app/assets/stylesheets/wallaby/pages/_show_desktop.scss +14 -0
  28. data/app/views/layouts/wallaby/resources.csv.erb +1 -0
  29. data/app/views/layouts/wallaby/{application.html.erb → resources.html.erb} +2 -4
  30. data/app/views/layouts/wallaby/resources.json.erb +1 -0
  31. data/app/views/wallaby/resources/_footer.html.erb +1 -0
  32. data/app/views/wallaby/resources/_form.html.erb +2 -2
  33. data/app/views/wallaby/resources/_frontend.html.erb +4 -0
  34. data/app/views/wallaby/resources/_header.html.erb +28 -32
  35. data/app/views/wallaby/resources/_imodal.html.erb +2 -2
  36. data/app/views/wallaby/resources/_index_actions.html.erb +2 -2
  37. data/app/views/wallaby/resources/_index_filters.html.erb +3 -4
  38. data/app/views/wallaby/resources/_index_pagination.html.erb +34 -42
  39. data/app/views/wallaby/resources/_index_query.html.erb +7 -8
  40. data/app/views/wallaby/resources/_logo.html.erb +2 -1
  41. data/app/views/wallaby/resources/_navs.html.erb +11 -9
  42. data/app/views/wallaby/resources/_resource_navs.html.erb +17 -15
  43. data/app/views/wallaby/resources/_title.html.erb +1 -0
  44. data/app/views/wallaby/resources/_user_menu.html.erb +3 -2
  45. data/app/views/wallaby/resources/active_storage_html.rb +13 -0
  46. data/app/views/wallaby/resources/bad_request.json.jbuilder +2 -0
  47. data/app/views/wallaby/resources/edit.html.erb +2 -2
  48. data/app/views/wallaby/resources/error.html.erb +22 -0
  49. data/app/views/wallaby/{error.json.jbuilder → resources/error.json.jbuilder} +2 -0
  50. data/app/views/wallaby/resources/form.json.jbuilder +2 -0
  51. data/app/views/wallaby/resources/form/_active_storage.html.erb +27 -0
  52. data/app/views/wallaby/resources/form/_belongs_to.html.erb +35 -22
  53. data/app/views/wallaby/resources/form/_bigint.html.erb +1 -1
  54. data/app/views/wallaby/resources/form/_bigserial.html.erb +1 -1
  55. data/app/views/wallaby/resources/form/_binary.html.erb +1 -1
  56. data/app/views/wallaby/resources/form/_bit.html.erb +1 -1
  57. data/app/views/wallaby/resources/form/_bit_varying.html.erb +1 -1
  58. data/app/views/wallaby/resources/form/_blob.html.erb +1 -1
  59. data/app/views/wallaby/resources/form/_boolean.html.erb +9 -7
  60. data/app/views/wallaby/resources/form/_box.html.erb +1 -1
  61. data/app/views/wallaby/resources/form/_cidr.html.erb +1 -1
  62. data/app/views/wallaby/resources/form/_circle.html.erb +1 -1
  63. data/app/views/wallaby/resources/form/_color.html.erb +1 -1
  64. data/app/views/wallaby/resources/form/_date.html.erb +5 -4
  65. data/app/views/wallaby/resources/form/_daterange.html.erb +12 -10
  66. data/app/views/wallaby/resources/form/_datetime.html.erb +5 -4
  67. data/app/views/wallaby/resources/form/_decimal.html.erb +1 -1
  68. data/app/views/wallaby/resources/form/_dropdown.html.erb +2 -2
  69. data/app/views/wallaby/resources/form/_file.html.erb +1 -1
  70. data/app/views/wallaby/resources/form/_float.html.erb +2 -2
  71. data/app/views/wallaby/resources/form/_has_and_belongs_to_many.html.erb +3 -3
  72. data/app/views/wallaby/resources/form/_has_many.html.erb +3 -3
  73. data/app/views/wallaby/resources/form/_inet.html.erb +1 -1
  74. data/app/views/wallaby/resources/form/_int4range.html.erb +4 -4
  75. data/app/views/wallaby/resources/form/_int8range.html.erb +4 -4
  76. data/app/views/wallaby/resources/form/_integer.html.erb +1 -1
  77. data/app/views/wallaby/resources/form/_line.html.erb +1 -1
  78. data/app/views/wallaby/resources/form/_longblob.html.erb +1 -1
  79. data/app/views/wallaby/resources/form/_lseg.html.erb +1 -1
  80. data/app/views/wallaby/resources/form/_ltree.html.erb +1 -1
  81. data/app/views/wallaby/resources/form/_macaddr.html.erb +1 -1
  82. data/app/views/wallaby/resources/form/_mediumblob.html.erb +1 -1
  83. data/app/views/wallaby/resources/form/_money.html.erb +2 -2
  84. data/app/views/wallaby/resources/form/_numrange.html.erb +4 -4
  85. data/app/views/wallaby/resources/form/_password.html.erb +1 -1
  86. data/app/views/wallaby/resources/form/_point.html.erb +4 -4
  87. data/app/views/wallaby/resources/form/_serial.html.erb +1 -1
  88. data/app/views/wallaby/resources/form/_sti.html.erb +1 -1
  89. data/app/views/wallaby/resources/form/_string.html.erb +1 -1
  90. data/app/views/wallaby/resources/form/_time.html.erb +5 -4
  91. data/app/views/wallaby/resources/form/_tinyblob.html.erb +1 -1
  92. data/app/views/wallaby/resources/form/_tsrange.html.erb +12 -10
  93. data/app/views/wallaby/resources/form/_tstzrange.html.erb +12 -10
  94. data/app/views/wallaby/resources/form/_unsigned_bigint.html.erb +1 -1
  95. data/app/views/wallaby/resources/form/_unsigned_decimal.html.erb +1 -1
  96. data/app/views/wallaby/resources/form/_unsigned_float.html.erb +1 -1
  97. data/app/views/wallaby/resources/form/_unsigned_integer.html.erb +1 -1
  98. data/app/views/wallaby/resources/form/_uuid.html.erb +1 -1
  99. data/app/views/wallaby/resources/index.csv.erb +1 -1
  100. data/app/views/wallaby/resources/index.html.erb +2 -2
  101. data/app/views/wallaby/resources/index.json.jbuilder +8 -2
  102. data/app/views/wallaby/resources/index/{_money.html.erb → _link.csv.erb} +1 -1
  103. data/app/views/wallaby/resources/index/belongs_to_html.rb +15 -0
  104. data/app/views/wallaby/resources/index/bigint_html.rb +15 -0
  105. data/app/views/wallaby/resources/index/bigserial_html.rb +15 -0
  106. data/app/views/wallaby/resources/index/binary_html.rb +15 -0
  107. data/app/views/wallaby/resources/index/bit_html.rb +19 -0
  108. data/app/views/wallaby/resources/index/bit_varying_html.rb +19 -0
  109. data/app/views/wallaby/resources/index/blob_html.rb +15 -0
  110. data/app/views/wallaby/resources/index/boolean_html.rb +19 -0
  111. data/app/views/wallaby/resources/index/box_html.rb +11 -0
  112. data/app/views/wallaby/resources/index/cidr_html.rb +11 -0
  113. data/app/views/wallaby/resources/index/circle_html.rb +11 -0
  114. data/app/views/wallaby/resources/index/citext_html.rb +11 -0
  115. data/app/views/wallaby/resources/index/color_html.rb +20 -0
  116. data/app/views/wallaby/resources/index/date_html.rb +21 -0
  117. data/app/views/wallaby/resources/index/daterange_html.rb +22 -0
  118. data/app/views/wallaby/resources/index/datetime_html.rb +21 -0
  119. data/app/views/wallaby/resources/index/decimal_html.rb +15 -0
  120. data/app/views/wallaby/resources/index/email_html.rb +15 -0
  121. data/app/views/wallaby/resources/index/float_html.rb +15 -0
  122. data/app/views/wallaby/resources/index/has_and_belongs_to_many_html.rb +11 -0
  123. data/app/views/wallaby/resources/index/has_many_html.rb +25 -0
  124. data/app/views/wallaby/resources/index/has_one_html.rb +15 -0
  125. data/app/views/wallaby/resources/index/hstore_html.rb +11 -0
  126. data/app/views/wallaby/resources/index/inet_html.rb +23 -0
  127. data/app/views/wallaby/resources/index/int4range_html.rb +11 -0
  128. data/app/views/wallaby/resources/index/int8range_html.rb +11 -0
  129. data/app/views/wallaby/resources/index/integer_html.rb +15 -0
  130. data/app/views/wallaby/resources/index/json_html.rb +26 -0
  131. data/app/views/wallaby/resources/index/jsonb_html.rb +11 -0
  132. data/app/views/wallaby/resources/index/line_html.rb +26 -0
  133. data/app/views/wallaby/resources/index/link_html.rb +15 -0
  134. data/app/views/wallaby/resources/index/longblob_html.rb +15 -0
  135. data/app/views/wallaby/resources/index/longtext_html.rb +11 -0
  136. data/app/views/wallaby/resources/index/lseg_html.rb +11 -0
  137. data/app/views/wallaby/resources/index/ltree_html.rb +11 -0
  138. data/app/views/wallaby/resources/index/macaddr_html.rb +19 -0
  139. data/app/views/wallaby/resources/index/mediumblob_html.rb +15 -0
  140. data/app/views/wallaby/resources/index/mediumtext_html.rb +11 -0
  141. data/app/views/wallaby/resources/index/money_html.rb +15 -0
  142. data/app/views/wallaby/resources/index/numrange_html.rb +21 -0
  143. data/app/views/wallaby/resources/index/password_html.rb +19 -0
  144. data/app/views/wallaby/resources/index/path_html.rb +26 -0
  145. data/app/views/wallaby/resources/index/point_html.rb +23 -0
  146. data/app/views/wallaby/resources/index/polygon_html.rb +11 -0
  147. data/app/views/wallaby/resources/index/raw_html.rb +19 -0
  148. data/app/views/wallaby/resources/index/serial_html.rb +15 -0
  149. data/app/views/wallaby/resources/index/sti_html.rb +11 -0
  150. data/app/views/wallaby/resources/index/string_html.rb +26 -0
  151. data/app/views/wallaby/resources/index/text_html.rb +26 -0
  152. data/app/views/wallaby/resources/index/time_html.rb +20 -0
  153. data/app/views/wallaby/resources/index/tinyblob_html.rb +15 -0
  154. data/app/views/wallaby/resources/index/tinytext_html.rb +11 -0
  155. data/app/views/wallaby/resources/index/tsrange_html.rb +11 -0
  156. data/app/views/wallaby/resources/index/tstzrange_html.rb +11 -0
  157. data/app/views/wallaby/resources/index/tsvector_html.rb +11 -0
  158. data/app/views/wallaby/resources/index/unsigned_bigint_html.rb +15 -0
  159. data/app/views/wallaby/resources/index/unsigned_decimal_html.rb +15 -0
  160. data/app/views/wallaby/resources/index/unsigned_float_html.rb +15 -0
  161. data/app/views/wallaby/resources/index/unsigned_integer_html.rb +15 -0
  162. data/app/views/wallaby/resources/index/uuid_html.rb +11 -0
  163. data/app/views/wallaby/resources/index/xml_html.rb +11 -0
  164. data/app/views/wallaby/resources/new.html.erb +5 -2
  165. data/app/views/wallaby/resources/resource_actions_html.rb +15 -0
  166. data/app/views/wallaby/resources/show.html.erb +32 -18
  167. data/app/views/wallaby/resources/show.json.jbuilder +2 -0
  168. data/app/views/wallaby/resources/show/_cidr.html.erb +1 -1
  169. data/app/views/wallaby/resources/show/_color.html.erb +1 -1
  170. data/app/views/wallaby/resources/show/_inet.html.erb +1 -1
  171. data/app/views/wallaby/resources/{index/_belongs_to.html.erb → show/_link.html.erb} +1 -1
  172. data/lib/generators/wallaby/install/USAGE +20 -0
  173. data/lib/generators/wallaby/install/install_generator.rb +90 -0
  174. data/lib/generators/wallaby/install/templates/application_authorizer.rb.erb +40 -0
  175. data/lib/generators/wallaby/install/templates/application_controller.rb.erb +148 -0
  176. data/lib/generators/wallaby/install/templates/application_decorator.rb.erb +10 -0
  177. data/lib/generators/wallaby/install/templates/application_paginator.rb.erb +30 -0
  178. data/lib/generators/wallaby/install/templates/application_servicer.rb.erb +50 -0
  179. data/lib/generators/wallaby/install/templates/initializer.rb.erb +58 -0
  180. data/lib/wallaby.rb +7 -24
  181. data/lib/wallaby/ui_engine.rb +32 -0
  182. data/lib/wallaby/version.rb +4 -1
  183. data/lib/wallaby/views.rb +17 -0
  184. data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/comment.js +209 -0
  185. data/vendor/assets/javascripts/codemirror/5.49.2/addon/comment/continuecomment.js +113 -0
  186. data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.css +32 -0
  187. data/vendor/assets/javascripts/codemirror/5.49.2/addon/dialog/dialog.js +161 -0
  188. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/autorefresh.js +47 -0
  189. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.css +6 -0
  190. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/fullscreen.js +41 -0
  191. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/panel.js +127 -0
  192. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/placeholder.js +63 -0
  193. data/vendor/assets/javascripts/codemirror/5.49.2/addon/display/rulers.js +51 -0
  194. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closebrackets.js +191 -0
  195. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/closetag.js +184 -0
  196. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/continuelist.js +99 -0
  197. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchbrackets.js +150 -0
  198. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/matchtags.js +66 -0
  199. data/vendor/assets/javascripts/codemirror/5.49.2/addon/edit/trailingspace.js +27 -0
  200. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/brace-fold.js +105 -0
  201. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/comment-fold.js +59 -0
  202. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldcode.js +152 -0
  203. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.css +20 -0
  204. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/foldgutter.js +163 -0
  205. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/indent-fold.js +48 -0
  206. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/markdown-fold.js +49 -0
  207. data/vendor/assets/javascripts/codemirror/5.49.2/addon/fold/xml-fold.js +184 -0
  208. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/anyword-hint.js +41 -0
  209. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/css-hint.js +60 -0
  210. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/html-hint.js +350 -0
  211. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/javascript-hint.js +157 -0
  212. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.css +36 -0
  213. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/show-hint.js +460 -0
  214. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/sql-hint.js +304 -0
  215. data/vendor/assets/javascripts/codemirror/5.49.2/addon/hint/xml-hint.js +123 -0
  216. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/coffeescript-lint.js +47 -0
  217. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/css-lint.js +40 -0
  218. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/html-lint.js +59 -0
  219. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/javascript-lint.js +63 -0
  220. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/json-lint.js +40 -0
  221. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.css +73 -0
  222. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/lint.js +252 -0
  223. data/vendor/assets/javascripts/codemirror/5.49.2/addon/lint/yaml-lint.js +41 -0
  224. data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.css +119 -0
  225. data/vendor/assets/javascripts/codemirror/5.49.2/addon/merge/merge.js +1002 -0
  226. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/loadmode.js +64 -0
  227. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex.js +131 -0
  228. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/multiplex_test.js +33 -0
  229. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/overlay.js +90 -0
  230. data/vendor/assets/javascripts/codemirror/5.49.2/addon/mode/simple.js +216 -0
  231. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/colorize.js +40 -0
  232. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode-standalone.js +158 -0
  233. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.js +72 -0
  234. data/vendor/assets/javascripts/codemirror/5.49.2/addon/runmode/runmode.node.js +197 -0
  235. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/annotatescrollbar.js +122 -0
  236. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/scrollpastend.js +48 -0
  237. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.css +66 -0
  238. data/vendor/assets/javascripts/codemirror/5.49.2/addon/scroll/simplescrollbars.js +152 -0
  239. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/jump-to-line.js +50 -0
  240. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/match-highlighter.js +165 -0
  241. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.css +8 -0
  242. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/matchesonscrollbar.js +97 -0
  243. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/search.js +260 -0
  244. data/vendor/assets/javascripts/codemirror/5.49.2/addon/search/searchcursor.js +293 -0
  245. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/active-line.js +72 -0
  246. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/mark-selection.js +119 -0
  247. data/vendor/assets/javascripts/codemirror/5.49.2/addon/selection/selection-pointer.js +98 -0
  248. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.css +87 -0
  249. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/tern.js +718 -0
  250. data/vendor/assets/javascripts/codemirror/5.49.2/addon/tern/worker.js +44 -0
  251. data/vendor/assets/javascripts/codemirror/5.49.2/addon/wrap/hardwrap.js +145 -0
  252. data/vendor/assets/javascripts/codemirror/5.49.2/lib/codemirror.js +9783 -0
  253. data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/apl.js +174 -0
  254. data/vendor/assets/javascripts/codemirror/5.49.2/mode/apl/index.html +72 -0
  255. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/asciiarmor.js +74 -0
  256. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asciiarmor/index.html +46 -0
  257. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/asn.1.js +204 -0
  258. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asn.1/index.html +78 -0
  259. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/asterisk.js +220 -0
  260. data/vendor/assets/javascripts/codemirror/5.49.2/mode/asterisk/index.html +155 -0
  261. data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/brainfuck.js +85 -0
  262. data/vendor/assets/javascripts/codemirror/5.49.2/mode/brainfuck/index.html +85 -0
  263. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/clike.js +935 -0
  264. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/index.html +380 -0
  265. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/scala.html +767 -0
  266. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clike/test.js +165 -0
  267. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/clojure.js +292 -0
  268. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/index.html +95 -0
  269. data/vendor/assets/javascripts/codemirror/5.49.2/mode/clojure/test.js +384 -0
  270. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/cmake.js +97 -0
  271. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cmake/index.html +129 -0
  272. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/cobol.js +255 -0
  273. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cobol/index.html +210 -0
  274. data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/coffeescript.js +359 -0
  275. data/vendor/assets/javascripts/codemirror/5.49.2/mode/coffeescript/index.html +740 -0
  276. data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/commonlisp.js +124 -0
  277. data/vendor/assets/javascripts/codemirror/5.49.2/mode/commonlisp/index.html +177 -0
  278. data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/crystal.js +433 -0
  279. data/vendor/assets/javascripts/codemirror/5.49.2/mode/crystal/index.html +116 -0
  280. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/css.js +831 -0
  281. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss.html +104 -0
  282. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/gss_test.js +17 -0
  283. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/index.html +75 -0
  284. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less.html +152 -0
  285. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/less_test.js +54 -0
  286. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss.html +158 -0
  287. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/scss_test.js +110 -0
  288. data/vendor/assets/javascripts/codemirror/5.49.2/mode/css/test.js +217 -0
  289. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/cypher.js +150 -0
  290. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/index.html +64 -0
  291. data/vendor/assets/javascripts/codemirror/5.49.2/mode/cypher/test.js +37 -0
  292. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/d.js +223 -0
  293. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/index.html +273 -0
  294. data/vendor/assets/javascripts/codemirror/5.49.2/mode/d/test.js +11 -0
  295. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/dart.js +166 -0
  296. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dart/index.html +71 -0
  297. data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/diff.js +47 -0
  298. data/vendor/assets/javascripts/codemirror/5.49.2/mode/diff/index.html +117 -0
  299. data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/django.js +356 -0
  300. data/vendor/assets/javascripts/codemirror/5.49.2/mode/django/index.html +73 -0
  301. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/dockerfile.js +211 -0
  302. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/index.html +73 -0
  303. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dockerfile/test.js +128 -0
  304. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/dtd.js +142 -0
  305. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dtd/index.html +89 -0
  306. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/dylan.js +352 -0
  307. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/index.html +407 -0
  308. data/vendor/assets/javascripts/codemirror/5.49.2/mode/dylan/test.js +88 -0
  309. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/ebnf.js +195 -0
  310. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ebnf/index.html +102 -0
  311. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/ecl.js +206 -0
  312. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ecl/index.html +52 -0
  313. data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/eiffel.js +160 -0
  314. data/vendor/assets/javascripts/codemirror/5.49.2/mode/eiffel/index.html +429 -0
  315. data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/elm.js +205 -0
  316. data/vendor/assets/javascripts/codemirror/5.49.2/mode/elm/index.html +61 -0
  317. data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/erlang.js +619 -0
  318. data/vendor/assets/javascripts/codemirror/5.49.2/mode/erlang/index.html +76 -0
  319. data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/factor.js +85 -0
  320. data/vendor/assets/javascripts/codemirror/5.49.2/mode/factor/index.html +77 -0
  321. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/fcl.js +173 -0
  322. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fcl/index.html +108 -0
  323. data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/forth.js +180 -0
  324. data/vendor/assets/javascripts/codemirror/5.49.2/mode/forth/index.html +75 -0
  325. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/fortran.js +188 -0
  326. data/vendor/assets/javascripts/codemirror/5.49.2/mode/fortran/index.html +81 -0
  327. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/gas.js +345 -0
  328. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gas/index.html +68 -0
  329. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/gfm.js +129 -0
  330. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/index.html +136 -0
  331. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gfm/test.js +198 -0
  332. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/gherkin.js +178 -0
  333. data/vendor/assets/javascripts/codemirror/5.49.2/mode/gherkin/index.html +48 -0
  334. data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/go.js +187 -0
  335. data/vendor/assets/javascripts/codemirror/5.49.2/mode/go/index.html +85 -0
  336. data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/groovy.js +233 -0
  337. data/vendor/assets/javascripts/codemirror/5.49.2/mode/groovy/index.html +84 -0
  338. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/haml.js +161 -0
  339. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/index.html +79 -0
  340. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haml/test.js +97 -0
  341. data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/handlebars.js +70 -0
  342. data/vendor/assets/javascripts/codemirror/5.49.2/mode/handlebars/index.html +82 -0
  343. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/haskell-literate.js +43 -0
  344. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell-literate/index.html +282 -0
  345. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/haskell.js +268 -0
  346. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haskell/index.html +73 -0
  347. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/haxe.js +515 -0
  348. data/vendor/assets/javascripts/codemirror/5.49.2/mode/haxe/index.html +124 -0
  349. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/htmlembedded.js +37 -0
  350. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlembedded/index.html +60 -0
  351. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/htmlmixed.js +152 -0
  352. data/vendor/assets/javascripts/codemirror/5.49.2/mode/htmlmixed/index.html +100 -0
  353. data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/http.js +113 -0
  354. data/vendor/assets/javascripts/codemirror/5.49.2/mode/http/index.html +45 -0
  355. data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/idl.js +290 -0
  356. data/vendor/assets/javascripts/codemirror/5.49.2/mode/idl/index.html +65 -0
  357. data/vendor/assets/javascripts/codemirror/5.49.2/mode/index.html +165 -0
  358. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/index.html +114 -0
  359. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/javascript.js +930 -0
  360. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/json-ld.html +72 -0
  361. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/test.js +513 -0
  362. data/vendor/assets/javascripts/codemirror/5.49.2/mode/javascript/typescript.html +62 -0
  363. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/index.html +54 -0
  364. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jinja2/jinja2.js +146 -0
  365. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/index.html +89 -0
  366. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/jsx.js +148 -0
  367. data/vendor/assets/javascripts/codemirror/5.49.2/mode/jsx/test.js +91 -0
  368. data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/index.html +196 -0
  369. data/vendor/assets/javascripts/codemirror/5.49.2/mode/julia/julia.js +429 -0
  370. data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/index.html +459 -0
  371. data/vendor/assets/javascripts/codemirror/5.49.2/mode/livescript/livescript.js +280 -0
  372. data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/index.html +85 -0
  373. data/vendor/assets/javascripts/codemirror/5.49.2/mode/lua/lua.js +159 -0
  374. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/index.html +412 -0
  375. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/markdown.js +883 -0
  376. data/vendor/assets/javascripts/codemirror/5.49.2/mode/markdown/test.js +1317 -0
  377. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/index.html +72 -0
  378. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mathematica/mathematica.js +176 -0
  379. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/index.html +44 -0
  380. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mbox/mbox.js +129 -0
  381. data/vendor/assets/javascripts/codemirror/5.49.2/mode/meta.js +219 -0
  382. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/index.html +161 -0
  383. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mirc/mirc.js +193 -0
  384. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/index.html +198 -0
  385. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mllike/mllike.js +359 -0
  386. data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/index.html +67 -0
  387. data/vendor/assets/javascripts/codemirror/5.49.2/mode/modelica/modelica.js +245 -0
  388. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/index.html +151 -0
  389. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen.js +175 -0
  390. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/mscgen_test.js +84 -0
  391. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/msgenny_test.js +77 -0
  392. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mscgen/xu_test.js +87 -0
  393. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/index.html +85 -0
  394. data/vendor/assets/javascripts/codemirror/5.49.2/mode/mumps/mumps.js +148 -0
  395. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/index.html +181 -0
  396. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nginx/nginx.js +178 -0
  397. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/index.html +80 -0
  398. data/vendor/assets/javascripts/codemirror/5.49.2/mode/nsis/nsis.js +95 -0
  399. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/index.html +70 -0
  400. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ntriples/ntriples.js +195 -0
  401. data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/index.html +84 -0
  402. data/vendor/assets/javascripts/codemirror/5.49.2/mode/octave/octave.js +139 -0
  403. data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/index.html +59 -0
  404. data/vendor/assets/javascripts/codemirror/5.49.2/mode/oz/oz.js +252 -0
  405. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/index.html +61 -0
  406. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pascal/pascal.js +121 -0
  407. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/index.html +66 -0
  408. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pegjs/pegjs.js +114 -0
  409. data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/index.html +75 -0
  410. data/vendor/assets/javascripts/codemirror/5.49.2/mode/perl/perl.js +837 -0
  411. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/index.html +64 -0
  412. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/php.js +234 -0
  413. data/vendor/assets/javascripts/codemirror/5.49.2/mode/php/test.js +154 -0
  414. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/index.html +53 -0
  415. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pig/pig.js +178 -0
  416. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/index.html +205 -0
  417. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/powershell.js +398 -0
  418. data/vendor/assets/javascripts/codemirror/5.49.2/mode/powershell/test.js +74 -0
  419. data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/index.html +53 -0
  420. data/vendor/assets/javascripts/codemirror/5.49.2/mode/properties/properties.js +78 -0
  421. data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/index.html +104 -0
  422. data/vendor/assets/javascripts/codemirror/5.49.2/mode/protobuf/protobuf.js +69 -0
  423. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/index.html +70 -0
  424. data/vendor/assets/javascripts/codemirror/5.49.2/mode/pug/pug.js +591 -0
  425. data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/index.html +121 -0
  426. data/vendor/assets/javascripts/codemirror/5.49.2/mode/puppet/puppet.js +220 -0
  427. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/index.html +207 -0
  428. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/python.js +399 -0
  429. data/vendor/assets/javascripts/codemirror/5.49.2/mode/python/test.js +44 -0
  430. data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/index.html +144 -0
  431. data/vendor/assets/javascripts/codemirror/5.49.2/mode/q/q.js +139 -0
  432. data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/index.html +88 -0
  433. data/vendor/assets/javascripts/codemirror/5.49.2/mode/r/r.js +190 -0
  434. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/changes/index.html +66 -0
  435. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/index.html +149 -0
  436. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rpm/rpm.js +109 -0
  437. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/index.html +535 -0
  438. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rst/rst.js +557 -0
  439. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/index.html +183 -0
  440. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/ruby.js +298 -0
  441. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ruby/test.js +23 -0
  442. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/index.html +64 -0
  443. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/rust.js +72 -0
  444. data/vendor/assets/javascripts/codemirror/5.49.2/mode/rust/test.js +39 -0
  445. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/index.html +81 -0
  446. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sas/sas.js +303 -0
  447. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/index.html +68 -0
  448. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/sass.js +454 -0
  449. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sass/test.js +122 -0
  450. data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/index.html +77 -0
  451. data/vendor/assets/javascripts/codemirror/5.49.2/mode/scheme/scheme.js +265 -0
  452. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/index.html +66 -0
  453. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/shell.js +152 -0
  454. data/vendor/assets/javascripts/codemirror/5.49.2/mode/shell/test.js +73 -0
  455. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/index.html +93 -0
  456. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sieve/sieve.js +193 -0
  457. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/index.html +96 -0
  458. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/slim.js +575 -0
  459. data/vendor/assets/javascripts/codemirror/5.49.2/mode/slim/test.js +96 -0
  460. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/index.html +68 -0
  461. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smalltalk/smalltalk.js +168 -0
  462. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/index.html +138 -0
  463. data/vendor/assets/javascripts/codemirror/5.49.2/mode/smarty/smarty.js +225 -0
  464. data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/index.html +57 -0
  465. data/vendor/assets/javascripts/codemirror/5.49.2/mode/solr/solr.js +104 -0
  466. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/index.html +68 -0
  467. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/soy.js +437 -0
  468. data/vendor/assets/javascripts/codemirror/5.49.2/mode/soy/test.js +204 -0
  469. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/index.html +61 -0
  470. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sparql/sparql.js +180 -0
  471. data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/index.html +42 -0
  472. data/vendor/assets/javascripts/codemirror/5.49.2/mode/spreadsheet/spreadsheet.js +112 -0
  473. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/index.html +89 -0
  474. data/vendor/assets/javascripts/codemirror/5.49.2/mode/sql/sql.js +494 -0
  475. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/index.html +116 -0
  476. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/stex.js +264 -0
  477. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stex/test.js +132 -0
  478. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/index.html +106 -0
  479. data/vendor/assets/javascripts/codemirror/5.49.2/mode/stylus/stylus.js +771 -0
  480. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/index.html +70 -0
  481. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/swift.js +223 -0
  482. data/vendor/assets/javascripts/codemirror/5.49.2/mode/swift/test.js +162 -0
  483. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/index.html +142 -0
  484. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tcl/tcl.js +139 -0
  485. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/index.html +191 -0
  486. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/test.js +417 -0
  487. data/vendor/assets/javascripts/codemirror/5.49.2/mode/textile/textile.js +469 -0
  488. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/index.html +154 -0
  489. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.css +14 -0
  490. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiddlywiki/tiddlywiki.js +308 -0
  491. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/index.html +95 -0
  492. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.css +26 -0
  493. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tiki/tiki.js +312 -0
  494. data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/index.html +73 -0
  495. data/vendor/assets/javascripts/codemirror/5.49.2/mode/toml/toml.js +88 -0
  496. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/index.html +63 -0
  497. data/vendor/assets/javascripts/codemirror/5.49.2/mode/tornado/tornado.js +68 -0
  498. data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/index.html +146 -0
  499. data/vendor/assets/javascripts/codemirror/5.49.2/mode/troff/troff.js +84 -0
  500. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/index.html +116 -0
  501. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn-cfg/ttcn-cfg.js +214 -0
  502. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/index.html +119 -0
  503. data/vendor/assets/javascripts/codemirror/5.49.2/mode/ttcn/ttcn.js +283 -0
  504. data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/index.html +51 -0
  505. data/vendor/assets/javascripts/codemirror/5.49.2/mode/turtle/turtle.js +162 -0
  506. data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/index.html +45 -0
  507. data/vendor/assets/javascripts/codemirror/5.49.2/mode/twig/twig.js +141 -0
  508. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/index.html +49 -0
  509. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vb/vb.js +275 -0
  510. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/index.html +55 -0
  511. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vbscript/vbscript.js +350 -0
  512. data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/index.html +120 -0
  513. data/vendor/assets/javascripts/codemirror/5.49.2/mode/velocity/velocity.js +201 -0
  514. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/index.html +120 -0
  515. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/test.js +273 -0
  516. data/vendor/assets/javascripts/codemirror/5.49.2/mode/verilog/verilog.js +675 -0
  517. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/index.html +95 -0
  518. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vhdl/vhdl.js +189 -0
  519. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/index.html +69 -0
  520. data/vendor/assets/javascripts/codemirror/5.49.2/mode/vue/vue.js +77 -0
  521. data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/index.html +71 -0
  522. data/vendor/assets/javascripts/codemirror/5.49.2/mode/webidl/webidl.js +195 -0
  523. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/index.html +61 -0
  524. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/test.js +51 -0
  525. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xml/xml.js +413 -0
  526. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/index.html +211 -0
  527. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/test.js +67 -0
  528. data/vendor/assets/javascripts/codemirror/5.49.2/mode/xquery/xquery.js +448 -0
  529. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/index.html +87 -0
  530. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yacas/yacas.js +204 -0
  531. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/index.html +121 -0
  532. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml-frontmatter/yaml-frontmatter.js +68 -0
  533. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/index.html +80 -0
  534. data/vendor/assets/javascripts/codemirror/5.49.2/mode/yaml/yaml.js +120 -0
  535. data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/index.html +53 -0
  536. data/vendor/assets/javascripts/codemirror/5.49.2/mode/z80/z80.js +116 -0
  537. data/vendor/assets/stylesheets/codemirror/5.49.2/lib/codemirror.css +349 -0
  538. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-day.css +41 -0
  539. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/3024-night.css +39 -0
  540. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/abcdef.css +32 -0
  541. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance-mobile.css +5 -0
  542. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ambiance.css +74 -0
  543. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-dark.css +38 -0
  544. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/base16-light.css +38 -0
  545. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/bespin.css +34 -0
  546. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/blackboard.css +32 -0
  547. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/cobalt.css +25 -0
  548. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/colorforth.css +33 -0
  549. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/darcula.css +53 -0
  550. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/dracula.css +40 -0
  551. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-dark.css +35 -0
  552. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/duotone-light.css +36 -0
  553. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/eclipse.css +23 -0
  554. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/elegant.css +13 -0
  555. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/erlang-dark.css +34 -0
  556. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/gruvbox-dark.css +37 -0
  557. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/hopscotch.css +34 -0
  558. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/icecoder.css +43 -0
  559. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/idea.css +42 -0
  560. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/isotope.css +34 -0
  561. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lesser-dark.css +47 -0
  562. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/liquibyte.css +95 -0
  563. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/lucario.css +37 -0
  564. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-darker.css +135 -0
  565. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-ocean.css +135 -0
  566. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material-palenight.css +135 -0
  567. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/material.css +135 -0
  568. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mbo.css +37 -0
  569. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/mdn-like.css +46 -0
  570. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/midnight.css +39 -0
  571. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/monokai.css +41 -0
  572. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/moxer.css +143 -0
  573. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neat.css +12 -0
  574. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/neo.css +43 -0
  575. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/night.css +27 -0
  576. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/nord.css +42 -0
  577. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/oceanic-next.css +44 -0
  578. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/panda-syntax.css +85 -0
  579. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-dark.css +38 -0
  580. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/paraiso-light.css +38 -0
  581. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/pastel-on-dark.css +52 -0
  582. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/railscasts.css +34 -0
  583. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/rubyblue.css +25 -0
  584. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/seti.css +44 -0
  585. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/shadowfox.css +52 -0
  586. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/solarized.css +168 -0
  587. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ssms.css +16 -0
  588. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/the-matrix.css +30 -0
  589. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-bright.css +35 -0
  590. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/tomorrow-night-eighties.css +38 -0
  591. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/ttcn.css +64 -0
  592. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/twilight.css +32 -0
  593. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/vibrant-ink.css +34 -0
  594. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-dark.css +53 -0
  595. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/xq-light.css +43 -0
  596. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yeti.css +44 -0
  597. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/yonce.css +59 -0
  598. data/vendor/assets/stylesheets/codemirror/5.49.2/theme/zenburn.css +37 -0
  599. metadata +529 -199
  600. data/Rakefile +0 -27
  601. data/app/controllers/wallaby/abstract_resources_controller.rb +0 -318
  602. data/app/controllers/wallaby/application_controller.rb +0 -71
  603. data/app/controllers/wallaby/base_controller.rb +0 -23
  604. data/app/controllers/wallaby/resources_controller.rb +0 -5
  605. data/app/controllers/wallaby/secure_controller.rb +0 -60
  606. data/app/security/ability.rb +0 -10
  607. data/app/views/layouts/wallaby/error.html.erb +0 -42
  608. data/app/views/wallaby/error.html.erb +0 -11
  609. data/app/views/wallaby/resources/_resource_actions.html.erb +0 -3
  610. data/app/views/wallaby/resources/index/_bigint.html.erb +0 -5
  611. data/app/views/wallaby/resources/index/_bigserial.html.erb +0 -5
  612. data/app/views/wallaby/resources/index/_binary.html.erb +0 -5
  613. data/app/views/wallaby/resources/index/_bit.html.erb +0 -9
  614. data/app/views/wallaby/resources/index/_bit_varying.html.erb +0 -9
  615. data/app/views/wallaby/resources/index/_blob.html.erb +0 -5
  616. data/app/views/wallaby/resources/index/_boolean.html.erb +0 -9
  617. data/app/views/wallaby/resources/index/_box.html.erb +0 -16
  618. data/app/views/wallaby/resources/index/_cidr.html.erb +0 -10
  619. data/app/views/wallaby/resources/index/_circle.html.erb +0 -16
  620. data/app/views/wallaby/resources/index/_citext.html.erb +0 -16
  621. data/app/views/wallaby/resources/index/_color.html.erb +0 -10
  622. data/app/views/wallaby/resources/index/_date.html.erb +0 -11
  623. data/app/views/wallaby/resources/index/_daterange.html.erb +0 -12
  624. data/app/views/wallaby/resources/index/_datetime.html.erb +0 -11
  625. data/app/views/wallaby/resources/index/_decimal.html.erb +0 -5
  626. data/app/views/wallaby/resources/index/_email.html.erb +0 -5
  627. data/app/views/wallaby/resources/index/_float.html.erb +0 -5
  628. data/app/views/wallaby/resources/index/_has_and_belongs_to_many.html.erb +0 -15
  629. data/app/views/wallaby/resources/index/_has_many.html.erb +0 -15
  630. data/app/views/wallaby/resources/index/_has_one.html.erb +0 -5
  631. data/app/views/wallaby/resources/index/_hstore.html.erb +0 -16
  632. data/app/views/wallaby/resources/index/_inet.html.erb +0 -10
  633. data/app/views/wallaby/resources/index/_int4range.html.erb +0 -11
  634. data/app/views/wallaby/resources/index/_int8range.html.erb +0 -11
  635. data/app/views/wallaby/resources/index/_integer.html.erb +0 -5
  636. data/app/views/wallaby/resources/index/_json.html.erb +0 -15
  637. data/app/views/wallaby/resources/index/_jsonb.html.erb +0 -15
  638. data/app/views/wallaby/resources/index/_line.html.erb +0 -16
  639. data/app/views/wallaby/resources/index/_longblob.html.erb +0 -5
  640. data/app/views/wallaby/resources/index/_longtext.html.erb +0 -16
  641. data/app/views/wallaby/resources/index/_lseg.html.erb +0 -16
  642. data/app/views/wallaby/resources/index/_ltree.html.erb +0 -16
  643. data/app/views/wallaby/resources/index/_macaddr.html.erb +0 -9
  644. data/app/views/wallaby/resources/index/_mediumblob.html.erb +0 -5
  645. data/app/views/wallaby/resources/index/_mediumtext.html.erb +0 -16
  646. data/app/views/wallaby/resources/index/_numrange.html.erb +0 -11
  647. data/app/views/wallaby/resources/index/_password.html.erb +0 -9
  648. data/app/views/wallaby/resources/index/_path.html.erb +0 -16
  649. data/app/views/wallaby/resources/index/_point.html.erb +0 -10
  650. data/app/views/wallaby/resources/index/_polygon.html.erb +0 -16
  651. data/app/views/wallaby/resources/index/_raw.html.erb +0 -9
  652. data/app/views/wallaby/resources/index/_serial.html.erb +0 -5
  653. data/app/views/wallaby/resources/index/_sti.html.erb +0 -16
  654. data/app/views/wallaby/resources/index/_string.html.erb +0 -16
  655. data/app/views/wallaby/resources/index/_text.html.erb +0 -16
  656. data/app/views/wallaby/resources/index/_time.html.erb +0 -10
  657. data/app/views/wallaby/resources/index/_tinyblob.html.erb +0 -5
  658. data/app/views/wallaby/resources/index/_tinytext.html.erb +0 -16
  659. data/app/views/wallaby/resources/index/_tsrange.html.erb +0 -12
  660. data/app/views/wallaby/resources/index/_tstzrange.html.erb +0 -12
  661. data/app/views/wallaby/resources/index/_tsvector.html.erb +0 -16
  662. data/app/views/wallaby/resources/index/_unsigned_bigint.html.erb +0 -5
  663. data/app/views/wallaby/resources/index/_unsigned_decimal.html.erb +0 -5
  664. data/app/views/wallaby/resources/index/_unsigned_float.html.erb +0 -5
  665. data/app/views/wallaby/resources/index/_unsigned_integer.html.erb +0 -5
  666. data/app/views/wallaby/resources/index/_uuid.html.erb +0 -16
  667. data/app/views/wallaby/resources/index/_xml.html.erb +0 -16
  668. data/config/locales/wallaby.en.yml +0 -101
  669. data/config/routes.rb +0 -36
  670. data/lib/adaptors/wallaby/active_record.rb +0 -5
  671. data/lib/adaptors/wallaby/active_record/model_decorator.rb +0 -132
  672. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder.rb +0 -57
  673. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/association_builder.rb +0 -50
  674. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/polymorphic_builder.rb +0 -53
  675. data/lib/adaptors/wallaby/active_record/model_decorator/fields_builder/sti_builder.rb +0 -49
  676. data/lib/adaptors/wallaby/active_record/model_decorator/title_field_finder.rb +0 -32
  677. data/lib/adaptors/wallaby/active_record/model_finder.rb +0 -52
  678. data/lib/adaptors/wallaby/active_record/model_pagination_provider.rb +0 -27
  679. data/lib/adaptors/wallaby/active_record/model_service_provider.rb +0 -144
  680. data/lib/adaptors/wallaby/active_record/model_service_provider/normalizer.rb +0 -57
  681. data/lib/adaptors/wallaby/active_record/model_service_provider/permitter.rb +0 -76
  682. data/lib/adaptors/wallaby/active_record/model_service_provider/querier.rb +0 -166
  683. data/lib/adaptors/wallaby/active_record/model_service_provider/querier/transformer.rb +0 -77
  684. data/lib/adaptors/wallaby/active_record/model_service_provider/validator.rb +0 -35
  685. data/lib/concerns/wallaby/resources_helper_methods.rb +0 -44
  686. data/lib/decorators/wallaby/abstract_resource_decorator.rb +0 -79
  687. data/lib/decorators/wallaby/resource_decorator.rb +0 -7
  688. data/lib/errors/wallaby/general_error.rb +0 -4
  689. data/lib/errors/wallaby/invalid_error.rb +0 -4
  690. data/lib/errors/wallaby/model_not_found.rb +0 -9
  691. data/lib/errors/wallaby/not_authenticated.rb +0 -4
  692. data/lib/errors/wallaby/not_found.rb +0 -4
  693. data/lib/errors/wallaby/not_implemented.rb +0 -4
  694. data/lib/errors/wallaby/resource_not_found.rb +0 -9
  695. data/lib/errors/wallaby/unprocessable_entity.rb +0 -4
  696. data/lib/forms/wallaby/form_builder.rb +0 -55
  697. data/lib/helpers/wallaby/application_helper.rb +0 -49
  698. data/lib/helpers/wallaby/base_helper.rb +0 -60
  699. data/lib/helpers/wallaby/form_helper.rb +0 -63
  700. data/lib/helpers/wallaby/index_helper.rb +0 -63
  701. data/lib/helpers/wallaby/links_helper.rb +0 -155
  702. data/lib/helpers/wallaby/resources_helper.rb +0 -52
  703. data/lib/helpers/wallaby/secure_helper.rb +0 -50
  704. data/lib/helpers/wallaby/styling_helper.rb +0 -66
  705. data/lib/interfaces/wallaby/mode.rb +0 -47
  706. data/lib/interfaces/wallaby/model_decorator.rb +0 -135
  707. data/lib/interfaces/wallaby/model_decorator/field_helpers.rb +0 -78
  708. data/lib/interfaces/wallaby/model_finder.rb +0 -10
  709. data/lib/interfaces/wallaby/model_pagination_provider.rb +0 -105
  710. data/lib/interfaces/wallaby/model_service_provider.rb +0 -79
  711. data/lib/paginators/wallaby/abstract_resource_paginator.rb +0 -28
  712. data/lib/paginators/wallaby/resource_paginator.rb +0 -6
  713. data/lib/parsers/wallaby/parser.rb +0 -33
  714. data/lib/responders/wallaby/abstract_responder.rb +0 -81
  715. data/lib/responders/wallaby/resources_responder.rb +0 -6
  716. data/lib/routes/wallaby/resources_router.rb +0 -45
  717. data/lib/servicers/wallaby/abstract_model_servicer.rb +0 -72
  718. data/lib/servicers/wallaby/model_servicer.rb +0 -6
  719. data/lib/services/wallaby/link_options_normalizer.rb +0 -20
  720. data/lib/services/wallaby/lookup_context_wrapper.rb +0 -42
  721. data/lib/services/wallaby/map.rb +0 -128
  722. data/lib/services/wallaby/map/mode_mapper.rb +0 -21
  723. data/lib/services/wallaby/map/model_class_collector.rb +0 -48
  724. data/lib/services/wallaby/map/model_class_mapper.rb +0 -38
  725. data/lib/services/wallaby/partial_renderer.rb +0 -67
  726. data/lib/services/wallaby/prefixes_builder.rb +0 -72
  727. data/lib/services/wallaby/sorting/hash_builder.rb +0 -22
  728. data/lib/services/wallaby/sorting/link_builder.rb +0 -50
  729. data/lib/services/wallaby/sorting/next_builder.rb +0 -75
  730. data/lib/services/wallaby/url_for.rb +0 -36
  731. data/lib/tree/wallaby/node.rb +0 -19
  732. data/lib/utils/wallaby/test_utils.rb +0 -32
  733. data/lib/utils/wallaby/utils.rb +0 -122
  734. data/lib/wallaby/configuration.rb +0 -74
  735. data/lib/wallaby/configuration/features.rb +0 -13
  736. data/lib/wallaby/configuration/mapping.rb +0 -66
  737. data/lib/wallaby/configuration/metadata.rb +0 -13
  738. data/lib/wallaby/configuration/models.rb +0 -32
  739. data/lib/wallaby/configuration/pagination.rb +0 -13
  740. data/lib/wallaby/configuration/security.rb +0 -62
  741. data/lib/wallaby/engine.rb +0 -154
@@ -0,0 +1,380 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: C-like mode</title>
4
+ <meta charset="utf-8"/>
5
+ <link rel=stylesheet href="../../doc/docs.css">
6
+
7
+ <link rel="stylesheet" href="../../lib/codemirror.css">
8
+ <script src="../../lib/codemirror.js"></script>
9
+ <script src="../../addon/edit/matchbrackets.js"></script>
10
+ <link rel="stylesheet" href="../../addon/hint/show-hint.css">
11
+ <script src="../../addon/hint/show-hint.js"></script>
12
+ <script src="clike.js"></script>
13
+ <style>.CodeMirror {border: 2px inset #dee;}</style>
14
+ <div id=nav>
15
+ <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png" alt=""></a>
16
+
17
+ <ul>
18
+ <li><a href="../../index.html">Home</a>
19
+ <li><a href="../../doc/manual.html">Manual</a>
20
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
21
+ </ul>
22
+ <ul>
23
+ <li><a href="../index.html">Language modes</a>
24
+ <li><a class=active href="#">C-like</a>
25
+ </ul>
26
+ </div>
27
+
28
+ <article>
29
+ <h2>C-like mode</h2>
30
+
31
+ <div><textarea id="c-code">
32
+ /* C demo code */
33
+
34
+ #include <zmq.h>
35
+ #include <pthread.h>
36
+ #include <semaphore.h>
37
+ #include <time.h>
38
+ #include <stdio.h>
39
+ #include <fcntl.h>
40
+ #include <malloc.h>
41
+
42
+ typedef struct {
43
+ void* arg_socket;
44
+ zmq_msg_t* arg_msg;
45
+ char* arg_string;
46
+ unsigned long arg_len;
47
+ int arg_int, arg_command;
48
+
49
+ int signal_fd;
50
+ int pad;
51
+ void* context;
52
+ sem_t sem;
53
+ } acl_zmq_context;
54
+
55
+ #define p(X) (context->arg_##X)
56
+
57
+ void* zmq_thread(void* context_pointer) {
58
+ acl_zmq_context* context = (acl_zmq_context*)context_pointer;
59
+ char ok = 'K', err = 'X';
60
+ int res;
61
+
62
+ while (1) {
63
+ while ((res = sem_wait(&amp;context->sem)) == EINTR);
64
+ if (res) {write(context->signal_fd, &amp;err, 1); goto cleanup;}
65
+ switch(p(command)) {
66
+ case 0: goto cleanup;
67
+ case 1: p(socket) = zmq_socket(context->context, p(int)); break;
68
+ case 2: p(int) = zmq_close(p(socket)); break;
69
+ case 3: p(int) = zmq_bind(p(socket), p(string)); break;
70
+ case 4: p(int) = zmq_connect(p(socket), p(string)); break;
71
+ case 5: p(int) = zmq_getsockopt(p(socket), p(int), (void*)p(string), &amp;p(len)); break;
72
+ case 6: p(int) = zmq_setsockopt(p(socket), p(int), (void*)p(string), p(len)); break;
73
+ case 7: p(int) = zmq_send(p(socket), p(msg), p(int)); break;
74
+ case 8: p(int) = zmq_recv(p(socket), p(msg), p(int)); break;
75
+ case 9: p(int) = zmq_poll(p(socket), p(int), p(len)); break;
76
+ }
77
+ p(command) = errno;
78
+ write(context->signal_fd, &amp;ok, 1);
79
+ }
80
+ cleanup:
81
+ close(context->signal_fd);
82
+ free(context_pointer);
83
+ return 0;
84
+ }
85
+
86
+ void* zmq_thread_init(void* zmq_context, int signal_fd) {
87
+ acl_zmq_context* context = malloc(sizeof(acl_zmq_context));
88
+ pthread_t thread;
89
+
90
+ context->context = zmq_context;
91
+ context->signal_fd = signal_fd;
92
+ sem_init(&amp;context->sem, 1, 0);
93
+ pthread_create(&amp;thread, 0, &amp;zmq_thread, context);
94
+ pthread_detach(thread);
95
+ return context;
96
+ }
97
+ </textarea></div>
98
+
99
+ <h2>C++ example</h2>
100
+
101
+ <div><textarea id="cpp-code">
102
+ #include <iostream>
103
+ #include "mystuff/util.h"
104
+
105
+ namespace {
106
+ enum Enum {
107
+ VAL1, VAL2, VAL3
108
+ };
109
+
110
+ char32_t unicode_string = U"\U0010FFFF";
111
+ string raw_string = R"delim(anything
112
+ you
113
+ want)delim";
114
+
115
+ int Helper(const MyType& param) {
116
+ return 0;
117
+ }
118
+ } // namespace
119
+
120
+ class ForwardDec;
121
+
122
+ template <class T, class V>
123
+ class Class : public BaseClass {
124
+ const MyType<T, V> member_;
125
+
126
+ public:
127
+ const MyType<T, V>& Method() const {
128
+ return member_;
129
+ }
130
+
131
+ void Method2(MyType<T, V>* value);
132
+ }
133
+
134
+ template <class T, class V>
135
+ void Class::Method2(MyType<T, V>* value) {
136
+ std::out << 1 >> method();
137
+ value->Method3(member_);
138
+ member_ = value;
139
+ }
140
+ </textarea></div>
141
+
142
+ <h2>Objective-C example</h2>
143
+
144
+ <div><textarea id="objectivec-code">
145
+ /*
146
+ This is a longer comment
147
+ That spans two lines
148
+ */
149
+
150
+ #import "MyClass.h"
151
+ #import <AFramework/AFrameork.h>
152
+ @import BFrameworkModule;
153
+
154
+ NS_ENUM(SomeValues) {
155
+ aValue = 1;
156
+ };
157
+
158
+ // A Class Extension with some properties
159
+ @interface MyClass ()<AProtocol>
160
+ @property(atomic, readwrite, assign) NSInteger anInt;
161
+ @property(nonatomic, strong, nullable) NSString *aString;
162
+ @end
163
+
164
+ @implementation YourAppDelegate
165
+
166
+ - (instancetype)initWithString:(NSString *)aStringVar {
167
+ if ((self = [super init])) {
168
+ aString = aStringVar;
169
+ }
170
+ return self;
171
+ }
172
+
173
+ - (BOOL)doSomething:(float)progress {
174
+ NSString *myString = @"This is a ObjC string %f ";
175
+ myString = [[NSString stringWithFormat:myString, progress] stringByAppendingString:self.aString];
176
+ return myString.length > 100 ? NO : YES;
177
+ }
178
+
179
+ @end
180
+ </textarea></div>
181
+
182
+ <h2>Java example</h2>
183
+
184
+ <div><textarea id="java-code">
185
+ import com.demo.util.MyType;
186
+ import com.demo.util.MyInterface;
187
+
188
+ public enum Enum {
189
+ VAL1, VAL2, VAL3
190
+ }
191
+
192
+ public class Class<T, V> implements MyInterface {
193
+ public static final MyType<T, V> member;
194
+
195
+ private class InnerClass {
196
+ public int zero() {
197
+ return 0;
198
+ }
199
+ }
200
+
201
+ @Override
202
+ public MyType method() {
203
+ return member;
204
+ }
205
+
206
+ public void method2(MyType<T, V> value) {
207
+ method();
208
+ value.method3();
209
+ member = value;
210
+ }
211
+ }
212
+ </textarea></div>
213
+
214
+ <h2>Scala example</h2>
215
+
216
+ <div><textarea id="scala-code">
217
+ object FilterTest extends App {
218
+ def filter(xs: List[Int], threshold: Int) = {
219
+ def process(ys: List[Int]): List[Int] =
220
+ if (ys.isEmpty) ys
221
+ else if (ys.head < threshold) ys.head :: process(ys.tail)
222
+ else process(ys.tail)
223
+ process(xs)
224
+ }
225
+ println(filter(List(1, 9, 2, 8, 3, 7, 4), 5))
226
+ }
227
+ </textarea></div>
228
+
229
+ <h2>Kotlin mode</h2>
230
+
231
+ <div><textarea id="kotlin-code">
232
+ package org.wasabi.http
233
+
234
+ import java.util.concurrent.Executors
235
+ import java.net.InetSocketAddress
236
+ import org.wasabi.app.AppConfiguration
237
+ import io.netty.bootstrap.ServerBootstrap
238
+ import io.netty.channel.nio.NioEventLoopGroup
239
+ import io.netty.channel.socket.nio.NioServerSocketChannel
240
+ import org.wasabi.app.AppServer
241
+
242
+ public class HttpServer(private val appServer: AppServer) {
243
+
244
+ val bootstrap: ServerBootstrap
245
+ val primaryGroup: NioEventLoopGroup
246
+ val workerGroup: NioEventLoopGroup
247
+
248
+ init {
249
+ // Define worker groups
250
+ primaryGroup = NioEventLoopGroup()
251
+ workerGroup = NioEventLoopGroup()
252
+
253
+ // Initialize bootstrap of server
254
+ bootstrap = ServerBootstrap()
255
+
256
+ bootstrap.group(primaryGroup, workerGroup)
257
+ bootstrap.channel(javaClass<NioServerSocketChannel>())
258
+ bootstrap.childHandler(NettyPipelineInitializer(appServer))
259
+ }
260
+
261
+ public fun start(wait: Boolean = true) {
262
+ val channel = bootstrap.bind(appServer.configuration.port)?.sync()?.channel()
263
+
264
+ if (wait) {
265
+ channel?.closeFuture()?.sync()
266
+ }
267
+ }
268
+
269
+ public fun stop() {
270
+ // Shutdown all event loops
271
+ primaryGroup.shutdownGracefully()
272
+ workerGroup.shutdownGracefully()
273
+
274
+ // Wait till all threads are terminated
275
+ primaryGroup.terminationFuture().sync()
276
+ workerGroup.terminationFuture().sync()
277
+ }
278
+ }
279
+ </textarea></div>
280
+
281
+ <h2>Ceylon mode</h2>
282
+
283
+ <div><textarea id="ceylon-code">
284
+ "Produces the [[stream|Iterable]] that results from repeated
285
+ application of the given [[function|next]] to the given
286
+ [[first]] element of the stream, until the function first
287
+ returns [[finished]]. If the given function never returns
288
+ `finished`, the resulting stream is infinite.
289
+
290
+ For example:
291
+
292
+ loop(0)(2.plus).takeWhile(10.largerThan)
293
+
294
+ produces the stream `{ 0, 2, 4, 6, 8 }`."
295
+ tagged("Streams")
296
+ shared {Element+} loop&lt;Element&gt;(
297
+ "The first element of the resulting stream."
298
+ Element first)(
299
+ "The function that produces the next element of the
300
+ stream, given the current element. The function may
301
+ return [[finished]] to indicate the end of the
302
+ stream."
303
+ Element|Finished next(Element element))
304
+ =&gt; let (start = first)
305
+ object satisfies {Element+} {
306
+ first =&gt; start;
307
+ empty =&gt; false;
308
+ function nextElement(Element element)
309
+ =&gt; next(element);
310
+ iterator()
311
+ =&gt; object satisfies Iterator&lt;Element&gt; {
312
+ variable Element|Finished current = start;
313
+ shared actual Element|Finished next() {
314
+ if (!is Finished result = current) {
315
+ current = nextElement(result);
316
+ return result;
317
+ }
318
+ else {
319
+ return finished;
320
+ }
321
+ }
322
+ };
323
+ };
324
+ </textarea></div>
325
+
326
+ <script>
327
+ var cEditor = CodeMirror.fromTextArea(document.getElementById("c-code"), {
328
+ lineNumbers: true,
329
+ matchBrackets: true,
330
+ mode: "text/x-csrc"
331
+ });
332
+ var cppEditor = CodeMirror.fromTextArea(document.getElementById("cpp-code"), {
333
+ lineNumbers: true,
334
+ matchBrackets: true,
335
+ mode: "text/x-c++src"
336
+ });
337
+ var javaEditor = CodeMirror.fromTextArea(document.getElementById("java-code"), {
338
+ lineNumbers: true,
339
+ matchBrackets: true,
340
+ mode: "text/x-java"
341
+ });
342
+ var objectivecEditor = CodeMirror.fromTextArea(document.getElementById("objectivec-code"), {
343
+ lineNumbers: true,
344
+ matchBrackets: true,
345
+ mode: "text/x-objectivec"
346
+ });
347
+ var scalaEditor = CodeMirror.fromTextArea(document.getElementById("scala-code"), {
348
+ lineNumbers: true,
349
+ matchBrackets: true,
350
+ mode: "text/x-scala"
351
+ });
352
+ var kotlinEditor = CodeMirror.fromTextArea(document.getElementById("kotlin-code"), {
353
+ lineNumbers: true,
354
+ matchBrackets: true,
355
+ mode: "text/x-kotlin"
356
+ });
357
+ var ceylonEditor = CodeMirror.fromTextArea(document.getElementById("ceylon-code"), {
358
+ lineNumbers: true,
359
+ matchBrackets: true,
360
+ mode: "text/x-ceylon"
361
+ });
362
+ var mac = CodeMirror.keyMap.default == CodeMirror.keyMap.macDefault;
363
+ CodeMirror.keyMap.default[(mac ? "Cmd" : "Ctrl") + "-Space"] = "autocomplete";
364
+ </script>
365
+
366
+ <p>Simple mode that tries to handle C-like languages as well as it
367
+ can. Takes two configuration parameters: <code>keywords</code>, an
368
+ object whose property names are the keywords in the language,
369
+ and <code>useCPP</code>, which determines whether C preprocessor
370
+ directives are recognized.</p>
371
+
372
+ <p><strong>MIME types defined:</strong> <code>text/x-csrc</code>
373
+ (C), <code>text/x-c++src</code> (C++), <code>text/x-java</code>
374
+ (Java), <code>text/x-csharp</code> (C#),
375
+ <code>text/x-objectivec</code> (Objective-C),
376
+ <code>text/x-scala</code> (Scala), <code>text/x-vertex</code>
377
+ <code>x-shader/x-fragment</code> (shader programs),
378
+ <code>text/x-squirrel</code> (Squirrel) and
379
+ <code>text/x-ceylon</code> (Ceylon)</p>
380
+ </article>
@@ -0,0 +1,767 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: Scala mode</title>
4
+ <meta charset="utf-8"/>
5
+ <link rel=stylesheet href="../../doc/docs.css">
6
+
7
+ <link rel="stylesheet" href="../../lib/codemirror.css">
8
+ <link rel="stylesheet" href="../../theme/ambiance.css">
9
+ <script src="../../lib/codemirror.js"></script>
10
+ <script src="../../addon/edit/matchbrackets.js"></script>
11
+ <script src="clike.js"></script>
12
+ <div id=nav>
13
+ <a href="https://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png" alt=""></a>
14
+
15
+ <ul>
16
+ <li><a href="../../index.html">Home</a>
17
+ <li><a href="../../doc/manual.html">Manual</a>
18
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
19
+ </ul>
20
+ <ul>
21
+ <li><a href="../index.html">Language modes</a>
22
+ <li><a class=active href="#">Scala</a>
23
+ </ul>
24
+ </div>
25
+
26
+ <article>
27
+ <h2>Scala mode</h2>
28
+ <form>
29
+ <textarea id="code" name="code">
30
+
31
+ /* __ *\
32
+ ** ________ ___ / / ___ Scala API **
33
+ ** / __/ __// _ | / / / _ | (c) 2003-2011, LAMP/EPFL **
34
+ ** __\ \/ /__/ __ |/ /__/ __ | http://scala-lang.org/ **
35
+ ** /____/\___/_/ |_/____/_/ | | **
36
+ ** |/ **
37
+ \* */
38
+
39
+ package scala.collection
40
+
41
+ import generic._
42
+ import mutable.{ Builder, ListBuffer }
43
+ import annotation.{tailrec, migration, bridge}
44
+ import annotation.unchecked.{ uncheckedVariance => uV }
45
+ import parallel.ParIterable
46
+
47
+ /** A template trait for traversable collections of type `Traversable[A]`.
48
+ *
49
+ * $traversableInfo
50
+ * @define mutability
51
+ * @define traversableInfo
52
+ * This is a base trait of all kinds of $mutability Scala collections. It
53
+ * implements the behavior common to all collections, in terms of a method
54
+ * `foreach` with signature:
55
+ * {{{
56
+ * def foreach[U](f: Elem => U): Unit
57
+ * }}}
58
+ * Collection classes mixing in this trait provide a concrete
59
+ * `foreach` method which traverses all the
60
+ * elements contained in the collection, applying a given function to each.
61
+ * They also need to provide a method `newBuilder`
62
+ * which creates a builder for collections of the same kind.
63
+ *
64
+ * A traversable class might or might not have two properties: strictness
65
+ * and orderedness. Neither is represented as a type.
66
+ *
67
+ * The instances of a strict collection class have all their elements
68
+ * computed before they can be used as values. By contrast, instances of
69
+ * a non-strict collection class may defer computation of some of their
70
+ * elements until after the instance is available as a value.
71
+ * A typical example of a non-strict collection class is a
72
+ * <a href="../immutable/Stream.html" target="ContentFrame">
73
+ * `scala.collection.immutable.Stream`</a>.
74
+ * A more general class of examples are `TraversableViews`.
75
+ *
76
+ * If a collection is an instance of an ordered collection class, traversing
77
+ * its elements with `foreach` will always visit elements in the
78
+ * same order, even for different runs of the program. If the class is not
79
+ * ordered, `foreach` can visit elements in different orders for
80
+ * different runs (but it will keep the same order in the same run).'
81
+ *
82
+ * A typical example of a collection class which is not ordered is a
83
+ * `HashMap` of objects. The traversal order for hash maps will
84
+ * depend on the hash codes of its elements, and these hash codes might
85
+ * differ from one run to the next. By contrast, a `LinkedHashMap`
86
+ * is ordered because it's `foreach` method visits elements in the
87
+ * order they were inserted into the `HashMap`.
88
+ *
89
+ * @author Martin Odersky
90
+ * @version 2.8
91
+ * @since 2.8
92
+ * @tparam A the element type of the collection
93
+ * @tparam Repr the type of the actual collection containing the elements.
94
+ *
95
+ * @define Coll Traversable
96
+ * @define coll traversable collection
97
+ */
98
+ trait TraversableLike[+A, +Repr] extends HasNewBuilder[A, Repr]
99
+ with FilterMonadic[A, Repr]
100
+ with TraversableOnce[A]
101
+ with GenTraversableLike[A, Repr]
102
+ with Parallelizable[A, ParIterable[A]]
103
+ {
104
+ self =>
105
+
106
+ import Traversable.breaks._
107
+
108
+ /** The type implementing this traversable */
109
+ protected type Self = Repr
110
+
111
+ /** The collection of type $coll underlying this `TraversableLike` object.
112
+ * By default this is implemented as the `TraversableLike` object itself,
113
+ * but this can be overridden.
114
+ */
115
+ def repr: Repr = this.asInstanceOf[Repr]
116
+
117
+ /** The underlying collection seen as an instance of `$Coll`.
118
+ * By default this is implemented as the current collection object itself,
119
+ * but this can be overridden.
120
+ */
121
+ protected[this] def thisCollection: Traversable[A] = this.asInstanceOf[Traversable[A]]
122
+
123
+ /** A conversion from collections of type `Repr` to `$Coll` objects.
124
+ * By default this is implemented as just a cast, but this can be overridden.
125
+ */
126
+ protected[this] def toCollection(repr: Repr): Traversable[A] = repr.asInstanceOf[Traversable[A]]
127
+
128
+ /** Creates a new builder for this collection type.
129
+ */
130
+ protected[this] def newBuilder: Builder[A, Repr]
131
+
132
+ protected[this] def parCombiner = ParIterable.newCombiner[A]
133
+
134
+ /** Applies a function `f` to all elements of this $coll.
135
+ *
136
+ * Note: this method underlies the implementation of most other bulk operations.
137
+ * It's important to implement this method in an efficient way.
138
+ *
139
+ *
140
+ * @param f the function that is applied for its side-effect to every element.
141
+ * The result of function `f` is discarded.
142
+ *
143
+ * @tparam U the type parameter describing the result of function `f`.
144
+ * This result will always be ignored. Typically `U` is `Unit`,
145
+ * but this is not necessary.
146
+ *
147
+ * @usecase def foreach(f: A => Unit): Unit
148
+ */
149
+ def foreach[U](f: A => U): Unit
150
+
151
+ /** Tests whether this $coll is empty.
152
+ *
153
+ * @return `true` if the $coll contain no elements, `false` otherwise.
154
+ */
155
+ def isEmpty: Boolean = {
156
+ var result = true
157
+ breakable {
158
+ for (x <- this) {
159
+ result = false
160
+ break
161
+ }
162
+ }
163
+ result
164
+ }
165
+
166
+ /** Tests whether this $coll is known to have a finite size.
167
+ * All strict collections are known to have finite size. For a non-strict collection
168
+ * such as `Stream`, the predicate returns `true` if all elements have been computed.
169
+ * It returns `false` if the stream is not yet evaluated to the end.
170
+ *
171
+ * Note: many collection methods will not work on collections of infinite sizes.
172
+ *
173
+ * @return `true` if this collection is known to have finite size, `false` otherwise.
174
+ */
175
+ def hasDefiniteSize = true
176
+
177
+ def ++[B >: A, That](that: GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
178
+ val b = bf(repr)
179
+ if (that.isInstanceOf[IndexedSeqLike[_, _]]) b.sizeHint(this, that.seq.size)
180
+ b ++= thisCollection
181
+ b ++= that.seq
182
+ b.result
183
+ }
184
+
185
+ @bridge
186
+ def ++[B >: A, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That =
187
+ ++(that: GenTraversableOnce[B])(bf)
188
+
189
+ /** Concatenates this $coll with the elements of a traversable collection.
190
+ * It differs from ++ in that the right operand determines the type of the
191
+ * resulting collection rather than the left one.
192
+ *
193
+ * @param that the traversable to append.
194
+ * @tparam B the element type of the returned collection.
195
+ * @tparam That $thatinfo
196
+ * @param bf $bfinfo
197
+ * @return a new collection of type `That` which contains all elements
198
+ * of this $coll followed by all elements of `that`.
199
+ *
200
+ * @usecase def ++:[B](that: TraversableOnce[B]): $Coll[B]
201
+ *
202
+ * @return a new $coll which contains all elements of this $coll
203
+ * followed by all elements of `that`.
204
+ */
205
+ def ++:[B >: A, That](that: TraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
206
+ val b = bf(repr)
207
+ if (that.isInstanceOf[IndexedSeqLike[_, _]]) b.sizeHint(this, that.size)
208
+ b ++= that
209
+ b ++= thisCollection
210
+ b.result
211
+ }
212
+
213
+ /** This overload exists because: for the implementation of ++: we should reuse
214
+ * that of ++ because many collections override it with more efficient versions.
215
+ * Since TraversableOnce has no '++' method, we have to implement that directly,
216
+ * but Traversable and down can use the overload.
217
+ */
218
+ def ++:[B >: A, That](that: Traversable[B])(implicit bf: CanBuildFrom[Repr, B, That]): That =
219
+ (that ++ seq)(breakOut)
220
+
221
+ def map[B, That](f: A => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
222
+ val b = bf(repr)
223
+ b.sizeHint(this)
224
+ for (x <- this) b += f(x)
225
+ b.result
226
+ }
227
+
228
+ def flatMap[B, That](f: A => GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
229
+ val b = bf(repr)
230
+ for (x <- this) b ++= f(x).seq
231
+ b.result
232
+ }
233
+
234
+ /** Selects all elements of this $coll which satisfy a predicate.
235
+ *
236
+ * @param p the predicate used to test elements.
237
+ * @return a new $coll consisting of all elements of this $coll that satisfy the given
238
+ * predicate `p`. The order of the elements is preserved.
239
+ */
240
+ def filter(p: A => Boolean): Repr = {
241
+ val b = newBuilder
242
+ for (x <- this)
243
+ if (p(x)) b += x
244
+ b.result
245
+ }
246
+
247
+ /** Selects all elements of this $coll which do not satisfy a predicate.
248
+ *
249
+ * @param p the predicate used to test elements.
250
+ * @return a new $coll consisting of all elements of this $coll that do not satisfy the given
251
+ * predicate `p`. The order of the elements is preserved.
252
+ */
253
+ def filterNot(p: A => Boolean): Repr = filter(!p(_))
254
+
255
+ def collect[B, That](pf: PartialFunction[A, B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
256
+ val b = bf(repr)
257
+ for (x <- this) if (pf.isDefinedAt(x)) b += pf(x)
258
+ b.result
259
+ }
260
+
261
+ /** Builds a new collection by applying an option-valued function to all
262
+ * elements of this $coll on which the function is defined.
263
+ *
264
+ * @param f the option-valued function which filters and maps the $coll.
265
+ * @tparam B the element type of the returned collection.
266
+ * @tparam That $thatinfo
267
+ * @param bf $bfinfo
268
+ * @return a new collection of type `That` resulting from applying the option-valued function
269
+ * `f` to each element and collecting all defined results.
270
+ * The order of the elements is preserved.
271
+ *
272
+ * @usecase def filterMap[B](f: A => Option[B]): $Coll[B]
273
+ *
274
+ * @param pf the partial function which filters and maps the $coll.
275
+ * @return a new $coll resulting from applying the given option-valued function
276
+ * `f` to each element and collecting all defined results.
277
+ * The order of the elements is preserved.
278
+ def filterMap[B, That](f: A => Option[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
279
+ val b = bf(repr)
280
+ for (x <- this)
281
+ f(x) match {
282
+ case Some(y) => b += y
283
+ case _ =>
284
+ }
285
+ b.result
286
+ }
287
+ */
288
+
289
+ /** Partitions this $coll in two ${coll}s according to a predicate.
290
+ *
291
+ * @param p the predicate on which to partition.
292
+ * @return a pair of ${coll}s: the first $coll consists of all elements that
293
+ * satisfy the predicate `p` and the second $coll consists of all elements
294
+ * that don't. The relative order of the elements in the resulting ${coll}s
295
+ * is the same as in the original $coll.
296
+ */
297
+ def partition(p: A => Boolean): (Repr, Repr) = {
298
+ val l, r = newBuilder
299
+ for (x <- this) (if (p(x)) l else r) += x
300
+ (l.result, r.result)
301
+ }
302
+
303
+ def groupBy[K](f: A => K): immutable.Map[K, Repr] = {
304
+ val m = mutable.Map.empty[K, Builder[A, Repr]]
305
+ for (elem <- this) {
306
+ val key = f(elem)
307
+ val bldr = m.getOrElseUpdate(key, newBuilder)
308
+ bldr += elem
309
+ }
310
+ val b = immutable.Map.newBuilder[K, Repr]
311
+ for ((k, v) <- m)
312
+ b += ((k, v.result))
313
+
314
+ b.result
315
+ }
316
+
317
+ /** Tests whether a predicate holds for all elements of this $coll.
318
+ *
319
+ * $mayNotTerminateInf
320
+ *
321
+ * @param p the predicate used to test elements.
322
+ * @return `true` if the given predicate `p` holds for all elements
323
+ * of this $coll, otherwise `false`.
324
+ */
325
+ def forall(p: A => Boolean): Boolean = {
326
+ var result = true
327
+ breakable {
328
+ for (x <- this)
329
+ if (!p(x)) { result = false; break }
330
+ }
331
+ result
332
+ }
333
+
334
+ /** Tests whether a predicate holds for some of the elements of this $coll.
335
+ *
336
+ * $mayNotTerminateInf
337
+ *
338
+ * @param p the predicate used to test elements.
339
+ * @return `true` if the given predicate `p` holds for some of the
340
+ * elements of this $coll, otherwise `false`.
341
+ */
342
+ def exists(p: A => Boolean): Boolean = {
343
+ var result = false
344
+ breakable {
345
+ for (x <- this)
346
+ if (p(x)) { result = true; break }
347
+ }
348
+ result
349
+ }
350
+
351
+ /** Finds the first element of the $coll satisfying a predicate, if any.
352
+ *
353
+ * $mayNotTerminateInf
354
+ * $orderDependent
355
+ *
356
+ * @param p the predicate used to test elements.
357
+ * @return an option value containing the first element in the $coll
358
+ * that satisfies `p`, or `None` if none exists.
359
+ */
360
+ def find(p: A => Boolean): Option[A] = {
361
+ var result: Option[A] = None
362
+ breakable {
363
+ for (x <- this)
364
+ if (p(x)) { result = Some(x); break }
365
+ }
366
+ result
367
+ }
368
+
369
+ def scan[B >: A, That](z: B)(op: (B, B) => B)(implicit cbf: CanBuildFrom[Repr, B, That]): That = scanLeft(z)(op)
370
+
371
+ def scanLeft[B, That](z: B)(op: (B, A) => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
372
+ val b = bf(repr)
373
+ b.sizeHint(this, 1)
374
+ var acc = z
375
+ b += acc
376
+ for (x <- this) { acc = op(acc, x); b += acc }
377
+ b.result
378
+ }
379
+
380
+ @migration(2, 9,
381
+ "This scanRight definition has changed in 2.9.\n" +
382
+ "The previous behavior can be reproduced with scanRight.reverse."
383
+ )
384
+ def scanRight[B, That](z: B)(op: (A, B) => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
385
+ var scanned = List(z)
386
+ var acc = z
387
+ for (x <- reversed) {
388
+ acc = op(x, acc)
389
+ scanned ::= acc
390
+ }
391
+ val b = bf(repr)
392
+ for (elem <- scanned) b += elem
393
+ b.result
394
+ }
395
+
396
+ /** Selects the first element of this $coll.
397
+ * $orderDependent
398
+ * @return the first element of this $coll.
399
+ * @throws `NoSuchElementException` if the $coll is empty.
400
+ */
401
+ def head: A = {
402
+ var result: () => A = () => throw new NoSuchElementException
403
+ breakable {
404
+ for (x <- this) {
405
+ result = () => x
406
+ break
407
+ }
408
+ }
409
+ result()
410
+ }
411
+
412
+ /** Optionally selects the first element.
413
+ * $orderDependent
414
+ * @return the first element of this $coll if it is nonempty, `None` if it is empty.
415
+ */
416
+ def headOption: Option[A] = if (isEmpty) None else Some(head)
417
+
418
+ /** Selects all elements except the first.
419
+ * $orderDependent
420
+ * @return a $coll consisting of all elements of this $coll
421
+ * except the first one.
422
+ * @throws `UnsupportedOperationException` if the $coll is empty.
423
+ */
424
+ override def tail: Repr = {
425
+ if (isEmpty) throw new UnsupportedOperationException("empty.tail")
426
+ drop(1)
427
+ }
428
+
429
+ /** Selects the last element.
430
+ * $orderDependent
431
+ * @return The last element of this $coll.
432
+ * @throws NoSuchElementException If the $coll is empty.
433
+ */
434
+ def last: A = {
435
+ var lst = head
436
+ for (x <- this)
437
+ lst = x
438
+ lst
439
+ }
440
+
441
+ /** Optionally selects the last element.
442
+ * $orderDependent
443
+ * @return the last element of this $coll$ if it is nonempty, `None` if it is empty.
444
+ */
445
+ def lastOption: Option[A] = if (isEmpty) None else Some(last)
446
+
447
+ /** Selects all elements except the last.
448
+ * $orderDependent
449
+ * @return a $coll consisting of all elements of this $coll
450
+ * except the last one.
451
+ * @throws `UnsupportedOperationException` if the $coll is empty.
452
+ */
453
+ def init: Repr = {
454
+ if (isEmpty) throw new UnsupportedOperationException("empty.init")
455
+ var lst = head
456
+ var follow = false
457
+ val b = newBuilder
458
+ b.sizeHint(this, -1)
459
+ for (x <- this.seq) {
460
+ if (follow) b += lst
461
+ else follow = true
462
+ lst = x
463
+ }
464
+ b.result
465
+ }
466
+
467
+ def take(n: Int): Repr = slice(0, n)
468
+
469
+ def drop(n: Int): Repr =
470
+ if (n <= 0) {
471
+ val b = newBuilder
472
+ b.sizeHint(this)
473
+ b ++= thisCollection result
474
+ }
475
+ else sliceWithKnownDelta(n, Int.MaxValue, -n)
476
+
477
+ def slice(from: Int, until: Int): Repr = sliceWithKnownBound(math.max(from, 0), until)
478
+
479
+ // Precondition: from >= 0, until > 0, builder already configured for building.
480
+ private[this] def sliceInternal(from: Int, until: Int, b: Builder[A, Repr]): Repr = {
481
+ var i = 0
482
+ breakable {
483
+ for (x <- this.seq) {
484
+ if (i >= from) b += x
485
+ i += 1
486
+ if (i >= until) break
487
+ }
488
+ }
489
+ b.result
490
+ }
491
+ // Precondition: from >= 0
492
+ private[scala] def sliceWithKnownDelta(from: Int, until: Int, delta: Int): Repr = {
493
+ val b = newBuilder
494
+ if (until <= from) b.result
495
+ else {
496
+ b.sizeHint(this, delta)
497
+ sliceInternal(from, until, b)
498
+ }
499
+ }
500
+ // Precondition: from >= 0
501
+ private[scala] def sliceWithKnownBound(from: Int, until: Int): Repr = {
502
+ val b = newBuilder
503
+ if (until <= from) b.result
504
+ else {
505
+ b.sizeHintBounded(until - from, this)
506
+ sliceInternal(from, until, b)
507
+ }
508
+ }
509
+
510
+ def takeWhile(p: A => Boolean): Repr = {
511
+ val b = newBuilder
512
+ breakable {
513
+ for (x <- this) {
514
+ if (!p(x)) break
515
+ b += x
516
+ }
517
+ }
518
+ b.result
519
+ }
520
+
521
+ def dropWhile(p: A => Boolean): Repr = {
522
+ val b = newBuilder
523
+ var go = false
524
+ for (x <- this) {
525
+ if (!p(x)) go = true
526
+ if (go) b += x
527
+ }
528
+ b.result
529
+ }
530
+
531
+ def span(p: A => Boolean): (Repr, Repr) = {
532
+ val l, r = newBuilder
533
+ var toLeft = true
534
+ for (x <- this) {
535
+ toLeft = toLeft && p(x)
536
+ (if (toLeft) l else r) += x
537
+ }
538
+ (l.result, r.result)
539
+ }
540
+
541
+ def splitAt(n: Int): (Repr, Repr) = {
542
+ val l, r = newBuilder
543
+ l.sizeHintBounded(n, this)
544
+ if (n >= 0) r.sizeHint(this, -n)
545
+ var i = 0
546
+ for (x <- this) {
547
+ (if (i < n) l else r) += x
548
+ i += 1
549
+ }
550
+ (l.result, r.result)
551
+ }
552
+
553
+ /** Iterates over the tails of this $coll. The first value will be this
554
+ * $coll and the final one will be an empty $coll, with the intervening
555
+ * values the results of successive applications of `tail`.
556
+ *
557
+ * @return an iterator over all the tails of this $coll
558
+ * @example `List(1,2,3).tails = Iterator(List(1,2,3), List(2,3), List(3), Nil)`
559
+ */
560
+ def tails: Iterator[Repr] = iterateUntilEmpty(_.tail)
561
+
562
+ /** Iterates over the inits of this $coll. The first value will be this
563
+ * $coll and the final one will be an empty $coll, with the intervening
564
+ * values the results of successive applications of `init`.
565
+ *
566
+ * @return an iterator over all the inits of this $coll
567
+ * @example `List(1,2,3).inits = Iterator(List(1,2,3), List(1,2), List(1), Nil)`
568
+ */
569
+ def inits: Iterator[Repr] = iterateUntilEmpty(_.init)
570
+
571
+ /** Copies elements of this $coll to an array.
572
+ * Fills the given array `xs` with at most `len` elements of
573
+ * this $coll, starting at position `start`.
574
+ * Copying will stop once either the end of the current $coll is reached,
575
+ * or the end of the array is reached, or `len` elements have been copied.
576
+ *
577
+ * $willNotTerminateInf
578
+ *
579
+ * @param xs the array to fill.
580
+ * @param start the starting index.
581
+ * @param len the maximal number of elements to copy.
582
+ * @tparam B the type of the elements of the array.
583
+ *
584
+ *
585
+ * @usecase def copyToArray(xs: Array[A], start: Int, len: Int): Unit
586
+ */
587
+ def copyToArray[B >: A](xs: Array[B], start: Int, len: Int) {
588
+ var i = start
589
+ val end = (start + len) min xs.length
590
+ breakable {
591
+ for (x <- this) {
592
+ if (i >= end) break
593
+ xs(i) = x
594
+ i += 1
595
+ }
596
+ }
597
+ }
598
+
599
+ def toTraversable: Traversable[A] = thisCollection
600
+ def toIterator: Iterator[A] = toStream.iterator
601
+ def toStream: Stream[A] = toBuffer.toStream
602
+
603
+ /** Converts this $coll to a string.
604
+ *
605
+ * @return a string representation of this collection. By default this
606
+ * string consists of the `stringPrefix` of this $coll,
607
+ * followed by all elements separated by commas and enclosed in parentheses.
608
+ */
609
+ override def toString = mkString(stringPrefix + "(", ", ", ")")
610
+
611
+ /** Defines the prefix of this object's `toString` representation.
612
+ *
613
+ * @return a string representation which starts the result of `toString`
614
+ * applied to this $coll. By default the string prefix is the
615
+ * simple name of the collection class $coll.
616
+ */
617
+ def stringPrefix : String = {
618
+ var string = repr.asInstanceOf[AnyRef].getClass.getName
619
+ val idx1 = string.lastIndexOf('.' : Int)
620
+ if (idx1 != -1) string = string.substring(idx1 + 1)
621
+ val idx2 = string.indexOf('$')
622
+ if (idx2 != -1) string = string.substring(0, idx2)
623
+ string
624
+ }
625
+
626
+ /** Creates a non-strict view of this $coll.
627
+ *
628
+ * @return a non-strict view of this $coll.
629
+ */
630
+ def view = new TraversableView[A, Repr] {
631
+ protected lazy val underlying = self.repr
632
+ override def foreach[U](f: A => U) = self foreach f
633
+ }
634
+
635
+ /** Creates a non-strict view of a slice of this $coll.
636
+ *
637
+ * Note: the difference between `view` and `slice` is that `view` produces
638
+ * a view of the current $coll, whereas `slice` produces a new $coll.
639
+ *
640
+ * Note: `view(from, to)` is equivalent to `view.slice(from, to)`
641
+ * $orderDependent
642
+ *
643
+ * @param from the index of the first element of the view
644
+ * @param until the index of the element following the view
645
+ * @return a non-strict view of a slice of this $coll, starting at index `from`
646
+ * and extending up to (but not including) index `until`.
647
+ */
648
+ def view(from: Int, until: Int): TraversableView[A, Repr] = view.slice(from, until)
649
+
650
+ /** Creates a non-strict filter of this $coll.
651
+ *
652
+ * Note: the difference between `c filter p` and `c withFilter p` is that
653
+ * the former creates a new collection, whereas the latter only
654
+ * restricts the domain of subsequent `map`, `flatMap`, `foreach`,
655
+ * and `withFilter` operations.
656
+ * $orderDependent
657
+ *
658
+ * @param p the predicate used to test elements.
659
+ * @return an object of class `WithFilter`, which supports
660
+ * `map`, `flatMap`, `foreach`, and `withFilter` operations.
661
+ * All these operations apply to those elements of this $coll which
662
+ * satisfy the predicate `p`.
663
+ */
664
+ def withFilter(p: A => Boolean): FilterMonadic[A, Repr] = new WithFilter(p)
665
+
666
+ /** A class supporting filtered operations. Instances of this class are
667
+ * returned by method `withFilter`.
668
+ */
669
+ class WithFilter(p: A => Boolean) extends FilterMonadic[A, Repr] {
670
+
671
+ /** Builds a new collection by applying a function to all elements of the
672
+ * outer $coll containing this `WithFilter` instance that satisfy predicate `p`.
673
+ *
674
+ * @param f the function to apply to each element.
675
+ * @tparam B the element type of the returned collection.
676
+ * @tparam That $thatinfo
677
+ * @param bf $bfinfo
678
+ * @return a new collection of type `That` resulting from applying
679
+ * the given function `f` to each element of the outer $coll
680
+ * that satisfies predicate `p` and collecting the results.
681
+ *
682
+ * @usecase def map[B](f: A => B): $Coll[B]
683
+ *
684
+ * @return a new $coll resulting from applying the given function
685
+ * `f` to each element of the outer $coll that satisfies
686
+ * predicate `p` and collecting the results.
687
+ */
688
+ def map[B, That](f: A => B)(implicit bf: CanBuildFrom[Repr, B, That]): That = {
689
+ val b = bf(repr)
690
+ for (x <- self)
691
+ if (p(x)) b += f(x)
692
+ b.result
693
+ }
694
+
695
+ /** Builds a new collection by applying a function to all elements of the
696
+ * outer $coll containing this `WithFilter` instance that satisfy
697
+ * predicate `p` and concatenating the results.
698
+ *
699
+ * @param f the function to apply to each element.
700
+ * @tparam B the element type of the returned collection.
701
+ * @tparam That $thatinfo
702
+ * @param bf $bfinfo
703
+ * @return a new collection of type `That` resulting from applying
704
+ * the given collection-valued function `f` to each element
705
+ * of the outer $coll that satisfies predicate `p` and
706
+ * concatenating the results.
707
+ *
708
+ * @usecase def flatMap[B](f: A => TraversableOnce[B]): $Coll[B]
709
+ *
710
+ * @return a new $coll resulting from applying the given collection-valued function
711
+ * `f` to each element of the outer $coll that satisfies predicate `p` and concatenating the results.
712
+ */
713
+ def flatMap[B, That](f: A => GenTraversableOnce[B])(implicit bf: CanBuildFrom[Repr, B, That]): That = {
714
+ val b = bf(repr)
715
+ for (x <- self)
716
+ if (p(x)) b ++= f(x).seq
717
+ b.result
718
+ }
719
+
720
+ /** Applies a function `f` to all elements of the outer $coll containing
721
+ * this `WithFilter` instance that satisfy predicate `p`.
722
+ *
723
+ * @param f the function that is applied for its side-effect to every element.
724
+ * The result of function `f` is discarded.
725
+ *
726
+ * @tparam U the type parameter describing the result of function `f`.
727
+ * This result will always be ignored. Typically `U` is `Unit`,
728
+ * but this is not necessary.
729
+ *
730
+ * @usecase def foreach(f: A => Unit): Unit
731
+ */
732
+ def foreach[U](f: A => U): Unit =
733
+ for (x <- self)
734
+ if (p(x)) f(x)
735
+
736
+ /** Further refines the filter for this $coll.
737
+ *
738
+ * @param q the predicate used to test elements.
739
+ * @return an object of class `WithFilter`, which supports
740
+ * `map`, `flatMap`, `foreach`, and `withFilter` operations.
741
+ * All these operations apply to those elements of this $coll which
742
+ * satisfy the predicate `q` in addition to the predicate `p`.
743
+ */
744
+ def withFilter(q: A => Boolean): WithFilter =
745
+ new WithFilter(x => p(x) && q(x))
746
+ }
747
+
748
+ // A helper for tails and inits.
749
+ private def iterateUntilEmpty(f: Traversable[A @uV] => Traversable[A @uV]): Iterator[Repr] = {
750
+ val it = Iterator.iterate(thisCollection)(f) takeWhile (x => !x.isEmpty)
751
+ it ++ Iterator(Nil) map (newBuilder ++= _ result)
752
+ }
753
+ }
754
+
755
+
756
+ </textarea>
757
+ </form>
758
+
759
+ <script>
760
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
761
+ lineNumbers: true,
762
+ matchBrackets: true,
763
+ theme: "ambiance",
764
+ mode: "text/x-scala"
765
+ });
766
+ </script>
767
+ </article>