marty 0.5.12
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.md +84 -0
- data/Rakefile +29 -0
- data/app/assets/javascripts/marty/application.js +15 -0
- data/app/assets/stylesheets/marty/application.css +13 -0
- data/app/components/marty/api_auth_view.rb +32 -0
- data/app/components/marty/auth_app.rb +55 -0
- data/app/components/marty/auth_app.rb~ +51 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js +91 -0
- data/app/components/marty/auth_app/javascripts/auth_app.js~ +91 -0
- data/app/components/marty/cm_form_panel.rb~ +5 -0
- data/app/components/marty/cm_grid_panel.rb~ +35 -0
- data/app/components/marty/data_import_view.rb~ +142 -0
- data/app/components/marty/extras/layout.rb +46 -0
- data/app/components/marty/extras/layout.rb~ +46 -0
- data/app/components/marty/extras/misc.rb +18 -0
- data/app/components/marty/form.rb +6 -0
- data/app/components/marty/grid.rb +45 -0
- data/app/components/marty/grid_append_only.rb +12 -0
- data/app/components/marty/import_type_view.rb +53 -0
- data/app/components/marty/live_search_grid_panel.rb +46 -0
- data/app/components/marty/live_search_grid_panel.rb~ +49 -0
- data/app/components/marty/main_auth_app.rb +269 -0
- data/app/components/marty/main_auth_app.rb~ +238 -0
- data/app/components/marty/mcfly_grid_panel.rb +62 -0
- data/app/components/marty/mcfly_grid_panel.rb~ +80 -0
- data/app/components/marty/new_posting_form.rb +46 -0
- data/app/components/marty/new_posting_form.rb~ +46 -0
- data/app/components/marty/new_posting_window.rb +21 -0
- data/app/components/marty/new_posting_window.rb~ +21 -0
- data/app/components/marty/panel.rb +12 -0
- data/app/components/marty/pivot_grid.rb +52 -0
- data/app/components/marty/pivot_grid/endpoints.rb +45 -0
- data/app/components/marty/pivot_grid/javascripts/extensions.js +150 -0
- data/app/components/marty/pivot_grid/javascripts/pivot_grid.js +86 -0
- data/app/components/marty/pivot_grid/services.rb +44 -0
- data/app/components/marty/posting_grid.rb +139 -0
- data/app/components/marty/posting_grid.rb~ +140 -0
- data/app/components/marty/posting_window.rb +27 -0
- data/app/components/marty/promise_view.rb +177 -0
- data/app/components/marty/promise_view.rb~ +157 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css +26 -0
- data/app/components/marty/promise_view/stylesheets/promise_view.css~ +15 -0
- data/app/components/marty/report_form.rb +225 -0
- data/app/components/marty/report_form.rb~ +217 -0
- data/app/components/marty/report_select.rb +145 -0
- data/app/components/marty/report_select.rb~ +133 -0
- data/app/components/marty/reporting.rb +39 -0
- data/app/components/marty/reporting.rb~ +39 -0
- data/app/components/marty/script_detail.rb~ +430 -0
- data/app/components/marty/script_form.rb +233 -0
- data/app/components/marty/script_form.rb~ +233 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js +698 -0
- data/app/components/marty/script_form/javascripts/Ext.ux.form.field.CodeMirror.js~ +909 -0
- data/app/components/marty/script_form/javascripts/codemirror.js +3130 -0
- data/app/components/marty/script_form/javascripts/mode/clike/clike.js +284 -0
- data/app/components/marty/script_form/javascripts/mode/clike/index.html +102 -0
- data/app/components/marty/script_form/javascripts/mode/clike/scala.html +766 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/clojure.js +206 -0
- data/app/components/marty/script_form/javascripts/mode/clojure/index.html +67 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/LICENSE +22 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/coffeescript.js +346 -0
- data/app/components/marty/script_form/javascripts/mode/coffeescript/index.html +728 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/commonlisp.js +101 -0
- data/app/components/marty/script_form/javascripts/mode/commonlisp/index.html +165 -0
- data/app/components/marty/script_form/javascripts/mode/css/css.js +448 -0
- data/app/components/marty/script_form/javascripts/mode/css/index.html +58 -0
- data/app/components/marty/script_form/javascripts/mode/css/test.js +501 -0
- data/app/components/marty/script_form/javascripts/mode/delorean/delorean.js +189 -0
- data/app/components/marty/script_form/javascripts/mode/diff/diff.js +32 -0
- data/app/components/marty/script_form/javascripts/mode/diff/index.html +105 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/ecl.js +203 -0
- data/app/components/marty/script_form/javascripts/mode/ecl/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/erlang.js +463 -0
- data/app/components/marty/script_form/javascripts/mode/erlang/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/gfm.js +150 -0
- data/app/components/marty/script_form/javascripts/mode/gfm/index.html +48 -0
- data/app/components/marty/script_form/javascripts/mode/go/go.js +170 -0
- data/app/components/marty/script_form/javascripts/mode/go/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/groovy.js +210 -0
- data/app/components/marty/script_form/javascripts/mode/groovy/index.html +72 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/haskell.js +242 -0
- data/app/components/marty/script_form/javascripts/mode/haskell/index.html +61 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/haxe.js +429 -0
- data/app/components/marty/script_form/javascripts/mode/haxe/index.html +91 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/htmlembedded.js +72 -0
- data/app/components/marty/script_form/javascripts/mode/htmlembedded/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/htmlmixed.js +84 -0
- data/app/components/marty/script_form/javascripts/mode/htmlmixed/index.html +52 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/index.html +78 -0
- data/app/components/marty/script_form/javascripts/mode/javascript/javascript.js +361 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/index.html +38 -0
- data/app/components/marty/script_form/javascripts/mode/jinja2/jinja2.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/less/index.html +740 -0
- data/app/components/marty/script_form/javascripts/mode/less/less.js +266 -0
- data/app/components/marty/script_form/javascripts/mode/lua/index.html +73 -0
- data/app/components/marty/script_form/javascripts/mode/lua/lua.js +140 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/index.html +343 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/markdown.js +382 -0
- data/app/components/marty/script_form/javascripts/mode/markdown/test.js +1084 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/index.html +42 -0
- data/app/components/marty/script_form/javascripts/mode/mysql/mysql.js +186 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/index.html +33 -0
- data/app/components/marty/script_form/javascripts/mode/ntriples/ntriples.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/index.html +130 -0
- data/app/components/marty/script_form/javascripts/mode/ocaml/ocaml.js +114 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/LICENSE +7 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/pascal/pascal.js +94 -0
- data/app/components/marty/script_form/javascripts/mode/perl/LICENSE +19 -0
- data/app/components/marty/script_form/javascripts/mode/perl/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/perl/perl.js +816 -0
- data/app/components/marty/script_form/javascripts/mode/php/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/php/php.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/pig/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/pig/pig.js +172 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/index.html +63 -0
- data/app/components/marty/script_form/javascripts/mode/plsql/plsql.js +217 -0
- data/app/components/marty/script_form/javascripts/mode/properties/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/properties/properties.js +63 -0
- data/app/components/marty/script_form/javascripts/mode/python/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/python/index.html +123 -0
- data/app/components/marty/script_form/javascripts/mode/python/python.js +338 -0
- data/app/components/marty/script_form/javascripts/mode/r/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/r/index.html +74 -0
- data/app/components/marty/script_form/javascripts/mode/r/r.js +141 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/changes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/changes/index.html +54 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/index.html +100 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.css +5 -0
- data/app/components/marty/script_form/javascripts/mode/rpm/spec/spec.js +66 -0
- data/app/components/marty/script_form/javascripts/mode/rst/index.html +526 -0
- data/app/components/marty/script_form/javascripts/mode/rst/rst.js +326 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/LICENSE +24 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/index.html +172 -0
- data/app/components/marty/script_form/javascripts/mode/ruby/ruby.js +195 -0
- data/app/components/marty/script_form/javascripts/mode/rust/index.html +49 -0
- data/app/components/marty/script_form/javascripts/mode/rust/rust.js +432 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/index.html +65 -0
- data/app/components/marty/script_form/javascripts/mode/scheme/scheme.js +230 -0
- data/app/components/marty/script_form/javascripts/mode/shell/index.html +50 -0
- data/app/components/marty/script_form/javascripts/mode/shell/shell.js +118 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/LICENSE +23 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/index.html +81 -0
- data/app/components/marty/script_form/javascripts/mode/sieve/sieve.js +156 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/index.html +56 -0
- data/app/components/marty/script_form/javascripts/mode/smalltalk/smalltalk.js +139 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/smarty/smarty.js +148 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/index.html +41 -0
- data/app/components/marty/script_form/javascripts/mode/sparql/sparql.js +143 -0
- data/app/components/marty/script_form/javascripts/mode/stex/index.html +98 -0
- data/app/components/marty/script_form/javascripts/mode/stex/stex.js +182 -0
- data/app/components/marty/script_form/javascripts/mode/stex/test.js +343 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/index.html +141 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.css +14 -0
- data/app/components/marty/script_form/javascripts/mode/tiddlywiki/tiddlywiki.js +384 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/index.html +83 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.css +26 -0
- data/app/components/marty/script_form/javascripts/mode/tiki/tiki.js +309 -0
- data/app/components/marty/script_form/javascripts/mode/vb/LICENSE.txt +21 -0
- data/app/components/marty/script_form/javascripts/mode/vb/index.html +89 -0
- data/app/components/marty/script_form/javascripts/mode/vb/vb.js +260 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/index.html +43 -0
- data/app/components/marty/script_form/javascripts/mode/vbscript/vbscript.js +26 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/index.html +104 -0
- data/app/components/marty/script_form/javascripts/mode/velocity/velocity.js +146 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/index.html +211 -0
- data/app/components/marty/script_form/javascripts/mode/verilog/verilog.js +194 -0
- data/app/components/marty/script_form/javascripts/mode/xml/index.html +45 -0
- data/app/components/marty/script_form/javascripts/mode/xml/xml.js +318 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/LICENSE +20 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/index.html +223 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/index.html +27 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testBase.js +42 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testEmptySequenceKeyword.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testMultiAttr.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testNamespaces.js +91 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testProcessingInstructions.js +16 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/test/testQuotes.js +19 -0
- data/app/components/marty/script_form/javascripts/mode/xquery/xquery.js +451 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/index.html +68 -0
- data/app/components/marty/script_form/javascripts/mode/yaml/yaml.js +95 -0
- data/app/components/marty/script_form/javascripts/util/closetag.js +164 -0
- data/app/components/marty/script_form/javascripts/util/dialog.css +27 -0
- data/app/components/marty/script_form/javascripts/util/dialog.js +70 -0
- data/app/components/marty/script_form/javascripts/util/foldcode.js +196 -0
- data/app/components/marty/script_form/javascripts/util/formatting.js +193 -0
- data/app/components/marty/script_form/javascripts/util/javascript-hint.js +134 -0
- data/app/components/marty/script_form/javascripts/util/loadmode.js +51 -0
- data/app/components/marty/script_form/javascripts/util/match-highlighter.js +44 -0
- data/app/components/marty/script_form/javascripts/util/multiplex.js +77 -0
- data/app/components/marty/script_form/javascripts/util/overlay.js +54 -0
- data/app/components/marty/script_form/javascripts/util/pig-hint.js +123 -0
- data/app/components/marty/script_form/javascripts/util/runmode-standalone.js +90 -0
- data/app/components/marty/script_form/javascripts/util/runmode.js +53 -0
- data/app/components/marty/script_form/javascripts/util/search.js +118 -0
- data/app/components/marty/script_form/javascripts/util/searchcursor.js +119 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.css +16 -0
- data/app/components/marty/script_form/javascripts/util/simple-hint.js +97 -0
- data/app/components/marty/script_form/javascripts/util/xml-hint.js +137 -0
- data/app/components/marty/script_form/stylesheets/codemirror.css +172 -0
- data/app/components/marty/script_form/stylesheets/delorean.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/ambiance.css +81 -0
- data/app/components/marty/script_form/stylesheets/theme/blackboard.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/cobalt.css +18 -0
- data/app/components/marty/script_form/stylesheets/theme/eclipse.css +25 -0
- data/app/components/marty/script_form/stylesheets/theme/elegant.css +10 -0
- data/app/components/marty/script_form/stylesheets/theme/erlang-dark.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/lesser-dark.css +44 -0
- data/app/components/marty/script_form/stylesheets/theme/monokai.css +28 -0
- data/app/components/marty/script_form/stylesheets/theme/neat.css +9 -0
- data/app/components/marty/script_form/stylesheets/theme/night.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/rubyblue.css +21 -0
- data/app/components/marty/script_form/stylesheets/theme/vibrant-ink.css +27 -0
- data/app/components/marty/script_form/stylesheets/theme/xq-dark.css +46 -0
- data/app/components/marty/script_grid.rb +104 -0
- data/app/components/marty/script_grid.rb~ +99 -0
- data/app/components/marty/script_tester.rb +114 -0
- data/app/components/marty/script_tester.rb~ +213 -0
- data/app/components/marty/scripting.rb +132 -0
- data/app/components/marty/scripting.rb~ +124 -0
- data/app/components/marty/select_report.rb~ +143 -0
- data/app/components/marty/simple_app.rb +97 -0
- data/app/components/marty/simple_app.rb~ +101 -0
- data/app/components/marty/simple_app/javascripts/simple_app.js +50 -0
- data/app/components/marty/simple_app/javascripts/statusbar_ext.js +8 -0
- data/app/components/marty/tag_grid.rb +83 -0
- data/app/components/marty/tag_grid.rb~ +89 -0
- data/app/components/marty/tree_panel.rb~ +256 -0
- data/app/components/marty/tree_panel/javascripts/tree_panel.js~ +317 -0
- data/app/components/marty/user_pivot.rb +128 -0
- data/app/components/marty/user_view.rb +181 -0
- data/app/components/marty/user_view.rb~ +188 -0
- data/app/controllers/marty/application_controller.rb +124 -0
- data/app/controllers/marty/application_controller.rb~ +133 -0
- data/app/controllers/marty/components_controller.rb +41 -0
- data/app/controllers/marty/components_controller.rb~ +37 -0
- data/app/controllers/marty/job_controller.rb +28 -0
- data/app/controllers/marty/job_controller.rb~ +28 -0
- data/app/controllers/marty/rpc_controller.rb +64 -0
- data/app/controllers/marty/rpc_controller.rb~ +61 -0
- data/app/helpers/marty/application_helper.rb +4 -0
- data/app/helpers/marty/script_set.rb +57 -0
- data/app/helpers/marty/script_set.rb~ +59 -0
- data/app/models/marty/api_auth.rb +44 -0
- data/app/models/marty/api_auth.rb~ +48 -0
- data/app/models/marty/base.rb +4 -0
- data/app/models/marty/data_change.rb +179 -0
- data/app/models/marty/data_change.rb~ +141 -0
- data/app/models/marty/enum.rb +22 -0
- data/app/models/marty/enum.rb~ +16 -0
- data/app/models/marty/import_type.rb +44 -0
- data/app/models/marty/import_type.rb~ +48 -0
- data/app/models/marty/poop.rb~ +169 -0
- data/app/models/marty/posting.rb +101 -0
- data/app/models/marty/posting.rb~ +86 -0
- data/app/models/marty/posting_type.rb +12 -0
- data/app/models/marty/posting_type.rb~ +21 -0
- data/app/models/marty/promise.rb +252 -0
- data/app/models/marty/promise.rb~ +196 -0
- data/app/models/marty/role.rb +6 -0
- data/app/models/marty/role.rb~ +10 -0
- data/app/models/marty/script.rb +144 -0
- data/app/models/marty/script.rb~ +62 -0
- data/app/models/marty/tag.rb +96 -0
- data/app/models/marty/tag.rb~ +91 -0
- data/app/models/marty/token.rb +30 -0
- data/app/models/marty/user.rb +146 -0
- data/app/models/marty/user.rb~ +148 -0
- data/app/models/marty/user_role.rb +7 -0
- data/app/models/marty/user_role.rb~ +13 -0
- data/app/views/layouts/marty/application.html.erb +12 -0
- data/app/views/layouts/marty/application.html.erb~ +11 -0
- data/config/locales/en.yml +134 -0
- data/config/routes.rb +6 -0
- data/config/routes.rb~ +10 -0
- data/db/migrate/001_create_marty_scripts.rb +14 -0
- data/db/migrate/003_create_marty_users.rb +12 -0
- data/db/migrate/004_create_marty_roles.rb +7 -0
- data/db/migrate/005_create_marty_user_roles.rb +14 -0
- data/db/migrate/006_create_marty_tokens.rb +14 -0
- data/db/migrate/008_create_marty_posting_types.rb +7 -0
- data/db/migrate/019_create_marty_postings.rb +18 -0
- data/db/migrate/019_create_marty_postings.rb~ +19 -0
- data/db/migrate/068_create_marty_import_types.rb +12 -0
- data/db/migrate/069_create_marty_import_synonyms.rb +15 -0
- data/db/migrate/070_create_versions.rb +18 -0
- data/db/migrate/071_add_object_changes_column_to_versions.rb +9 -0
- data/db/migrate/072_add_validation_function_to_import_types.rb +6 -0
- data/db/migrate/073_add_preprocess_function_to_import_types.rb +5 -0
- data/db/migrate/090_create_delayed_jobs.rb +22 -0
- data/db/migrate/091_create_marty_promises.rb +36 -0
- data/db/migrate/095_create_marty_tags.rb +14 -0
- data/db/migrate/095_create_marty_tags.rb~ +19 -0
- data/db/migrate/096_add_user_roles_to_import_types.rb +11 -0
- data/db/migrate/097_drop_versions.rb +9 -0
- data/db/migrate/098_create_marty_api_auths.rb +20 -0
- data/db/seeds.rb +48 -0
- data/lib/marty.rb +18 -0
- data/lib/marty.rb~ +13 -0
- data/lib/marty/content_handler.rb +97 -0
- data/lib/marty/content_handler.rb~ +93 -0
- data/lib/marty/data_conversion.rb +298 -0
- data/lib/marty/data_exporter.rb +150 -0
- data/lib/marty/data_exporter.rb~ +137 -0
- data/lib/marty/data_importer.rb +122 -0
- data/lib/marty/data_importer.rb~ +114 -0
- data/lib/marty/data_row_processor.rb~ +206 -0
- data/lib/marty/drop_folder_hook.rb~ +17 -0
- data/lib/marty/engine.rb +10 -0
- data/lib/marty/folder_hook.rb~ +9 -0
- data/lib/marty/lazy_column_loader.rb +57 -0
- data/lib/marty/lazy_column_loader.rb~ +47 -0
- data/lib/marty/mcfly_query.rb +189 -0
- data/lib/marty/mcfly_query.rb~ +188 -0
- data/lib/marty/migrations.rb +108 -0
- data/lib/marty/migrations.rb~ +65 -0
- data/lib/marty/monkey.rb +163 -0
- data/lib/marty/monkey.rb~ +160 -0
- data/lib/marty/permissions.rb +64 -0
- data/lib/marty/permissions.rb~ +69 -0
- data/lib/marty/promise.rb~ +41 -0
- data/lib/marty/promise_job.rb +123 -0
- data/lib/marty/promise_job.rb~ +121 -0
- data/lib/marty/promise_proxy.rb +94 -0
- data/lib/marty/promise_proxy.rb~ +69 -0
- data/lib/marty/railtie.rb +5 -0
- data/lib/marty/relation.rb +39 -0
- data/lib/marty/util.rb +110 -0
- data/lib/marty/util.rb~ +80 -0
- data/lib/marty/version.rb +3 -0
- data/lib/marty/version.rb~ +3 -0
- data/lib/marty/xl.rb +527 -0
- data/lib/marty/xl.rb~ +526 -0
- data/lib/pyxll/README.txt +19 -0
- data/lib/pyxll/README.txt~ +16 -0
- data/lib/pyxll/gemini.py +155 -0
- data/lib/pyxll/gemini.py~ +110 -0
- data/lib/pyxll/pyxll.cfg +12 -0
- data/lib/pyxll/pyxll.cfg~ +12 -0
- data/lib/pyxll/sample.xlsx +0 -0
- data/lib/tasks/marty_tasks.rake +37 -0
- metadata +517 -0
@@ -0,0 +1,182 @@
|
|
1
|
+
/*
|
2
|
+
* Author: Constantin Jucovschi (c.jucovschi@jacobs-university.de)
|
3
|
+
* Licence: MIT
|
4
|
+
*/
|
5
|
+
|
6
|
+
CodeMirror.defineMode("stex", function(cmCfg, modeCfg)
|
7
|
+
{
|
8
|
+
function pushCommand(state, command) {
|
9
|
+
state.cmdState.push(command);
|
10
|
+
}
|
11
|
+
|
12
|
+
function peekCommand(state) {
|
13
|
+
if (state.cmdState.length>0)
|
14
|
+
return state.cmdState[state.cmdState.length-1];
|
15
|
+
else
|
16
|
+
return null;
|
17
|
+
}
|
18
|
+
|
19
|
+
function popCommand(state) {
|
20
|
+
if (state.cmdState.length>0) {
|
21
|
+
var plug = state.cmdState.pop();
|
22
|
+
plug.closeBracket();
|
23
|
+
}
|
24
|
+
}
|
25
|
+
|
26
|
+
function applyMostPowerful(state) {
|
27
|
+
var context = state.cmdState;
|
28
|
+
for (var i = context.length - 1; i >= 0; i--) {
|
29
|
+
var plug = context[i];
|
30
|
+
if (plug.name=="DEFAULT")
|
31
|
+
continue;
|
32
|
+
return plug.styleIdentifier();
|
33
|
+
}
|
34
|
+
return null;
|
35
|
+
}
|
36
|
+
|
37
|
+
function addPluginPattern(pluginName, cmdStyle, brackets, styles) {
|
38
|
+
return function () {
|
39
|
+
this.name=pluginName;
|
40
|
+
this.bracketNo = 0;
|
41
|
+
this.style=cmdStyle;
|
42
|
+
this.styles = styles;
|
43
|
+
this.brackets = brackets;
|
44
|
+
|
45
|
+
this.styleIdentifier = function(content) {
|
46
|
+
if (this.bracketNo<=this.styles.length)
|
47
|
+
return this.styles[this.bracketNo-1];
|
48
|
+
else
|
49
|
+
return null;
|
50
|
+
};
|
51
|
+
this.openBracket = function(content) {
|
52
|
+
this.bracketNo++;
|
53
|
+
return "bracket";
|
54
|
+
};
|
55
|
+
this.closeBracket = function(content) {
|
56
|
+
};
|
57
|
+
};
|
58
|
+
}
|
59
|
+
|
60
|
+
var plugins = new Array();
|
61
|
+
|
62
|
+
plugins["importmodule"] = addPluginPattern("importmodule", "tag", "{[", ["string", "builtin"]);
|
63
|
+
plugins["documentclass"] = addPluginPattern("documentclass", "tag", "{[", ["", "atom"]);
|
64
|
+
plugins["usepackage"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
|
65
|
+
plugins["begin"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
|
66
|
+
plugins["end"] = addPluginPattern("documentclass", "tag", "[", ["atom"]);
|
67
|
+
|
68
|
+
plugins["DEFAULT"] = function () {
|
69
|
+
this.name="DEFAULT";
|
70
|
+
this.style="tag";
|
71
|
+
|
72
|
+
this.styleIdentifier = function(content) {
|
73
|
+
};
|
74
|
+
this.openBracket = function(content) {
|
75
|
+
};
|
76
|
+
this.closeBracket = function(content) {
|
77
|
+
};
|
78
|
+
};
|
79
|
+
|
80
|
+
function setState(state, f) {
|
81
|
+
state.f = f;
|
82
|
+
}
|
83
|
+
|
84
|
+
function normal(source, state) {
|
85
|
+
if (source.match(/^\\[a-zA-Z@]+/)) {
|
86
|
+
var cmdName = source.current();
|
87
|
+
cmdName = cmdName.substr(1, cmdName.length-1);
|
88
|
+
var plug;
|
89
|
+
if (plugins.hasOwnProperty(cmdName)) {
|
90
|
+
plug = plugins[cmdName];
|
91
|
+
} else {
|
92
|
+
plug = plugins["DEFAULT"];
|
93
|
+
}
|
94
|
+
plug = new plug();
|
95
|
+
pushCommand(state, plug);
|
96
|
+
setState(state, beginParams);
|
97
|
+
return plug.style;
|
98
|
+
}
|
99
|
+
|
100
|
+
// escape characters
|
101
|
+
if (source.match(/^\\[$&%#{}_]/)) {
|
102
|
+
return "tag";
|
103
|
+
}
|
104
|
+
|
105
|
+
// white space control characters
|
106
|
+
if (source.match(/^\\[,;!\/]/)) {
|
107
|
+
return "tag";
|
108
|
+
}
|
109
|
+
|
110
|
+
var ch = source.next();
|
111
|
+
if (ch == "%") {
|
112
|
+
// special case: % at end of its own line; stay in same state
|
113
|
+
if (!source.eol()) {
|
114
|
+
setState(state, inCComment);
|
115
|
+
}
|
116
|
+
return "comment";
|
117
|
+
}
|
118
|
+
else if (ch=='}' || ch==']') {
|
119
|
+
plug = peekCommand(state);
|
120
|
+
if (plug) {
|
121
|
+
plug.closeBracket(ch);
|
122
|
+
setState(state, beginParams);
|
123
|
+
} else
|
124
|
+
return "error";
|
125
|
+
return "bracket";
|
126
|
+
} else if (ch=='{' || ch=='[') {
|
127
|
+
plug = plugins["DEFAULT"];
|
128
|
+
plug = new plug();
|
129
|
+
pushCommand(state, plug);
|
130
|
+
return "bracket";
|
131
|
+
}
|
132
|
+
else if (/\d/.test(ch)) {
|
133
|
+
source.eatWhile(/[\w.%]/);
|
134
|
+
return "atom";
|
135
|
+
}
|
136
|
+
else {
|
137
|
+
source.eatWhile(/[\w-_]/);
|
138
|
+
return applyMostPowerful(state);
|
139
|
+
}
|
140
|
+
}
|
141
|
+
|
142
|
+
function inCComment(source, state) {
|
143
|
+
source.skipToEnd();
|
144
|
+
setState(state, normal);
|
145
|
+
return "comment";
|
146
|
+
}
|
147
|
+
|
148
|
+
function beginParams(source, state) {
|
149
|
+
var ch = source.peek();
|
150
|
+
if (ch == '{' || ch == '[') {
|
151
|
+
var lastPlug = peekCommand(state);
|
152
|
+
var style = lastPlug.openBracket(ch);
|
153
|
+
source.eat(ch);
|
154
|
+
setState(state, normal);
|
155
|
+
return "bracket";
|
156
|
+
}
|
157
|
+
if (/[ \t\r]/.test(ch)) {
|
158
|
+
source.eat(ch);
|
159
|
+
return null;
|
160
|
+
}
|
161
|
+
setState(state, normal);
|
162
|
+
lastPlug = peekCommand(state);
|
163
|
+
if (lastPlug) {
|
164
|
+
popCommand(state);
|
165
|
+
}
|
166
|
+
return normal(source, state);
|
167
|
+
}
|
168
|
+
|
169
|
+
return {
|
170
|
+
startState: function() { return { f:normal, cmdState:[] }; },
|
171
|
+
copyState: function(s) { return { f: s.f, cmdState: s.cmdState.slice(0, s.cmdState.length) }; },
|
172
|
+
|
173
|
+
token: function(stream, state) {
|
174
|
+
var t = state.f(stream, state);
|
175
|
+
var w = stream.current();
|
176
|
+
return t;
|
177
|
+
}
|
178
|
+
};
|
179
|
+
});
|
180
|
+
|
181
|
+
CodeMirror.defineMIME("text/x-stex", "stex");
|
182
|
+
CodeMirror.defineMIME("text/x-latex", "stex");
|
@@ -0,0 +1,343 @@
|
|
1
|
+
var MT = ModeTest;
|
2
|
+
MT.modeName = 'stex';
|
3
|
+
MT.modeOptions = {};
|
4
|
+
|
5
|
+
MT.testMode(
|
6
|
+
'word',
|
7
|
+
'foo',
|
8
|
+
[
|
9
|
+
null, 'foo'
|
10
|
+
]
|
11
|
+
);
|
12
|
+
|
13
|
+
MT.testMode(
|
14
|
+
'twoWords',
|
15
|
+
'foo bar',
|
16
|
+
[
|
17
|
+
null, 'foo bar'
|
18
|
+
]
|
19
|
+
);
|
20
|
+
|
21
|
+
MT.testMode(
|
22
|
+
'beginEndDocument',
|
23
|
+
'\\begin{document}\n\\end{document}',
|
24
|
+
[
|
25
|
+
'tag', '\\begin',
|
26
|
+
'bracket', '{',
|
27
|
+
'atom', 'document',
|
28
|
+
'bracket', '}',
|
29
|
+
'tag', '\\end',
|
30
|
+
'bracket', '{',
|
31
|
+
'atom', 'document',
|
32
|
+
'bracket', '}'
|
33
|
+
]
|
34
|
+
);
|
35
|
+
|
36
|
+
MT.testMode(
|
37
|
+
'beginEndEquation',
|
38
|
+
'\\begin{equation}\n E=mc^2\n\\end{equation}',
|
39
|
+
[
|
40
|
+
'tag', '\\begin',
|
41
|
+
'bracket', '{',
|
42
|
+
'atom', 'equation',
|
43
|
+
'bracket', '}',
|
44
|
+
null, ' E=mc^2',
|
45
|
+
'tag', '\\end',
|
46
|
+
'bracket', '{',
|
47
|
+
'atom', 'equation',
|
48
|
+
'bracket', '}'
|
49
|
+
]
|
50
|
+
);
|
51
|
+
|
52
|
+
MT.testMode(
|
53
|
+
'beginModule',
|
54
|
+
'\\begin{module}[]',
|
55
|
+
[
|
56
|
+
'tag', '\\begin',
|
57
|
+
'bracket', '{',
|
58
|
+
'atom', 'module',
|
59
|
+
'bracket', '}[]'
|
60
|
+
]
|
61
|
+
);
|
62
|
+
|
63
|
+
MT.testMode(
|
64
|
+
'beginModuleId',
|
65
|
+
'\\begin{module}[id=bbt-size]',
|
66
|
+
[
|
67
|
+
'tag', '\\begin',
|
68
|
+
'bracket', '{',
|
69
|
+
'atom', 'module',
|
70
|
+
'bracket', '}[',
|
71
|
+
null, 'id=bbt-size',
|
72
|
+
'bracket', ']'
|
73
|
+
]
|
74
|
+
);
|
75
|
+
|
76
|
+
MT.testMode(
|
77
|
+
'importModule',
|
78
|
+
'\\importmodule[b-b-t]{b-b-t}',
|
79
|
+
[
|
80
|
+
'tag', '\\importmodule',
|
81
|
+
'bracket', '[',
|
82
|
+
'string', 'b-b-t',
|
83
|
+
'bracket', ']{',
|
84
|
+
'builtin', 'b-b-t',
|
85
|
+
'bracket', '}'
|
86
|
+
]
|
87
|
+
);
|
88
|
+
|
89
|
+
MT.testMode(
|
90
|
+
'importModulePath',
|
91
|
+
'\\importmodule[\\KWARCslides{dmath/en/cardinality}]{card}',
|
92
|
+
[
|
93
|
+
'tag', '\\importmodule',
|
94
|
+
'bracket', '[',
|
95
|
+
'tag', '\\KWARCslides',
|
96
|
+
'bracket', '{',
|
97
|
+
'string', 'dmath/en/cardinality',
|
98
|
+
'bracket', '}]{',
|
99
|
+
'builtin', 'card',
|
100
|
+
'bracket', '}'
|
101
|
+
]
|
102
|
+
);
|
103
|
+
|
104
|
+
MT.testMode(
|
105
|
+
'psForPDF',
|
106
|
+
'\\PSforPDF[1]{#1}', // could treat #1 specially
|
107
|
+
[
|
108
|
+
'tag', '\\PSforPDF',
|
109
|
+
'bracket', '[',
|
110
|
+
'atom', '1',
|
111
|
+
'bracket', ']{',
|
112
|
+
null, '#1',
|
113
|
+
'bracket', '}'
|
114
|
+
]
|
115
|
+
);
|
116
|
+
|
117
|
+
MT.testMode(
|
118
|
+
'comment',
|
119
|
+
'% foo',
|
120
|
+
[
|
121
|
+
'comment', '% foo'
|
122
|
+
]
|
123
|
+
);
|
124
|
+
|
125
|
+
MT.testMode(
|
126
|
+
'tagComment',
|
127
|
+
'\\item% bar',
|
128
|
+
[
|
129
|
+
'tag', '\\item',
|
130
|
+
'comment', '% bar'
|
131
|
+
]
|
132
|
+
);
|
133
|
+
|
134
|
+
MT.testMode(
|
135
|
+
'commentTag',
|
136
|
+
' % \\item',
|
137
|
+
[
|
138
|
+
null, ' ',
|
139
|
+
'comment', '% \\item'
|
140
|
+
]
|
141
|
+
);
|
142
|
+
|
143
|
+
MT.testMode(
|
144
|
+
'commentLineBreak',
|
145
|
+
'%\nfoo',
|
146
|
+
[
|
147
|
+
'comment', '%',
|
148
|
+
null, 'foo'
|
149
|
+
]
|
150
|
+
);
|
151
|
+
|
152
|
+
MT.testMode(
|
153
|
+
'tagErrorCurly',
|
154
|
+
'\\begin}{',
|
155
|
+
[
|
156
|
+
'tag', '\\begin',
|
157
|
+
'error', '}',
|
158
|
+
'bracket', '{'
|
159
|
+
]
|
160
|
+
);
|
161
|
+
|
162
|
+
MT.testMode(
|
163
|
+
'tagErrorSquare',
|
164
|
+
'\\item]{',
|
165
|
+
[
|
166
|
+
'tag', '\\item',
|
167
|
+
'error', ']',
|
168
|
+
'bracket', '{'
|
169
|
+
]
|
170
|
+
);
|
171
|
+
|
172
|
+
MT.testMode(
|
173
|
+
'commentCurly',
|
174
|
+
'% }',
|
175
|
+
[
|
176
|
+
'comment', '% }'
|
177
|
+
]
|
178
|
+
);
|
179
|
+
|
180
|
+
MT.testMode(
|
181
|
+
'tagHash',
|
182
|
+
'the \\# key',
|
183
|
+
[
|
184
|
+
null, 'the ',
|
185
|
+
'tag', '\\#',
|
186
|
+
null, ' key'
|
187
|
+
]
|
188
|
+
);
|
189
|
+
|
190
|
+
MT.testMode(
|
191
|
+
'tagNumber',
|
192
|
+
'a \\$5 stetson',
|
193
|
+
[
|
194
|
+
null, 'a ',
|
195
|
+
'tag', '\\$',
|
196
|
+
'atom', 5,
|
197
|
+
null, ' stetson'
|
198
|
+
]
|
199
|
+
);
|
200
|
+
|
201
|
+
MT.testMode(
|
202
|
+
'tagPercent',
|
203
|
+
'100\\% beef',
|
204
|
+
[
|
205
|
+
'atom', '100',
|
206
|
+
'tag', '\\%',
|
207
|
+
null, ' beef'
|
208
|
+
]
|
209
|
+
);
|
210
|
+
|
211
|
+
MT.testMode(
|
212
|
+
'tagAmpersand',
|
213
|
+
'L \\& N',
|
214
|
+
[
|
215
|
+
null, 'L ',
|
216
|
+
'tag', '\\&',
|
217
|
+
null, ' N'
|
218
|
+
]
|
219
|
+
);
|
220
|
+
|
221
|
+
MT.testMode(
|
222
|
+
'tagUnderscore',
|
223
|
+
'foo\\_bar',
|
224
|
+
[
|
225
|
+
null, 'foo',
|
226
|
+
'tag', '\\_',
|
227
|
+
null, 'bar'
|
228
|
+
]
|
229
|
+
);
|
230
|
+
|
231
|
+
MT.testMode(
|
232
|
+
'tagBracketOpen',
|
233
|
+
'\\emph{\\{}',
|
234
|
+
[
|
235
|
+
'tag', '\\emph',
|
236
|
+
'bracket', '{',
|
237
|
+
'tag', '\\{',
|
238
|
+
'bracket', '}'
|
239
|
+
]
|
240
|
+
);
|
241
|
+
|
242
|
+
MT.testMode(
|
243
|
+
'tagBracketClose',
|
244
|
+
'\\emph{\\}}',
|
245
|
+
[
|
246
|
+
'tag', '\\emph',
|
247
|
+
'bracket', '{',
|
248
|
+
'tag', '\\}',
|
249
|
+
'bracket', '}'
|
250
|
+
]
|
251
|
+
);
|
252
|
+
|
253
|
+
MT.testMode(
|
254
|
+
'tagLetterNumber',
|
255
|
+
'section \\S1',
|
256
|
+
[
|
257
|
+
null, 'section ',
|
258
|
+
'tag', '\\S',
|
259
|
+
'atom', '1'
|
260
|
+
]
|
261
|
+
);
|
262
|
+
|
263
|
+
MT.testMode(
|
264
|
+
'textTagNumber',
|
265
|
+
'para \\P2',
|
266
|
+
[
|
267
|
+
null, 'para ',
|
268
|
+
'tag', '\\P',
|
269
|
+
'atom', '2'
|
270
|
+
]
|
271
|
+
);
|
272
|
+
|
273
|
+
MT.testMode(
|
274
|
+
'thinspace',
|
275
|
+
'x\\,y', // thinspace
|
276
|
+
[
|
277
|
+
null, 'x',
|
278
|
+
'tag', '\\,',
|
279
|
+
null, 'y'
|
280
|
+
]
|
281
|
+
);
|
282
|
+
|
283
|
+
MT.testMode(
|
284
|
+
'thickspace',
|
285
|
+
'x\\;y', // thickspace
|
286
|
+
[
|
287
|
+
null, 'x',
|
288
|
+
'tag', '\\;',
|
289
|
+
null, 'y'
|
290
|
+
]
|
291
|
+
);
|
292
|
+
|
293
|
+
MT.testMode(
|
294
|
+
'negativeThinspace',
|
295
|
+
'x\\!y', // negative thinspace
|
296
|
+
[
|
297
|
+
null, 'x',
|
298
|
+
'tag', '\\!',
|
299
|
+
null, 'y'
|
300
|
+
]
|
301
|
+
);
|
302
|
+
|
303
|
+
MT.testMode(
|
304
|
+
'periodNotSentence',
|
305
|
+
'J.\\ L.\\ is', // period not ending a sentence
|
306
|
+
[
|
307
|
+
null, 'J.\\ L.\\ is'
|
308
|
+
]
|
309
|
+
); // maybe could be better
|
310
|
+
|
311
|
+
MT.testMode(
|
312
|
+
'periodSentence',
|
313
|
+
'X\\@. The', // period ending a sentence
|
314
|
+
[
|
315
|
+
null, 'X',
|
316
|
+
'tag', '\\@',
|
317
|
+
null, '. The'
|
318
|
+
]
|
319
|
+
);
|
320
|
+
|
321
|
+
MT.testMode(
|
322
|
+
'italicCorrection',
|
323
|
+
'{\\em If\\/} I', // italic correction
|
324
|
+
[
|
325
|
+
'bracket', '{',
|
326
|
+
'tag', '\\em',
|
327
|
+
null, ' If',
|
328
|
+
'tag', '\\/',
|
329
|
+
'bracket', '}',
|
330
|
+
null, ' I'
|
331
|
+
]
|
332
|
+
);
|
333
|
+
|
334
|
+
MT.testMode(
|
335
|
+
'tagBracket',
|
336
|
+
'\\newcommand{\\pop}',
|
337
|
+
[
|
338
|
+
'tag', '\\newcommand',
|
339
|
+
'bracket', '{',
|
340
|
+
'tag', '\\pop',
|
341
|
+
'bracket', '}'
|
342
|
+
]
|
343
|
+
);
|