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,318 @@
|
|
1
|
+
CodeMirror.defineMode("xml", function(config, parserConfig) {
|
2
|
+
var indentUnit = config.indentUnit;
|
3
|
+
var Kludges = parserConfig.htmlMode ? {
|
4
|
+
autoSelfClosers: {'area': true, 'base': true, 'br': true, 'col': true, 'command': true,
|
5
|
+
'embed': true, 'frame': true, 'hr': true, 'img': true, 'input': true,
|
6
|
+
'keygen': true, 'link': true, 'meta': true, 'param': true, 'source': true,
|
7
|
+
'track': true, 'wbr': true},
|
8
|
+
implicitlyClosed: {'dd': true, 'li': true, 'optgroup': true, 'option': true, 'p': true,
|
9
|
+
'rp': true, 'rt': true, 'tbody': true, 'td': true, 'tfoot': true,
|
10
|
+
'th': true, 'tr': true},
|
11
|
+
contextGrabbers: {
|
12
|
+
'dd': {'dd': true, 'dt': true},
|
13
|
+
'dt': {'dd': true, 'dt': true},
|
14
|
+
'li': {'li': true},
|
15
|
+
'option': {'option': true, 'optgroup': true},
|
16
|
+
'optgroup': {'optgroup': true},
|
17
|
+
'p': {'address': true, 'article': true, 'aside': true, 'blockquote': true, 'dir': true,
|
18
|
+
'div': true, 'dl': true, 'fieldset': true, 'footer': true, 'form': true,
|
19
|
+
'h1': true, 'h2': true, 'h3': true, 'h4': true, 'h5': true, 'h6': true,
|
20
|
+
'header': true, 'hgroup': true, 'hr': true, 'menu': true, 'nav': true, 'ol': true,
|
21
|
+
'p': true, 'pre': true, 'section': true, 'table': true, 'ul': true},
|
22
|
+
'rp': {'rp': true, 'rt': true},
|
23
|
+
'rt': {'rp': true, 'rt': true},
|
24
|
+
'tbody': {'tbody': true, 'tfoot': true},
|
25
|
+
'td': {'td': true, 'th': true},
|
26
|
+
'tfoot': {'tbody': true},
|
27
|
+
'th': {'td': true, 'th': true},
|
28
|
+
'thead': {'tbody': true, 'tfoot': true},
|
29
|
+
'tr': {'tr': true}
|
30
|
+
},
|
31
|
+
doNotIndent: {"pre": true},
|
32
|
+
allowUnquoted: true,
|
33
|
+
allowMissing: true
|
34
|
+
} : {
|
35
|
+
autoSelfClosers: {},
|
36
|
+
implicitlyClosed: {},
|
37
|
+
contextGrabbers: {},
|
38
|
+
doNotIndent: {},
|
39
|
+
allowUnquoted: false,
|
40
|
+
allowMissing: false
|
41
|
+
};
|
42
|
+
var alignCDATA = parserConfig.alignCDATA;
|
43
|
+
|
44
|
+
// Return variables for tokenizers
|
45
|
+
var tagName, type;
|
46
|
+
|
47
|
+
function inText(stream, state) {
|
48
|
+
function chain(parser) {
|
49
|
+
state.tokenize = parser;
|
50
|
+
return parser(stream, state);
|
51
|
+
}
|
52
|
+
|
53
|
+
var ch = stream.next();
|
54
|
+
if (ch == "<") {
|
55
|
+
if (stream.eat("!")) {
|
56
|
+
if (stream.eat("[")) {
|
57
|
+
if (stream.match("CDATA[")) return chain(inBlock("atom", "]]>"));
|
58
|
+
else return null;
|
59
|
+
}
|
60
|
+
else if (stream.match("--")) return chain(inBlock("comment", "-->"));
|
61
|
+
else if (stream.match("DOCTYPE", true, true)) {
|
62
|
+
stream.eatWhile(/[\w\._\-]/);
|
63
|
+
return chain(doctype(1));
|
64
|
+
}
|
65
|
+
else return null;
|
66
|
+
}
|
67
|
+
else if (stream.eat("?")) {
|
68
|
+
stream.eatWhile(/[\w\._\-]/);
|
69
|
+
state.tokenize = inBlock("meta", "?>");
|
70
|
+
return "meta";
|
71
|
+
}
|
72
|
+
else {
|
73
|
+
type = stream.eat("/") ? "closeTag" : "openTag";
|
74
|
+
stream.eatSpace();
|
75
|
+
tagName = "";
|
76
|
+
var c;
|
77
|
+
while ((c = stream.eat(/[^\s\u00a0=<>\"\'\/?]/))) tagName += c;
|
78
|
+
state.tokenize = inTag;
|
79
|
+
return "tag";
|
80
|
+
}
|
81
|
+
}
|
82
|
+
else if (ch == "&") {
|
83
|
+
var ok;
|
84
|
+
if (stream.eat("#")) {
|
85
|
+
if (stream.eat("x")) {
|
86
|
+
ok = stream.eatWhile(/[a-fA-F\d]/) && stream.eat(";");
|
87
|
+
} else {
|
88
|
+
ok = stream.eatWhile(/[\d]/) && stream.eat(";");
|
89
|
+
}
|
90
|
+
} else {
|
91
|
+
ok = stream.eatWhile(/[\w\.\-:]/) && stream.eat(";");
|
92
|
+
}
|
93
|
+
return ok ? "atom" : "error";
|
94
|
+
}
|
95
|
+
else {
|
96
|
+
stream.eatWhile(/[^&<]/);
|
97
|
+
return null;
|
98
|
+
}
|
99
|
+
}
|
100
|
+
|
101
|
+
function inTag(stream, state) {
|
102
|
+
var ch = stream.next();
|
103
|
+
if (ch == ">" || (ch == "/" && stream.eat(">"))) {
|
104
|
+
state.tokenize = inText;
|
105
|
+
type = ch == ">" ? "endTag" : "selfcloseTag";
|
106
|
+
return "tag";
|
107
|
+
}
|
108
|
+
else if (ch == "=") {
|
109
|
+
type = "equals";
|
110
|
+
return null;
|
111
|
+
}
|
112
|
+
else if (/[\'\"]/.test(ch)) {
|
113
|
+
state.tokenize = inAttribute(ch);
|
114
|
+
return state.tokenize(stream, state);
|
115
|
+
}
|
116
|
+
else {
|
117
|
+
stream.eatWhile(/[^\s\u00a0=<>\"\'\/?]/);
|
118
|
+
return "word";
|
119
|
+
}
|
120
|
+
}
|
121
|
+
|
122
|
+
function inAttribute(quote) {
|
123
|
+
return function(stream, state) {
|
124
|
+
while (!stream.eol()) {
|
125
|
+
if (stream.next() == quote) {
|
126
|
+
state.tokenize = inTag;
|
127
|
+
break;
|
128
|
+
}
|
129
|
+
}
|
130
|
+
return "string";
|
131
|
+
};
|
132
|
+
}
|
133
|
+
|
134
|
+
function inBlock(style, terminator) {
|
135
|
+
return function(stream, state) {
|
136
|
+
while (!stream.eol()) {
|
137
|
+
if (stream.match(terminator)) {
|
138
|
+
state.tokenize = inText;
|
139
|
+
break;
|
140
|
+
}
|
141
|
+
stream.next();
|
142
|
+
}
|
143
|
+
return style;
|
144
|
+
};
|
145
|
+
}
|
146
|
+
function doctype(depth) {
|
147
|
+
return function(stream, state) {
|
148
|
+
var ch;
|
149
|
+
while ((ch = stream.next()) != null) {
|
150
|
+
if (ch == "<") {
|
151
|
+
state.tokenize = doctype(depth + 1);
|
152
|
+
return state.tokenize(stream, state);
|
153
|
+
} else if (ch == ">") {
|
154
|
+
if (depth == 1) {
|
155
|
+
state.tokenize = inText;
|
156
|
+
break;
|
157
|
+
} else {
|
158
|
+
state.tokenize = doctype(depth - 1);
|
159
|
+
return state.tokenize(stream, state);
|
160
|
+
}
|
161
|
+
}
|
162
|
+
}
|
163
|
+
return "meta";
|
164
|
+
};
|
165
|
+
}
|
166
|
+
|
167
|
+
var curState, setStyle;
|
168
|
+
function pass() {
|
169
|
+
for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]);
|
170
|
+
}
|
171
|
+
function cont() {
|
172
|
+
pass.apply(null, arguments);
|
173
|
+
return true;
|
174
|
+
}
|
175
|
+
|
176
|
+
function pushContext(tagName, startOfLine) {
|
177
|
+
var noIndent = Kludges.doNotIndent.hasOwnProperty(tagName) || (curState.context && curState.context.noIndent);
|
178
|
+
curState.context = {
|
179
|
+
prev: curState.context,
|
180
|
+
tagName: tagName,
|
181
|
+
indent: curState.indented,
|
182
|
+
startOfLine: startOfLine,
|
183
|
+
noIndent: noIndent
|
184
|
+
};
|
185
|
+
}
|
186
|
+
function popContext() {
|
187
|
+
if (curState.context) curState.context = curState.context.prev;
|
188
|
+
}
|
189
|
+
|
190
|
+
function element(type) {
|
191
|
+
if (type == "openTag") {
|
192
|
+
curState.tagName = tagName;
|
193
|
+
return cont(attributes, endtag(curState.startOfLine));
|
194
|
+
} else if (type == "closeTag") {
|
195
|
+
var err = false;
|
196
|
+
if (curState.context) {
|
197
|
+
if (curState.context.tagName != tagName) {
|
198
|
+
if (Kludges.implicitlyClosed.hasOwnProperty(curState.context.tagName.toLowerCase())) {
|
199
|
+
popContext();
|
200
|
+
}
|
201
|
+
err = !curState.context || curState.context.tagName != tagName;
|
202
|
+
}
|
203
|
+
} else {
|
204
|
+
err = true;
|
205
|
+
}
|
206
|
+
if (err) setStyle = "error";
|
207
|
+
return cont(endclosetag(err));
|
208
|
+
}
|
209
|
+
return cont();
|
210
|
+
}
|
211
|
+
function endtag(startOfLine) {
|
212
|
+
return function(type) {
|
213
|
+
if (type == "selfcloseTag" ||
|
214
|
+
(type == "endTag" && Kludges.autoSelfClosers.hasOwnProperty(curState.tagName.toLowerCase()))) {
|
215
|
+
maybePopContext(curState.tagName.toLowerCase());
|
216
|
+
return cont();
|
217
|
+
}
|
218
|
+
if (type == "endTag") {
|
219
|
+
maybePopContext(curState.tagName.toLowerCase());
|
220
|
+
pushContext(curState.tagName, startOfLine);
|
221
|
+
return cont();
|
222
|
+
}
|
223
|
+
return cont();
|
224
|
+
};
|
225
|
+
}
|
226
|
+
function endclosetag(err) {
|
227
|
+
return function(type) {
|
228
|
+
if (err) setStyle = "error";
|
229
|
+
if (type == "endTag") { popContext(); return cont(); }
|
230
|
+
setStyle = "error";
|
231
|
+
return cont(arguments.callee);
|
232
|
+
};
|
233
|
+
}
|
234
|
+
function maybePopContext(nextTagName) {
|
235
|
+
var parentTagName;
|
236
|
+
while (true) {
|
237
|
+
if (!curState.context) {
|
238
|
+
return;
|
239
|
+
}
|
240
|
+
parentTagName = curState.context.tagName.toLowerCase();
|
241
|
+
if (!Kludges.contextGrabbers.hasOwnProperty(parentTagName) ||
|
242
|
+
!Kludges.contextGrabbers[parentTagName].hasOwnProperty(nextTagName)) {
|
243
|
+
return;
|
244
|
+
}
|
245
|
+
popContext();
|
246
|
+
}
|
247
|
+
}
|
248
|
+
|
249
|
+
function attributes(type) {
|
250
|
+
if (type == "word") {setStyle = "attribute"; return cont(attribute, attributes);}
|
251
|
+
if (type == "endTag" || type == "selfcloseTag") return pass();
|
252
|
+
setStyle = "error";
|
253
|
+
return cont(attributes);
|
254
|
+
}
|
255
|
+
function attribute(type) {
|
256
|
+
if (type == "equals") return cont(attvalue, attributes);
|
257
|
+
if (!Kludges.allowMissing) setStyle = "error";
|
258
|
+
return (type == "endTag" || type == "selfcloseTag") ? pass() : cont();
|
259
|
+
}
|
260
|
+
function attvalue(type) {
|
261
|
+
if (type == "string") return cont(attvaluemaybe);
|
262
|
+
if (type == "word" && Kludges.allowUnquoted) {setStyle = "string"; return cont();}
|
263
|
+
setStyle = "error";
|
264
|
+
return (type == "endTag" || type == "selfCloseTag") ? pass() : cont();
|
265
|
+
}
|
266
|
+
function attvaluemaybe(type) {
|
267
|
+
if (type == "string") return cont(attvaluemaybe);
|
268
|
+
else return pass();
|
269
|
+
}
|
270
|
+
|
271
|
+
return {
|
272
|
+
startState: function() {
|
273
|
+
return {tokenize: inText, cc: [], indented: 0, startOfLine: true, tagName: null, context: null};
|
274
|
+
},
|
275
|
+
|
276
|
+
token: function(stream, state) {
|
277
|
+
if (stream.sol()) {
|
278
|
+
state.startOfLine = true;
|
279
|
+
state.indented = stream.indentation();
|
280
|
+
}
|
281
|
+
if (stream.eatSpace()) return null;
|
282
|
+
|
283
|
+
setStyle = type = tagName = null;
|
284
|
+
var style = state.tokenize(stream, state);
|
285
|
+
state.type = type;
|
286
|
+
if ((style || type) && style != "comment") {
|
287
|
+
curState = state;
|
288
|
+
while (true) {
|
289
|
+
var comb = state.cc.pop() || element;
|
290
|
+
if (comb(type || style)) break;
|
291
|
+
}
|
292
|
+
}
|
293
|
+
state.startOfLine = false;
|
294
|
+
return setStyle || style;
|
295
|
+
},
|
296
|
+
|
297
|
+
indent: function(state, textAfter, fullLine) {
|
298
|
+
var context = state.context;
|
299
|
+
if ((state.tokenize != inTag && state.tokenize != inText) ||
|
300
|
+
context && context.noIndent)
|
301
|
+
return fullLine ? fullLine.match(/^(\s*)/)[0].length : 0;
|
302
|
+
if (alignCDATA && /<!\[CDATA\[/.test(textAfter)) return 0;
|
303
|
+
if (context && /^<\//.test(textAfter))
|
304
|
+
context = context.prev;
|
305
|
+
while (context && !context.startOfLine)
|
306
|
+
context = context.prev;
|
307
|
+
if (context) return context.indent + indentUnit;
|
308
|
+
else return 0;
|
309
|
+
},
|
310
|
+
|
311
|
+
electricChars: "/"
|
312
|
+
};
|
313
|
+
});
|
314
|
+
|
315
|
+
CodeMirror.defineMIME("text/xml", "xml");
|
316
|
+
CodeMirror.defineMIME("application/xml", "xml");
|
317
|
+
if (!CodeMirror.mimeModes.hasOwnProperty("text/html"))
|
318
|
+
CodeMirror.defineMIME("text/html", {name: "xml", htmlMode: true});
|
@@ -0,0 +1,20 @@
|
|
1
|
+
Copyright (C) 2011 by MarkLogic Corporation
|
2
|
+
Author: Mike Brevoort <mike@brevoort.com>
|
3
|
+
|
4
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
5
|
+
of this software and associated documentation files (the "Software"), to deal
|
6
|
+
in the Software without restriction, including without limitation the rights
|
7
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
8
|
+
copies of the Software, and to permit persons to whom the Software is
|
9
|
+
furnished to do so, subject to the following conditions:
|
10
|
+
|
11
|
+
The above copyright notice and this permission notice shall be included in
|
12
|
+
all copies or substantial portions of the Software.
|
13
|
+
|
14
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
15
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
16
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
17
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
18
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
19
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
20
|
+
THE SOFTWARE.
|
@@ -0,0 +1,223 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<html>
|
3
|
+
<!--
|
4
|
+
/*
|
5
|
+
Copyright (C) 2011 by MarkLogic Corporation
|
6
|
+
Author: Mike Brevoort <mike@brevoort.com>
|
7
|
+
|
8
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
9
|
+
of this software and associated documentation files (the "Software"), to deal
|
10
|
+
in the Software without restriction, including without limitation the rights
|
11
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
12
|
+
copies of the Software, and to permit persons to whom the Software is
|
13
|
+
furnished to do so, subject to the following conditions:
|
14
|
+
|
15
|
+
The above copyright notice and this permission notice shall be included in
|
16
|
+
all copies or substantial portions of the Software.
|
17
|
+
|
18
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
19
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
20
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
21
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
22
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
23
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
24
|
+
THE SOFTWARE.
|
25
|
+
*/
|
26
|
+
-->
|
27
|
+
<head>
|
28
|
+
<meta charset="utf-8">
|
29
|
+
<title>CodeMirror: XQuery mode</title>
|
30
|
+
<link rel="stylesheet" href="../../lib/codemirror.css">
|
31
|
+
<script src="http://codemirror.net/lib/codemirror.js"></script>
|
32
|
+
<script src="xquery.js"></script>
|
33
|
+
<link rel="stylesheet" href="../../doc/docs.css">
|
34
|
+
<link rel="stylesheet" href="../../theme/xq-dark.css">
|
35
|
+
<style type="text/css">
|
36
|
+
.CodeMirror {
|
37
|
+
border-top: 1px solid black; border-bottom: 1px solid black;
|
38
|
+
}
|
39
|
+
.CodeMirror-scroll {
|
40
|
+
height:400px;
|
41
|
+
}
|
42
|
+
</style>
|
43
|
+
</head>
|
44
|
+
<body>
|
45
|
+
<h1>CodeMirror: XQuery mode</h1>
|
46
|
+
|
47
|
+
<div class="cm-s-default">
|
48
|
+
<textarea id="code" name="code">
|
49
|
+
xquery version "1.0-ml";
|
50
|
+
(: this is
|
51
|
+
: a
|
52
|
+
"comment" :)
|
53
|
+
let $let := <x attr="value">"test"<func>function() $var {function()} {$var}</func></x>
|
54
|
+
let $joe:=1
|
55
|
+
return element element {
|
56
|
+
attribute attribute { 1 },
|
57
|
+
element test { 'a' },
|
58
|
+
attribute foo { "bar" },
|
59
|
+
fn:doc()[ foo/@bar eq $let ],
|
60
|
+
//x }
|
61
|
+
|
62
|
+
(: a more 'evil' test :)
|
63
|
+
(: Modified Blakeley example (: with nested comment :) ... :)
|
64
|
+
declare private function local:declare() {()};
|
65
|
+
declare private function local:private() {()};
|
66
|
+
declare private function local:function() {()};
|
67
|
+
declare private function local:local() {()};
|
68
|
+
let $let := <let>let $let := "let"</let>
|
69
|
+
return element element {
|
70
|
+
attribute attribute { try { xdmp:version() } catch($e) { xdmp:log($e) } },
|
71
|
+
attribute fn:doc { "bar" castable as xs:string },
|
72
|
+
element text { text { "text" } },
|
73
|
+
fn:doc()[ child::eq/(@bar | attribute::attribute) eq $let ],
|
74
|
+
//fn:doc
|
75
|
+
}
|
76
|
+
|
77
|
+
|
78
|
+
|
79
|
+
xquery version "1.0-ml";
|
80
|
+
|
81
|
+
(: Copyright 2006-2010 Mark Logic Corporation. :)
|
82
|
+
|
83
|
+
(:
|
84
|
+
: Licensed under the Apache License, Version 2.0 (the "License");
|
85
|
+
: you may not use this file except in compliance with the License.
|
86
|
+
: You may obtain a copy of the License at
|
87
|
+
:
|
88
|
+
: http://www.apache.org/licenses/LICENSE-2.0
|
89
|
+
:
|
90
|
+
: Unless required by applicable law or agreed to in writing, software
|
91
|
+
: distributed under the License is distributed on an "AS IS" BASIS,
|
92
|
+
: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
93
|
+
: See the License for the specific language governing permissions and
|
94
|
+
: limitations under the License.
|
95
|
+
:)
|
96
|
+
|
97
|
+
module namespace json = "http://marklogic.com/json";
|
98
|
+
declare default function namespace "http://www.w3.org/2005/xpath-functions";
|
99
|
+
|
100
|
+
(: Need to backslash escape any double quotes, backslashes, and newlines :)
|
101
|
+
declare function json:escape($s as xs:string) as xs:string {
|
102
|
+
let $s := replace($s, "\\", "\\\\")
|
103
|
+
let $s := replace($s, """", "\\""")
|
104
|
+
let $s := replace($s, codepoints-to-string((13, 10)), "\\n")
|
105
|
+
let $s := replace($s, codepoints-to-string(13), "\\n")
|
106
|
+
let $s := replace($s, codepoints-to-string(10), "\\n")
|
107
|
+
return $s
|
108
|
+
};
|
109
|
+
|
110
|
+
declare function json:atomize($x as element()) as xs:string {
|
111
|
+
if (count($x/node()) = 0) then 'null'
|
112
|
+
else if ($x/@type = "number") then
|
113
|
+
let $castable := $x castable as xs:float or
|
114
|
+
$x castable as xs:double or
|
115
|
+
$x castable as xs:decimal
|
116
|
+
return
|
117
|
+
if ($castable) then xs:string($x)
|
118
|
+
else error(concat("Not a number: ", xdmp:describe($x)))
|
119
|
+
else if ($x/@type = "boolean") then
|
120
|
+
let $castable := $x castable as xs:boolean
|
121
|
+
return
|
122
|
+
if ($castable) then xs:string(xs:boolean($x))
|
123
|
+
else error(concat("Not a boolean: ", xdmp:describe($x)))
|
124
|
+
else concat('"', json:escape($x), '"')
|
125
|
+
};
|
126
|
+
|
127
|
+
(: Print the thing that comes after the colon :)
|
128
|
+
declare function json:print-value($x as element()) as xs:string {
|
129
|
+
if (count($x/*) = 0) then
|
130
|
+
json:atomize($x)
|
131
|
+
else if ($x/@quote = "true") then
|
132
|
+
concat('"', json:escape(xdmp:quote($x/node())), '"')
|
133
|
+
else
|
134
|
+
string-join(('{',
|
135
|
+
string-join(for $i in $x/* return json:print-name-value($i), ","),
|
136
|
+
'}'), "")
|
137
|
+
};
|
138
|
+
|
139
|
+
(: Print the name and value both :)
|
140
|
+
declare function json:print-name-value($x as element()) as xs:string? {
|
141
|
+
let $name := name($x)
|
142
|
+
let $first-in-array :=
|
143
|
+
count($x/preceding-sibling::*[name(.) = $name]) = 0 and
|
144
|
+
(count($x/following-sibling::*[name(.) = $name]) > 0 or $x/@array = "true")
|
145
|
+
let $later-in-array := count($x/preceding-sibling::*[name(.) = $name]) > 0
|
146
|
+
return
|
147
|
+
|
148
|
+
if ($later-in-array) then
|
149
|
+
() (: I was handled previously :)
|
150
|
+
else if ($first-in-array) then
|
151
|
+
string-join(('"', json:escape($name), '":[',
|
152
|
+
string-join((for $i in ($x, $x/following-sibling::*[name(.) = $name]) return json:print-value($i)), ","),
|
153
|
+
']'), "")
|
154
|
+
else
|
155
|
+
string-join(('"', json:escape($name), '":', json:print-value($x)), "")
|
156
|
+
};
|
157
|
+
|
158
|
+
(:~
|
159
|
+
Transforms an XML element into a JSON string representation. See http://json.org.
|
160
|
+
<p/>
|
161
|
+
Sample usage:
|
162
|
+
<pre>
|
163
|
+
xquery version "1.0-ml";
|
164
|
+
import module namespace json="http://marklogic.com/json" at "json.xqy";
|
165
|
+
json:serialize(&lt;foo&gt;&lt;bar&gt;kid&lt;/bar&gt;&lt;/foo&gt;)
|
166
|
+
</pre>
|
167
|
+
Sample transformations:
|
168
|
+
<pre>
|
169
|
+
&lt;e/&gt; becomes {"e":null}
|
170
|
+
&lt;e&gt;text&lt;/e&gt; becomes {"e":"text"}
|
171
|
+
&lt;e&gt;quote " escaping&lt;/e&gt; becomes {"e":"quote \" escaping"}
|
172
|
+
&lt;e&gt;backslash \ escaping&lt;/e&gt; becomes {"e":"backslash \\ escaping"}
|
173
|
+
&lt;e&gt;&lt;a&gt;text1&lt;/a&gt;&lt;b&gt;text2&lt;/b&gt;&lt;/e&gt; becomes {"e":{"a":"text1","b":"text2"}}
|
174
|
+
&lt;e&gt;&lt;a&gt;text1&lt;/a&gt;&lt;a&gt;text2&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":["text1","text2"]}}
|
175
|
+
&lt;e&gt;&lt;a array="true"&gt;text1&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":["text1"]}}
|
176
|
+
&lt;e&gt;&lt;a type="boolean"&gt;false&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":false}}
|
177
|
+
&lt;e&gt;&lt;a type="number"&gt;123.5&lt;/a&gt;&lt;/e&gt; becomes {"e":{"a":123.5}}
|
178
|
+
&lt;e quote="true"&gt;&lt;div attrib="value"/&gt;&lt;/e&gt; becomes {"e":"&lt;div attrib=\"value\"/&gt;"}
|
179
|
+
</pre>
|
180
|
+
<p/>
|
181
|
+
Namespace URIs are ignored. Namespace prefixes are included in the JSON name.
|
182
|
+
<p/>
|
183
|
+
Attributes are ignored, except for the special attribute @array="true" that
|
184
|
+
indicates the JSON serialization should write the node, even if single, as an
|
185
|
+
array, and the attribute @type that can be set to "boolean" or "number" to
|
186
|
+
dictate the value should be written as that type (unquoted). There's also
|
187
|
+
an @quote attribute that when set to true writes the inner content as text
|
188
|
+
rather than as structured JSON, useful for sending some XHTML over the
|
189
|
+
wire.
|
190
|
+
<p/>
|
191
|
+
Text nodes within mixed content are ignored.
|
192
|
+
|
193
|
+
@param $x Element node to convert
|
194
|
+
@return String holding JSON serialized representation of $x
|
195
|
+
|
196
|
+
@author Jason Hunter
|
197
|
+
@version 1.0.1
|
198
|
+
|
199
|
+
Ported to xquery 1.0-ml; double escaped backslashes in json:escape
|
200
|
+
:)
|
201
|
+
declare function json:serialize($x as element()) as xs:string {
|
202
|
+
string-join(('{', json:print-name-value($x), '}'), "")
|
203
|
+
};
|
204
|
+
</textarea>
|
205
|
+
</div>
|
206
|
+
|
207
|
+
<script>
|
208
|
+
var editor = CodeMirror.fromTextArea(document.getElementById("code"), {
|
209
|
+
lineNumbers: true,
|
210
|
+
matchBrackets: true,
|
211
|
+
theme: "xq-dark"
|
212
|
+
});
|
213
|
+
</script>
|
214
|
+
|
215
|
+
<p><strong>MIME types defined:</strong> <code>application/xquery</code>.</p>
|
216
|
+
|
217
|
+
<p>Development of the CodeMirror XQuery mode was sponsored by
|
218
|
+
<a href="http://marklogic.com">MarkLogic</a> and developed by
|
219
|
+
<a href="https://twitter.com/mbrevoort">Mike Brevoort</a>.
|
220
|
+
</p>
|
221
|
+
|
222
|
+
</body>
|
223
|
+
</html>
|