weaver 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (568) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +10 -0
  3. data/.rspec +2 -0
  4. data/.travis.yml +3 -0
  5. data/CODE_OF_CONDUCT.md +13 -0
  6. data/Gemfile +4 -0
  7. data/LICENSE.txt +21 -0
  8. data/README.md +39 -0
  9. data/Rakefile +1 -0
  10. data/bin/console +14 -0
  11. data/bin/setup +7 -0
  12. data/bin/weaver +76 -0
  13. data/data/weaver/css/animate.css +2848 -0
  14. data/data/weaver/css/bootstrap.css +6358 -0
  15. data/data/weaver/css/bootstrap.min.css +5 -0
  16. data/data/weaver/css/patterns/congruent_pentagon.png +0 -0
  17. data/data/weaver/css/patterns/header-profile-skin-1.png +0 -0
  18. data/data/weaver/css/patterns/header-profile-skin-2.png +0 -0
  19. data/data/weaver/css/patterns/header-profile-skin-3.png +0 -0
  20. data/data/weaver/css/patterns/header-profile.png +0 -0
  21. data/data/weaver/css/patterns/otis_redding.png +0 -0
  22. data/data/weaver/css/patterns/shattered.png +0 -0
  23. data/data/weaver/css/patterns/triangular.png +0 -0
  24. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery-indicator.css +71 -0
  25. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery-video.css +87 -0
  26. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery.css +226 -0
  27. data/data/weaver/css/plugins/blueimp/css/blueimp-gallery.min.css +1 -0
  28. data/data/weaver/css/plugins/blueimp/css/demo.css +51 -0
  29. data/data/weaver/css/plugins/blueimp/img/error.png +0 -0
  30. data/data/weaver/css/plugins/blueimp/img/error.svg +5 -0
  31. data/data/weaver/css/plugins/blueimp/img/loading.gif +0 -0
  32. data/data/weaver/css/plugins/blueimp/img/play-pause.png +0 -0
  33. data/data/weaver/css/plugins/blueimp/img/play-pause.svg +6 -0
  34. data/data/weaver/css/plugins/blueimp/img/video-play.png +0 -0
  35. data/data/weaver/css/plugins/blueimp/img/video-play.svg +5 -0
  36. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.css +1468 -0
  37. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.css.map +1 -0
  38. data/data/weaver/css/plugins/bootstrap-rtl/bootstrap-rtl.min.css +9 -0
  39. data/data/weaver/css/plugins/chosen/chosen-sprite.png +0 -0
  40. data/data/weaver/css/plugins/chosen/chosen-sprite@2x.png +0 -0
  41. data/data/weaver/css/plugins/chosen/chosen.css +429 -0
  42. data/data/weaver/css/plugins/codemirror/ambiance.css +77 -0
  43. data/data/weaver/css/plugins/codemirror/codemirror.css +309 -0
  44. data/data/weaver/css/plugins/colorpicker/bootstrap-colorpicker.min.css +9 -0
  45. data/data/weaver/css/plugins/cropper/cropper.min.css +9 -0
  46. data/data/weaver/css/plugins/dataTables/dataTables.bootstrap.css +233 -0
  47. data/data/weaver/css/plugins/dataTables/dataTables.responsive.css +93 -0
  48. data/data/weaver/css/plugins/dataTables/dataTables.tableTools.min.css +1 -0
  49. data/data/weaver/css/plugins/datapicker/datepicker3.css +789 -0
  50. data/data/weaver/css/plugins/dropzone/basic.css +155 -0
  51. data/data/weaver/css/plugins/dropzone/dropzone.css +410 -0
  52. data/data/weaver/css/plugins/fullcalendar/fullcalendar.css +977 -0
  53. data/data/weaver/css/plugins/fullcalendar/fullcalendar.print.css +202 -0
  54. data/data/weaver/css/plugins/iCheck/custom.css +59 -0
  55. data/data/weaver/css/plugins/iCheck/green.png +0 -0
  56. data/data/weaver/css/plugins/iCheck/green@2x.png +0 -0
  57. data/data/weaver/css/plugins/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
  58. data/data/weaver/css/plugins/images/bootstrap-colorpicker/alpha.png +0 -0
  59. data/data/weaver/css/plugins/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
  60. data/data/weaver/css/plugins/images/bootstrap-colorpicker/hue.png +0 -0
  61. data/data/weaver/css/plugins/images/bootstrap-colorpicker/saturation.png +0 -0
  62. data/data/weaver/css/plugins/images/sort.png +0 -0
  63. data/data/weaver/css/plugins/images/sort_asc.png +0 -0
  64. data/data/weaver/css/plugins/images/sort_desc.png +0 -0
  65. data/data/weaver/css/plugins/images/sprite-skin-flat.png +0 -0
  66. data/data/weaver/css/plugins/images/sprite-skin-flat2.png +0 -0
  67. data/data/weaver/css/plugins/images/sprite-skin-nice.png +0 -0
  68. data/data/weaver/css/plugins/images/sprite-skin-simple.png +0 -0
  69. data/data/weaver/css/plugins/images/spritemap.png +0 -0
  70. data/data/weaver/css/plugins/images/spritemap@2x.png +0 -0
  71. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.css +126 -0
  72. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinFlat.css +89 -0
  73. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinNice.css +85 -0
  74. data/data/weaver/css/plugins/ionRangeSlider/ion.rangeSlider.skinSimple.css +85 -0
  75. data/data/weaver/css/plugins/jQueryUI/images/animated-overlay.gif +0 -0
  76. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  77. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  78. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  79. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  80. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  81. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  82. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  83. data/data/weaver/css/plugins/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  84. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_222222_256x240.png +0 -0
  85. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_2e83ff_256x240.png +0 -0
  86. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_454545_256x240.png +0 -0
  87. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_888888_256x240.png +0 -0
  88. data/data/weaver/css/plugins/jQueryUI/images/ui-icons_cd0a0a_256x240.png +0 -0
  89. data/data/weaver/css/plugins/jQueryUI/jquery-ui-1.10.4.custom.min.css +7 -0
  90. data/data/weaver/css/plugins/jasny/jasny-bootstrap.min.css +7 -0
  91. data/data/weaver/css/plugins/jqGrid/ui.jqgrid.css +171 -0
  92. data/data/weaver/css/plugins/jsTree/32px.png +0 -0
  93. data/data/weaver/css/plugins/jsTree/39px.png +0 -0
  94. data/data/weaver/css/plugins/jsTree/40px.png +0 -0
  95. data/data/weaver/css/plugins/jsTree/style.css +1050 -0
  96. data/data/weaver/css/plugins/jsTree/style.min.css +1 -0
  97. data/data/weaver/css/plugins/jsTree/throbber.gif +0 -0
  98. data/data/weaver/css/plugins/morris/morris-0.4.3.min.css +2 -0
  99. data/data/weaver/css/plugins/nouslider/jquery.nouislider.css +165 -0
  100. data/data/weaver/css/plugins/social-buttons/social-buttons.css +68 -0
  101. data/data/weaver/css/plugins/steps/jquery.steps.css +380 -0
  102. data/data/weaver/css/plugins/summernote/summernote-bs3.css +5970 -0
  103. data/data/weaver/css/plugins/summernote/summernote.css +446 -0
  104. data/data/weaver/css/plugins/switchery/switchery.css +32 -0
  105. data/data/weaver/css/plugins/toastr/toastr.min.css +222 -0
  106. data/data/weaver/css/style.css +5031 -0
  107. data/data/weaver/css/style.min.css +1 -0
  108. data/data/weaver/font-awesome/css/font-awesome.css +1801 -0
  109. data/data/weaver/font-awesome/css/font-awesome.min.css +4 -0
  110. data/data/weaver/font-awesome/fonts/FontAwesome.otf +0 -0
  111. data/data/weaver/font-awesome/fonts/fontawesome-webfont.eot +0 -0
  112. data/data/weaver/font-awesome/fonts/fontawesome-webfont.svg +565 -0
  113. data/data/weaver/font-awesome/fonts/fontawesome-webfont.ttf +0 -0
  114. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff +0 -0
  115. data/data/weaver/font-awesome/fonts/fontawesome-webfont.woff2 +0 -0
  116. data/data/weaver/font-awesome/less/animated.less +34 -0
  117. data/data/weaver/font-awesome/less/bordered-pulled.less +16 -0
  118. data/data/weaver/font-awesome/less/core.less +13 -0
  119. data/data/weaver/font-awesome/less/fixed-width.less +6 -0
  120. data/data/weaver/font-awesome/less/font-awesome.less +17 -0
  121. data/data/weaver/font-awesome/less/icons.less +596 -0
  122. data/data/weaver/font-awesome/less/larger.less +13 -0
  123. data/data/weaver/font-awesome/less/list.less +19 -0
  124. data/data/weaver/font-awesome/less/mixins.less +27 -0
  125. data/data/weaver/font-awesome/less/path.less +15 -0
  126. data/data/weaver/font-awesome/less/rotated-flipped.less +20 -0
  127. data/data/weaver/font-awesome/less/stacked.less +20 -0
  128. data/data/weaver/font-awesome/less/variables.less +606 -0
  129. data/data/weaver/font-awesome/scss/_animated.scss +34 -0
  130. data/data/weaver/font-awesome/scss/_bordered-pulled.scss +16 -0
  131. data/data/weaver/font-awesome/scss/_core.scss +13 -0
  132. data/data/weaver/font-awesome/scss/_fixed-width.scss +6 -0
  133. data/data/weaver/font-awesome/scss/_icons.scss +596 -0
  134. data/data/weaver/font-awesome/scss/_larger.scss +13 -0
  135. data/data/weaver/font-awesome/scss/_list.scss +19 -0
  136. data/data/weaver/font-awesome/scss/_mixins.scss +27 -0
  137. data/data/weaver/font-awesome/scss/_path.scss +15 -0
  138. data/data/weaver/font-awesome/scss/_rotated-flipped.scss +20 -0
  139. data/data/weaver/font-awesome/scss/_stacked.scss +20 -0
  140. data/data/weaver/font-awesome/scss/_variables.scss +606 -0
  141. data/data/weaver/font-awesome/scss/font-awesome.scss +17 -0
  142. data/data/weaver/fonts/OpenSans/OpenSans-Bold.ttf +0 -0
  143. data/data/weaver/fonts/OpenSans/OpenSans-BoldItalic.ttf +0 -0
  144. data/data/weaver/fonts/OpenSans/OpenSans-ExtraBold.ttf +0 -0
  145. data/data/weaver/fonts/OpenSans/OpenSans-ExtraBoldItalic.ttf +0 -0
  146. data/data/weaver/fonts/OpenSans/OpenSans-Italic.ttf +0 -0
  147. data/data/weaver/fonts/OpenSans/OpenSans-Light.ttf +0 -0
  148. data/data/weaver/fonts/OpenSans/OpenSans-LightItalic.ttf +0 -0
  149. data/data/weaver/fonts/OpenSans/OpenSans-Regular.ttf +0 -0
  150. data/data/weaver/fonts/OpenSans/OpenSans-Semibold.ttf +0 -0
  151. data/data/weaver/fonts/OpenSans/OpenSans-SemiboldItalic.ttf +0 -0
  152. data/data/weaver/fonts/glyphicons-halflings-regular.eot +0 -0
  153. data/data/weaver/fonts/glyphicons-halflings-regular.svg +229 -0
  154. data/data/weaver/fonts/glyphicons-halflings-regular.ttf +0 -0
  155. data/data/weaver/fonts/glyphicons-halflings-regular.woff +0 -0
  156. data/data/weaver/js/bootstrap.js +2276 -0
  157. data/data/weaver/js/bootstrap.min.js +7 -0
  158. data/data/weaver/js/demo/chartjs-demo.js +217 -0
  159. data/data/weaver/js/demo/dashboard-demo.js +117 -0
  160. data/data/weaver/js/demo/flot-demo.js +308 -0
  161. data/data/weaver/js/demo/flot-demo2.js +377 -0
  162. data/data/weaver/js/demo/morris-demo.js +89 -0
  163. data/data/weaver/js/demo/peity-demo.js +33 -0
  164. data/data/weaver/js/demo/rickshaw-demo.js +103 -0
  165. data/data/weaver/js/demo/sparkline-demo.js +51 -0
  166. data/data/weaver/js/inspinia.js +149 -0
  167. data/data/weaver/js/jquery-2.1.1.js +4 -0
  168. data/data/weaver/js/jquery-ui-1.10.4.min.js +7 -0
  169. data/data/weaver/js/jquery-ui.custom.min.js +16 -0
  170. data/data/weaver/js/plugins/blueimp/jquery.blueimp-gallery.min.js +1 -0
  171. data/data/weaver/js/plugins/chartJs/Chart.min.js +11 -0
  172. data/data/weaver/js/plugins/chosen/chosen.jquery.js +1211 -0
  173. data/data/weaver/js/plugins/codemirror/codemirror.js +7830 -0
  174. data/data/weaver/js/plugins/codemirror/mode/apl/apl.js +175 -0
  175. data/data/weaver/js/plugins/codemirror/mode/apl/index.html +72 -0
  176. data/data/weaver/js/plugins/codemirror/mode/asterisk/asterisk.js +198 -0
  177. data/data/weaver/js/plugins/codemirror/mode/asterisk/index.html +154 -0
  178. data/data/weaver/js/plugins/codemirror/mode/clike/clike.js +474 -0
  179. data/data/weaver/js/plugins/codemirror/mode/clike/index.html +225 -0
  180. data/data/weaver/js/plugins/codemirror/mode/clike/scala.html +767 -0
  181. data/data/weaver/js/plugins/codemirror/mode/clojure/clojure.js +243 -0
  182. data/data/weaver/js/plugins/codemirror/mode/clojure/index.html +88 -0
  183. data/data/weaver/js/plugins/codemirror/mode/cobol/cobol.js +255 -0
  184. data/data/weaver/js/plugins/codemirror/mode/cobol/index.html +210 -0
  185. data/data/weaver/js/plugins/codemirror/mode/coffeescript/coffeescript.js +369 -0
  186. data/data/weaver/js/plugins/codemirror/mode/coffeescript/index.html +740 -0
  187. data/data/weaver/js/plugins/codemirror/mode/commonlisp/commonlisp.js +120 -0
  188. data/data/weaver/js/plugins/codemirror/mode/commonlisp/index.html +177 -0
  189. data/data/weaver/js/plugins/codemirror/mode/css/css.js +717 -0
  190. data/data/weaver/js/plugins/codemirror/mode/css/index.html +70 -0
  191. data/data/weaver/js/plugins/codemirror/mode/css/less.html +152 -0
  192. data/data/weaver/js/plugins/codemirror/mode/css/less_test.js +51 -0
  193. data/data/weaver/js/plugins/codemirror/mode/css/scss.html +157 -0
  194. data/data/weaver/js/plugins/codemirror/mode/css/scss_test.js +110 -0
  195. data/data/weaver/js/plugins/codemirror/mode/css/test.js +135 -0
  196. data/data/weaver/js/plugins/codemirror/mode/cypher/cypher.js +146 -0
  197. data/data/weaver/js/plugins/codemirror/mode/cypher/index.html +63 -0
  198. data/data/weaver/js/plugins/codemirror/mode/d/d.js +218 -0
  199. data/data/weaver/js/plugins/codemirror/mode/d/index.html +273 -0
  200. data/data/weaver/js/plugins/codemirror/mode/diff/diff.js +47 -0
  201. data/data/weaver/js/plugins/codemirror/mode/diff/index.html +117 -0
  202. data/data/weaver/js/plugins/codemirror/mode/django/django.js +67 -0
  203. data/data/weaver/js/plugins/codemirror/mode/django/index.html +63 -0
  204. data/data/weaver/js/plugins/codemirror/mode/dtd/dtd.js +142 -0
  205. data/data/weaver/js/plugins/codemirror/mode/dtd/index.html +89 -0
  206. data/data/weaver/js/plugins/codemirror/mode/dylan/dylan.js +299 -0
  207. data/data/weaver/js/plugins/codemirror/mode/dylan/index.html +407 -0
  208. data/data/weaver/js/plugins/codemirror/mode/ecl/ecl.js +207 -0
  209. data/data/weaver/js/plugins/codemirror/mode/ecl/index.html +52 -0
  210. data/data/weaver/js/plugins/codemirror/mode/eiffel/eiffel.js +162 -0
  211. data/data/weaver/js/plugins/codemirror/mode/eiffel/index.html +429 -0
  212. data/data/weaver/js/plugins/codemirror/mode/erlang/erlang.js +622 -0
  213. data/data/weaver/js/plugins/codemirror/mode/erlang/index.html +76 -0
  214. data/data/weaver/js/plugins/codemirror/mode/fortran/fortran.js +188 -0
  215. data/data/weaver/js/plugins/codemirror/mode/fortran/index.html +81 -0
  216. data/data/weaver/js/plugins/codemirror/mode/gas/gas.js +345 -0
  217. data/data/weaver/js/plugins/codemirror/mode/gas/index.html +68 -0
  218. data/data/weaver/js/plugins/codemirror/mode/gfm/gfm.js +122 -0
  219. data/data/weaver/js/plugins/codemirror/mode/gfm/index.html +82 -0
  220. data/data/weaver/js/plugins/codemirror/mode/gfm/test.js +164 -0
  221. data/data/weaver/js/plugins/codemirror/mode/gherkin/gherkin.js +178 -0
  222. data/data/weaver/js/plugins/codemirror/mode/gherkin/index.html +48 -0
  223. data/data/weaver/js/plugins/codemirror/mode/go/go.js +184 -0
  224. data/data/weaver/js/plugins/codemirror/mode/go/index.html +85 -0
  225. data/data/weaver/js/plugins/codemirror/mode/groovy/groovy.js +226 -0
  226. data/data/weaver/js/plugins/codemirror/mode/groovy/index.html +84 -0
  227. data/data/weaver/js/plugins/codemirror/mode/haml/haml.js +159 -0
  228. data/data/weaver/js/plugins/codemirror/mode/haml/index.html +79 -0
  229. data/data/weaver/js/plugins/codemirror/mode/haml/test.js +97 -0
  230. data/data/weaver/js/plugins/codemirror/mode/haskell/haskell.js +267 -0
  231. data/data/weaver/js/plugins/codemirror/mode/haskell/index.html +73 -0
  232. data/data/weaver/js/plugins/codemirror/mode/haxe/haxe.js +518 -0
  233. data/data/weaver/js/plugins/codemirror/mode/haxe/index.html +124 -0
  234. data/data/weaver/js/plugins/codemirror/mode/htmlembedded/htmlembedded.js +86 -0
  235. data/data/weaver/js/plugins/codemirror/mode/htmlembedded/index.html +58 -0
  236. data/data/weaver/js/plugins/codemirror/mode/htmlmixed/htmlmixed.js +121 -0
  237. data/data/weaver/js/plugins/codemirror/mode/htmlmixed/index.html +85 -0
  238. data/data/weaver/js/plugins/codemirror/mode/http/http.js +113 -0
  239. data/data/weaver/js/plugins/codemirror/mode/http/index.html +45 -0
  240. data/data/weaver/js/plugins/codemirror/mode/index.html +125 -0
  241. data/data/weaver/js/plugins/codemirror/mode/jade/index.html +70 -0
  242. data/data/weaver/js/plugins/codemirror/mode/jade/jade.js +590 -0
  243. data/data/weaver/js/plugins/codemirror/mode/javascript/index.html +114 -0
  244. data/data/weaver/js/plugins/codemirror/mode/javascript/javascript.js +684 -0
  245. data/data/weaver/js/plugins/codemirror/mode/javascript/json-ld.html +72 -0
  246. data/data/weaver/js/plugins/codemirror/mode/javascript/test.js +194 -0
  247. data/data/weaver/js/plugins/codemirror/mode/javascript/typescript.html +61 -0
  248. data/data/weaver/js/plugins/codemirror/mode/jinja2/index.html +54 -0
  249. data/data/weaver/js/plugins/codemirror/mode/jinja2/jinja2.js +142 -0
  250. data/data/weaver/js/plugins/codemirror/mode/julia/index.html +195 -0
  251. data/data/weaver/js/plugins/codemirror/mode/julia/julia.js +301 -0
  252. data/data/weaver/js/plugins/codemirror/mode/kotlin/index.html +89 -0
  253. data/data/weaver/js/plugins/codemirror/mode/kotlin/kotlin.js +280 -0
  254. data/data/weaver/js/plugins/codemirror/mode/livescript/index.html +459 -0
  255. data/data/weaver/js/plugins/codemirror/mode/livescript/livescript.js +280 -0
  256. data/data/weaver/js/plugins/codemirror/mode/lua/index.html +85 -0
  257. data/data/weaver/js/plugins/codemirror/mode/lua/lua.js +159 -0
  258. data/data/weaver/js/plugins/codemirror/mode/markdown/index.html +359 -0
  259. data/data/weaver/js/plugins/codemirror/mode/markdown/markdown.js +758 -0
  260. data/data/weaver/js/plugins/codemirror/mode/markdown/test.js +754 -0
  261. data/data/weaver/js/plugins/codemirror/mode/meta.js +144 -0
  262. data/data/weaver/js/plugins/codemirror/mode/mirc/index.html +160 -0
  263. data/data/weaver/js/plugins/codemirror/mode/mirc/mirc.js +193 -0
  264. data/data/weaver/js/plugins/codemirror/mode/mllike/index.html +179 -0
  265. data/data/weaver/js/plugins/codemirror/mode/mllike/mllike.js +205 -0
  266. data/data/weaver/js/plugins/codemirror/mode/modelica/index.html +67 -0
  267. data/data/weaver/js/plugins/codemirror/mode/modelica/modelica.js +245 -0
  268. data/data/weaver/js/plugins/codemirror/mode/nginx/index.html +181 -0
  269. data/data/weaver/js/plugins/codemirror/mode/nginx/nginx.js +178 -0
  270. data/data/weaver/js/plugins/codemirror/mode/ntriples/index.html +45 -0
  271. data/data/weaver/js/plugins/codemirror/mode/ntriples/ntriples.js +186 -0
  272. data/data/weaver/js/plugins/codemirror/mode/octave/index.html +83 -0
  273. data/data/weaver/js/plugins/codemirror/mode/octave/octave.js +135 -0
  274. data/data/weaver/js/plugins/codemirror/mode/pascal/index.html +61 -0
  275. data/data/weaver/js/plugins/codemirror/mode/pascal/pascal.js +109 -0
  276. data/data/weaver/js/plugins/codemirror/mode/pegjs/index.html +66 -0
  277. data/data/weaver/js/plugins/codemirror/mode/pegjs/pegjs.js +114 -0
  278. data/data/weaver/js/plugins/codemirror/mode/perl/index.html +75 -0
  279. data/data/weaver/js/plugins/codemirror/mode/perl/perl.js +832 -0
  280. data/data/weaver/js/plugins/codemirror/mode/php/index.html +64 -0
  281. data/data/weaver/js/plugins/codemirror/mode/php/php.js +226 -0
  282. data/data/weaver/js/plugins/codemirror/mode/php/test.js +154 -0
  283. data/data/weaver/js/plugins/codemirror/mode/pig/index.html +55 -0
  284. data/data/weaver/js/plugins/codemirror/mode/pig/pig.js +188 -0
  285. data/data/weaver/js/plugins/codemirror/mode/properties/index.html +53 -0
  286. data/data/weaver/js/plugins/codemirror/mode/properties/properties.js +78 -0
  287. data/data/weaver/js/plugins/codemirror/mode/puppet/index.html +121 -0
  288. data/data/weaver/js/plugins/codemirror/mode/puppet/puppet.js +220 -0
  289. data/data/weaver/js/plugins/codemirror/mode/python/index.html +198 -0
  290. data/data/weaver/js/plugins/codemirror/mode/python/python.js +359 -0
  291. data/data/weaver/js/plugins/codemirror/mode/q/index.html +144 -0
  292. data/data/weaver/js/plugins/codemirror/mode/q/q.js +139 -0
  293. data/data/weaver/js/plugins/codemirror/mode/r/index.html +85 -0
  294. data/data/weaver/js/plugins/codemirror/mode/r/r.js +162 -0
  295. data/data/weaver/js/plugins/codemirror/mode/rpm/changes/index.html +66 -0
  296. data/data/weaver/js/plugins/codemirror/mode/rpm/index.html +149 -0
  297. data/data/weaver/js/plugins/codemirror/mode/rpm/rpm.js +101 -0
  298. data/data/weaver/js/plugins/codemirror/mode/rst/index.html +535 -0
  299. data/data/weaver/js/plugins/codemirror/mode/rst/rst.js +557 -0
  300. data/data/weaver/js/plugins/codemirror/mode/ruby/index.html +184 -0
  301. data/data/weaver/js/plugins/codemirror/mode/ruby/ruby.js +285 -0
  302. data/data/weaver/js/plugins/codemirror/mode/ruby/test.js +14 -0
  303. data/data/weaver/js/plugins/codemirror/mode/rust/index.html +60 -0
  304. data/data/weaver/js/plugins/codemirror/mode/rust/rust.js +451 -0
  305. data/data/weaver/js/plugins/codemirror/mode/sass/index.html +66 -0
  306. data/data/weaver/js/plugins/codemirror/mode/sass/sass.js +327 -0
  307. data/data/weaver/js/plugins/codemirror/mode/scheme/index.html +77 -0
  308. data/data/weaver/js/plugins/codemirror/mode/scheme/scheme.js +248 -0
  309. data/data/weaver/js/plugins/codemirror/mode/shell/index.html +66 -0
  310. data/data/weaver/js/plugins/codemirror/mode/shell/shell.js +138 -0
  311. data/data/weaver/js/plugins/codemirror/mode/shell/test.js +58 -0
  312. data/data/weaver/js/plugins/codemirror/mode/sieve/index.html +93 -0
  313. data/data/weaver/js/plugins/codemirror/mode/sieve/sieve.js +193 -0
  314. data/data/weaver/js/plugins/codemirror/mode/slim/index.html +96 -0
  315. data/data/weaver/js/plugins/codemirror/mode/slim/slim.js +575 -0
  316. data/data/weaver/js/plugins/codemirror/mode/slim/test.js +96 -0
  317. data/data/weaver/js/plugins/codemirror/mode/smalltalk/index.html +68 -0
  318. data/data/weaver/js/plugins/codemirror/mode/smalltalk/smalltalk.js +168 -0
  319. data/data/weaver/js/plugins/codemirror/mode/smarty/index.html +136 -0
  320. data/data/weaver/js/plugins/codemirror/mode/smarty/smarty.js +221 -0
  321. data/data/weaver/js/plugins/codemirror/mode/smartymixed/index.html +114 -0
  322. data/data/weaver/js/plugins/codemirror/mode/smartymixed/smartymixed.js +197 -0
  323. data/data/weaver/js/plugins/codemirror/mode/solr/index.html +57 -0
  324. data/data/weaver/js/plugins/codemirror/mode/solr/solr.js +104 -0
  325. data/data/weaver/js/plugins/codemirror/mode/sparql/index.html +53 -0
  326. data/data/weaver/js/plugins/codemirror/mode/sparql/sparql.js +160 -0
  327. data/data/weaver/js/plugins/codemirror/mode/sql/index.html +84 -0
  328. data/data/weaver/js/plugins/codemirror/mode/sql/sql.js +393 -0
  329. data/data/weaver/js/plugins/codemirror/mode/stex/index.html +110 -0
  330. data/data/weaver/js/plugins/codemirror/mode/stex/stex.js +262 -0
  331. data/data/weaver/js/plugins/codemirror/mode/stex/test.js +123 -0
  332. data/data/weaver/js/plugins/codemirror/mode/tcl/index.html +142 -0
  333. data/data/weaver/js/plugins/codemirror/mode/tcl/tcl.js +147 -0
  334. data/data/weaver/js/plugins/codemirror/mode/textile/index.html +191 -0
  335. data/data/weaver/js/plugins/codemirror/mode/textile/test.js +406 -0
  336. data/data/weaver/js/plugins/codemirror/mode/textile/textile.js +553 -0
  337. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/index.html +154 -0
  338. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
  339. data/data/weaver/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.js +369 -0
  340. data/data/weaver/js/plugins/codemirror/mode/tiki/index.html +95 -0
  341. data/data/weaver/js/plugins/codemirror/mode/tiki/tiki.css +26 -0
  342. data/data/weaver/js/plugins/codemirror/mode/tiki/tiki.js +323 -0
  343. data/data/weaver/js/plugins/codemirror/mode/toml/index.html +73 -0
  344. data/data/weaver/js/plugins/codemirror/mode/toml/toml.js +88 -0
  345. data/data/weaver/js/plugins/codemirror/mode/tornado/index.html +63 -0
  346. data/data/weaver/js/plugins/codemirror/mode/tornado/tornado.js +68 -0
  347. data/data/weaver/js/plugins/codemirror/mode/turtle/index.html +50 -0
  348. data/data/weaver/js/plugins/codemirror/mode/turtle/turtle.js +160 -0
  349. data/data/weaver/js/plugins/codemirror/mode/vb/index.html +102 -0
  350. data/data/weaver/js/plugins/codemirror/mode/vb/vb.js +274 -0
  351. data/data/weaver/js/plugins/codemirror/mode/vbscript/index.html +55 -0
  352. data/data/weaver/js/plugins/codemirror/mode/vbscript/vbscript.js +350 -0
  353. data/data/weaver/js/plugins/codemirror/mode/velocity/index.html +118 -0
  354. data/data/weaver/js/plugins/codemirror/mode/velocity/velocity.js +201 -0
  355. data/data/weaver/js/plugins/codemirror/mode/verilog/index.html +120 -0
  356. data/data/weaver/js/plugins/codemirror/mode/verilog/test.js +273 -0
  357. data/data/weaver/js/plugins/codemirror/mode/verilog/verilog.js +364 -0
  358. data/data/weaver/js/plugins/codemirror/mode/xml/index.html +57 -0
  359. data/data/weaver/js/plugins/codemirror/mode/xml/test.js +51 -0
  360. data/data/weaver/js/plugins/codemirror/mode/xml/xml.js +384 -0
  361. data/data/weaver/js/plugins/codemirror/mode/xquery/index.html +210 -0
  362. data/data/weaver/js/plugins/codemirror/mode/xquery/test.js +67 -0
  363. data/data/weaver/js/plugins/codemirror/mode/xquery/xquery.js +447 -0
  364. data/data/weaver/js/plugins/codemirror/mode/yaml/index.html +80 -0
  365. data/data/weaver/js/plugins/codemirror/mode/yaml/yaml.js +112 -0
  366. data/data/weaver/js/plugins/codemirror/mode/z80/index.html +52 -0
  367. data/data/weaver/js/plugins/codemirror/mode/z80/z80.js +100 -0
  368. data/data/weaver/js/plugins/colorpicker/bootstrap-colorpicker.min.js +1 -0
  369. data/data/weaver/js/plugins/cropper/cropper.min.js +9 -0
  370. data/data/weaver/js/plugins/dataTables/dataTables.bootstrap.js +245 -0
  371. data/data/weaver/js/plugins/dataTables/dataTables.responsive.js +801 -0
  372. data/data/weaver/js/plugins/dataTables/dataTables.tableTools.min.js +69 -0
  373. data/data/weaver/js/plugins/dataTables/jquery.dataTables.js +14840 -0
  374. data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls.swf +0 -0
  375. data/data/weaver/js/plugins/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
  376. data/data/weaver/js/plugins/datapicker/bootstrap-datepicker.js +1671 -0
  377. data/data/weaver/js/plugins/dropzone/dropzone.js +1841 -0
  378. data/data/weaver/js/plugins/easypiechart/easypiechart.js +350 -0
  379. data/data/weaver/js/plugins/easypiechart/jquery.easypiechart.js +359 -0
  380. data/data/weaver/js/plugins/flot/curvedLines.js +315 -0
  381. data/data/weaver/js/plugins/flot/excanvas.min.js +1 -0
  382. data/data/weaver/js/plugins/flot/jquery.flot.js +3168 -0
  383. data/data/weaver/js/plugins/flot/jquery.flot.pie.js +820 -0
  384. data/data/weaver/js/plugins/flot/jquery.flot.resize.js +59 -0
  385. data/data/weaver/js/plugins/flot/jquery.flot.spline.js +212 -0
  386. data/data/weaver/js/plugins/flot/jquery.flot.symbol.js +71 -0
  387. data/data/weaver/js/plugins/flot/jquery.flot.time.js +432 -0
  388. data/data/weaver/js/plugins/flot/jquery.flot.tooltip.min.js +12 -0
  389. data/data/weaver/js/plugins/fullcalendar/fullcalendar.min.js +8 -0
  390. data/data/weaver/js/plugins/fullcalendar/moment.min.js +7 -0
  391. data/data/weaver/js/plugins/gritter/images/gritter-light.png +0 -0
  392. data/data/weaver/js/plugins/gritter/images/gritter-long.png +0 -0
  393. data/data/weaver/js/plugins/gritter/images/gritter.png +0 -0
  394. data/data/weaver/js/plugins/gritter/images/ie-spacer.gif +0 -0
  395. data/data/weaver/js/plugins/gritter/jquery.gritter.css +137 -0
  396. data/data/weaver/js/plugins/gritter/jquery.gritter.min.js +1 -0
  397. data/data/weaver/js/plugins/iCheck/icheck.min.js +11 -0
  398. data/data/weaver/js/plugins/ionRangeSlider/ion.rangeSlider.min.js +26 -0
  399. data/data/weaver/js/plugins/jasny/jasny-bootstrap.min.js +6 -0
  400. data/data/weaver/js/plugins/jeditable/jquery.jeditable.js +543 -0
  401. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ar.js +128 -0
  402. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-bg.js +134 -0
  403. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-bg1251.js +132 -0
  404. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cat.js +130 -0
  405. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cn.js +169 -0
  406. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-cs.js +130 -0
  407. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-da.js +130 -0
  408. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-de.js +173 -0
  409. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-dk.js +129 -0
  410. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-el.js +128 -0
  411. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-en.js +170 -0
  412. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-es.js +130 -0
  413. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fa.js +147 -0
  414. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fi.js +131 -0
  415. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-fr.js +128 -0
  416. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-gl.js +128 -0
  417. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-he.js +129 -0
  418. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hr.js +164 -0
  419. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hr1250.js +164 -0
  420. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-hu.js +131 -0
  421. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-id.js +170 -0
  422. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-is.js +128 -0
  423. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-it.js +1 -0
  424. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ja.js +158 -0
  425. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-kr.js +130 -0
  426. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-lt.js +130 -0
  427. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-mne.js +130 -0
  428. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-nl.js +150 -0
  429. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-no.js +1 -0
  430. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pl.js +134 -0
  431. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pt-br.js +137 -0
  432. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-pt.js +127 -0
  433. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ro.js +141 -0
  434. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ru.js +129 -0
  435. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sk.js +129 -0
  436. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sr-latin.js +130 -0
  437. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sr.js +130 -0
  438. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-sv.js +129 -0
  439. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-th.js +130 -0
  440. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-tr.js +128 -0
  441. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-tw.js +131 -0
  442. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-ua.js +129 -0
  443. data/data/weaver/js/plugins/jqGrid/i18n/grid.locale-vi.js +170 -0
  444. data/data/weaver/js/plugins/jqGrid/jquery.jqGrid.min.js +545 -0
  445. data/data/weaver/js/plugins/jquery-ui/i18n/jquery-ui-i18n.min.js +6 -0
  446. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-af.min.js +4 -0
  447. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js +4 -0
  448. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js +4 -0
  449. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-az.min.js +4 -0
  450. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-be.min.js +4 -0
  451. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js +4 -0
  452. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js +4 -0
  453. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js +4 -0
  454. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js +4 -0
  455. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js +4 -0
  456. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-da.min.js +4 -0
  457. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-de.min.js +4 -0
  458. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-el.min.js +4 -0
  459. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js +4 -0
  460. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js +4 -0
  461. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js +4 -0
  462. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js +4 -0
  463. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-es.min.js +4 -0
  464. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-et.min.js +4 -0
  465. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js +4 -0
  466. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js +4 -0
  467. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js +4 -0
  468. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js +4 -0
  469. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js +4 -0
  470. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js +4 -0
  471. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js +4 -0
  472. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js +4 -0
  473. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-he.min.js +4 -0
  474. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js +4 -0
  475. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js +4 -0
  476. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js +4 -0
  477. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js +4 -0
  478. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-id.min.js +4 -0
  479. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-is.min.js +4 -0
  480. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-it.min.js +4 -0
  481. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js +4 -0
  482. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js +4 -0
  483. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js +4 -0
  484. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-km.min.js +4 -0
  485. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js +4 -0
  486. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js +4 -0
  487. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js +4 -0
  488. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js +4 -0
  489. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js +4 -0
  490. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js +4 -0
  491. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js +4 -0
  492. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js +4 -0
  493. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js +4 -0
  494. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js +4 -0
  495. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js +4 -0
  496. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js +4 -0
  497. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-no.min.js +4 -0
  498. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js +4 -0
  499. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js +4 -0
  500. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js +4 -0
  501. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js +4 -0
  502. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js +4 -0
  503. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js +4 -0
  504. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js +4 -0
  505. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js +4 -0
  506. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js +4 -0
  507. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js +4 -0
  508. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js +4 -0
  509. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js +4 -0
  510. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js +4 -0
  511. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-th.min.js +4 -0
  512. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js +4 -0
  513. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js +4 -0
  514. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js +4 -0
  515. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js +4 -0
  516. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js +4 -0
  517. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js +4 -0
  518. data/data/weaver/js/plugins/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js +4 -0
  519. data/data/weaver/js/plugins/jquery-ui/images/animated-overlay.gif +0 -0
  520. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
  521. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
  522. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
  523. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
  524. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png +0 -0
  525. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
  526. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
  527. data/data/weaver/js/plugins/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
  528. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_222222_256x240.png +0 -0
  529. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_2e83ff_256x240.png +0 -0
  530. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
  531. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_888888_256x240.png +0 -0
  532. data/data/weaver/js/plugins/jquery-ui/images/ui-icons_cd0a0a_256x240.png +0 -0
  533. data/data/weaver/js/plugins/jquery-ui/jquery-ui.css +1189 -0
  534. data/data/weaver/js/plugins/jquery-ui/jquery-ui.js +15040 -0
  535. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.css +4 -0
  536. data/data/weaver/js/plugins/jquery-ui/jquery-ui.min.js +12 -0
  537. data/data/weaver/js/plugins/jsKnob/jquery.knob.js +791 -0
  538. data/data/weaver/js/plugins/jsTree/jstree.min.js +5 -0
  539. data/data/weaver/js/plugins/justified-gallery/README.md +14 -0
  540. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.css +73 -0
  541. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.js +258 -0
  542. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.min.css +17 -0
  543. data/data/weaver/js/plugins/justified-gallery/jquery.justifiedgallery.min.js +24 -0
  544. data/data/weaver/js/plugins/justified-gallery/loading.gif +0 -0
  545. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
  546. data/data/weaver/js/plugins/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
  547. data/data/weaver/js/plugins/metisMenu/jquery.metisMenu.js +120 -0
  548. data/data/weaver/js/plugins/morris/morris.js +1888 -0
  549. data/data/weaver/js/plugins/morris/raphael-2.1.0.min.js +10 -0
  550. data/data/weaver/js/plugins/nestable/jquery.nestable.js +484 -0
  551. data/data/weaver/js/plugins/nouslider/jquery.nouislider.min.js +34 -0
  552. data/data/weaver/js/plugins/pace/pace.min.js +2 -0
  553. data/data/weaver/js/plugins/peity/jquery.peity.min.js +13 -0
  554. data/data/weaver/js/plugins/rickshaw/rickshaw.min.js +3 -0
  555. data/data/weaver/js/plugins/rickshaw/vendor/d3.v3.js +5 -0
  556. data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.js +464 -0
  557. data/data/weaver/js/plugins/slimscroll/jquery.slimscroll.min.js +16 -0
  558. data/data/weaver/js/plugins/sparkline/jquery.sparkline.min.js +5 -0
  559. data/data/weaver/js/plugins/staps/jquery.steps.min.js +6 -0
  560. data/data/weaver/js/plugins/summernote/summernote.min.js +2 -0
  561. data/data/weaver/js/plugins/switchery/switchery.js +1 -0
  562. data/data/weaver/js/plugins/toastr/toastr.min.js +2 -0
  563. data/data/weaver/js/plugins/validate/jquery.validate.min.js +4 -0
  564. data/data/weaver/js/plugins/video/responsible-video.js +21 -0
  565. data/lib/weaver.rb +922 -0
  566. data/lib/weaver/version.rb +3 -0
  567. data/weaver.gemspec +34 -0
  568. metadata +656 -0
@@ -0,0 +1,89 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: Kotlin 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="kotlin.js"></script>
10
+ <style type="text/css">.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}</style>
11
+ <div id=nav>
12
+ <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
13
+
14
+ <ul>
15
+ <li><a href="../../index.html">Home</a>
16
+ <li><a href="../../doc/manual.html">Manual</a>
17
+ <li><a href="https://github.com/codemirror/codemirror">Code</a>
18
+ </ul>
19
+ <ul>
20
+ <li><a href="../index.html">Language modes</a>
21
+ <li><a class=active href="#">Kotlin</a>
22
+ </ul>
23
+ </div>
24
+
25
+ <article>
26
+ <h2>Kotlin mode</h2>
27
+
28
+
29
+ <div><textarea id="code" name="code">
30
+ package org.wasabi.http
31
+
32
+ import java.util.concurrent.Executors
33
+ import java.net.InetSocketAddress
34
+ import org.wasabi.app.AppConfiguration
35
+ import io.netty.bootstrap.ServerBootstrap
36
+ import io.netty.channel.nio.NioEventLoopGroup
37
+ import io.netty.channel.socket.nio.NioServerSocketChannel
38
+ import org.wasabi.app.AppServer
39
+
40
+ public class HttpServer(private val appServer: AppServer) {
41
+
42
+ val bootstrap: ServerBootstrap
43
+ val primaryGroup: NioEventLoopGroup
44
+ val workerGroup: NioEventLoopGroup
45
+
46
+ {
47
+ // Define worker groups
48
+ primaryGroup = NioEventLoopGroup()
49
+ workerGroup = NioEventLoopGroup()
50
+
51
+ // Initialize bootstrap of server
52
+ bootstrap = ServerBootstrap()
53
+
54
+ bootstrap.group(primaryGroup, workerGroup)
55
+ bootstrap.channel(javaClass<NioServerSocketChannel>())
56
+ bootstrap.childHandler(NettyPipelineInitializer(appServer))
57
+ }
58
+
59
+ public fun start(wait: Boolean = true) {
60
+ val channel = bootstrap.bind(appServer.configuration.port)?.sync()?.channel()
61
+
62
+ if (wait) {
63
+ channel?.closeFuture()?.sync()
64
+ }
65
+ }
66
+
67
+ public fun stop() {
68
+ // Shutdown all event loops
69
+ primaryGroup.shutdownGracefully()
70
+ workerGroup.shutdownGracefully()
71
+
72
+ // Wait till all threads are terminated
73
+ primaryGroup.terminationFuture().sync()
74
+ workerGroup.terminationFuture().sync()
75
+ }
76
+ }
77
+ </textarea></div>
78
+
79
+ <script>
80
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
81
+ mode: {name: "kotlin"},
82
+ lineNumbers: true,
83
+ indentUnit: 4
84
+ });
85
+ </script>
86
+ <h3>Mode for Kotlin (http://kotlin.jetbrains.org/)</h3>
87
+ <p>Developed by Hadi Hariri (https://github.com/hhariri).</p>
88
+ <p><strong>MIME type defined:</strong> <code>text/x-kotlin</code>.</p>
89
+ </article>
@@ -0,0 +1,280 @@
1
+ // CodeMirror, copyright (c) by Marijn Haverbeke and others
2
+ // Distributed under an MIT license: http://codemirror.net/LICENSE
3
+
4
+ (function(mod) {
5
+ if (typeof exports == "object" && typeof module == "object") // CommonJS
6
+ mod(require("../../lib/codemirror"));
7
+ else if (typeof define == "function" && define.amd) // AMD
8
+ define(["../../lib/codemirror"], mod);
9
+ else // Plain browser env
10
+ mod(CodeMirror);
11
+ })(function(CodeMirror) {
12
+ "use strict";
13
+
14
+ CodeMirror.defineMode("kotlin", function (config, parserConfig) {
15
+ function words(str) {
16
+ var obj = {}, words = str.split(" ");
17
+ for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
18
+ return obj;
19
+ }
20
+
21
+ var multiLineStrings = parserConfig.multiLineStrings;
22
+
23
+ var keywords = words(
24
+ "package continue return object while break class data trait throw super" +
25
+ " when type this else This try val var fun for is in if do as true false null get set");
26
+ var softKeywords = words("import" +
27
+ " where by get set abstract enum open annotation override private public internal" +
28
+ " protected catch out vararg inline finally final ref");
29
+ var blockKeywords = words("catch class do else finally for if where try while enum");
30
+ var atoms = words("null true false this");
31
+
32
+ var curPunc;
33
+
34
+ function tokenBase(stream, state) {
35
+ var ch = stream.next();
36
+ if (ch == '"' || ch == "'") {
37
+ return startString(ch, stream, state);
38
+ }
39
+ // Wildcard import w/o trailing semicolon (import smth.*)
40
+ if (ch == "." && stream.eat("*")) {
41
+ return "word";
42
+ }
43
+ if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
44
+ curPunc = ch;
45
+ return null;
46
+ }
47
+ if (/\d/.test(ch)) {
48
+ if (stream.eat(/eE/)) {
49
+ stream.eat(/\+\-/);
50
+ stream.eatWhile(/\d/);
51
+ }
52
+ return "number";
53
+ }
54
+ if (ch == "/") {
55
+ if (stream.eat("*")) {
56
+ state.tokenize.push(tokenComment);
57
+ return tokenComment(stream, state);
58
+ }
59
+ if (stream.eat("/")) {
60
+ stream.skipToEnd();
61
+ return "comment";
62
+ }
63
+ if (expectExpression(state.lastToken)) {
64
+ return startString(ch, stream, state);
65
+ }
66
+ }
67
+ // Commented
68
+ if (ch == "-" && stream.eat(">")) {
69
+ curPunc = "->";
70
+ return null;
71
+ }
72
+ if (/[\-+*&%=<>!?|\/~]/.test(ch)) {
73
+ stream.eatWhile(/[\-+*&%=<>|~]/);
74
+ return "operator";
75
+ }
76
+ stream.eatWhile(/[\w\$_]/);
77
+
78
+ var cur = stream.current();
79
+ if (atoms.propertyIsEnumerable(cur)) {
80
+ return "atom";
81
+ }
82
+ if (softKeywords.propertyIsEnumerable(cur)) {
83
+ if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
84
+ return "softKeyword";
85
+ }
86
+
87
+ if (keywords.propertyIsEnumerable(cur)) {
88
+ if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
89
+ return "keyword";
90
+ }
91
+ return "word";
92
+ }
93
+
94
+ tokenBase.isBase = true;
95
+
96
+ function startString(quote, stream, state) {
97
+ var tripleQuoted = false;
98
+ if (quote != "/" && stream.eat(quote)) {
99
+ if (stream.eat(quote)) tripleQuoted = true;
100
+ else return "string";
101
+ }
102
+ function t(stream, state) {
103
+ var escaped = false, next, end = !tripleQuoted;
104
+
105
+ while ((next = stream.next()) != null) {
106
+ if (next == quote && !escaped) {
107
+ if (!tripleQuoted) {
108
+ break;
109
+ }
110
+ if (stream.match(quote + quote)) {
111
+ end = true;
112
+ break;
113
+ }
114
+ }
115
+
116
+ if (quote == '"' && next == "$" && !escaped && stream.eat("{")) {
117
+ state.tokenize.push(tokenBaseUntilBrace());
118
+ return "string";
119
+ }
120
+
121
+ if (next == "$" && !escaped && !stream.eat(" ")) {
122
+ state.tokenize.push(tokenBaseUntilSpace());
123
+ return "string";
124
+ }
125
+ escaped = !escaped && next == "\\";
126
+ }
127
+ if (multiLineStrings)
128
+ state.tokenize.push(t);
129
+ if (end) state.tokenize.pop();
130
+ return "string";
131
+ }
132
+
133
+ state.tokenize.push(t);
134
+ return t(stream, state);
135
+ }
136
+
137
+ function tokenBaseUntilBrace() {
138
+ var depth = 1;
139
+
140
+ function t(stream, state) {
141
+ if (stream.peek() == "}") {
142
+ depth--;
143
+ if (depth == 0) {
144
+ state.tokenize.pop();
145
+ return state.tokenize[state.tokenize.length - 1](stream, state);
146
+ }
147
+ } else if (stream.peek() == "{") {
148
+ depth++;
149
+ }
150
+ return tokenBase(stream, state);
151
+ }
152
+
153
+ t.isBase = true;
154
+ return t;
155
+ }
156
+
157
+ function tokenBaseUntilSpace() {
158
+ function t(stream, state) {
159
+ if (stream.eat(/[\w]/)) {
160
+ var isWord = stream.eatWhile(/[\w]/);
161
+ if (isWord) {
162
+ state.tokenize.pop();
163
+ return "word";
164
+ }
165
+ }
166
+ state.tokenize.pop();
167
+ return "string";
168
+ }
169
+
170
+ t.isBase = true;
171
+ return t;
172
+ }
173
+
174
+ function tokenComment(stream, state) {
175
+ var maybeEnd = false, ch;
176
+ while (ch = stream.next()) {
177
+ if (ch == "/" && maybeEnd) {
178
+ state.tokenize.pop();
179
+ break;
180
+ }
181
+ maybeEnd = (ch == "*");
182
+ }
183
+ return "comment";
184
+ }
185
+
186
+ function expectExpression(last) {
187
+ return !last || last == "operator" || last == "->" || /[\.\[\{\(,;:]/.test(last) ||
188
+ last == "newstatement" || last == "keyword" || last == "proplabel";
189
+ }
190
+
191
+ function Context(indented, column, type, align, prev) {
192
+ this.indented = indented;
193
+ this.column = column;
194
+ this.type = type;
195
+ this.align = align;
196
+ this.prev = prev;
197
+ }
198
+
199
+ function pushContext(state, col, type) {
200
+ return state.context = new Context(state.indented, col, type, null, state.context);
201
+ }
202
+
203
+ function popContext(state) {
204
+ var t = state.context.type;
205
+ if (t == ")" || t == "]" || t == "}")
206
+ state.indented = state.context.indented;
207
+ return state.context = state.context.prev;
208
+ }
209
+
210
+ // Interface
211
+
212
+ return {
213
+ startState: function (basecolumn) {
214
+ return {
215
+ tokenize: [tokenBase],
216
+ context: new Context((basecolumn || 0) - config.indentUnit, 0, "top", false),
217
+ indented: 0,
218
+ startOfLine: true,
219
+ lastToken: null
220
+ };
221
+ },
222
+
223
+ token: function (stream, state) {
224
+ var ctx = state.context;
225
+ if (stream.sol()) {
226
+ if (ctx.align == null) ctx.align = false;
227
+ state.indented = stream.indentation();
228
+ state.startOfLine = true;
229
+ // Automatic semicolon insertion
230
+ if (ctx.type == "statement" && !expectExpression(state.lastToken)) {
231
+ popContext(state);
232
+ ctx = state.context;
233
+ }
234
+ }
235
+ if (stream.eatSpace()) return null;
236
+ curPunc = null;
237
+ var style = state.tokenize[state.tokenize.length - 1](stream, state);
238
+ if (style == "comment") return style;
239
+ if (ctx.align == null) ctx.align = true;
240
+ if ((curPunc == ";" || curPunc == ":") && ctx.type == "statement") popContext(state);
241
+ // Handle indentation for {x -> \n ... }
242
+ else if (curPunc == "->" && ctx.type == "statement" && ctx.prev.type == "}") {
243
+ popContext(state);
244
+ state.context.align = false;
245
+ }
246
+ else if (curPunc == "{") pushContext(state, stream.column(), "}");
247
+ else if (curPunc == "[") pushContext(state, stream.column(), "]");
248
+ else if (curPunc == "(") pushContext(state, stream.column(), ")");
249
+ else if (curPunc == "}") {
250
+ while (ctx.type == "statement") ctx = popContext(state);
251
+ if (ctx.type == "}") ctx = popContext(state);
252
+ while (ctx.type == "statement") ctx = popContext(state);
253
+ }
254
+ else if (curPunc == ctx.type) popContext(state);
255
+ else if (ctx.type == "}" || ctx.type == "top" || (ctx.type == "statement" && curPunc == "newstatement"))
256
+ pushContext(state, stream.column(), "statement");
257
+ state.startOfLine = false;
258
+ state.lastToken = curPunc || style;
259
+ return style;
260
+ },
261
+
262
+ indent: function (state, textAfter) {
263
+ if (!state.tokenize[state.tokenize.length - 1].isBase) return 0;
264
+ var firstChar = textAfter && textAfter.charAt(0), ctx = state.context;
265
+ if (ctx.type == "statement" && !expectExpression(state.lastToken)) ctx = ctx.prev;
266
+ var closing = firstChar == ctx.type;
267
+ if (ctx.type == "statement") {
268
+ return ctx.indented + (firstChar == "{" ? 0 : config.indentUnit);
269
+ }
270
+ else if (ctx.align) return ctx.column + (closing ? 0 : 1);
271
+ else return ctx.indented + (closing ? 0 : config.indentUnit);
272
+ },
273
+
274
+ electricChars: "{}"
275
+ };
276
+ });
277
+
278
+ CodeMirror.defineMIME("text/x-kotlin", "kotlin");
279
+
280
+ });
@@ -0,0 +1,459 @@
1
+ <!doctype html>
2
+
3
+ <title>CodeMirror: LiveScript 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/solarized.css">
9
+ <script src="../../lib/codemirror.js"></script>
10
+ <script src="livescript.js"></script>
11
+ <style>.CodeMirror {font-size: 80%;border-top: 1px solid silver; border-bottom: 1px solid silver;}</style>
12
+ <div id=nav>
13
+ <a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></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="#">LiveScript</a>
23
+ </ul>
24
+ </div>
25
+
26
+ <article>
27
+ <h2>LiveScript mode</h2>
28
+ <form><textarea id="code" name="code">
29
+ # LiveScript mode for CodeMirror
30
+ # The following script, prelude.ls, is used to
31
+ # demonstrate LiveScript mode for CodeMirror.
32
+ # https://github.com/gkz/prelude-ls
33
+
34
+ export objToFunc = objToFunc = (obj) ->
35
+ (key) -> obj[key]
36
+
37
+ export each = (f, xs) -->
38
+ if typeof! xs is \Object
39
+ for , x of xs then f x
40
+ else
41
+ for x in xs then f x
42
+ xs
43
+
44
+ export map = (f, xs) -->
45
+ f = objToFunc f if typeof! f isnt \Function
46
+ type = typeof! xs
47
+ if type is \Object
48
+ {[key, f x] for key, x of xs}
49
+ else
50
+ result = [f x for x in xs]
51
+ if type is \String then result * '' else result
52
+
53
+ export filter = (f, xs) -->
54
+ f = objToFunc f if typeof! f isnt \Function
55
+ type = typeof! xs
56
+ if type is \Object
57
+ {[key, x] for key, x of xs when f x}
58
+ else
59
+ result = [x for x in xs when f x]
60
+ if type is \String then result * '' else result
61
+
62
+ export reject = (f, xs) -->
63
+ f = objToFunc f if typeof! f isnt \Function
64
+ type = typeof! xs
65
+ if type is \Object
66
+ {[key, x] for key, x of xs when not f x}
67
+ else
68
+ result = [x for x in xs when not f x]
69
+ if type is \String then result * '' else result
70
+
71
+ export partition = (f, xs) -->
72
+ f = objToFunc f if typeof! f isnt \Function
73
+ type = typeof! xs
74
+ if type is \Object
75
+ passed = {}
76
+ failed = {}
77
+ for key, x of xs
78
+ (if f x then passed else failed)[key] = x
79
+ else
80
+ passed = []
81
+ failed = []
82
+ for x in xs
83
+ (if f x then passed else failed)push x
84
+ if type is \String
85
+ passed *= ''
86
+ failed *= ''
87
+ [passed, failed]
88
+
89
+ export find = (f, xs) -->
90
+ f = objToFunc f if typeof! f isnt \Function
91
+ if typeof! xs is \Object
92
+ for , x of xs when f x then return x
93
+ else
94
+ for x in xs when f x then return x
95
+ void
96
+
97
+ export head = export first = (xs) ->
98
+ return void if not xs.length
99
+ xs.0
100
+
101
+ export tail = (xs) ->
102
+ return void if not xs.length
103
+ xs.slice 1
104
+
105
+ export last = (xs) ->
106
+ return void if not xs.length
107
+ xs[*-1]
108
+
109
+ export initial = (xs) ->
110
+ return void if not xs.length
111
+ xs.slice 0 xs.length - 1
112
+
113
+ export empty = (xs) ->
114
+ if typeof! xs is \Object
115
+ for x of xs then return false
116
+ return yes
117
+ not xs.length
118
+
119
+ export values = (obj) ->
120
+ [x for , x of obj]
121
+
122
+ export keys = (obj) ->
123
+ [x for x of obj]
124
+
125
+ export len = (xs) ->
126
+ xs = values xs if typeof! xs is \Object
127
+ xs.length
128
+
129
+ export cons = (x, xs) -->
130
+ if typeof! xs is \String then x + xs else [x] ++ xs
131
+
132
+ export append = (xs, ys) -->
133
+ if typeof! ys is \String then xs + ys else xs ++ ys
134
+
135
+ export join = (sep, xs) -->
136
+ xs = values xs if typeof! xs is \Object
137
+ xs.join sep
138
+
139
+ export reverse = (xs) ->
140
+ if typeof! xs is \String
141
+ then (xs / '')reverse! * ''
142
+ else xs.slice!reverse!
143
+
144
+ export fold = export foldl = (f, memo, xs) -->
145
+ if typeof! xs is \Object
146
+ for , x of xs then memo = f memo, x
147
+ else
148
+ for x in xs then memo = f memo, x
149
+ memo
150
+
151
+ export fold1 = export foldl1 = (f, xs) --> fold f, xs.0, xs.slice 1
152
+
153
+ export foldr = (f, memo, xs) --> fold f, memo, xs.slice!reverse!
154
+
155
+ export foldr1 = (f, xs) -->
156
+ xs.=slice!reverse!
157
+ fold f, xs.0, xs.slice 1
158
+
159
+ export unfoldr = export unfold = (f, b) -->
160
+ if (f b)?
161
+ [that.0] ++ unfoldr f, that.1
162
+ else
163
+ []
164
+
165
+ export andList = (xs) ->
166
+ for x in xs when not x
167
+ return false
168
+ true
169
+
170
+ export orList = (xs) ->
171
+ for x in xs when x
172
+ return true
173
+ false
174
+
175
+ export any = (f, xs) -->
176
+ f = objToFunc f if typeof! f isnt \Function
177
+ for x in xs when f x
178
+ return yes
179
+ no
180
+
181
+ export all = (f, xs) -->
182
+ f = objToFunc f if typeof! f isnt \Function
183
+ for x in xs when not f x
184
+ return no
185
+ yes
186
+
187
+ export unique = (xs) ->
188
+ result = []
189
+ if typeof! xs is \Object
190
+ for , x of xs when x not in result then result.push x
191
+ else
192
+ for x in xs when x not in result then result.push x
193
+ if typeof! xs is \String then result * '' else result
194
+
195
+ export sort = (xs) ->
196
+ xs.concat!sort (x, y) ->
197
+ | x > y => 1
198
+ | x < y => -1
199
+ | _ => 0
200
+
201
+ export sortBy = (f, xs) -->
202
+ return [] unless xs.length
203
+ xs.concat!sort f
204
+
205
+ export compare = (f, x, y) -->
206
+ | (f x) > (f y) => 1
207
+ | (f x) < (f y) => -1
208
+ | otherwise => 0
209
+
210
+ export sum = (xs) ->
211
+ result = 0
212
+ if typeof! xs is \Object
213
+ for , x of xs then result += x
214
+ else
215
+ for x in xs then result += x
216
+ result
217
+
218
+ export product = (xs) ->
219
+ result = 1
220
+ if typeof! xs is \Object
221
+ for , x of xs then result *= x
222
+ else
223
+ for x in xs then result *= x
224
+ result
225
+
226
+ export mean = export average = (xs) -> (sum xs) / len xs
227
+
228
+ export concat = (xss) -> fold append, [], xss
229
+
230
+ export concatMap = (f, xs) --> fold ((memo, x) -> append memo, f x), [], xs
231
+
232
+ export listToObj = (xs) ->
233
+ {[x.0, x.1] for x in xs}
234
+
235
+ export maximum = (xs) -> fold1 (>?), xs
236
+
237
+ export minimum = (xs) -> fold1 (<?), xs
238
+
239
+ export scan = export scanl = (f, memo, xs) -->
240
+ last = memo
241
+ if typeof! xs is \Object
242
+ then [memo] ++ [last = f last, x for , x of xs]
243
+ else [memo] ++ [last = f last, x for x in xs]
244
+
245
+ export scan1 = export scanl1 = (f, xs) --> scan f, xs.0, xs.slice 1
246
+
247
+ export scanr = (f, memo, xs) -->
248
+ xs.=slice!reverse!
249
+ scan f, memo, xs .reverse!
250
+
251
+ export scanr1 = (f, xs) -->
252
+ xs.=slice!reverse!
253
+ scan f, xs.0, xs.slice 1 .reverse!
254
+
255
+ export replicate = (n, x) -->
256
+ result = []
257
+ i = 0
258
+ while i < n, ++i then result.push x
259
+ result
260
+
261
+ export take = (n, xs) -->
262
+ | n <= 0
263
+ if typeof! xs is \String then '' else []
264
+ | not xs.length => xs
265
+ | otherwise => xs.slice 0, n
266
+
267
+ export drop = (n, xs) -->
268
+ | n <= 0 => xs
269
+ | not xs.length => xs
270
+ | otherwise => xs.slice n
271
+
272
+ export splitAt = (n, xs) --> [(take n, xs), (drop n, xs)]
273
+
274
+ export takeWhile = (p, xs) -->
275
+ return xs if not xs.length
276
+ p = objToFunc p if typeof! p isnt \Function
277
+ result = []
278
+ for x in xs
279
+ break if not p x
280
+ result.push x
281
+ if typeof! xs is \String then result * '' else result
282
+
283
+ export dropWhile = (p, xs) -->
284
+ return xs if not xs.length
285
+ p = objToFunc p if typeof! p isnt \Function
286
+ i = 0
287
+ for x in xs
288
+ break if not p x
289
+ ++i
290
+ drop i, xs
291
+
292
+ export span = (p, xs) --> [(takeWhile p, xs), (dropWhile p, xs)]
293
+
294
+ export breakIt = (p, xs) --> span (not) << p, xs
295
+
296
+ export zip = (xs, ys) -->
297
+ result = []
298
+ for zs, i in [xs, ys]
299
+ for z, j in zs
300
+ result.push [] if i is 0
301
+ result[j]?push z
302
+ result
303
+
304
+ export zipWith = (f,xs, ys) -->
305
+ f = objToFunc f if typeof! f isnt \Function
306
+ if not xs.length or not ys.length
307
+ []
308
+ else
309
+ [f.apply this, zs for zs in zip.call this, xs, ys]
310
+
311
+ export zipAll = (...xss) ->
312
+ result = []
313
+ for xs, i in xss
314
+ for x, j in xs
315
+ result.push [] if i is 0
316
+ result[j]?push x
317
+ result
318
+
319
+ export zipAllWith = (f, ...xss) ->
320
+ f = objToFunc f if typeof! f isnt \Function
321
+ if not xss.0.length or not xss.1.length
322
+ []
323
+ else
324
+ [f.apply this, xs for xs in zipAll.apply this, xss]
325
+
326
+ export compose = (...funcs) ->
327
+ ->
328
+ args = arguments
329
+ for f in funcs
330
+ args = [f.apply this, args]
331
+ args.0
332
+
333
+ export curry = (f) ->
334
+ curry$ f # using util method curry$ from livescript
335
+
336
+ export id = (x) -> x
337
+
338
+ export flip = (f, x, y) --> f y, x
339
+
340
+ export fix = (f) ->
341
+ ( (g, x) -> -> f(g g) ...arguments ) do
342
+ (g, x) -> -> f(g g) ...arguments
343
+
344
+ export lines = (str) ->
345
+ return [] if not str.length
346
+ str / \\n
347
+
348
+ export unlines = (strs) -> strs * \\n
349
+
350
+ export words = (str) ->
351
+ return [] if not str.length
352
+ str / /[ ]+/
353
+
354
+ export unwords = (strs) -> strs * ' '
355
+
356
+ export max = (>?)
357
+
358
+ export min = (<?)
359
+
360
+ export negate = (x) -> -x
361
+
362
+ export abs = Math.abs
363
+
364
+ export signum = (x) ->
365
+ | x < 0 => -1
366
+ | x > 0 => 1
367
+ | otherwise => 0
368
+
369
+ export quot = (x, y) --> ~~(x / y)
370
+
371
+ export rem = (%)
372
+
373
+ export div = (x, y) --> Math.floor x / y
374
+
375
+ export mod = (%%)
376
+
377
+ export recip = (1 /)
378
+
379
+ export pi = Math.PI
380
+
381
+ export tau = pi * 2
382
+
383
+ export exp = Math.exp
384
+
385
+ export sqrt = Math.sqrt
386
+
387
+ # changed from log as log is a
388
+ # common function for logging things
389
+ export ln = Math.log
390
+
391
+ export pow = (^)
392
+
393
+ export sin = Math.sin
394
+
395
+ export tan = Math.tan
396
+
397
+ export cos = Math.cos
398
+
399
+ export asin = Math.asin
400
+
401
+ export acos = Math.acos
402
+
403
+ export atan = Math.atan
404
+
405
+ export atan2 = (x, y) --> Math.atan2 x, y
406
+
407
+ # sinh
408
+ # tanh
409
+ # cosh
410
+ # asinh
411
+ # atanh
412
+ # acosh
413
+
414
+ export truncate = (x) -> ~~x
415
+
416
+ export round = Math.round
417
+
418
+ export ceiling = Math.ceil
419
+
420
+ export floor = Math.floor
421
+
422
+ export isItNaN = (x) -> x isnt x
423
+
424
+ export even = (x) -> x % 2 == 0
425
+
426
+ export odd = (x) -> x % 2 != 0
427
+
428
+ export gcd = (x, y) -->
429
+ x = Math.abs x
430
+ y = Math.abs y
431
+ until y is 0
432
+ z = x % y
433
+ x = y
434
+ y = z
435
+ x
436
+
437
+ export lcm = (x, y) -->
438
+ Math.abs Math.floor (x / (gcd x, y) * y)
439
+
440
+ # meta
441
+ export installPrelude = !(target) ->
442
+ unless target.prelude?isInstalled
443
+ target <<< out$ # using out$ generated by livescript
444
+ target <<< target.prelude.isInstalled = true
445
+
446
+ export prelude = out$
447
+ </textarea></form>
448
+ <script>
449
+ var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
450
+ theme: "solarized light",
451
+ lineNumbers: true
452
+ });
453
+ </script>
454
+
455
+ <p><strong>MIME types defined:</strong> <code>text/x-livescript</code>.</p>
456
+
457
+ <p>The LiveScript mode was written by Kenneth Bentley.</p>
458
+
459
+ </article>