chaskiq 0.0.2 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +34 -0
- data/lib/chaskiq/version.rb +1 -1
- data/vendor/assets/images/animated-overlay.gif +0 -0
- data/vendor/assets/images/blueimp/img/error.png +0 -0
- data/vendor/assets/images/blueimp/img/error.svg +5 -0
- data/vendor/assets/images/blueimp/img/loading.gif +0 -0
- data/vendor/assets/images/blueimp/img/play-pause.png +0 -0
- data/vendor/assets/images/blueimp/img/play-pause.svg +6 -0
- data/vendor/assets/images/blueimp/img/video-play.png +0 -0
- data/vendor/assets/images/blueimp/img/video-play.svg +5 -0
- data/vendor/assets/images/bootstrap-colorpicker/alpha-horizontal.png +0 -0
- data/vendor/assets/images/bootstrap-colorpicker/alpha.png +0 -0
- data/vendor/assets/images/bootstrap-colorpicker/hue-horizontal.png +0 -0
- data/vendor/assets/images/bootstrap-colorpicker/hue.png +0 -0
- data/vendor/assets/images/bootstrap-colorpicker/saturation.png +0 -0
- data/vendor/assets/images/chosen-sprite.png +0 -0
- data/vendor/assets/images/chosen-sprite@2x.png +0 -0
- data/vendor/assets/images/green.png +0 -0
- data/vendor/assets/images/green@2x.png +0 -0
- data/vendor/assets/images/images/animated-overlay.gif +0 -0
- data/vendor/assets/images/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/images/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/images/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/images/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/images/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/images/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/images/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/images/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/images/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/images/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/images/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/images/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/images/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/images/sort.png +0 -0
- data/vendor/assets/images/sort_asc.png +0 -0
- data/vendor/assets/images/sort_desc.png +0 -0
- data/vendor/assets/images/sprite-skin-flat.png +0 -0
- data/vendor/assets/images/sprite-skin-flat2.png +0 -0
- data/vendor/assets/images/sprite-skin-nice.png +0 -0
- data/vendor/assets/images/sprite-skin-simple.png +0 -0
- data/vendor/assets/images/spritemap.png +0 -0
- data/vendor/assets/images/spritemap@2x.png +0 -0
- data/vendor/assets/javascripts/backbone/backbone.min.js +2 -0
- data/vendor/assets/javascripts/backbone/underscore.min.js +6 -0
- data/vendor/assets/javascripts/chartjs/Chart.min.js +11 -0
- data/vendor/assets/javascripts/codemirror/codemirror.js +7830 -0
- data/vendor/assets/javascripts/codemirror/mode/apl/apl.js +175 -0
- data/vendor/assets/javascripts/codemirror/mode/apl/index.html +72 -0
- data/vendor/assets/javascripts/codemirror/mode/asterisk/asterisk.js +198 -0
- data/vendor/assets/javascripts/codemirror/mode/asterisk/index.html +154 -0
- data/vendor/assets/javascripts/codemirror/mode/clike/clike.js +474 -0
- data/vendor/assets/javascripts/codemirror/mode/clike/index.html +225 -0
- data/vendor/assets/javascripts/codemirror/mode/clike/scala.html +767 -0
- data/vendor/assets/javascripts/codemirror/mode/clojure/clojure.js +243 -0
- data/vendor/assets/javascripts/codemirror/mode/clojure/index.html +88 -0
- data/vendor/assets/javascripts/codemirror/mode/cobol/cobol.js +255 -0
- data/vendor/assets/javascripts/codemirror/mode/cobol/index.html +210 -0
- data/vendor/assets/javascripts/codemirror/mode/coffeescript/coffeescript.js +369 -0
- data/vendor/assets/javascripts/codemirror/mode/coffeescript/index.html +740 -0
- data/vendor/assets/javascripts/codemirror/mode/commonlisp/commonlisp.js +120 -0
- data/vendor/assets/javascripts/codemirror/mode/commonlisp/index.html +177 -0
- data/vendor/assets/javascripts/codemirror/mode/css/css.js +717 -0
- data/vendor/assets/javascripts/codemirror/mode/css/index.html +70 -0
- data/vendor/assets/javascripts/codemirror/mode/css/less.html +152 -0
- data/vendor/assets/javascripts/codemirror/mode/css/less_test.js +51 -0
- data/vendor/assets/javascripts/codemirror/mode/css/scss.html +157 -0
- data/vendor/assets/javascripts/codemirror/mode/css/scss_test.js +110 -0
- data/vendor/assets/javascripts/codemirror/mode/css/test.js +135 -0
- data/vendor/assets/javascripts/codemirror/mode/cypher/cypher.js +146 -0
- data/vendor/assets/javascripts/codemirror/mode/cypher/index.html +63 -0
- data/vendor/assets/javascripts/codemirror/mode/d/d.js +218 -0
- data/vendor/assets/javascripts/codemirror/mode/d/index.html +273 -0
- data/vendor/assets/javascripts/codemirror/mode/diff/diff.js +47 -0
- data/vendor/assets/javascripts/codemirror/mode/diff/index.html +117 -0
- data/vendor/assets/javascripts/codemirror/mode/django/django.js +67 -0
- data/vendor/assets/javascripts/codemirror/mode/django/index.html +63 -0
- data/vendor/assets/javascripts/codemirror/mode/dtd/dtd.js +142 -0
- data/vendor/assets/javascripts/codemirror/mode/dtd/index.html +89 -0
- data/vendor/assets/javascripts/codemirror/mode/dylan/dylan.js +299 -0
- data/vendor/assets/javascripts/codemirror/mode/dylan/index.html +407 -0
- data/vendor/assets/javascripts/codemirror/mode/ecl/ecl.js +207 -0
- data/vendor/assets/javascripts/codemirror/mode/ecl/index.html +52 -0
- data/vendor/assets/javascripts/codemirror/mode/eiffel/eiffel.js +162 -0
- data/vendor/assets/javascripts/codemirror/mode/eiffel/index.html +429 -0
- data/vendor/assets/javascripts/codemirror/mode/erlang/erlang.js +622 -0
- data/vendor/assets/javascripts/codemirror/mode/erlang/index.html +76 -0
- data/vendor/assets/javascripts/codemirror/mode/fortran/fortran.js +188 -0
- data/vendor/assets/javascripts/codemirror/mode/fortran/index.html +81 -0
- data/vendor/assets/javascripts/codemirror/mode/gas/gas.js +345 -0
- data/vendor/assets/javascripts/codemirror/mode/gas/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/mode/gfm/gfm.js +122 -0
- data/vendor/assets/javascripts/codemirror/mode/gfm/index.html +82 -0
- data/vendor/assets/javascripts/codemirror/mode/gfm/test.js +164 -0
- data/vendor/assets/javascripts/codemirror/mode/gherkin/gherkin.js +178 -0
- data/vendor/assets/javascripts/codemirror/mode/gherkin/index.html +48 -0
- data/vendor/assets/javascripts/codemirror/mode/go/go.js +184 -0
- data/vendor/assets/javascripts/codemirror/mode/go/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/mode/groovy/groovy.js +226 -0
- data/vendor/assets/javascripts/codemirror/mode/groovy/index.html +84 -0
- data/vendor/assets/javascripts/codemirror/mode/haml/haml.js +159 -0
- data/vendor/assets/javascripts/codemirror/mode/haml/index.html +79 -0
- data/vendor/assets/javascripts/codemirror/mode/haml/test.js +97 -0
- data/vendor/assets/javascripts/codemirror/mode/haskell/haskell.js +267 -0
- data/vendor/assets/javascripts/codemirror/mode/haskell/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/mode/haxe/haxe.js +518 -0
- data/vendor/assets/javascripts/codemirror/mode/haxe/index.html +124 -0
- data/vendor/assets/javascripts/codemirror/mode/htmlembedded/htmlembedded.js +86 -0
- data/vendor/assets/javascripts/codemirror/mode/htmlembedded/index.html +58 -0
- data/vendor/assets/javascripts/codemirror/mode/htmlmixed/htmlmixed.js +121 -0
- data/vendor/assets/javascripts/codemirror/mode/htmlmixed/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/mode/http/http.js +113 -0
- data/vendor/assets/javascripts/codemirror/mode/http/index.html +45 -0
- data/vendor/assets/javascripts/codemirror/mode/index.html +125 -0
- data/vendor/assets/javascripts/codemirror/mode/jade/index.html +70 -0
- data/vendor/assets/javascripts/codemirror/mode/jade/jade.js +590 -0
- data/vendor/assets/javascripts/codemirror/mode/javascript/index.html +114 -0
- data/vendor/assets/javascripts/codemirror/mode/javascript/javascript.js +684 -0
- data/vendor/assets/javascripts/codemirror/mode/javascript/json-ld.html +72 -0
- data/vendor/assets/javascripts/codemirror/mode/javascript/test.js +194 -0
- data/vendor/assets/javascripts/codemirror/mode/javascript/typescript.html +61 -0
- data/vendor/assets/javascripts/codemirror/mode/jinja2/index.html +54 -0
- data/vendor/assets/javascripts/codemirror/mode/jinja2/jinja2.js +142 -0
- data/vendor/assets/javascripts/codemirror/mode/julia/index.html +195 -0
- data/vendor/assets/javascripts/codemirror/mode/julia/julia.js +301 -0
- data/vendor/assets/javascripts/codemirror/mode/kotlin/index.html +89 -0
- data/vendor/assets/javascripts/codemirror/mode/kotlin/kotlin.js +280 -0
- data/vendor/assets/javascripts/codemirror/mode/livescript/index.html +459 -0
- data/vendor/assets/javascripts/codemirror/mode/livescript/livescript.js +280 -0
- data/vendor/assets/javascripts/codemirror/mode/lua/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/mode/lua/lua.js +159 -0
- data/vendor/assets/javascripts/codemirror/mode/markdown/index.html +359 -0
- data/vendor/assets/javascripts/codemirror/mode/markdown/markdown.js +758 -0
- data/vendor/assets/javascripts/codemirror/mode/markdown/test.js +754 -0
- data/vendor/assets/javascripts/codemirror/mode/meta.js +144 -0
- data/vendor/assets/javascripts/codemirror/mode/mirc/index.html +160 -0
- data/vendor/assets/javascripts/codemirror/mode/mirc/mirc.js +193 -0
- data/vendor/assets/javascripts/codemirror/mode/mllike/index.html +179 -0
- data/vendor/assets/javascripts/codemirror/mode/mllike/mllike.js +205 -0
- data/vendor/assets/javascripts/codemirror/mode/modelica/index.html +67 -0
- data/vendor/assets/javascripts/codemirror/mode/modelica/modelica.js +245 -0
- data/vendor/assets/javascripts/codemirror/mode/nginx/index.html +181 -0
- data/vendor/assets/javascripts/codemirror/mode/nginx/nginx.js +178 -0
- data/vendor/assets/javascripts/codemirror/mode/ntriples/index.html +45 -0
- data/vendor/assets/javascripts/codemirror/mode/ntriples/ntriples.js +186 -0
- data/vendor/assets/javascripts/codemirror/mode/octave/index.html +83 -0
- data/vendor/assets/javascripts/codemirror/mode/octave/octave.js +135 -0
- data/vendor/assets/javascripts/codemirror/mode/pascal/index.html +61 -0
- data/vendor/assets/javascripts/codemirror/mode/pascal/pascal.js +109 -0
- data/vendor/assets/javascripts/codemirror/mode/pegjs/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/mode/pegjs/pegjs.js +114 -0
- data/vendor/assets/javascripts/codemirror/mode/perl/index.html +75 -0
- data/vendor/assets/javascripts/codemirror/mode/perl/perl.js +832 -0
- data/vendor/assets/javascripts/codemirror/mode/php/index.html +64 -0
- data/vendor/assets/javascripts/codemirror/mode/php/php.js +226 -0
- data/vendor/assets/javascripts/codemirror/mode/php/test.js +154 -0
- data/vendor/assets/javascripts/codemirror/mode/pig/index.html +55 -0
- data/vendor/assets/javascripts/codemirror/mode/pig/pig.js +188 -0
- data/vendor/assets/javascripts/codemirror/mode/properties/index.html +53 -0
- data/vendor/assets/javascripts/codemirror/mode/properties/properties.js +78 -0
- data/vendor/assets/javascripts/codemirror/mode/puppet/index.html +121 -0
- data/vendor/assets/javascripts/codemirror/mode/puppet/puppet.js +220 -0
- data/vendor/assets/javascripts/codemirror/mode/python/index.html +198 -0
- data/vendor/assets/javascripts/codemirror/mode/python/python.js +359 -0
- data/vendor/assets/javascripts/codemirror/mode/q/index.html +144 -0
- data/vendor/assets/javascripts/codemirror/mode/q/q.js +139 -0
- data/vendor/assets/javascripts/codemirror/mode/r/index.html +85 -0
- data/vendor/assets/javascripts/codemirror/mode/r/r.js +162 -0
- data/vendor/assets/javascripts/codemirror/mode/rpm/changes/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/mode/rpm/index.html +149 -0
- data/vendor/assets/javascripts/codemirror/mode/rpm/rpm.js +101 -0
- data/vendor/assets/javascripts/codemirror/mode/rst/index.html +535 -0
- data/vendor/assets/javascripts/codemirror/mode/rst/rst.js +557 -0
- data/vendor/assets/javascripts/codemirror/mode/ruby/index.html +184 -0
- data/vendor/assets/javascripts/codemirror/mode/ruby/ruby.js +285 -0
- data/vendor/assets/javascripts/codemirror/mode/ruby/test.js +14 -0
- data/vendor/assets/javascripts/codemirror/mode/rust/index.html +60 -0
- data/vendor/assets/javascripts/codemirror/mode/rust/rust.js +451 -0
- data/vendor/assets/javascripts/codemirror/mode/sass/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/mode/sass/sass.js +327 -0
- data/vendor/assets/javascripts/codemirror/mode/scheme/index.html +77 -0
- data/vendor/assets/javascripts/codemirror/mode/scheme/scheme.js +248 -0
- data/vendor/assets/javascripts/codemirror/mode/shell/index.html +66 -0
- data/vendor/assets/javascripts/codemirror/mode/shell/shell.js +138 -0
- data/vendor/assets/javascripts/codemirror/mode/shell/test.js +58 -0
- data/vendor/assets/javascripts/codemirror/mode/sieve/index.html +93 -0
- data/vendor/assets/javascripts/codemirror/mode/sieve/sieve.js +193 -0
- data/vendor/assets/javascripts/codemirror/mode/slim/index.html +96 -0
- data/vendor/assets/javascripts/codemirror/mode/slim/slim.js +575 -0
- data/vendor/assets/javascripts/codemirror/mode/slim/test.js +96 -0
- data/vendor/assets/javascripts/codemirror/mode/smalltalk/index.html +68 -0
- data/vendor/assets/javascripts/codemirror/mode/smalltalk/smalltalk.js +168 -0
- data/vendor/assets/javascripts/codemirror/mode/smarty/index.html +136 -0
- data/vendor/assets/javascripts/codemirror/mode/smarty/smarty.js +221 -0
- data/vendor/assets/javascripts/codemirror/mode/smartymixed/index.html +114 -0
- data/vendor/assets/javascripts/codemirror/mode/smartymixed/smartymixed.js +197 -0
- data/vendor/assets/javascripts/codemirror/mode/solr/index.html +57 -0
- data/vendor/assets/javascripts/codemirror/mode/solr/solr.js +104 -0
- data/vendor/assets/javascripts/codemirror/mode/sparql/index.html +53 -0
- data/vendor/assets/javascripts/codemirror/mode/sparql/sparql.js +160 -0
- data/vendor/assets/javascripts/codemirror/mode/sql/index.html +84 -0
- data/vendor/assets/javascripts/codemirror/mode/sql/sql.js +393 -0
- data/vendor/assets/javascripts/codemirror/mode/stex/index.html +110 -0
- data/vendor/assets/javascripts/codemirror/mode/stex/stex.js +262 -0
- data/vendor/assets/javascripts/codemirror/mode/stex/test.js +123 -0
- data/vendor/assets/javascripts/codemirror/mode/tcl/index.html +142 -0
- data/vendor/assets/javascripts/codemirror/mode/tcl/tcl.js +147 -0
- data/vendor/assets/javascripts/codemirror/mode/textile/index.html +191 -0
- data/vendor/assets/javascripts/codemirror/mode/textile/test.js +406 -0
- data/vendor/assets/javascripts/codemirror/mode/textile/textile.js +553 -0
- data/vendor/assets/javascripts/codemirror/mode/tiddlywiki/index.html +154 -0
- data/vendor/assets/javascripts/codemirror/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/vendor/assets/javascripts/codemirror/mode/tiddlywiki/tiddlywiki.js +369 -0
- data/vendor/assets/javascripts/codemirror/mode/tiki/index.html +95 -0
- data/vendor/assets/javascripts/codemirror/mode/tiki/tiki.css +26 -0
- data/vendor/assets/javascripts/codemirror/mode/tiki/tiki.js +323 -0
- data/vendor/assets/javascripts/codemirror/mode/toml/index.html +73 -0
- data/vendor/assets/javascripts/codemirror/mode/toml/toml.js +88 -0
- data/vendor/assets/javascripts/codemirror/mode/tornado/index.html +63 -0
- data/vendor/assets/javascripts/codemirror/mode/tornado/tornado.js +68 -0
- data/vendor/assets/javascripts/codemirror/mode/turtle/index.html +50 -0
- data/vendor/assets/javascripts/codemirror/mode/turtle/turtle.js +160 -0
- data/vendor/assets/javascripts/codemirror/mode/vb/index.html +102 -0
- data/vendor/assets/javascripts/codemirror/mode/vb/vb.js +274 -0
- data/vendor/assets/javascripts/codemirror/mode/vbscript/index.html +55 -0
- data/vendor/assets/javascripts/codemirror/mode/vbscript/vbscript.js +350 -0
- data/vendor/assets/javascripts/codemirror/mode/velocity/index.html +118 -0
- data/vendor/assets/javascripts/codemirror/mode/velocity/velocity.js +201 -0
- data/vendor/assets/javascripts/codemirror/mode/verilog/index.html +120 -0
- data/vendor/assets/javascripts/codemirror/mode/verilog/test.js +273 -0
- data/vendor/assets/javascripts/codemirror/mode/verilog/verilog.js +364 -0
- data/vendor/assets/javascripts/codemirror/mode/xml/index.html +57 -0
- data/vendor/assets/javascripts/codemirror/mode/xml/test.js +51 -0
- data/vendor/assets/javascripts/codemirror/mode/xml/xml.js +384 -0
- data/vendor/assets/javascripts/codemirror/mode/xquery/index.html +210 -0
- data/vendor/assets/javascripts/codemirror/mode/xquery/test.js +67 -0
- data/vendor/assets/javascripts/codemirror/mode/xquery/xquery.js +447 -0
- data/vendor/assets/javascripts/codemirror/mode/yaml/index.html +80 -0
- data/vendor/assets/javascripts/codemirror/mode/yaml/yaml.js +112 -0
- data/vendor/assets/javascripts/codemirror/mode/z80/index.html +52 -0
- data/vendor/assets/javascripts/codemirror/mode/z80/z80.js +100 -0
- data/vendor/assets/javascripts/datapicker/bootstrap-datepicker.js +1671 -0
- data/vendor/assets/javascripts/flot/curvedLines.js +315 -0
- data/vendor/assets/javascripts/flot/excanvas.min.js +1 -0
- data/vendor/assets/javascripts/flot/jquery.flot.js +3168 -0
- data/vendor/assets/javascripts/flot/jquery.flot.pie.js +820 -0
- data/vendor/assets/javascripts/flot/jquery.flot.resize.js +59 -0
- data/vendor/assets/javascripts/flot/jquery.flot.spline.js +212 -0
- data/vendor/assets/javascripts/flot/jquery.flot.symbol.js +71 -0
- data/vendor/assets/javascripts/flot/jquery.flot.time.js +432 -0
- data/vendor/assets/javascripts/flot/jquery.flot.tooltip.min.js +12 -0
- data/vendor/assets/javascripts/jquery/jquery-2.1.1.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery-ui-i18n.min.js +6 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-af.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ar-DZ.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ar.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-az.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-be.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-bg.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-bs.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ca.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-cs.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-cy-GB.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-da.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-de.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-el.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-AU.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-GB.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-en-NZ.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-eo.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-es.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-et.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-eu.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fa.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fi.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fo.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr-CA.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr-CH.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-fr.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-gl.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-he.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hi.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hr.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hu.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-hy.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-id.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-is.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-it.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ja.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ka.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-kk.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-km.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ko.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ky.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lb.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lt.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-lv.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-mk.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ml.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ms.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nb.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nl-BE.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nl.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-nn.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-no.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pl.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pt-BR.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-pt.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-rm.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ro.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ru.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sk.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sl.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sq.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sr-SR.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sr.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-sv.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-ta.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-th.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-tj.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-tr.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-uk.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-vi.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-CN.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-HK.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/i18n/jquery.ui.datepicker-zh-TW.min.js +4 -0
- data/vendor/assets/javascripts/jquery-ui/images/animated-overlay.gif +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_flat_0_aaaaaa_40x100.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_flat_75_ffffff_40x100.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_glass_55_fbf9ee_1x400.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_glass_65_ffffff_1x400.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_glass_75_dadada_1x400.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_glass_75_e6e6e6_1x400.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_glass_95_fef1ec_1x400.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-bg_highlight-soft_75_cccccc_1x100.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-icons_222222_256x240.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-icons_2e83ff_256x240.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-icons_454545_256x240.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-icons_888888_256x240.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/images/ui-icons_cd0a0a_256x240.png +0 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui-1.10.4.custom.min.css +7 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui-1.10.4.min.js +7 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui.css +1189 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui.js +15040 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui.min.css +4 -0
- data/vendor/assets/javascripts/jquery-ui/jquery-ui.min.js +12 -0
- data/vendor/assets/javascripts/metisMenu/jquery.metisMenu.js +120 -0
- data/vendor/assets/javascripts/morris/morris.js +1888 -0
- data/vendor/assets/javascripts/morris/raphael-2.1.0.min.js +10 -0
- data/vendor/assets/javascripts/pace/pace.min.js +2 -0
- data/vendor/assets/javascripts/peity/jquery.peity.min.js +13 -0
- data/vendor/assets/javascripts/radioactive/radioactive.min.js +1 -0
- data/vendor/assets/javascripts/rickshaw/rickshaw.min.js +3 -0
- data/vendor/assets/javascripts/rickshaw/vendor/d3.v3.js +5 -0
- data/vendor/assets/javascripts/sparkline/jquery.sparkline.min.js +5 -0
- data/vendor/assets/javascripts/summernote/summernote.min.js +6331 -0
- data/vendor/assets/javascripts/toastr/toastr.min.js +2 -0
- data/vendor/assets/stylesheets/codemirror/codemirror.css +309 -0
- data/vendor/assets/stylesheets/codemirror/elegant.css +13 -0
- data/vendor/assets/stylesheets/datapicker/datepicker3.css +789 -0
- data/vendor/assets/stylesheets/summernote/summernote-bs3.css +5970 -0
- data/vendor/assets/stylesheets/summernote/summernote.css +446 -0
- data/vendor/assets/stylesheets/toastr/toastr.css +222 -0
- metadata +362 -3
- data/spec/dummy/tmp/pids/server.pid +0 -1
@@ -0,0 +1,146 @@
|
|
1
|
+
// CodeMirror, copyright (c) by Marijn Haverbeke and others
|
2
|
+
// Distributed under an MIT license: http://codemirror.net/LICENSE
|
3
|
+
|
4
|
+
// By the Neo4j Team and contributors.
|
5
|
+
// https://github.com/neo4j-contrib/CodeMirror
|
6
|
+
|
7
|
+
(function(mod) {
|
8
|
+
if (typeof exports == "object" && typeof module == "object") // CommonJS
|
9
|
+
mod(require("../../lib/codemirror"));
|
10
|
+
else if (typeof define == "function" && define.amd) // AMD
|
11
|
+
define(["../../lib/codemirror"], mod);
|
12
|
+
else // Plain browser env
|
13
|
+
mod(CodeMirror);
|
14
|
+
})(function(CodeMirror) {
|
15
|
+
"use strict";
|
16
|
+
var wordRegexp = function(words) {
|
17
|
+
return new RegExp("^(?:" + words.join("|") + ")$", "i");
|
18
|
+
};
|
19
|
+
|
20
|
+
CodeMirror.defineMode("cypher", function(config) {
|
21
|
+
var tokenBase = function(stream/*, state*/) {
|
22
|
+
var ch = stream.next(), curPunc = null;
|
23
|
+
if (ch === "\"" || ch === "'") {
|
24
|
+
stream.match(/.+?["']/);
|
25
|
+
return "string";
|
26
|
+
}
|
27
|
+
if (/[{}\(\),\.;\[\]]/.test(ch)) {
|
28
|
+
curPunc = ch;
|
29
|
+
return "node";
|
30
|
+
} else if (ch === "/" && stream.eat("/")) {
|
31
|
+
stream.skipToEnd();
|
32
|
+
return "comment";
|
33
|
+
} else if (operatorChars.test(ch)) {
|
34
|
+
stream.eatWhile(operatorChars);
|
35
|
+
return null;
|
36
|
+
} else {
|
37
|
+
stream.eatWhile(/[_\w\d]/);
|
38
|
+
if (stream.eat(":")) {
|
39
|
+
stream.eatWhile(/[\w\d_\-]/);
|
40
|
+
return "atom";
|
41
|
+
}
|
42
|
+
var word = stream.current();
|
43
|
+
if (funcs.test(word)) return "builtin";
|
44
|
+
if (preds.test(word)) return "def";
|
45
|
+
if (keywords.test(word)) return "keyword";
|
46
|
+
return "variable";
|
47
|
+
}
|
48
|
+
};
|
49
|
+
var pushContext = function(state, type, col) {
|
50
|
+
return state.context = {
|
51
|
+
prev: state.context,
|
52
|
+
indent: state.indent,
|
53
|
+
col: col,
|
54
|
+
type: type
|
55
|
+
};
|
56
|
+
};
|
57
|
+
var popContext = function(state) {
|
58
|
+
state.indent = state.context.indent;
|
59
|
+
return state.context = state.context.prev;
|
60
|
+
};
|
61
|
+
var indentUnit = config.indentUnit;
|
62
|
+
var curPunc;
|
63
|
+
var funcs = wordRegexp(["abs", "acos", "allShortestPaths", "asin", "atan", "atan2", "avg", "ceil", "coalesce", "collect", "cos", "cot", "count", "degrees", "e", "endnode", "exp", "extract", "filter", "floor", "haversin", "head", "id", "labels", "last", "left", "length", "log", "log10", "lower", "ltrim", "max", "min", "node", "nodes", "percentileCont", "percentileDisc", "pi", "radians", "rand", "range", "reduce", "rel", "relationship", "relationships", "replace", "right", "round", "rtrim", "shortestPath", "sign", "sin", "split", "sqrt", "startnode", "stdev", "stdevp", "str", "substring", "sum", "tail", "tan", "timestamp", "toFloat", "toInt", "trim", "type", "upper"]);
|
64
|
+
var preds = wordRegexp(["all", "and", "any", "has", "in", "none", "not", "or", "single", "xor"]);
|
65
|
+
var keywords = wordRegexp(["as", "asc", "ascending", "assert", "by", "case", "commit", "constraint", "create", "csv", "cypher", "delete", "desc", "descending", "distinct", "drop", "else", "end", "false", "fieldterminator", "foreach", "from", "headers", "in", "index", "is", "limit", "load", "match", "merge", "null", "on", "optional", "order", "periodic", "remove", "return", "scan", "set", "skip", "start", "then", "true", "union", "unique", "unwind", "using", "when", "where", "with"]);
|
66
|
+
var operatorChars = /[*+\-<>=&|~%^]/;
|
67
|
+
|
68
|
+
return {
|
69
|
+
startState: function(/*base*/) {
|
70
|
+
return {
|
71
|
+
tokenize: tokenBase,
|
72
|
+
context: null,
|
73
|
+
indent: 0,
|
74
|
+
col: 0
|
75
|
+
};
|
76
|
+
},
|
77
|
+
token: function(stream, state) {
|
78
|
+
if (stream.sol()) {
|
79
|
+
if (state.context && (state.context.align == null)) {
|
80
|
+
state.context.align = false;
|
81
|
+
}
|
82
|
+
state.indent = stream.indentation();
|
83
|
+
}
|
84
|
+
if (stream.eatSpace()) {
|
85
|
+
return null;
|
86
|
+
}
|
87
|
+
var style = state.tokenize(stream, state);
|
88
|
+
if (style !== "comment" && state.context && (state.context.align == null) && state.context.type !== "pattern") {
|
89
|
+
state.context.align = true;
|
90
|
+
}
|
91
|
+
if (curPunc === "(") {
|
92
|
+
pushContext(state, ")", stream.column());
|
93
|
+
} else if (curPunc === "[") {
|
94
|
+
pushContext(state, "]", stream.column());
|
95
|
+
} else if (curPunc === "{") {
|
96
|
+
pushContext(state, "}", stream.column());
|
97
|
+
} else if (/[\]\}\)]/.test(curPunc)) {
|
98
|
+
while (state.context && state.context.type === "pattern") {
|
99
|
+
popContext(state);
|
100
|
+
}
|
101
|
+
if (state.context && curPunc === state.context.type) {
|
102
|
+
popContext(state);
|
103
|
+
}
|
104
|
+
} else if (curPunc === "." && state.context && state.context.type === "pattern") {
|
105
|
+
popContext(state);
|
106
|
+
} else if (/atom|string|variable/.test(style) && state.context) {
|
107
|
+
if (/[\}\]]/.test(state.context.type)) {
|
108
|
+
pushContext(state, "pattern", stream.column());
|
109
|
+
} else if (state.context.type === "pattern" && !state.context.align) {
|
110
|
+
state.context.align = true;
|
111
|
+
state.context.col = stream.column();
|
112
|
+
}
|
113
|
+
}
|
114
|
+
return style;
|
115
|
+
},
|
116
|
+
indent: function(state, textAfter) {
|
117
|
+
var firstChar = textAfter && textAfter.charAt(0);
|
118
|
+
var context = state.context;
|
119
|
+
if (/[\]\}]/.test(firstChar)) {
|
120
|
+
while (context && context.type === "pattern") {
|
121
|
+
context = context.prev;
|
122
|
+
}
|
123
|
+
}
|
124
|
+
var closing = context && firstChar === context.type;
|
125
|
+
if (!context) return 0;
|
126
|
+
if (context.type === "keywords") return CodeMirror.commands.newlineAndIndent;
|
127
|
+
if (context.align) return context.col + (closing ? 0 : 1);
|
128
|
+
return context.indent + (closing ? 0 : indentUnit);
|
129
|
+
}
|
130
|
+
};
|
131
|
+
});
|
132
|
+
|
133
|
+
CodeMirror.modeExtensions["cypher"] = {
|
134
|
+
autoFormatLineBreaks: function(text) {
|
135
|
+
var i, lines, reProcessedPortion;
|
136
|
+
var lines = text.split("\n");
|
137
|
+
var reProcessedPortion = /\s+\b(return|where|order by|match|with|skip|limit|create|delete|set)\b\s/g;
|
138
|
+
for (var i = 0; i < lines.length; i++)
|
139
|
+
lines[i] = lines[i].replace(reProcessedPortion, " \n$1 ").trim();
|
140
|
+
return lines.join("\n");
|
141
|
+
}
|
142
|
+
};
|
143
|
+
|
144
|
+
CodeMirror.defineMIME("application/x-cypher-query", "cypher");
|
145
|
+
|
146
|
+
});
|
@@ -0,0 +1,63 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<title>CodeMirror: Cypher Mode for CodeMirror</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/neo.css" />
|
9
|
+
<script src="../../lib/codemirror.js"></script>
|
10
|
+
<script src="cypher.js"></script>
|
11
|
+
<style>
|
12
|
+
.CodeMirror {
|
13
|
+
border-top: 1px solid black;
|
14
|
+
border-bottom: 1px solid black;
|
15
|
+
}
|
16
|
+
</style>
|
17
|
+
<div id=nav>
|
18
|
+
<a href="http://codemirror.net"><h1>CodeMirror</h1><img id=logo src="../../doc/logo.png"></a>
|
19
|
+
|
20
|
+
<ul>
|
21
|
+
<li><a href="../../index.html">Home</a>
|
22
|
+
<li><a href="../../doc/manual.html">Manual</a>
|
23
|
+
<li><a href="https://github.com/codemirror/codemirror">Code</a>
|
24
|
+
</ul>
|
25
|
+
<ul>
|
26
|
+
<li><a href="../index.html">Language modes</a>
|
27
|
+
<li><a class=active href="#">Cypher Mode for CodeMirror</a>
|
28
|
+
</ul>
|
29
|
+
</div>
|
30
|
+
|
31
|
+
<article>
|
32
|
+
<h2>Cypher Mode for CodeMirror</h2>
|
33
|
+
<form>
|
34
|
+
<textarea id="code" name="code">// Cypher Mode for CodeMirror, using the neo theme
|
35
|
+
MATCH (joe { name: 'Joe' })-[:knows*2..2]-(friend_of_friend)
|
36
|
+
WHERE NOT (joe)-[:knows]-(friend_of_friend)
|
37
|
+
RETURN friend_of_friend.name, COUNT(*)
|
38
|
+
ORDER BY COUNT(*) DESC , friend_of_friend.name
|
39
|
+
</textarea>
|
40
|
+
</form>
|
41
|
+
<p><strong>MIME types defined:</strong>
|
42
|
+
<code><a href="?mime=application/x-cypher-query">application/x-cypher-query</a></code>
|
43
|
+
</p>
|
44
|
+
<script>
|
45
|
+
window.onload = function() {
|
46
|
+
var mime = 'application/x-cypher-query';
|
47
|
+
// get mime type
|
48
|
+
if (window.location.href.indexOf('mime=') > -1) {
|
49
|
+
mime = window.location.href.substr(window.location.href.indexOf('mime=') + 5);
|
50
|
+
}
|
51
|
+
window.editor = CodeMirror.fromTextArea(document.getElementById('code'), {
|
52
|
+
mode: mime,
|
53
|
+
indentWithTabs: true,
|
54
|
+
smartIndent: true,
|
55
|
+
lineNumbers: true,
|
56
|
+
matchBrackets : true,
|
57
|
+
autofocus: true,
|
58
|
+
theme: 'neo'
|
59
|
+
});
|
60
|
+
};
|
61
|
+
</script>
|
62
|
+
|
63
|
+
</article>
|
@@ -0,0 +1,218 @@
|
|
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("d", function(config, parserConfig) {
|
15
|
+
var indentUnit = config.indentUnit,
|
16
|
+
statementIndentUnit = parserConfig.statementIndentUnit || indentUnit,
|
17
|
+
keywords = parserConfig.keywords || {},
|
18
|
+
builtin = parserConfig.builtin || {},
|
19
|
+
blockKeywords = parserConfig.blockKeywords || {},
|
20
|
+
atoms = parserConfig.atoms || {},
|
21
|
+
hooks = parserConfig.hooks || {},
|
22
|
+
multiLineStrings = parserConfig.multiLineStrings;
|
23
|
+
var isOperatorChar = /[+\-*&%=<>!?|\/]/;
|
24
|
+
|
25
|
+
var curPunc;
|
26
|
+
|
27
|
+
function tokenBase(stream, state) {
|
28
|
+
var ch = stream.next();
|
29
|
+
if (hooks[ch]) {
|
30
|
+
var result = hooks[ch](stream, state);
|
31
|
+
if (result !== false) return result;
|
32
|
+
}
|
33
|
+
if (ch == '"' || ch == "'" || ch == "`") {
|
34
|
+
state.tokenize = tokenString(ch);
|
35
|
+
return state.tokenize(stream, state);
|
36
|
+
}
|
37
|
+
if (/[\[\]{}\(\),;\:\.]/.test(ch)) {
|
38
|
+
curPunc = ch;
|
39
|
+
return null;
|
40
|
+
}
|
41
|
+
if (/\d/.test(ch)) {
|
42
|
+
stream.eatWhile(/[\w\.]/);
|
43
|
+
return "number";
|
44
|
+
}
|
45
|
+
if (ch == "/") {
|
46
|
+
if (stream.eat("+")) {
|
47
|
+
state.tokenize = tokenComment;
|
48
|
+
return tokenNestedComment(stream, state);
|
49
|
+
}
|
50
|
+
if (stream.eat("*")) {
|
51
|
+
state.tokenize = tokenComment;
|
52
|
+
return tokenComment(stream, state);
|
53
|
+
}
|
54
|
+
if (stream.eat("/")) {
|
55
|
+
stream.skipToEnd();
|
56
|
+
return "comment";
|
57
|
+
}
|
58
|
+
}
|
59
|
+
if (isOperatorChar.test(ch)) {
|
60
|
+
stream.eatWhile(isOperatorChar);
|
61
|
+
return "operator";
|
62
|
+
}
|
63
|
+
stream.eatWhile(/[\w\$_\xa1-\uffff]/);
|
64
|
+
var cur = stream.current();
|
65
|
+
if (keywords.propertyIsEnumerable(cur)) {
|
66
|
+
if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
|
67
|
+
return "keyword";
|
68
|
+
}
|
69
|
+
if (builtin.propertyIsEnumerable(cur)) {
|
70
|
+
if (blockKeywords.propertyIsEnumerable(cur)) curPunc = "newstatement";
|
71
|
+
return "builtin";
|
72
|
+
}
|
73
|
+
if (atoms.propertyIsEnumerable(cur)) return "atom";
|
74
|
+
return "variable";
|
75
|
+
}
|
76
|
+
|
77
|
+
function tokenString(quote) {
|
78
|
+
return function(stream, state) {
|
79
|
+
var escaped = false, next, end = false;
|
80
|
+
while ((next = stream.next()) != null) {
|
81
|
+
if (next == quote && !escaped) {end = true; break;}
|
82
|
+
escaped = !escaped && next == "\\";
|
83
|
+
}
|
84
|
+
if (end || !(escaped || multiLineStrings))
|
85
|
+
state.tokenize = null;
|
86
|
+
return "string";
|
87
|
+
};
|
88
|
+
}
|
89
|
+
|
90
|
+
function tokenComment(stream, state) {
|
91
|
+
var maybeEnd = false, ch;
|
92
|
+
while (ch = stream.next()) {
|
93
|
+
if (ch == "/" && maybeEnd) {
|
94
|
+
state.tokenize = null;
|
95
|
+
break;
|
96
|
+
}
|
97
|
+
maybeEnd = (ch == "*");
|
98
|
+
}
|
99
|
+
return "comment";
|
100
|
+
}
|
101
|
+
|
102
|
+
function tokenNestedComment(stream, state) {
|
103
|
+
var maybeEnd = false, ch;
|
104
|
+
while (ch = stream.next()) {
|
105
|
+
if (ch == "/" && maybeEnd) {
|
106
|
+
state.tokenize = null;
|
107
|
+
break;
|
108
|
+
}
|
109
|
+
maybeEnd = (ch == "+");
|
110
|
+
}
|
111
|
+
return "comment";
|
112
|
+
}
|
113
|
+
|
114
|
+
function Context(indented, column, type, align, prev) {
|
115
|
+
this.indented = indented;
|
116
|
+
this.column = column;
|
117
|
+
this.type = type;
|
118
|
+
this.align = align;
|
119
|
+
this.prev = prev;
|
120
|
+
}
|
121
|
+
function pushContext(state, col, type) {
|
122
|
+
var indent = state.indented;
|
123
|
+
if (state.context && state.context.type == "statement")
|
124
|
+
indent = state.context.indented;
|
125
|
+
return state.context = new Context(indent, col, type, null, state.context);
|
126
|
+
}
|
127
|
+
function popContext(state) {
|
128
|
+
var t = state.context.type;
|
129
|
+
if (t == ")" || t == "]" || t == "}")
|
130
|
+
state.indented = state.context.indented;
|
131
|
+
return state.context = state.context.prev;
|
132
|
+
}
|
133
|
+
|
134
|
+
// Interface
|
135
|
+
|
136
|
+
return {
|
137
|
+
startState: function(basecolumn) {
|
138
|
+
return {
|
139
|
+
tokenize: null,
|
140
|
+
context: new Context((basecolumn || 0) - indentUnit, 0, "top", false),
|
141
|
+
indented: 0,
|
142
|
+
startOfLine: true
|
143
|
+
};
|
144
|
+
},
|
145
|
+
|
146
|
+
token: function(stream, state) {
|
147
|
+
var ctx = state.context;
|
148
|
+
if (stream.sol()) {
|
149
|
+
if (ctx.align == null) ctx.align = false;
|
150
|
+
state.indented = stream.indentation();
|
151
|
+
state.startOfLine = true;
|
152
|
+
}
|
153
|
+
if (stream.eatSpace()) return null;
|
154
|
+
curPunc = null;
|
155
|
+
var style = (state.tokenize || tokenBase)(stream, state);
|
156
|
+
if (style == "comment" || style == "meta") return style;
|
157
|
+
if (ctx.align == null) ctx.align = true;
|
158
|
+
|
159
|
+
if ((curPunc == ";" || curPunc == ":" || curPunc == ",") && ctx.type == "statement") popContext(state);
|
160
|
+
else if (curPunc == "{") pushContext(state, stream.column(), "}");
|
161
|
+
else if (curPunc == "[") pushContext(state, stream.column(), "]");
|
162
|
+
else if (curPunc == "(") pushContext(state, stream.column(), ")");
|
163
|
+
else if (curPunc == "}") {
|
164
|
+
while (ctx.type == "statement") ctx = popContext(state);
|
165
|
+
if (ctx.type == "}") ctx = popContext(state);
|
166
|
+
while (ctx.type == "statement") ctx = popContext(state);
|
167
|
+
}
|
168
|
+
else if (curPunc == ctx.type) popContext(state);
|
169
|
+
else if (((ctx.type == "}" || ctx.type == "top") && curPunc != ';') || (ctx.type == "statement" && curPunc == "newstatement"))
|
170
|
+
pushContext(state, stream.column(), "statement");
|
171
|
+
state.startOfLine = false;
|
172
|
+
return style;
|
173
|
+
},
|
174
|
+
|
175
|
+
indent: function(state, textAfter) {
|
176
|
+
if (state.tokenize != tokenBase && state.tokenize != null) return CodeMirror.Pass;
|
177
|
+
var ctx = state.context, firstChar = textAfter && textAfter.charAt(0);
|
178
|
+
if (ctx.type == "statement" && firstChar == "}") ctx = ctx.prev;
|
179
|
+
var closing = firstChar == ctx.type;
|
180
|
+
if (ctx.type == "statement") return ctx.indented + (firstChar == "{" ? 0 : statementIndentUnit);
|
181
|
+
else if (ctx.align) return ctx.column + (closing ? 0 : 1);
|
182
|
+
else return ctx.indented + (closing ? 0 : indentUnit);
|
183
|
+
},
|
184
|
+
|
185
|
+
electricChars: "{}"
|
186
|
+
};
|
187
|
+
});
|
188
|
+
|
189
|
+
function words(str) {
|
190
|
+
var obj = {}, words = str.split(" ");
|
191
|
+
for (var i = 0; i < words.length; ++i) obj[words[i]] = true;
|
192
|
+
return obj;
|
193
|
+
}
|
194
|
+
|
195
|
+
var blockKeywords = "body catch class do else enum for foreach foreach_reverse if in interface mixin " +
|
196
|
+
"out scope struct switch try union unittest version while with";
|
197
|
+
|
198
|
+
CodeMirror.defineMIME("text/x-d", {
|
199
|
+
name: "d",
|
200
|
+
keywords: words("abstract alias align asm assert auto break case cast cdouble cent cfloat const continue " +
|
201
|
+
"debug default delegate delete deprecated export extern final finally function goto immutable " +
|
202
|
+
"import inout invariant is lazy macro module new nothrow override package pragma private " +
|
203
|
+
"protected public pure ref return shared short static super synchronized template this " +
|
204
|
+
"throw typedef typeid typeof volatile __FILE__ __LINE__ __gshared __traits __vector __parameters " +
|
205
|
+
blockKeywords),
|
206
|
+
blockKeywords: words(blockKeywords),
|
207
|
+
builtin: words("bool byte char creal dchar double float idouble ifloat int ireal long real short ubyte " +
|
208
|
+
"ucent uint ulong ushort wchar wstring void size_t sizediff_t"),
|
209
|
+
atoms: words("exit failure success true false null"),
|
210
|
+
hooks: {
|
211
|
+
"@": function(stream, _state) {
|
212
|
+
stream.eatWhile(/[\w\$_]/);
|
213
|
+
return "meta";
|
214
|
+
}
|
215
|
+
}
|
216
|
+
});
|
217
|
+
|
218
|
+
});
|
@@ -0,0 +1,273 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
|
3
|
+
<title>CodeMirror: D 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
|
+
<script src="d.js"></script>
|
11
|
+
<style>.CodeMirror {border: 2px inset #dee;}</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="#">D</a>
|
23
|
+
</ul>
|
24
|
+
</div>
|
25
|
+
|
26
|
+
<article>
|
27
|
+
<h2>D mode</h2>
|
28
|
+
<form><textarea id="code" name="code">
|
29
|
+
/* D demo code // copied from phobos/sd/metastrings.d */
|
30
|
+
// Written in the D programming language.
|
31
|
+
|
32
|
+
/**
|
33
|
+
Templates with which to do compile-time manipulation of strings.
|
34
|
+
|
35
|
+
Macros:
|
36
|
+
WIKI = Phobos/StdMetastrings
|
37
|
+
|
38
|
+
Copyright: Copyright Digital Mars 2007 - 2009.
|
39
|
+
License: <a href="http://www.boost.org/LICENSE_1_0.txt">Boost License 1.0</a>.
|
40
|
+
Authors: $(WEB digitalmars.com, Walter Bright),
|
41
|
+
Don Clugston
|
42
|
+
Source: $(PHOBOSSRC std/_metastrings.d)
|
43
|
+
*/
|
44
|
+
/*
|
45
|
+
Copyright Digital Mars 2007 - 2009.
|
46
|
+
Distributed under the Boost Software License, Version 1.0.
|
47
|
+
(See accompanying file LICENSE_1_0.txt or copy at
|
48
|
+
http://www.boost.org/LICENSE_1_0.txt)
|
49
|
+
*/
|
50
|
+
module std.metastrings;
|
51
|
+
|
52
|
+
/**
|
53
|
+
Formats constants into a string at compile time. Analogous to $(XREF
|
54
|
+
string,format).
|
55
|
+
|
56
|
+
Parameters:
|
57
|
+
|
58
|
+
A = tuple of constants, which can be strings, characters, or integral
|
59
|
+
values.
|
60
|
+
|
61
|
+
Formats:
|
62
|
+
* The formats supported are %s for strings, and %%
|
63
|
+
* for the % character.
|
64
|
+
Example:
|
65
|
+
---
|
66
|
+
import std.metastrings;
|
67
|
+
import std.stdio;
|
68
|
+
|
69
|
+
void main()
|
70
|
+
{
|
71
|
+
string s = Format!("Arg %s = %s", "foo", 27);
|
72
|
+
writefln(s); // "Arg foo = 27"
|
73
|
+
}
|
74
|
+
* ---
|
75
|
+
*/
|
76
|
+
|
77
|
+
template Format(A...)
|
78
|
+
{
|
79
|
+
static if (A.length == 0)
|
80
|
+
enum Format = "";
|
81
|
+
else static if (is(typeof(A[0]) : const(char)[]))
|
82
|
+
enum Format = FormatString!(A[0], A[1..$]);
|
83
|
+
else
|
84
|
+
enum Format = toStringNow!(A[0]) ~ Format!(A[1..$]);
|
85
|
+
}
|
86
|
+
|
87
|
+
template FormatString(const(char)[] F, A...)
|
88
|
+
{
|
89
|
+
static if (F.length == 0)
|
90
|
+
enum FormatString = Format!(A);
|
91
|
+
else static if (F.length == 1)
|
92
|
+
enum FormatString = F[0] ~ Format!(A);
|
93
|
+
else static if (F[0..2] == "%s")
|
94
|
+
enum FormatString
|
95
|
+
= toStringNow!(A[0]) ~ FormatString!(F[2..$],A[1..$]);
|
96
|
+
else static if (F[0..2] == "%%")
|
97
|
+
enum FormatString = "%" ~ FormatString!(F[2..$],A);
|
98
|
+
else
|
99
|
+
{
|
100
|
+
static assert(F[0] != '%', "unrecognized format %" ~ F[1]);
|
101
|
+
enum FormatString = F[0] ~ FormatString!(F[1..$],A);
|
102
|
+
}
|
103
|
+
}
|
104
|
+
|
105
|
+
unittest
|
106
|
+
{
|
107
|
+
auto s = Format!("hel%slo", "world", -138, 'c', true);
|
108
|
+
assert(s == "helworldlo-138ctrue", "[" ~ s ~ "]");
|
109
|
+
}
|
110
|
+
|
111
|
+
/**
|
112
|
+
* Convert constant argument to a string.
|
113
|
+
*/
|
114
|
+
|
115
|
+
template toStringNow(ulong v)
|
116
|
+
{
|
117
|
+
static if (v < 10)
|
118
|
+
enum toStringNow = "" ~ cast(char)(v + '0');
|
119
|
+
else
|
120
|
+
enum toStringNow = toStringNow!(v / 10) ~ toStringNow!(v % 10);
|
121
|
+
}
|
122
|
+
|
123
|
+
unittest
|
124
|
+
{
|
125
|
+
static assert(toStringNow!(1uL << 62) == "4611686018427387904");
|
126
|
+
}
|
127
|
+
|
128
|
+
/// ditto
|
129
|
+
template toStringNow(long v)
|
130
|
+
{
|
131
|
+
static if (v < 0)
|
132
|
+
enum toStringNow = "-" ~ toStringNow!(cast(ulong) -v);
|
133
|
+
else
|
134
|
+
enum toStringNow = toStringNow!(cast(ulong) v);
|
135
|
+
}
|
136
|
+
|
137
|
+
unittest
|
138
|
+
{
|
139
|
+
static assert(toStringNow!(0x100000000) == "4294967296");
|
140
|
+
static assert(toStringNow!(-138L) == "-138");
|
141
|
+
}
|
142
|
+
|
143
|
+
/// ditto
|
144
|
+
template toStringNow(uint U)
|
145
|
+
{
|
146
|
+
enum toStringNow = toStringNow!(cast(ulong)U);
|
147
|
+
}
|
148
|
+
|
149
|
+
/// ditto
|
150
|
+
template toStringNow(int I)
|
151
|
+
{
|
152
|
+
enum toStringNow = toStringNow!(cast(long)I);
|
153
|
+
}
|
154
|
+
|
155
|
+
/// ditto
|
156
|
+
template toStringNow(bool B)
|
157
|
+
{
|
158
|
+
enum toStringNow = B ? "true" : "false";
|
159
|
+
}
|
160
|
+
|
161
|
+
/// ditto
|
162
|
+
template toStringNow(string S)
|
163
|
+
{
|
164
|
+
enum toStringNow = S;
|
165
|
+
}
|
166
|
+
|
167
|
+
/// ditto
|
168
|
+
template toStringNow(char C)
|
169
|
+
{
|
170
|
+
enum toStringNow = "" ~ C;
|
171
|
+
}
|
172
|
+
|
173
|
+
|
174
|
+
/********
|
175
|
+
* Parse unsigned integer literal from the start of string s.
|
176
|
+
* returns:
|
177
|
+
* .value = the integer literal as a string,
|
178
|
+
* .rest = the string following the integer literal
|
179
|
+
* Otherwise:
|
180
|
+
* .value = null,
|
181
|
+
* .rest = s
|
182
|
+
*/
|
183
|
+
|
184
|
+
template parseUinteger(const(char)[] s)
|
185
|
+
{
|
186
|
+
static if (s.length == 0)
|
187
|
+
{
|
188
|
+
enum value = "";
|
189
|
+
enum rest = "";
|
190
|
+
}
|
191
|
+
else static if (s[0] >= '0' && s[0] <= '9')
|
192
|
+
{
|
193
|
+
enum value = s[0] ~ parseUinteger!(s[1..$]).value;
|
194
|
+
enum rest = parseUinteger!(s[1..$]).rest;
|
195
|
+
}
|
196
|
+
else
|
197
|
+
{
|
198
|
+
enum value = "";
|
199
|
+
enum rest = s;
|
200
|
+
}
|
201
|
+
}
|
202
|
+
|
203
|
+
/********
|
204
|
+
Parse integer literal optionally preceded by $(D '-') from the start
|
205
|
+
of string $(D s).
|
206
|
+
|
207
|
+
Returns:
|
208
|
+
.value = the integer literal as a string,
|
209
|
+
.rest = the string following the integer literal
|
210
|
+
|
211
|
+
Otherwise:
|
212
|
+
.value = null,
|
213
|
+
.rest = s
|
214
|
+
*/
|
215
|
+
|
216
|
+
template parseInteger(const(char)[] s)
|
217
|
+
{
|
218
|
+
static if (s.length == 0)
|
219
|
+
{
|
220
|
+
enum value = "";
|
221
|
+
enum rest = "";
|
222
|
+
}
|
223
|
+
else static if (s[0] >= '0' && s[0] <= '9')
|
224
|
+
{
|
225
|
+
enum value = s[0] ~ parseUinteger!(s[1..$]).value;
|
226
|
+
enum rest = parseUinteger!(s[1..$]).rest;
|
227
|
+
}
|
228
|
+
else static if (s.length >= 2 &&
|
229
|
+
s[0] == '-' && s[1] >= '0' && s[1] <= '9')
|
230
|
+
{
|
231
|
+
enum value = s[0..2] ~ parseUinteger!(s[2..$]).value;
|
232
|
+
enum rest = parseUinteger!(s[2..$]).rest;
|
233
|
+
}
|
234
|
+
else
|
235
|
+
{
|
236
|
+
enum value = "";
|
237
|
+
enum rest = s;
|
238
|
+
}
|
239
|
+
}
|
240
|
+
|
241
|
+
unittest
|
242
|
+
{
|
243
|
+
assert(parseUinteger!("1234abc").value == "1234");
|
244
|
+
assert(parseUinteger!("1234abc").rest == "abc");
|
245
|
+
assert(parseInteger!("-1234abc").value == "-1234");
|
246
|
+
assert(parseInteger!("-1234abc").rest == "abc");
|
247
|
+
}
|
248
|
+
|
249
|
+
/**
|
250
|
+
Deprecated aliases held for backward compatibility.
|
251
|
+
*/
|
252
|
+
deprecated alias toStringNow ToString;
|
253
|
+
/// Ditto
|
254
|
+
deprecated alias parseUinteger ParseUinteger;
|
255
|
+
/// Ditto
|
256
|
+
deprecated alias parseUinteger ParseInteger;
|
257
|
+
|
258
|
+
</textarea></form>
|
259
|
+
|
260
|
+
<script>
|
261
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
262
|
+
lineNumbers: true,
|
263
|
+
matchBrackets: true,
|
264
|
+
indentUnit: 4,
|
265
|
+
mode: "text/x-d"
|
266
|
+
});
|
267
|
+
</script>
|
268
|
+
|
269
|
+
<p>Simple mode that handle D-Syntax (<a href="http://www.dlang.org">DLang Homepage</a>).</p>
|
270
|
+
|
271
|
+
<p><strong>MIME types defined:</strong> <code>text/x-d</code>
|
272
|
+
.</p>
|
273
|
+
</article>
|