raro_generator 0.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/MIT-LICENSE +20 -0
- data/README.rdoc +3 -0
- data/Rakefile +34 -0
- data/lib/assets/images/animated-overlay.gif +0 -0
- data/lib/assets/images/blueimp/img/error.png +0 -0
- data/lib/assets/images/blueimp/img/error.svg +5 -0
- data/lib/assets/images/blueimp/img/loading.gif +0 -0
- data/lib/assets/images/blueimp/img/play-pause.png +0 -0
- data/lib/assets/images/blueimp/img/play-pause.svg +6 -0
- data/lib/assets/images/blueimp/img/video-play.png +0 -0
- data/lib/assets/images/blueimp/img/video-play.svg +5 -0
- data/lib/assets/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
- data/lib/assets/images/bootstrap-colorpicker/alpha.png +0 -0
- data/lib/assets/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
- data/lib/assets/images/bootstrap-colorpicker/hue.png +0 -0
- data/lib/assets/images/bootstrap-colorpicker/saturation.png +0 -0
- data/lib/assets/images/chosen-sprite.png +0 -0
- data/lib/assets/images/chosen-sprite@2x.png +0 -0
- data/lib/assets/images/green.png +0 -0
- data/lib/assets/images/green@2x.png +0 -0
- data/lib/assets/images/iCheck/green.png +0 -0
- data/lib/assets/images/iCheck/green@2x.png +0 -0
- data/lib/assets/images/images/animated-overlay.gif +0 -0
- data/lib/assets/images/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/assets/images/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/assets/images/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/assets/images/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/assets/images/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/assets/images/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/assets/images/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/assets/images/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/assets/images/images/ui-icons_222222_256x240.png +0 -0
- data/lib/assets/images/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/assets/images/images/ui-icons_454545_256x240.png +0 -0
- data/lib/assets/images/images/ui-icons_888888_256x240.png +0 -0
- data/lib/assets/images/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/assets/images/sort.png +0 -0
- data/lib/assets/images/sort_asc.png +0 -0
- data/lib/assets/images/sort_desc.png +0 -0
- data/lib/assets/images/sprite-skin-flat.png +0 -0
- data/lib/assets/images/sprite-skin-flat2.png +0 -0
- data/lib/assets/images/sprite-skin-nice.png +0 -0
- data/lib/assets/images/sprite-skin-simple.png +0 -0
- data/lib/assets/images/spritemap.png +0 -0
- data/lib/assets/images/spritemap@2x.png +0 -0
- data/lib/assets/javascripts/autocomplete/autocomplete-rails.js +1 -0
- data/lib/assets/javascripts/autocomplete/jquery-ui-autocomplete.js +2610 -0
- data/lib/assets/javascripts/blueimp/jquery.blueimp-gallery.min.js +1 -0
- data/lib/assets/javascripts/chartjs/Chart.min.js +11 -0
- data/lib/assets/javascripts/chosen/chosen.jquery.js +1211 -0
- data/lib/assets/javascripts/codemirror/codemirror.js +7830 -0
- data/lib/assets/javascripts/codemirror/mode/apl/apl.js +175 -0
- data/lib/assets/javascripts/codemirror/mode/apl/index.html +72 -0
- data/lib/assets/javascripts/codemirror/mode/asterisk/asterisk.js +198 -0
- data/lib/assets/javascripts/codemirror/mode/asterisk/index.html +154 -0
- data/lib/assets/javascripts/codemirror/mode/clike/clike.js +474 -0
- data/lib/assets/javascripts/codemirror/mode/clike/index.html +225 -0
- data/lib/assets/javascripts/codemirror/mode/clike/scala.html +767 -0
- data/lib/assets/javascripts/codemirror/mode/clojure/clojure.js +243 -0
- data/lib/assets/javascripts/codemirror/mode/clojure/index.html +88 -0
- data/lib/assets/javascripts/codemirror/mode/cobol/cobol.js +255 -0
- data/lib/assets/javascripts/codemirror/mode/cobol/index.html +210 -0
- data/lib/assets/javascripts/codemirror/mode/coffeescript/coffeescript.js +369 -0
- data/lib/assets/javascripts/codemirror/mode/coffeescript/index.html +740 -0
- data/lib/assets/javascripts/codemirror/mode/commonlisp/commonlisp.js +120 -0
- data/lib/assets/javascripts/codemirror/mode/commonlisp/index.html +177 -0
- data/lib/assets/javascripts/codemirror/mode/css/css.js +717 -0
- data/lib/assets/javascripts/codemirror/mode/css/index.html +70 -0
- data/lib/assets/javascripts/codemirror/mode/css/less.html +152 -0
- data/lib/assets/javascripts/codemirror/mode/css/less_test.js +51 -0
- data/lib/assets/javascripts/codemirror/mode/css/scss.html +157 -0
- data/lib/assets/javascripts/codemirror/mode/css/scss_test.js +110 -0
- data/lib/assets/javascripts/codemirror/mode/css/test.js +135 -0
- data/lib/assets/javascripts/codemirror/mode/cypher/cypher.js +146 -0
- data/lib/assets/javascripts/codemirror/mode/cypher/index.html +63 -0
- data/lib/assets/javascripts/codemirror/mode/d/d.js +218 -0
- data/lib/assets/javascripts/codemirror/mode/d/index.html +273 -0
- data/lib/assets/javascripts/codemirror/mode/diff/diff.js +47 -0
- data/lib/assets/javascripts/codemirror/mode/diff/index.html +117 -0
- data/lib/assets/javascripts/codemirror/mode/django/django.js +67 -0
- data/lib/assets/javascripts/codemirror/mode/django/index.html +63 -0
- data/lib/assets/javascripts/codemirror/mode/dtd/dtd.js +142 -0
- data/lib/assets/javascripts/codemirror/mode/dtd/index.html +89 -0
- data/lib/assets/javascripts/codemirror/mode/dylan/dylan.js +299 -0
- data/lib/assets/javascripts/codemirror/mode/dylan/index.html +407 -0
- data/lib/assets/javascripts/codemirror/mode/ecl/ecl.js +207 -0
- data/lib/assets/javascripts/codemirror/mode/ecl/index.html +52 -0
- data/lib/assets/javascripts/codemirror/mode/eiffel/eiffel.js +162 -0
- data/lib/assets/javascripts/codemirror/mode/eiffel/index.html +429 -0
- data/lib/assets/javascripts/codemirror/mode/erlang/erlang.js +622 -0
- data/lib/assets/javascripts/codemirror/mode/erlang/index.html +76 -0
- data/lib/assets/javascripts/codemirror/mode/fortran/fortran.js +188 -0
- data/lib/assets/javascripts/codemirror/mode/fortran/index.html +81 -0
- data/lib/assets/javascripts/codemirror/mode/gas/gas.js +345 -0
- data/lib/assets/javascripts/codemirror/mode/gas/index.html +68 -0
- data/lib/assets/javascripts/codemirror/mode/gfm/gfm.js +122 -0
- data/lib/assets/javascripts/codemirror/mode/gfm/index.html +82 -0
- data/lib/assets/javascripts/codemirror/mode/gfm/test.js +164 -0
- data/lib/assets/javascripts/codemirror/mode/gherkin/gherkin.js +178 -0
- data/lib/assets/javascripts/codemirror/mode/gherkin/index.html +48 -0
- data/lib/assets/javascripts/codemirror/mode/go/go.js +184 -0
- data/lib/assets/javascripts/codemirror/mode/go/index.html +85 -0
- data/lib/assets/javascripts/codemirror/mode/groovy/groovy.js +226 -0
- data/lib/assets/javascripts/codemirror/mode/groovy/index.html +84 -0
- data/lib/assets/javascripts/codemirror/mode/haml/haml.js +159 -0
- data/lib/assets/javascripts/codemirror/mode/haml/index.html +79 -0
- data/lib/assets/javascripts/codemirror/mode/haml/test.js +97 -0
- data/lib/assets/javascripts/codemirror/mode/haskell/haskell.js +267 -0
- data/lib/assets/javascripts/codemirror/mode/haskell/index.html +73 -0
- data/lib/assets/javascripts/codemirror/mode/haxe/haxe.js +518 -0
- data/lib/assets/javascripts/codemirror/mode/haxe/index.html +124 -0
- data/lib/assets/javascripts/codemirror/mode/htmlembedded/htmlembedded.js +86 -0
- data/lib/assets/javascripts/codemirror/mode/htmlembedded/index.html +58 -0
- data/lib/assets/javascripts/codemirror/mode/htmlmixed/htmlmixed.js +121 -0
- data/lib/assets/javascripts/codemirror/mode/htmlmixed/index.html +85 -0
- data/lib/assets/javascripts/codemirror/mode/http/http.js +113 -0
- data/lib/assets/javascripts/codemirror/mode/http/index.html +45 -0
- data/lib/assets/javascripts/codemirror/mode/index.html +125 -0
- data/lib/assets/javascripts/codemirror/mode/jade/index.html +70 -0
- data/lib/assets/javascripts/codemirror/mode/jade/jade.js +590 -0
- data/lib/assets/javascripts/codemirror/mode/javascript/index.html +114 -0
- data/lib/assets/javascripts/codemirror/mode/javascript/javascript.js +684 -0
- data/lib/assets/javascripts/codemirror/mode/javascript/json-ld.html +72 -0
- data/lib/assets/javascripts/codemirror/mode/javascript/test.js +194 -0
- data/lib/assets/javascripts/codemirror/mode/javascript/typescript.html +61 -0
- data/lib/assets/javascripts/codemirror/mode/jinja2/index.html +54 -0
- data/lib/assets/javascripts/codemirror/mode/jinja2/jinja2.js +142 -0
- data/lib/assets/javascripts/codemirror/mode/julia/index.html +195 -0
- data/lib/assets/javascripts/codemirror/mode/julia/julia.js +301 -0
- data/lib/assets/javascripts/codemirror/mode/kotlin/index.html +89 -0
- data/lib/assets/javascripts/codemirror/mode/kotlin/kotlin.js +280 -0
- data/lib/assets/javascripts/codemirror/mode/livescript/index.html +459 -0
- data/lib/assets/javascripts/codemirror/mode/livescript/livescript.js +280 -0
- data/lib/assets/javascripts/codemirror/mode/lua/index.html +85 -0
- data/lib/assets/javascripts/codemirror/mode/lua/lua.js +159 -0
- data/lib/assets/javascripts/codemirror/mode/markdown/index.html +359 -0
- data/lib/assets/javascripts/codemirror/mode/markdown/markdown.js +758 -0
- data/lib/assets/javascripts/codemirror/mode/markdown/test.js +754 -0
- data/lib/assets/javascripts/codemirror/mode/meta.js +144 -0
- data/lib/assets/javascripts/codemirror/mode/mirc/index.html +160 -0
- data/lib/assets/javascripts/codemirror/mode/mirc/mirc.js +193 -0
- data/lib/assets/javascripts/codemirror/mode/mllike/index.html +179 -0
- data/lib/assets/javascripts/codemirror/mode/mllike/mllike.js +205 -0
- data/lib/assets/javascripts/codemirror/mode/modelica/index.html +67 -0
- data/lib/assets/javascripts/codemirror/mode/modelica/modelica.js +245 -0
- data/lib/assets/javascripts/codemirror/mode/nginx/index.html +181 -0
- data/lib/assets/javascripts/codemirror/mode/nginx/nginx.js +178 -0
- data/lib/assets/javascripts/codemirror/mode/ntriples/index.html +45 -0
- data/lib/assets/javascripts/codemirror/mode/ntriples/ntriples.js +186 -0
- data/lib/assets/javascripts/codemirror/mode/octave/index.html +83 -0
- data/lib/assets/javascripts/codemirror/mode/octave/octave.js +135 -0
- data/lib/assets/javascripts/codemirror/mode/pascal/index.html +61 -0
- data/lib/assets/javascripts/codemirror/mode/pascal/pascal.js +109 -0
- data/lib/assets/javascripts/codemirror/mode/pegjs/index.html +66 -0
- data/lib/assets/javascripts/codemirror/mode/pegjs/pegjs.js +114 -0
- data/lib/assets/javascripts/codemirror/mode/perl/index.html +75 -0
- data/lib/assets/javascripts/codemirror/mode/perl/perl.js +832 -0
- data/lib/assets/javascripts/codemirror/mode/php/index.html +64 -0
- data/lib/assets/javascripts/codemirror/mode/php/php.js +226 -0
- data/lib/assets/javascripts/codemirror/mode/php/test.js +154 -0
- data/lib/assets/javascripts/codemirror/mode/pig/index.html +55 -0
- data/lib/assets/javascripts/codemirror/mode/pig/pig.js +188 -0
- data/lib/assets/javascripts/codemirror/mode/properties/index.html +53 -0
- data/lib/assets/javascripts/codemirror/mode/properties/properties.js +78 -0
- data/lib/assets/javascripts/codemirror/mode/puppet/index.html +121 -0
- data/lib/assets/javascripts/codemirror/mode/puppet/puppet.js +220 -0
- data/lib/assets/javascripts/codemirror/mode/python/index.html +198 -0
- data/lib/assets/javascripts/codemirror/mode/python/python.js +359 -0
- data/lib/assets/javascripts/codemirror/mode/q/index.html +144 -0
- data/lib/assets/javascripts/codemirror/mode/q/q.js +139 -0
- data/lib/assets/javascripts/codemirror/mode/r/index.html +85 -0
- data/lib/assets/javascripts/codemirror/mode/r/r.js +162 -0
- data/lib/assets/javascripts/codemirror/mode/rpm/changes/index.html +66 -0
- data/lib/assets/javascripts/codemirror/mode/rpm/index.html +149 -0
- data/lib/assets/javascripts/codemirror/mode/rpm/rpm.js +101 -0
- data/lib/assets/javascripts/codemirror/mode/rst/index.html +535 -0
- data/lib/assets/javascripts/codemirror/mode/rst/rst.js +557 -0
- data/lib/assets/javascripts/codemirror/mode/ruby/index.html +184 -0
- data/lib/assets/javascripts/codemirror/mode/ruby/ruby.js +285 -0
- data/lib/assets/javascripts/codemirror/mode/ruby/test.js +14 -0
- data/lib/assets/javascripts/codemirror/mode/rust/index.html +60 -0
- data/lib/assets/javascripts/codemirror/mode/rust/rust.js +451 -0
- data/lib/assets/javascripts/codemirror/mode/sass/index.html +66 -0
- data/lib/assets/javascripts/codemirror/mode/sass/sass.js +327 -0
- data/lib/assets/javascripts/codemirror/mode/scheme/index.html +77 -0
- data/lib/assets/javascripts/codemirror/mode/scheme/scheme.js +248 -0
- data/lib/assets/javascripts/codemirror/mode/shell/index.html +66 -0
- data/lib/assets/javascripts/codemirror/mode/shell/shell.js +138 -0
- data/lib/assets/javascripts/codemirror/mode/shell/test.js +58 -0
- data/lib/assets/javascripts/codemirror/mode/sieve/index.html +93 -0
- data/lib/assets/javascripts/codemirror/mode/sieve/sieve.js +193 -0
- data/lib/assets/javascripts/codemirror/mode/slim/index.html +96 -0
- data/lib/assets/javascripts/codemirror/mode/slim/slim.js +575 -0
- data/lib/assets/javascripts/codemirror/mode/slim/test.js +96 -0
- data/lib/assets/javascripts/codemirror/mode/smalltalk/index.html +68 -0
- data/lib/assets/javascripts/codemirror/mode/smalltalk/smalltalk.js +168 -0
- data/lib/assets/javascripts/codemirror/mode/smarty/index.html +136 -0
- data/lib/assets/javascripts/codemirror/mode/smarty/smarty.js +221 -0
- data/lib/assets/javascripts/codemirror/mode/smartymixed/index.html +114 -0
- data/lib/assets/javascripts/codemirror/mode/smartymixed/smartymixed.js +197 -0
- data/lib/assets/javascripts/codemirror/mode/solr/index.html +57 -0
- data/lib/assets/javascripts/codemirror/mode/solr/solr.js +104 -0
- data/lib/assets/javascripts/codemirror/mode/sparql/index.html +53 -0
- data/lib/assets/javascripts/codemirror/mode/sparql/sparql.js +160 -0
- data/lib/assets/javascripts/codemirror/mode/sql/index.html +84 -0
- data/lib/assets/javascripts/codemirror/mode/sql/sql.js +393 -0
- data/lib/assets/javascripts/codemirror/mode/stex/index.html +110 -0
- data/lib/assets/javascripts/codemirror/mode/stex/stex.js +262 -0
- data/lib/assets/javascripts/codemirror/mode/stex/test.js +123 -0
- data/lib/assets/javascripts/codemirror/mode/tcl/index.html +142 -0
- data/lib/assets/javascripts/codemirror/mode/tcl/tcl.js +147 -0
- data/lib/assets/javascripts/codemirror/mode/textile/index.html +191 -0
- data/lib/assets/javascripts/codemirror/mode/textile/test.js +406 -0
- data/lib/assets/javascripts/codemirror/mode/textile/textile.js +553 -0
- data/lib/assets/javascripts/codemirror/mode/tiddlywiki/index.html +154 -0
- data/lib/assets/javascripts/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/lib/assets/javascripts/codemirror/mode/tiddlywiki/tiddlywiki.js +369 -0
- data/lib/assets/javascripts/codemirror/mode/tiki/index.html +95 -0
- data/lib/assets/javascripts/codemirror/mode/tiki/tiki.css +26 -0
- data/lib/assets/javascripts/codemirror/mode/tiki/tiki.js +323 -0
- data/lib/assets/javascripts/codemirror/mode/toml/index.html +73 -0
- data/lib/assets/javascripts/codemirror/mode/toml/toml.js +88 -0
- data/lib/assets/javascripts/codemirror/mode/tornado/index.html +63 -0
- data/lib/assets/javascripts/codemirror/mode/tornado/tornado.js +68 -0
- data/lib/assets/javascripts/codemirror/mode/turtle/index.html +50 -0
- data/lib/assets/javascripts/codemirror/mode/turtle/turtle.js +160 -0
- data/lib/assets/javascripts/codemirror/mode/vb/index.html +102 -0
- data/lib/assets/javascripts/codemirror/mode/vb/vb.js +274 -0
- data/lib/assets/javascripts/codemirror/mode/vbscript/index.html +55 -0
- data/lib/assets/javascripts/codemirror/mode/vbscript/vbscript.js +350 -0
- data/lib/assets/javascripts/codemirror/mode/velocity/index.html +118 -0
- data/lib/assets/javascripts/codemirror/mode/velocity/velocity.js +201 -0
- data/lib/assets/javascripts/codemirror/mode/verilog/index.html +120 -0
- data/lib/assets/javascripts/codemirror/mode/verilog/test.js +273 -0
- data/lib/assets/javascripts/codemirror/mode/verilog/verilog.js +364 -0
- data/lib/assets/javascripts/codemirror/mode/xml/index.html +57 -0
- data/lib/assets/javascripts/codemirror/mode/xml/test.js +51 -0
- data/lib/assets/javascripts/codemirror/mode/xml/xml.js +384 -0
- data/lib/assets/javascripts/codemirror/mode/xquery/index.html +210 -0
- data/lib/assets/javascripts/codemirror/mode/xquery/test.js +67 -0
- data/lib/assets/javascripts/codemirror/mode/xquery/xquery.js +447 -0
- data/lib/assets/javascripts/codemirror/mode/yaml/index.html +80 -0
- data/lib/assets/javascripts/codemirror/mode/yaml/yaml.js +112 -0
- data/lib/assets/javascripts/codemirror/mode/z80/index.html +52 -0
- data/lib/assets/javascripts/codemirror/mode/z80/z80.js +100 -0
- data/lib/assets/javascripts/colorpicker/bootstrap-colorpicker.min.js +1 -0
- data/lib/assets/javascripts/cropper/cropper.min.js +9 -0
- data/lib/assets/javascripts/dataTables/dataTables.bootstrap.js +245 -0
- data/lib/assets/javascripts/dataTables/dataTables.responsive.js +801 -0
- data/lib/assets/javascripts/dataTables/dataTables.tableTools.min.js +69 -0
- data/lib/assets/javascripts/dataTables/jquery.dataTables.js +14840 -0
- data/lib/assets/javascripts/dataTables/swf/copy_csv_xls.swf +0 -0
- data/lib/assets/javascripts/dataTables/swf/copy_csv_xls_pdf.swf +0 -0
- data/lib/assets/javascripts/datapicker/bootstrap-datepicker.js +1680 -0
- data/lib/assets/javascripts/datapicker/daterangepicker.min.js +868 -0
- data/lib/assets/javascripts/datapicker/moment.js +7063 -0
- data/lib/assets/javascripts/diff_match_patch/COPYING +177 -0
- data/lib/assets/javascripts/diff_match_patch/README.txt +43 -0
- data/lib/assets/javascripts/diff_match_patch/javascript/diff_match_patch.js +49 -0
- data/lib/assets/javascripts/dropzone/dropzone.js +1841 -0
- data/lib/assets/javascripts/flot/curvedLines.js +315 -0
- data/lib/assets/javascripts/flot/excanvas.min.js +1 -0
- data/lib/assets/javascripts/flot/jquery.flot.js +3168 -0
- data/lib/assets/javascripts/flot/jquery.flot.pie.js +820 -0
- data/lib/assets/javascripts/flot/jquery.flot.resize.js +59 -0
- data/lib/assets/javascripts/flot/jquery.flot.spline.js +212 -0
- data/lib/assets/javascripts/flot/jquery.flot.symbol.js +71 -0
- data/lib/assets/javascripts/flot/jquery.flot.time.js +432 -0
- data/lib/assets/javascripts/flot/jquery.flot.tooltip.min.js +12 -0
- data/lib/assets/javascripts/fullcalendar/fullcalendar.min.js +8 -0
- data/lib/assets/javascripts/fullcalendar/moment.min.js +7 -0
- data/lib/assets/javascripts/iCheck/icheck.min.js +11 -0
- data/lib/assets/javascripts/idle-timer/idle-timer.min.js +2 -0
- data/lib/assets/javascripts/ionRangeSlider/ion.rangeSlider.min.js +26 -0
- data/lib/assets/javascripts/jasny/jasny-bootstrap.min.js +6 -0
- data/lib/assets/javascripts/jeditable/jquery.jeditable.js +543 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-ar.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-bg.js +134 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-bg1251.js +132 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-cat.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-cn.js +169 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-cs.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-da.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-de.js +173 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-dk.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-el.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-en.js +170 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-es.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-fa.js +147 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-fi.js +131 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-fr.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-gl.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-he.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-hr.js +164 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-hr1250.js +164 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-hu.js +131 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-id.js +170 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-is.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-it.js +1 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-ja.js +158 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-kr.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-lt.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-mne.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-nl.js +150 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-no.js +1 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-pl.js +134 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-pt-br.js +137 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-pt.js +127 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-ro.js +141 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-ru.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-sk.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-sr-latin.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-sr.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-sv.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-th.js +130 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-tr.js +128 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-tw.js +131 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-ua.js +129 -0
- data/lib/assets/javascripts/jqGrid/i18n/grid.locale-vi.js +170 -0
- data/lib/assets/javascripts/jqGrid/jquery.jqGrid.min.js +545 -0
- data/lib/assets/javascripts/jquery/jquery-2.1.1.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery-ui-i18n.min.js +6 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-af.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-az.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-be.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-da.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-de.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-el.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-es.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-et.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-he.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-id.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-is.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-it.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-km.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-no.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-th.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js +4 -0
- data/lib/assets/javascripts/jquery-ui/images/animated-overlay.gif +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-icons_222222_256x240.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-icons_888888_256x240.png +0 -0
- data/lib/assets/javascripts/jquery-ui/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui-1.10.4.custom.min.css +7 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui-1.10.4.min.js +7 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui.css +1189 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui.js +15040 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui.min.css +4 -0
- data/lib/assets/javascripts/jquery-ui/jquery-ui.min.js +12 -0
- data/lib/assets/javascripts/jquery.mask/inputmask.js +7 -0
- data/lib/assets/javascripts/jquery.mask/jquery.mask.js +489 -0
- data/lib/assets/javascripts/jsKnob/jquery.knob.js +791 -0
- data/lib/assets/javascripts/jsTree/jstree.min.js +5 -0
- data/lib/assets/javascripts/jvectormap/jquery-jvectormap-1.2.2.min.js +8 -0
- data/lib/assets/javascripts/jvectormap/jquery-jvectormap-world-mill-en.js +1 -0
- data/lib/assets/javascripts/metisMenu/jquery.metisMenu.js +120 -0
- data/lib/assets/javascripts/morris/morris.js +1892 -0
- data/lib/assets/javascripts/morris/raphael-2.1.0.min.js +10 -0
- data/lib/assets/javascripts/nestable/jquery.nestable.js +484 -0
- data/lib/assets/javascripts/nouslider/jquery.nouislider.min.js +34 -0
- data/lib/assets/javascripts/pace/pace.min.js +2 -0
- data/lib/assets/javascripts/peity/jquery.peity.min.js +13 -0
- data/lib/assets/javascripts/preetyTextDiff/jquery.pretty-text-diff.min.js +76 -0
- data/lib/assets/javascripts/rickshaw/rickshaw.min.js +3 -0
- data/lib/assets/javascripts/rickshaw/vendor/d3.v3.js +5 -0
- data/lib/assets/javascripts/slimscroll/jquery.slimscroll.min.js +16 -0
- data/lib/assets/javascripts/sparkline/jquery.sparkline.min.js +5 -0
- data/lib/assets/javascripts/staps/jquery.steps.min.js +6 -0
- data/lib/assets/javascripts/summernote/summernote.min.js +2 -0
- data/lib/assets/javascripts/switchery/switchery.js +1 -0
- data/lib/assets/javascripts/timepicker/bootstrap-timepicker.js +1097 -0
- data/lib/assets/javascripts/tinycon/tinycon.min.js +8 -0
- data/lib/assets/javascripts/validate/jquery.validate.min.js +4 -0
- data/lib/assets/javascripts/video/responsible-video.js +21 -0
- data/lib/assets/stylesheets/animate/animate.css +2848 -0
- data/lib/assets/stylesheets/blueimp/css/blueimp-gallery-indicator.css +71 -0
- data/lib/assets/stylesheets/blueimp/css/blueimp-gallery-video.css +87 -0
- data/lib/assets/stylesheets/blueimp/css/blueimp-gallery.css +226 -0
- data/lib/assets/stylesheets/blueimp/css/blueimp-gallery.min.css +1 -0
- data/lib/assets/stylesheets/blueimp/css/demo.css +51 -0
- data/lib/assets/stylesheets/bootstrap-rtl/bootstrap-rtl.css +1468 -0
- data/lib/assets/stylesheets/bootstrap-rtl/bootstrap-rtl.css.map +1 -0
- data/lib/assets/stylesheets/bootstrap-rtl/bootstrap-rtl.min.css +9 -0
- data/lib/assets/stylesheets/chosen/chosen-sprite.png +0 -0
- data/lib/assets/stylesheets/chosen/chosen-sprite@2x.png +0 -0
- data/lib/assets/stylesheets/chosen/chosen.css +429 -0
- data/lib/assets/stylesheets/codemirror/ambiance.css +77 -0
- data/lib/assets/stylesheets/codemirror/codemirror.css +309 -0
- data/lib/assets/stylesheets/colorpicker/css/bootstrap-colorpicker.css.scss +217 -0
- data/lib/assets/stylesheets/colorpicker/css/bootstrap-colorpicker.min.css +9 -0
- data/lib/assets/stylesheets/colorpicker/css/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
- data/lib/assets/stylesheets/colorpicker/css/images/bootstrap-colorpicker/alpha.png +0 -0
- data/lib/assets/stylesheets/colorpicker/css/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
- data/lib/assets/stylesheets/colorpicker/css/images/bootstrap-colorpicker/hue.png +0 -0
- data/lib/assets/stylesheets/colorpicker/css/images/bootstrap-colorpicker/saturation.png +0 -0
- data/lib/assets/stylesheets/cropper/cropper.min.css +9 -0
- data/lib/assets/stylesheets/dataTables/dataTables.bootstrap.css +233 -0
- data/lib/assets/stylesheets/dataTables/dataTables.responsive.css +93 -0
- data/lib/assets/stylesheets/dataTables/dataTables.tableTools.min.css +1 -0
- data/lib/assets/stylesheets/datapicker/datepicker.css +442 -0
- data/lib/assets/stylesheets/datapicker/datepicker3.css +789 -0
- data/lib/assets/stylesheets/datapicker/daterangepicker.css +195 -0
- data/lib/assets/stylesheets/dropzone/basic.css +155 -0
- data/lib/assets/stylesheets/dropzone/dropzone.css +410 -0
- data/lib/assets/stylesheets/dropzone/images/spritemap.png +0 -0
- data/lib/assets/stylesheets/dropzone/images/spritemap@2x.png +0 -0
- data/lib/assets/stylesheets/fullcalendar/fullcalendar.css +977 -0
- data/lib/assets/stylesheets/fullcalendar/fullcalendar.print.css +202 -0
- data/lib/assets/stylesheets/iCheck/custom.css.scss +59 -0
- data/lib/assets/stylesheets/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
- data/lib/assets/stylesheets/images/bootstrap-colorpicker/alpha.png +0 -0
- data/lib/assets/stylesheets/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
- data/lib/assets/stylesheets/images/bootstrap-colorpicker/hue.png +0 -0
- data/lib/assets/stylesheets/images/bootstrap-colorpicker/saturation.png +0 -0
- data/lib/assets/stylesheets/images/sort.png +0 -0
- data/lib/assets/stylesheets/images/sort_asc.png +0 -0
- data/lib/assets/stylesheets/images/sort_desc.png +0 -0
- data/lib/assets/stylesheets/images/sprite-skin-flat.png +0 -0
- data/lib/assets/stylesheets/images/sprite-skin-flat2.png +0 -0
- data/lib/assets/stylesheets/images/sprite-skin-nice.png +0 -0
- data/lib/assets/stylesheets/images/sprite-skin-simple.png +0 -0
- data/lib/assets/stylesheets/images/spritemap.png +0 -0
- data/lib/assets/stylesheets/images/spritemap@2x.png +0 -0
- data/lib/assets/stylesheets/ionRangeSlider/images/sprite-skin-flat.png +0 -0
- data/lib/assets/stylesheets/ionRangeSlider/images/sprite-skin-flat2.png +0 -0
- data/lib/assets/stylesheets/ionRangeSlider/images/sprite-skin-nice.png +0 -0
- data/lib/assets/stylesheets/ionRangeSlider/images/sprite-skin-simple.png +0 -0
- data/lib/assets/stylesheets/ionRangeSlider/ion.rangeSlider.css +126 -0
- data/lib/assets/stylesheets/ionRangeSlider/ion.rangeSlider.skinFlat.css +89 -0
- data/lib/assets/stylesheets/ionRangeSlider/ion.rangeSlider.skinNice.css +85 -0
- data/lib/assets/stylesheets/ionRangeSlider/ion.rangeSlider.skinSimple.css +85 -0
- data/lib/assets/stylesheets/jQueryUI/images/animated-overlay.gif +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-icons_222222_256x240.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-icons_2e83ff_256x240.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-icons_454545_256x240.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-icons_888888_256x240.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/lib/assets/stylesheets/jQueryUI/jquery-ui-1.10.4.custom.min.css +675 -0
- data/lib/assets/stylesheets/jasny/jasny-bootstrap.min.css +7 -0
- data/lib/assets/stylesheets/jqGrid/ui.jqgrid.css +171 -0
- data/lib/assets/stylesheets/jsTree/32px.png +0 -0
- data/lib/assets/stylesheets/jsTree/39px.png +0 -0
- data/lib/assets/stylesheets/jsTree/40px.png +0 -0
- data/lib/assets/stylesheets/jsTree/style.css +1050 -0
- data/lib/assets/stylesheets/jsTree/style.min.css +1 -0
- data/lib/assets/stylesheets/jsTree/throbber.gif +0 -0
- data/lib/assets/stylesheets/jvectormap/jquery-jvectormap-2.0.1.css +129 -0
- data/lib/assets/stylesheets/morris/morris-0.4.3.min.css +2 -0
- data/lib/assets/stylesheets/nouslider/jquery.nouislider.css +165 -0
- data/lib/assets/stylesheets/steps/jquery.steps.css +380 -0
- data/lib/assets/stylesheets/summernote/summernote-bs3.css +5970 -0
- data/lib/assets/stylesheets/summernote/summernote.css +446 -0
- data/lib/assets/stylesheets/switchery/switchery.css +32 -0
- data/lib/assets/stylesheets/timepicker/bootstrap-timepicker.css +126 -0
- data/lib/assets/stylesheets/toastr/toastr.min.css +222 -0
- data/lib/generators/assets/autocomplete/USAGE +8 -0
- data/lib/generators/assets/autocomplete/autocomplete_generator.rb +27 -0
- data/lib/generators/assets/precompile_local/USAGE +8 -0
- data/lib/generators/assets/precompile_local/precompile_local_generator.rb +43 -0
- data/lib/generators/deploy/homologacao/USAGE +8 -0
- data/lib/generators/deploy/homologacao/homologacao_generator.rb +38 -0
- data/lib/generators/deploy/homologacao/templates/deploy.rb +14 -0
- data/lib/generators/deploy/homologacao/templates/stage.rb +83 -0
- data/lib/generators/deploy/homologacao/templates/staging.rb +58 -0
- data/lib/generators/deploy/homologacao/templates/unicorn.rb +39 -0
- data/lib/generators/deploy/producao/USAGE +8 -0
- data/lib/generators/deploy/producao/producao_generator.rb +38 -0
- data/lib/generators/deploy/producao/templates/deploy.rb +14 -0
- data/lib/generators/deploy/producao/templates/env_production.rb +83 -0
- data/lib/generators/deploy/producao/templates/production.rb +45 -0
- data/lib/generators/deploy/producao/templates/unicorn.rb +39 -0
- data/lib/generators/raro_crud/branco/USAGE +10 -0
- data/lib/generators/raro_crud/branco/branco_generator.rb +16 -0
- data/lib/generators/raro_crud/branco/templates/action.rb +7 -0
- data/lib/generators/raro_crud/branco/templates/action_partial.rb +1 -0
- data/lib/generators/raro_crud/branco/templates/template.rb +22 -0
- data/lib/raro_generator/version.rb +3 -0
- data/lib/raro_generator.rb +2 -0
- data/lib/tasks/raro_generator_tasks.rake +4 -0
- metadata +611 -0
@@ -0,0 +1,225 @@
|
|
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="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></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(&context->sem)) == EINTR);
|
64
|
+
if (res) {write(context->signal_fd, &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), &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, &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(&context->sem, 1, 0);
|
93
|
+
pthread_create(&thread, 0, &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>Java example</h2>
|
143
|
+
|
144
|
+
<div><textarea id="java-code">
|
145
|
+
import com.demo.util.MyType;
|
146
|
+
import com.demo.util.MyInterface;
|
147
|
+
|
148
|
+
public enum Enum {
|
149
|
+
VAL1, VAL2, VAL3
|
150
|
+
}
|
151
|
+
|
152
|
+
public class Class<T, V> implements MyInterface {
|
153
|
+
public static final MyType<T, V> member;
|
154
|
+
|
155
|
+
private class InnerClass {
|
156
|
+
public int zero() {
|
157
|
+
return 0;
|
158
|
+
}
|
159
|
+
}
|
160
|
+
|
161
|
+
@Override
|
162
|
+
public MyType method() {
|
163
|
+
return member;
|
164
|
+
}
|
165
|
+
|
166
|
+
public void method2(MyType<T, V> value) {
|
167
|
+
method();
|
168
|
+
value.method3();
|
169
|
+
member = value;
|
170
|
+
}
|
171
|
+
}
|
172
|
+
</textarea></div>
|
173
|
+
|
174
|
+
<h2>Scala example</h2>
|
175
|
+
|
176
|
+
<div><textarea id="scala-code">
|
177
|
+
object FilterTest extends App {
|
178
|
+
def filter(xs: List[Int], threshold: Int) = {
|
179
|
+
def process(ys: List[Int]): List[Int] =
|
180
|
+
if (ys.isEmpty) ys
|
181
|
+
else if (ys.head < threshold) ys.head :: process(ys.tail)
|
182
|
+
else process(ys.tail)
|
183
|
+
process(xs)
|
184
|
+
}
|
185
|
+
println(filter(List(1, 9, 2, 8, 3, 7, 4), 5))
|
186
|
+
}
|
187
|
+
</textarea></div>
|
188
|
+
|
189
|
+
<script>
|
190
|
+
var cEditor = CodeMirror.fromTextArea(document.getElementById("c-code"), {
|
191
|
+
lineNumbers: true,
|
192
|
+
matchBrackets: true,
|
193
|
+
mode: "text/x-csrc"
|
194
|
+
});
|
195
|
+
var cppEditor = CodeMirror.fromTextArea(document.getElementById("cpp-code"), {
|
196
|
+
lineNumbers: true,
|
197
|
+
matchBrackets: true,
|
198
|
+
mode: "text/x-c++src"
|
199
|
+
});
|
200
|
+
var javaEditor = CodeMirror.fromTextArea(document.getElementById("java-code"), {
|
201
|
+
lineNumbers: true,
|
202
|
+
matchBrackets: true,
|
203
|
+
mode: "text/x-java"
|
204
|
+
});
|
205
|
+
var scalaEditor = CodeMirror.fromTextArea(document.getElementById("scala-code"), {
|
206
|
+
lineNumbers: true,
|
207
|
+
matchBrackets: true,
|
208
|
+
mode: "text/x-scala"
|
209
|
+
});
|
210
|
+
var mac = CodeMirror.keyMap.default == CodeMirror.keyMap.macDefault;
|
211
|
+
CodeMirror.keyMap.default[(mac ? "Cmd" : "Ctrl") + "-Space"] = "autocomplete";
|
212
|
+
</script>
|
213
|
+
|
214
|
+
<p>Simple mode that tries to handle C-like languages as well as it
|
215
|
+
can. Takes two configuration parameters: <code>keywords</code>, an
|
216
|
+
object whose property names are the keywords in the language,
|
217
|
+
and <code>useCPP</code>, which determines whether C preprocessor
|
218
|
+
directives are recognized.</p>
|
219
|
+
|
220
|
+
<p><strong>MIME types defined:</strong> <code>text/x-csrc</code>
|
221
|
+
(C), <code>text/x-c++src</code> (C++), <code>text/x-java</code>
|
222
|
+
(Java), <code>text/x-csharp</code> (C#),
|
223
|
+
<code>text/x-scala</code> (Scala), <code>text/x-vertex</code>
|
224
|
+
and <code>x-shader/x-fragment</code> (shader programs).</p>
|
225
|
+
</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="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="#">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>
|