jiji 1.2.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/ChangeLog +58 -0
- data/README +1 -0
- data/base/agents/moving_average_agent.rb +78 -0
- data/base/shared_lib/moving_average.rb +35 -0
- data/base/shared_lib/system/cross.rb +76 -0
- data/base/shared_lib/system/position_manager.rb +160 -0
- data/base/shared_lib/system/signal.rb +347 -0
- data/bin/jiji +5 -0
- data/html/css/calendar.css +432 -0
- data/html/css/datatable.css +299 -0
- data/html/css/default.css +627 -0
- data/html/css/dialog.css +77 -0
- data/html/css/treeview.css +205 -0
- data/html/img/auto_trade_off.gif +0 -0
- data/html/img/auto_trade_on.gif +0 -0
- data/html/img/back_bottom.gif +0 -0
- data/html/img/back_middle.gif +0 -0
- data/html/img/back_top.gif +0 -0
- data/html/img/bin_closed.png +0 -0
- data/html/img/bin_empty.png +0 -0
- data/html/img/bt-create-title-1.gif +0 -0
- data/html/img/bt-create-title-2.gif +0 -0
- data/html/img/bt-create-title-3.gif +0 -0
- data/html/img/button_add.gif +0 -0
- data/html/img/button_add_gray.gif +0 -0
- data/html/img/button_add_over.gif +0 -0
- data/html/img/button_add_small.gif +0 -0
- data/html/img/button_add_small_gray.gif +0 -0
- data/html/img/button_add_small_over.gif +0 -0
- data/html/img/button_apply.gif +0 -0
- data/html/img/button_apply_gray.gif +0 -0
- data/html/img/button_apply_over.gif +0 -0
- data/html/img/button_calendar.gif +0 -0
- data/html/img/button_calendar_over.gif +0 -0
- data/html/img/button_cancel.gif +0 -0
- data/html/img/button_cancel.jpg +0 -0
- data/html/img/button_cancel_gray.gif +0 -0
- data/html/img/button_cancel_over.gif +0 -0
- data/html/img/button_cancel_over.jpg +0 -0
- data/html/img/button_close.gif +0 -0
- data/html/img/button_close_gray.gif +0 -0
- data/html/img/button_close_over.gif +0 -0
- data/html/img/button_mkcol.gif +0 -0
- data/html/img/button_mkcol_gray.gif +0 -0
- data/html/img/button_mkcol_over.gif +0 -0
- data/html/img/button_no.gif +0 -0
- data/html/img/button_no_gray.gif +0 -0
- data/html/img/button_no_over.gif +0 -0
- data/html/img/button_ok.gif +0 -0
- data/html/img/button_ok_gray.gif +0 -0
- data/html/img/button_ok_over.gif +0 -0
- data/html/img/button_remove.gif +0 -0
- data/html/img/button_remove_gray.gif +0 -0
- data/html/img/button_remove_over.gif +0 -0
- data/html/img/button_remove_small.gif +0 -0
- data/html/img/button_remove_small_gray.gif +0 -0
- data/html/img/button_remove_small_over.gif +0 -0
- data/html/img/button_rename.gif +0 -0
- data/html/img/button_rename_gray.gif +0 -0
- data/html/img/button_rename_over.gif +0 -0
- data/html/img/button_save.gif +0 -0
- data/html/img/button_save_gray.gif +0 -0
- data/html/img/button_save_over.gif +0 -0
- data/html/img/button_start.gif +0 -0
- data/html/img/button_start_over.gif +0 -0
- data/html/img/button_update.gif +0 -0
- data/html/img/button_update_gray.gif +0 -0
- data/html/img/button_update_over.gif +0 -0
- data/html/img/button_update_s.gif +0 -0
- data/html/img/button_update_s_gray.gif +0 -0
- data/html/img/button_update_s_over.gif +0 -0
- data/html/img/button_yes.gif +0 -0
- data/html/img/button_yes_gray.gif +0 -0
- data/html/img/button_yes_over.gif +0 -0
- data/html/img/circle.gif +0 -0
- data/html/img/control_play.png +0 -0
- data/html/img/control_play_blue.png +0 -0
- data/html/img/delta.gif +0 -0
- data/html/img/dialog_info.jpg +0 -0
- data/html/img/dialog_input.jpg +0 -0
- data/html/img/dialog_warn.jpg +0 -0
- data/html/img/dt-arrow-dn.png +0 -0
- data/html/img/dt-arrow-up.png +0 -0
- data/html/img/folder.png +0 -0
- data/html/img/folder_brick.png +0 -0
- data/html/img/folder_user.png +0 -0
- data/html/img/foot.jpg +0 -0
- data/html/img/goto.gif +0 -0
- data/html/img/goto_o.gif +0 -0
- data/html/img/h3_bt-create_0.gif +0 -0
- data/html/img/h3_bt-create_1.gif +0 -0
- data/html/img/h3_bt-create_2.gif +0 -0
- data/html/img/h3_result_0.gif +0 -0
- data/html/img/h3_result_1.gif +0 -0
- data/html/img/h3_result_2.gif +0 -0
- data/html/img/h3_result_3.gif +0 -0
- data/html/img/h3_result_4.gif +0 -0
- data/html/img/h3_result_5.gif +0 -0
- data/html/img/h3_result_6.gif +0 -0
- data/html/img/h3_rt-setting_0.gif +0 -0
- data/html/img/h3_rt-setting_1.gif +0 -0
- data/html/img/head.jpg +0 -0
- data/html/img/line-numbers.png +0 -0
- data/html/img/line_white.gif +0 -0
- data/html/img/loading.gif +0 -0
- data/html/img/page_white_ruby.png +0 -0
- data/html/img/panel_100_bottom.gif +0 -0
- data/html/img/panel_100_middle.gif +0 -0
- data/html/img/panel_100_top.gif +0 -0
- data/html/img/panel_140_650_b.gif +0 -0
- data/html/img/panel_140_650_m.gif +0 -0
- data/html/img/panel_140_650_t.gif +0 -0
- data/html/img/panel_140_660_b.gif +0 -0
- data/html/img/panel_140_660_m.gif +0 -0
- data/html/img/panel_140_660_t.gif +0 -0
- data/html/img/panel_140_b.gif +0 -0
- data/html/img/panel_140_m.gif +0 -0
- data/html/img/panel_140_t.gif +0 -0
- data/html/img/panel_260_b.gif +0 -0
- data/html/img/panel_260_m.gif +0 -0
- data/html/img/panel_260_t.gif +0 -0
- data/html/img/panel_300_b.gif +0 -0
- data/html/img/panel_300_m.gif +0 -0
- data/html/img/panel_300_t.gif +0 -0
- data/html/img/panel_320_b.gif +0 -0
- data/html/img/panel_320_m.gif +0 -0
- data/html/img/panel_320_t.gif +0 -0
- data/html/img/panel_360_b.gif +0 -0
- data/html/img/panel_360_m.gif +0 -0
- data/html/img/panel_360_t.gif +0 -0
- data/html/img/panel_380_b.gif +0 -0
- data/html/img/panel_380_m.gif +0 -0
- data/html/img/panel_380_t.gif +0 -0
- data/html/img/panel_500_b.gif +0 -0
- data/html/img/panel_500_m.gif +0 -0
- data/html/img/panel_500_t.gif +0 -0
- data/html/img/panel_620_b.gif +0 -0
- data/html/img/panel_620_m.gif +0 -0
- data/html/img/panel_620_t.gif +0 -0
- data/html/img/panel_780_b.gif +0 -0
- data/html/img/panel_780_m.gif +0 -0
- data/html/img/panel_780_t.gif +0 -0
- data/html/img/problem.gif +0 -0
- data/html/img/progressbar.gif +0 -0
- data/html/img/result-title-1-1.gif +0 -0
- data/html/img/result-title-1-2.gif +0 -0
- data/html/img/result-title-2-1.gif +0 -0
- data/html/img/result-title-2-2.gif +0 -0
- data/html/img/result-title-3-1.gif +0 -0
- data/html/img/result-title-4-1.gif +0 -0
- data/html/img/rt-setting-title-1.gif +0 -0
- data/html/img/rt-setting-title-2.gif +0 -0
- data/html/img/s.gif +0 -0
- data/html/img/scroll.gif +0 -0
- data/html/img/separator.gif +0 -0
- data/html/img/sidebar_agent.png +0 -0
- data/html/img/sidebar_agent_edit.png +0 -0
- data/html/img/sidebar_agent_edit_agent.png +0 -0
- data/html/img/sidebar_agent_edit_agent_over.png +0 -0
- data/html/img/sidebar_agent_edit_agent_s.png +0 -0
- data/html/img/sidebar_agent_edit_over.png +0 -0
- data/html/img/sidebar_agent_edit_s.png +0 -0
- data/html/img/sidebar_agent_edit_shared_lib.png +0 -0
- data/html/img/sidebar_agent_edit_shared_lib_over.png +0 -0
- data/html/img/sidebar_agent_edit_shared_lib_s.png +0 -0
- data/html/img/sidebar_back.gif +0 -0
- data/html/img/sidebar_bt.png +0 -0
- data/html/img/sidebar_bt_create.png +0 -0
- data/html/img/sidebar_bt_create_over.png +0 -0
- data/html/img/sidebar_bt_create_s.png +0 -0
- data/html/img/sidebar_bt_result.png +0 -0
- data/html/img/sidebar_bt_result_over.png +0 -0
- data/html/img/sidebar_bt_result_s.png +0 -0
- data/html/img/sidebar_result_rmt.png +0 -0
- data/html/img/sidebar_result_rmt_over.png +0 -0
- data/html/img/sidebar_result_rmt_s.png +0 -0
- data/html/img/sidebar_rt.png +0 -0
- data/html/img/sidebar_rt_setting.png +0 -0
- data/html/img/sidebar_rt_setting_over.png +0 -0
- data/html/img/sidebar_rt_setting_s.png +0 -0
- data/html/img/sprite.png +0 -0
- data/html/img/submenu_agents.png +0 -0
- data/html/img/submenu_agents_over.png +0 -0
- data/html/img/submenu_agents_s.png +0 -0
- data/html/img/submenu_graph.png +0 -0
- data/html/img/submenu_graph_over.png +0 -0
- data/html/img/submenu_graph_s.png +0 -0
- data/html/img/submenu_info.png +0 -0
- data/html/img/submenu_info_over.png +0 -0
- data/html/img/submenu_info_s.png +0 -0
- data/html/img/submenu_log.png +0 -0
- data/html/img/submenu_log_over.png +0 -0
- data/html/img/submenu_log_s.png +0 -0
- data/html/img/submenu_operation.png +0 -0
- data/html/img/submenu_operation_over.png +0 -0
- data/html/img/submenu_operation_s.png +0 -0
- data/html/img/submenu_trade.png +0 -0
- data/html/img/submenu_trade_over.png +0 -0
- data/html/img/submenu_trade_s.png +0 -0
- data/html/img/td_over.gif +0 -0
- data/html/img/td_over_d.gif +0 -0
- data/html/img/td_selected.gif +0 -0
- data/html/img/thead.gif +0 -0
- data/html/img/transparent.gif +0 -0
- data/html/img/yui/treeview-sprite.gif +0 -0
- data/html/index.html +492 -0
- data/html/js/agent-editor/agent-editor-page.js +324 -0
- data/html/js/agent-editor/agent-editor.js +363 -0
- data/html/js/agent-editor/agent-list-tree.js +251 -0
- data/html/js/agent-selector.js +666 -0
- data/html/js/app.js +198 -0
- data/html/js/bt-create-page.js +205 -0
- data/html/js/container-min.js +1 -0
- data/html/js/container-utils.js +78 -0
- data/html/js/container.js +944 -0
- data/html/js/dialog.js +279 -0
- data/html/js/edit_area/autocompletion.js +491 -0
- data/html/js/edit_area/edit_area.css +546 -0
- data/html/js/edit_area/edit_area.js +539 -0
- data/html/js/edit_area/edit_area_compressor.php +408 -0
- data/html/js/edit_area/edit_area_full.gz +0 -0
- data/html/js/edit_area/edit_area_full.js +38 -0
- data/html/js/edit_area/edit_area_full_with_plugins.gz +0 -0
- data/html/js/edit_area/edit_area_full_with_plugins.js +39 -0
- data/html/js/edit_area/edit_area_functions.js +1205 -0
- data/html/js/edit_area/edit_area_loader.js +1082 -0
- data/html/js/edit_area/elements_functions.js +334 -0
- data/html/js/edit_area/highlight.js +391 -0
- data/html/js/edit_area/images/autocompletion.gif +0 -0
- data/html/js/edit_area/images/close.gif +0 -0
- data/html/js/edit_area/images/fullscreen.gif +0 -0
- data/html/js/edit_area/images/go_to_line.gif +0 -0
- data/html/js/edit_area/images/goto.png +0 -0
- data/html/js/edit_area/images/help.gif +0 -0
- data/html/js/edit_area/images/help.png +0 -0
- data/html/js/edit_area/images/highlight.gif +0 -0
- data/html/js/edit_area/images/load.gif +0 -0
- data/html/js/edit_area/images/move.gif +0 -0
- data/html/js/edit_area/images/newdocument.gif +0 -0
- data/html/js/edit_area/images/opacity.png +0 -0
- data/html/js/edit_area/images/processing.gif +0 -0
- data/html/js/edit_area/images/redo.gif +0 -0
- data/html/js/edit_area/images/redo.png +0 -0
- data/html/js/edit_area/images/reset_highlight.gif +0 -0
- data/html/js/edit_area/images/save.gif +0 -0
- data/html/js/edit_area/images/save.png +0 -0
- data/html/js/edit_area/images/search.gif +0 -0
- data/html/js/edit_area/images/search.png +0 -0
- data/html/js/edit_area/images/smooth_selection.gif +0 -0
- data/html/js/edit_area/images/spacer.gif +0 -0
- data/html/js/edit_area/images/statusbar_resize.gif +0 -0
- data/html/js/edit_area/images/undo.gif +0 -0
- data/html/js/edit_area/images/undo.png +0 -0
- data/html/js/edit_area/images/word_wrap.gif +0 -0
- data/html/js/edit_area/keyboard.js +145 -0
- data/html/js/edit_area/langs/bg.js +73 -0
- data/html/js/edit_area/langs/cs.js +67 -0
- data/html/js/edit_area/langs/de.js +67 -0
- data/html/js/edit_area/langs/dk.js +67 -0
- data/html/js/edit_area/langs/en.js +67 -0
- data/html/js/edit_area/langs/eo.js +67 -0
- data/html/js/edit_area/langs/es.js +64 -0
- data/html/js/edit_area/langs/fi.js +67 -0
- data/html/js/edit_area/langs/fr.js +67 -0
- data/html/js/edit_area/langs/hr.js +67 -0
- data/html/js/edit_area/langs/it.js +67 -0
- data/html/js/edit_area/langs/ja.js +67 -0
- data/html/js/edit_area/langs/mk.js +67 -0
- data/html/js/edit_area/langs/nl.js +67 -0
- data/html/js/edit_area/langs/pl.js +67 -0
- data/html/js/edit_area/langs/pt.js +67 -0
- data/html/js/edit_area/langs/ru.js +67 -0
- data/html/js/edit_area/langs/sk.js +67 -0
- data/html/js/edit_area/langs/zh.js +67 -0
- data/html/js/edit_area/license_apache.txt +7 -0
- data/html/js/edit_area/license_bsd.txt +10 -0
- data/html/js/edit_area/license_lgpl.txt +458 -0
- data/html/js/edit_area/manage_area.js +623 -0
- data/html/js/edit_area/plugins/charmap/charmap.js +90 -0
- data/html/js/edit_area/plugins/charmap/css/charmap.css +64 -0
- data/html/js/edit_area/plugins/charmap/images/charmap.gif +0 -0
- data/html/js/edit_area/plugins/charmap/jscripts/map.js +373 -0
- data/html/js/edit_area/plugins/charmap/langs/bg.js +12 -0
- data/html/js/edit_area/plugins/charmap/langs/cs.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/de.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/dk.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/en.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/eo.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/es.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/fr.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/hr.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/it.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/ja.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/mk.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/nl.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/pl.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/pt.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/ru.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/sk.js +6 -0
- data/html/js/edit_area/plugins/charmap/langs/zh.js +6 -0
- data/html/js/edit_area/plugins/charmap/popup.html +24 -0
- data/html/js/edit_area/plugins/test/css/test.css +3 -0
- data/html/js/edit_area/plugins/test/images/Thumbs.db +0 -0
- data/html/js/edit_area/plugins/test/images/test.gif +0 -0
- data/html/js/edit_area/plugins/test/langs/bg.js +10 -0
- data/html/js/edit_area/plugins/test/langs/cs.js +4 -0
- data/html/js/edit_area/plugins/test/langs/de.js +4 -0
- data/html/js/edit_area/plugins/test/langs/dk.js +4 -0
- data/html/js/edit_area/plugins/test/langs/en.js +4 -0
- data/html/js/edit_area/plugins/test/langs/eo.js +4 -0
- data/html/js/edit_area/plugins/test/langs/es.js +4 -0
- data/html/js/edit_area/plugins/test/langs/fr.js +4 -0
- data/html/js/edit_area/plugins/test/langs/hr.js +4 -0
- data/html/js/edit_area/plugins/test/langs/it.js +4 -0
- data/html/js/edit_area/plugins/test/langs/ja.js +4 -0
- data/html/js/edit_area/plugins/test/langs/mk.js +4 -0
- data/html/js/edit_area/plugins/test/langs/nl.js +4 -0
- data/html/js/edit_area/plugins/test/langs/pl.js +4 -0
- data/html/js/edit_area/plugins/test/langs/pt.js +4 -0
- data/html/js/edit_area/plugins/test/langs/ru.js +4 -0
- data/html/js/edit_area/plugins/test/langs/sk.js +4 -0
- data/html/js/edit_area/plugins/test/langs/zh.js +4 -0
- data/html/js/edit_area/plugins/test/test.js +110 -0
- data/html/js/edit_area/plugins/test/test2.js +1 -0
- data/html/js/edit_area/reg_syntax/basic.js +69 -0
- data/html/js/edit_area/reg_syntax/brainfuck.js +44 -0
- data/html/js/edit_area/reg_syntax/c.js +62 -0
- data/html/js/edit_area/reg_syntax/coldfusion.js +119 -0
- data/html/js/edit_area/reg_syntax/cpp.js +65 -0
- data/html/js/edit_area/reg_syntax/css.js +84 -0
- data/html/js/edit_area/reg_syntax/html.js +50 -0
- data/html/js/edit_area/reg_syntax/java.js +56 -0
- data/html/js/edit_area/reg_syntax/js.js +93 -0
- data/html/js/edit_area/reg_syntax/pas.js +82 -0
- data/html/js/edit_area/reg_syntax/perl.js +88 -0
- data/html/js/edit_area/reg_syntax/php.js +156 -0
- data/html/js/edit_area/reg_syntax/python.js +144 -0
- data/html/js/edit_area/reg_syntax/robotstxt.js +24 -0
- data/html/js/edit_area/reg_syntax/ruby.js +67 -0
- data/html/js/edit_area/reg_syntax/sql.js +55 -0
- data/html/js/edit_area/reg_syntax/tsql.js +87 -0
- data/html/js/edit_area/reg_syntax/vb.js +52 -0
- data/html/js/edit_area/reg_syntax/xml.js +56 -0
- data/html/js/edit_area/reg_syntax.js +166 -0
- data/html/js/edit_area/regexp.js +139 -0
- data/html/js/edit_area/resize_area.js +78 -0
- data/html/js/edit_area/search_replace.js +174 -0
- data/html/js/edit_area/template.html +101 -0
- data/html/js/json-broker-client.js +67 -0
- data/html/js/page-manager.js +93 -0
- data/html/js/prototype.js +4184 -0
- data/html/js/result-page.js +775 -0
- data/html/js/rt-setting-page.js +152 -0
- data/html/js/sidebar.js +263 -0
- data/html/js/templates.js +386 -0
- data/html/js/utils.js +890 -0
- data/html/js/uuid.js +103 -0
- data/html/js/yui/treeview.js +3671 -0
- data/html/swf/chart.swf +0 -0
- data/html/test/agent_editor_spec.js +815 -0
- data/html/test/index.html +40 -0
- data/html/test/jsspec/JSSpec.css +224 -0
- data/html/test/jsspec/JSSpec.js +1549 -0
- data/html/test/jsspec/diff_match_patch.js +1 -0
- data/html/test/utils_spec.js +111 -0
- data/lib/jiji/agent/agent.rb +149 -0
- data/lib/jiji/agent/agent_manager.rb +138 -0
- data/lib/jiji/agent/agent_registry.rb +165 -0
- data/lib/jiji/agent/permitter.rb +128 -0
- data/lib/jiji/agent/util.rb +16 -0
- data/lib/jiji/collector.rb +226 -0
- data/lib/jiji/command.rb +204 -0
- data/lib/jiji/configuration.rb +86 -0
- data/lib/jiji/dao/file_system_dao.rb +158 -0
- data/lib/jiji/dao/rate_dao.rb +149 -0
- data/lib/jiji/dao/timed_data_dao.rb +336 -0
- data/lib/jiji/dao/trade_result_dao.rb +128 -0
- data/lib/jiji/error.rb +49 -0
- data/lib/jiji/migration/migrator.rb +50 -0
- data/lib/jiji/migration/migrator1_0_3.rb +26 -0
- data/lib/jiji/migration/migrator1_1_0.rb +46 -0
- data/lib/jiji/migration/migrator1_2_0.rb +67 -0
- data/lib/jiji/models.rb +223 -0
- data/lib/jiji/observer.rb +105 -0
- data/lib/jiji/operator.rb +396 -0
- data/lib/jiji/output.rb +221 -0
- data/lib/jiji/output_manager.rb +84 -0
- data/lib/jiji/plugin/embedded/click_securities_demo_plugin.rb +141 -0
- data/lib/jiji/plugin/embedded/single_click_client.rb +116 -0
- data/lib/jiji/plugin/plugin_loader.rb +53 -0
- data/lib/jiji/plugin/securities_plugin.rb +134 -0
- data/lib/jiji/process.rb +234 -0
- data/lib/jiji/process_manager.rb +290 -0
- data/lib/jiji/registry.rb +349 -0
- data/lib/jiji/server.rb +127 -0
- data/lib/jiji/service/agent_service.rb +230 -0
- data/lib/jiji/service/hello_service.rb +10 -0
- data/lib/jiji/service/output_service.rb +82 -0
- data/lib/jiji/service/process_service.rb +76 -0
- data/lib/jiji/service/rate_service.rb +38 -0
- data/lib/jiji/service/system_service.rb +14 -0
- data/lib/jiji/service/trade_result_service.rb +31 -0
- data/lib/jiji/util/backtester.rb +116 -0
- data/lib/jiji/util/block_to_session.rb +70 -0
- data/lib/jiji/util/cache.rb +79 -0
- data/lib/jiji/util/csv_append_support.rb +15 -0
- data/lib/jiji/util/file_lock.rb +86 -0
- data/lib/jiji/util/fix_yaml_bug.rb +11 -0
- data/lib/jiji/util/include_proxy.rb +17 -0
- data/lib/jiji/util/iterator.rb +70 -0
- data/lib/jiji/util/json_broker.rb +55 -0
- data/lib/jiji/util/json_rpc_requestor.rb +30 -0
- data/lib/jiji/util/rate_data_importer.rb +219 -0
- data/lib/jiji/util/synchronize_interceptor.rb +41 -0
- data/lib/jiji/util/thread_use_generator.rb +52 -0
- data/lib/jiji/util/util.rb +112 -0
- data/lib/jiji_plugin.rb +6 -0
- data/swf/build.xml +23 -0
- data/swf/chart/FxChart-config.xml +9 -0
- data/swf/chart/FxChart.mxml +17 -0
- data/swf/chart/fx/chart/Chart.as +173 -0
- data/swf/chart/fx/chart/ctrl/AutoUpdate.as +96 -0
- data/swf/chart/fx/chart/ctrl/Controller.as +270 -0
- data/swf/chart/fx/chart/ctrl/Event.as +75 -0
- data/swf/chart/fx/chart/model/Model.as +228 -0
- data/swf/chart/fx/chart/model/TimedData.as +40 -0
- data/swf/chart/fx/chart/ui/AbstractChartUI.as +59 -0
- data/swf/chart/fx/chart/ui/AbstractDrawChartUI.as +63 -0
- data/swf/chart/fx/chart/ui/Constants.as +233 -0
- data/swf/chart/fx/chart/ui/InformationWindow.as +228 -0
- data/swf/chart/fx/chart/ui/LayerManager.as +95 -0
- data/swf/chart/fx/chart/ui/Loading.as +32 -0
- data/swf/chart/fx/chart/ui/Pointer.as +61 -0
- data/swf/chart/fx/chart/ui/RangeInfoWindow.as +84 -0
- data/swf/chart/fx/chart/ui/RenderingContext.as +54 -0
- data/swf/chart/fx/chart/ui/ScaleSelector.as +84 -0
- data/swf/chart/fx/chart/ui/Scroll.as +241 -0
- data/swf/chart/fx/chart/ui/ScrollBar.as +378 -0
- data/swf/chart/fx/chart/ui/Stage.as +97 -0
- data/swf/chart/fx/chart/ui/TradeDetailWindow.as +147 -0
- data/swf/chart/fx/chart/ui/TradeResult.as +330 -0
- data/swf/chart/fx/chart/ui/Window.as +96 -0
- data/swf/chart/fx/chart/ui/candle/Axis.as +112 -0
- data/swf/chart/fx/chart/ui/candle/Candle.as +79 -0
- data/swf/chart/fx/chart/ui/candle/CandleChart.as +81 -0
- data/swf/chart/fx/chart/ui/graph/Graph.as +200 -0
- data/swf/chart/fx/chart/ui/graph/GraphManager.as +192 -0
- data/swf/chart/fx/chart/ui/resource/buy.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/cursor_hand.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/diff_label.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_buy.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_buy_1.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_buy_2.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_buy_3.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_sell.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_sell_1.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_sell_2.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/down_sell_3.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/draw_buy.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/draw_sell.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/end_label.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/fixed.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/loading.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/max_label.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/min_label.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_a.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_handle.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_handle_a.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_handle_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_left.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_left_a.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_left_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_right.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_right_a.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_bar_right_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_handle.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_info_handle.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button_d.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button_down.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button_g.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_left_button_up.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_outer.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_outer_left.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_outer_right.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button_d.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button_down.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button_g.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button_o.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_right_button_up.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_slider_left.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/scroll_slider_right.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/sell.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/start_label.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/stripe.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/stripe_b.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/stripe_r.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/unfixed.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_buy.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_buy_1.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_buy_2.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_buy_3.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_sell.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_sell_1.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_sell_2.gif +0 -0
- data/swf/chart/fx/chart/ui/resource/up_sell_3.gif +0 -0
- data/swf/chart/fx/net/StubFactory.as +113 -0
- data/swf/chart/fx/util/ListenerSupport.as +55 -0
- data/swf/chart/fx/util/PositionManager.as +95 -0
- data/swf/chart/fx/util/ScaleFormatter.as +156 -0
- data/swf/chart/fx/util/Util.as +61 -0
- data/swf/chart/log.as +40 -0
- data/swf/lib/corelib.swc +0 -0
- data/test/BackCollectorTest/basic/2008-08-04/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-04/USDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-04/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-05/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-05/USDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-05/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-06/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-06/USDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-06/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-07/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-07/USDJPY.csv +5 -0
- data/test/BackCollectorTest/basic/2008-08-07/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/basic/AUDJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/basic/AUDJPY/raw/2008-08-05.csv +5 -0
- data/test/BackCollectorTest/basic/AUDJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/basic/AUDJPY/raw/2008-08-07.csv +5 -0
- data/test/BackCollectorTest/basic/USDJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/basic/USDJPY/raw/2008-08-05.csv +5 -0
- data/test/BackCollectorTest/basic/USDJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/basic/USDJPY/raw/2008-08-07.csv +5 -0
- data/test/BackCollectorTest/basic/ZARJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/basic/ZARJPY/raw/2008-08-05.csv +5 -0
- data/test/BackCollectorTest/basic/ZARJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/basic/ZARJPY/raw/2008-08-07.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-04/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-04/USDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-04/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-06/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-06/USDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-06/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-07/AUDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-07/USDJPY.csv +5 -0
- data/test/BackCollectorTest/lack/2008-08-07/ZARJPY.csv +5 -0
- data/test/BackCollectorTest/lack/AUDJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/lack/AUDJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/lack/AUDJPY/raw/2008-08-07.csv +5 -0
- data/test/BackCollectorTest/lack/USDJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/lack/USDJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/lack/USDJPY/raw/2008-08-07.csv +5 -0
- data/test/BackCollectorTest/lack/ZARJPY/raw/2008-08-04.csv +5 -0
- data/test/BackCollectorTest/lack/ZARJPY/raw/2008-08-06.csv +5 -0
- data/test/BackCollectorTest/lack/ZARJPY/raw/2008-08-07.csv +5 -0
- data/test/OutputregistryTest/conf/configuration.yaml +3 -0
- data/test/ProcessManagerTest/agents/moving_average.rb +95 -0
- data/test/ProcessManagerTest/conf/configuration.yaml +6 -0
- data/test/ProcessManagerTest/rate_datas/EURJPY/raw/2008-08-21.csv +5853 -0
- data/test/ProcessManagerTest/rate_datas/EURJPY/raw/2008-08-22.csv +5821 -0
- data/test/ProcessManagerTest/rate_datas/EURJPY/raw/2008-08-23.csv +5921 -0
- data/test/ProcessManagerTest/rate_datas/EURJPY/raw/2008-08-24.csv +5956 -0
- data/test/ProcessManagerTest/rate_datas/EURJPY/raw/2008-08-25.csv +5796 -0
- data/test/ProcessManagerTest/rate_datas/USDJPY/raw/2008-08-21.csv +5853 -0
- data/test/ProcessManagerTest/rate_datas/USDJPY/raw/2008-08-22.csv +5821 -0
- data/test/ProcessManagerTest/rate_datas/USDJPY/raw/2008-08-23.csv +5921 -0
- data/test/ProcessManagerTest/rate_datas/USDJPY/raw/2008-08-24.csv +5956 -0
- data/test/ProcessManagerTest/rate_datas/USDJPY/raw/2008-08-25.csv +5796 -0
- data/test/ProcessTest/agents/foo.rb +10 -0
- data/test/ProcessTest/conf/configuration.yaml +3 -0
- data/test/agent/agent_tests.rb +10 -0
- data/test/agent/test_AgentManager.rb +321 -0
- data/test/agent/test_AgentRegistry.rb +662 -0
- data/test/agent/test_PeriodicallyAgent.rb +180 -0
- data/test/agent/test_Permitter.rb +217 -0
- data/test/all_tests.rb +24 -0
- data/test/dao/dao_tests.rb +9 -0
- data/test/dao/test_FileSystemDao.rb +431 -0
- data/test/dao/test_RateDao.rb +695 -0
- data/test/dao/test_TradeResultDao.rb +487 -0
- data/test/jiji_plugin.rb +7 -0
- data/test/migration/migration_tests.rb +10 -0
- data/test/migration/migrator1_0_3test_data/rmt/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_0_3test_data/rmt/out/NjM5YWFhZmQtNDFjNy00NjUxLWIwYmItNTc3ZjAyZTg5ODA5/56e75YuV5bmz5Z2H57ea/meta.yaml +12 -0
- data/test/migration/migrator1_0_3test_data/rmt/out/NjM5YWFhZmQtNDFjNy00NjUxLWIwYmItNTc3ZjAyZTg5ODA5/56e75Yuasdwqdd/meta.yaml +12 -0
- data/test/migration/migrator1_1_0test_data/configuration.yaml +11 -0
- data/test/migration/migrator1_2_0test_data/basic/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +8 -0
- data/test/migration/migrator1_2_0test_data/basic/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/basic/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/basic/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/basic/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/basic/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/basic/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +10 -0
- data/test/migration/migrator1_2_0test_data/basic/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-05.csv +20 -0
- data/test/migration/migrator1_2_0test_data/basic/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-06.csv +20 -0
- data/test/migration/migrator1_2_0test_data/basic/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +18 -0
- data/test/migration/migrator1_2_0test_data/basic/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/meta.yaml +9 -0
- data/test/migration/migrator1_2_0test_data/basic/props.yaml +85 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +8 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +10 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-05.csv +20 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-06.csv +20 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +18 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/meta.yaml +9 -0
- data/test/migration/migrator1_2_0test_data/illegal_props/props.yaml +1 -0
- data/test/migration/migrator1_2_0test_data/no_outs/props.yaml +85 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +8 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/M2NlOTA2ODEtZDdlNi00NWU1LWIwNDQtMjBmODY2ZGNkNzBj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/MDVhYzcxMjYtMGFlMS00Mzk0LWEyNmUtYjVjZjgwNDA0ZmE2/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +1 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/MzA1YTk0NDgtNzhjNi00NDk3LTk2NTktYzE1ZjBhNzdiYjNj/56e75YuV5bmz5Z2H57ea/meta.yaml +8 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-04.csv +10 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-05.csv +20 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-06.csv +20 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/1d/2009-07.csv +18 -0
- data/test/migration/migrator1_2_0test_data/no_props/out/YjRkOTI1MzEtZTM4MS00YjQwLTg1ZTQtMWFmZDRlNDUwMzBm/56e75YuV5bmz5Z2H57ea/meta.yaml +9 -0
- data/test/migration/test_Migrator.rb +117 -0
- data/test/migration/test_Migrator1_0_3.rb +118 -0
- data/test/migration/test_Migrator1_1_0.rb +56 -0
- data/test/migration/test_Migrator1_2_0.rb +94 -0
- data/test/plugin/embedded/test_SingleClickClient.rb +144 -0
- data/test/plugin/error_test/jiji_plugin.rb +2 -0
- data/test/plugin/plugin_tests.rb +8 -0
- data/test/plugin/test/foo_plugin.rb +1 -0
- data/test/plugin/test/jiji_plugin.rb +2 -0
- data/test/plugin/test_Loader.rb +33 -0
- data/test/plugin/test_gem/a/jiji_plugin_test_gem_a-1.0.0.gem +0 -0
- data/test/plugin/test_gem/a/jiji_plugin_test_gem_a.gemspec +10 -0
- data/test/plugin/test_gem/a/lib/jiji_plugin.rb +2 -0
- data/test/plugin/test_gem/a/lib/jiji_plugin_test.rb +6 -0
- data/test/plugin/test_gem/b/jiji_plugin_test_gem_b-1.0.0.gem +0 -0
- data/test/plugin/test_gem/b/jiji_plugin_test_gem_b.gemspec +9 -0
- data/test/plugin/test_gem/b/lib/jiji_plugin.rb +2 -0
- data/test/service/all_service_tests.rb +10 -0
- data/test/service/test_AgentService.rb +185 -0
- data/test/service/test_OutputService.rb +33 -0
- data/test/service/test_RateService.rb +56 -0
- data/test/shared/rate.csv +144 -0
- data/test/shared/shared_tests.rb +9 -0
- data/test/shared/test_Cross.rb +144 -0
- data/test/shared/test_PositionManager.rb +285 -0
- data/test/shared/test_Signal.rb +65 -0
- data/test/test_BackTestCollector.rb +273 -0
- data/test/test_Collector.rb +230 -0
- data/test/test_Configuration.rb +61 -0
- data/test/test_Configuration_a.yaml +6 -0
- data/test/test_Operator.rb +501 -0
- data/test/test_Output.rb +175 -0
- data/test/test_OutputManager.rb +162 -0
- data/test/test_Output_registry.rb +42 -0
- data/test/test_Process.rb +557 -0
- data/test/test_ProcessManager.rb +723 -0
- data/test/test_utils.rb +112 -0
- data/test/util/test_BlockToSession.rb +121 -0
- data/test/util/test_CSV.rb +84 -0
- data/test/util/test_SynchronizeInterceptor.rb +76 -0
- data/test/util/util_tests.rb +9 -0
- metadata +941 -0
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["cs"]={
|
|
2
|
+
new_document: "Nový dokument",
|
|
3
|
+
search_button: "Najdi a nahraď",
|
|
4
|
+
search_command: "Hledej další / otevři vyhledávací pole",
|
|
5
|
+
search: "Hledej",
|
|
6
|
+
replace: "Nahraď",
|
|
7
|
+
replace_command: "Nahraď / otevři vyhledávací pole",
|
|
8
|
+
find_next: "Najdi další",
|
|
9
|
+
replace_all: "Nahraď vše",
|
|
10
|
+
reg_exp: "platné výrazy",
|
|
11
|
+
match_case: "vyhodnocené výrazy",
|
|
12
|
+
not_found: "nenalezené.",
|
|
13
|
+
occurrence_replaced: "výskyty nahrazené.",
|
|
14
|
+
search_field_empty: "Pole vyhledávání je prázdné",
|
|
15
|
+
restart_search_at_begin: "Dosažen konec souboru, začínám od začátku.",
|
|
16
|
+
move_popup: "Přesuň vyhledávací okno",
|
|
17
|
+
font_size: "--Velikost textu--",
|
|
18
|
+
go_to_line: "Přejdi na řádek",
|
|
19
|
+
go_to_line_prompt: "Přejdi na řádek:",
|
|
20
|
+
undo: "krok zpět",
|
|
21
|
+
redo: "znovu",
|
|
22
|
+
change_smooth_selection: "Povolit nebo zakázat některé ze zobrazených funkcí (účelnější zobrazení požaduje větší zatížení procesoru)",
|
|
23
|
+
highlight: "Zvýrazňování syntaxe zap./vyp.",
|
|
24
|
+
reset_highlight: "Obnovit zvýraznění (v případě nesrovnalostí)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "O programu",
|
|
27
|
+
save: "Uložit",
|
|
28
|
+
load: "Otevřít",
|
|
29
|
+
line_abbr: "Ř.",
|
|
30
|
+
char_abbr: "S.",
|
|
31
|
+
position: "Pozice",
|
|
32
|
+
total: "Celkem",
|
|
33
|
+
close_popup: "Zavřít okno",
|
|
34
|
+
shortcuts: "Zkratky",
|
|
35
|
+
add_tab: "Přidat tabulování textu",
|
|
36
|
+
remove_tab: "Odtsranit tabulování textu",
|
|
37
|
+
about_notice: "Upozornění! Funkce zvýrazňování textu je k dispozici pouze pro malý text",
|
|
38
|
+
toggle: "Přepnout editor",
|
|
39
|
+
accesskey: "Přístupová klávesa",
|
|
40
|
+
tab: "Záložka",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Zpracovávám ...",
|
|
45
|
+
fullscreen: "Celá obrazovka",
|
|
46
|
+
syntax_selection: "--vyber zvýrazňovač--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["de"]={
|
|
2
|
+
new_document: "Neues Dokument",
|
|
3
|
+
search_button: "Suchen und Ersetzen",
|
|
4
|
+
search_command: "Weitersuchen / öffne Suchfeld",
|
|
5
|
+
search: "Suchen",
|
|
6
|
+
replace: "Ersetzen",
|
|
7
|
+
replace_command: "Ersetzen / öffne Suchfeld",
|
|
8
|
+
find_next: "Weitersuchen",
|
|
9
|
+
replace_all: "Ersetze alle Treffer",
|
|
10
|
+
reg_exp: "reguläre Ausdrücke",
|
|
11
|
+
match_case: "passt auf den Begriff<br />",
|
|
12
|
+
not_found: "Nicht gefunden.",
|
|
13
|
+
occurrence_replaced: "Die Vorkommen wurden ersetzt.",
|
|
14
|
+
search_field_empty: "Leeres Suchfeld",
|
|
15
|
+
restart_search_at_begin: "Ende des zu durchsuchenden Bereiches erreicht. Es wird die Suche von Anfang an fortgesetzt.", //find a shorter translation
|
|
16
|
+
move_popup: "Suchfenster bewegen",
|
|
17
|
+
font_size: "--Schriftgröße--",
|
|
18
|
+
go_to_line: "Gehe zu Zeile",
|
|
19
|
+
go_to_line_prompt: "Gehe zu Zeilennummmer:",
|
|
20
|
+
undo: "Rückgängig",
|
|
21
|
+
redo: "Wiederherstellen",
|
|
22
|
+
change_smooth_selection: "Aktiviere/Deaktiviere einige Features (weniger Bildschirmnutzung aber mehr CPU-Belastung)",
|
|
23
|
+
highlight: "Syntax Highlighting an- und ausschalten",
|
|
24
|
+
reset_highlight: "Highlighting zurücksetzen (falls mit Text nicht konform)",
|
|
25
|
+
word_wrap: "Toggle word wrapping mode",
|
|
26
|
+
help: "Info",
|
|
27
|
+
save: "Speichern",
|
|
28
|
+
load: "Öffnen",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Position",
|
|
32
|
+
total: "Gesamt",
|
|
33
|
+
close_popup: "Popup schließen",
|
|
34
|
+
shortcuts: "Shortcuts",
|
|
35
|
+
add_tab: "Tab zum Text hinzufügen",
|
|
36
|
+
remove_tab: "Tab aus Text entfernen",
|
|
37
|
+
about_notice: "Bemerkung: Syntax Highlighting ist nur für kurze Texte",
|
|
38
|
+
toggle: "Editor an- und ausschalten",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "In Bearbeitung...",
|
|
45
|
+
fullscreen: "Full-Screen",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["dk"]={
|
|
2
|
+
new_document: "nyt tomt dokument",
|
|
3
|
+
search_button: "søg og erstat",
|
|
4
|
+
search_command: "find næste / åben søgefelt",
|
|
5
|
+
search: "søg",
|
|
6
|
+
replace: "erstat",
|
|
7
|
+
replace_command: "erstat / åben søgefelt",
|
|
8
|
+
find_next: "find næste",
|
|
9
|
+
replace_all: "erstat alle",
|
|
10
|
+
reg_exp: "regular expressions",
|
|
11
|
+
match_case: "forskel på store/små bogstaver<br />",
|
|
12
|
+
not_found: "not found.",
|
|
13
|
+
occurrence_replaced: "occurences replaced.",
|
|
14
|
+
search_field_empty: "Search field empty",
|
|
15
|
+
restart_search_at_begin: "End of area reached. Restart at begin.",
|
|
16
|
+
move_popup: "flyt søgepopup",
|
|
17
|
+
font_size: "--Skriftstørrelse--",
|
|
18
|
+
go_to_line: "gå til linie",
|
|
19
|
+
go_to_line_prompt: "gå til linienummer:",
|
|
20
|
+
undo: "fortryd",
|
|
21
|
+
redo: "gentag",
|
|
22
|
+
change_smooth_selection: "slå display funktioner til/fra (smartere display men mere CPU krævende)",
|
|
23
|
+
highlight: "slå syntax highlight til/fra",
|
|
24
|
+
reset_highlight: "nulstil highlight (hvis den er desynkroniseret fra teksten)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "om",
|
|
27
|
+
save: "gem",
|
|
28
|
+
load: "hent",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Position",
|
|
32
|
+
total: "Total",
|
|
33
|
+
close_popup: "luk popup",
|
|
34
|
+
shortcuts: "Genveje",
|
|
35
|
+
add_tab: "tilføj tabulation til tekst",
|
|
36
|
+
remove_tab: "fjern tabulation fra tekst",
|
|
37
|
+
about_notice: "Husk: syntax highlight funktionen bør kun bruge til små tekster",
|
|
38
|
+
toggle: "Slå editor til / fra",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Skift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Processing...",
|
|
45
|
+
fullscreen: "fullscreen",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["en"]={
|
|
2
|
+
new_document: "new empty document",
|
|
3
|
+
search_button: "search and replace",
|
|
4
|
+
search_command: "search next / open search area",
|
|
5
|
+
search: "search",
|
|
6
|
+
replace: "replace",
|
|
7
|
+
replace_command: "replace / open search area",
|
|
8
|
+
find_next: "find next",
|
|
9
|
+
replace_all: "replace all",
|
|
10
|
+
reg_exp: "regular expressions",
|
|
11
|
+
match_case: "match case",
|
|
12
|
+
not_found: "not found.",
|
|
13
|
+
occurrence_replaced: "occurences replaced.",
|
|
14
|
+
search_field_empty: "Search field empty",
|
|
15
|
+
restart_search_at_begin: "End of area reached. Restart at begin.",
|
|
16
|
+
move_popup: "move search popup",
|
|
17
|
+
font_size: "--Font size--",
|
|
18
|
+
go_to_line: "go to line",
|
|
19
|
+
go_to_line_prompt: "go to line number:",
|
|
20
|
+
undo: "undo",
|
|
21
|
+
redo: "redo",
|
|
22
|
+
change_smooth_selection: "enable/disable some display features (smarter display but more CPU charge)",
|
|
23
|
+
highlight: "toggle syntax highlight on/off",
|
|
24
|
+
reset_highlight: "reset highlight (if desyncronized from text)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "about",
|
|
27
|
+
save: "save",
|
|
28
|
+
load: "load",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Position",
|
|
32
|
+
total: "Total",
|
|
33
|
+
close_popup: "close popup",
|
|
34
|
+
shortcuts: "Shortcuts",
|
|
35
|
+
add_tab: "add tabulation to text",
|
|
36
|
+
remove_tab: "remove tabulation to text",
|
|
37
|
+
about_notice: "Notice: syntax highlight function is only for small text",
|
|
38
|
+
toggle: "Toggle editor",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Processing...",
|
|
45
|
+
fullscreen: "fullscreen",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["eo"]={
|
|
2
|
+
new_document: "nova dokumento (vakigas la enhavon)",
|
|
3
|
+
search_button: "serĉi / anstataŭigi",
|
|
4
|
+
search_command: "pluserĉi / malfermi la serĉo-fenestron",
|
|
5
|
+
search: "serĉi",
|
|
6
|
+
replace: "anstataŭigi",
|
|
7
|
+
replace_command: "anstataŭigi / malfermi la serĉo-fenestron",
|
|
8
|
+
find_next: "serĉi",
|
|
9
|
+
replace_all: "anstataŭigi ĉion",
|
|
10
|
+
reg_exp: "regula esprimo",
|
|
11
|
+
match_case: "respekti la usklecon",
|
|
12
|
+
not_found: "ne trovita.",
|
|
13
|
+
occurrence_replaced: "anstataŭigoj plenumitaj.",
|
|
14
|
+
search_field_empty: "La kampo estas malplena.",
|
|
15
|
+
restart_search_at_begin: "Fino de teksto ĝisrirata, ĉu daŭrigi el la komenco?",
|
|
16
|
+
move_popup: "movi la serĉo-fenestron",
|
|
17
|
+
font_size: "--Tipara grando--",
|
|
18
|
+
go_to_line: "iri al la linio",
|
|
19
|
+
go_to_line_prompt: "iri al la linio numero:",
|
|
20
|
+
undo: "rezigni",
|
|
21
|
+
redo: "refari",
|
|
22
|
+
change_smooth_selection: "ebligi/malebligi la funkcioj de vidigo (pli bona vidigo, sed pli da ŝarĝo de la ĉeforgano)",
|
|
23
|
+
highlight: "ebligi/malebligi la sintaksan kolorigon",
|
|
24
|
+
reset_highlight: "repravalorizi la sintaksan kolorigon (se malsinkronigon de la teksto)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "pri",
|
|
27
|
+
save: "registri",
|
|
28
|
+
load: "ŝarĝi",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Sg",
|
|
31
|
+
position: "Pozicio",
|
|
32
|
+
total: "Sumo",
|
|
33
|
+
close_popup: "fermi la ŝprucfenestron",
|
|
34
|
+
shortcuts: "Fulmoklavo",
|
|
35
|
+
add_tab: "aldoni tabon en la tekston",
|
|
36
|
+
remove_tab: "forigi tablon el la teksto",
|
|
37
|
+
about_notice: "Noto: la sintaksa kolorigo estas nur prikalkulita por mallongaj tekstoj.",
|
|
38
|
+
toggle: "baskuligi la redaktilon",
|
|
39
|
+
accesskey: "Fulmoklavo",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Maj",
|
|
42
|
+
ctrl: "Ktrl",
|
|
43
|
+
esc: "Esk",
|
|
44
|
+
processing: "ŝargante...",
|
|
45
|
+
fullscreen: "plenekrane",
|
|
46
|
+
syntax_selection: "--Sintakso--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Pitono",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Fermi la dosieron"
|
|
67
|
+
};
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
editAreaLoader.lang["es"]={
|
|
2
|
+
new_document: "nuevo documento vacío",
|
|
3
|
+
search_button: "buscar y reemplazar",
|
|
4
|
+
search_command: "buscar siguiente / abrir área de búsqueda",
|
|
5
|
+
search: "buscar",
|
|
6
|
+
replace: "reemplazar",
|
|
7
|
+
replace_command: "reemplazar / abrir área de búsqueda",
|
|
8
|
+
find_next: "encontrar siguiente",
|
|
9
|
+
replace_all: "reemplazar todos",
|
|
10
|
+
reg_exp: "expresiones regulares",
|
|
11
|
+
match_case: "coincidir capitalización",
|
|
12
|
+
not_found: "no encontrado.",
|
|
13
|
+
occurrence_replaced: "ocurrencias reemplazadas.",
|
|
14
|
+
search_field_empty: "Campo de búsqueda vacío",
|
|
15
|
+
restart_search_at_begin: "Se ha llegado al final del área. Se va a seguir desde el principio.",
|
|
16
|
+
move_popup: "mover la ventana de búsqueda",
|
|
17
|
+
font_size: "--Tamaño de la fuente--",
|
|
18
|
+
go_to_line: "ir a la línea",
|
|
19
|
+
go_to_line_prompt: "ir a la línea número:",
|
|
20
|
+
undo: "deshacer",
|
|
21
|
+
redo: "rehacer",
|
|
22
|
+
change_smooth_selection: "activar/desactivar algunas características de visualización (visualización más inteligente pero más carga de CPU)",
|
|
23
|
+
highlight: "intercambiar resaltado de sintaxis",
|
|
24
|
+
reset_highlight: "reinicializar resaltado (si no esta sincronizado con el texto)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "acerca",
|
|
27
|
+
save: "guardar",
|
|
28
|
+
load: "cargar",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Posición",
|
|
32
|
+
total: "Total",
|
|
33
|
+
close_popup: "recuadro de cierre",
|
|
34
|
+
shortcuts: "Atajos",
|
|
35
|
+
add_tab: "añadir tabulado al texto",
|
|
36
|
+
remove_tab: "borrar tabulado del texto",
|
|
37
|
+
about_notice: "Aviso: el resaltado de sintaxis sólo funciona para texto pequeño",
|
|
38
|
+
toggle: "Cambiar editor",
|
|
39
|
+
accesskey: "Tecla de acceso",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Mayúsc",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Procesando...",
|
|
45
|
+
fullscreen: "pantalla completa",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_coldfusion: "Coldfusion",
|
|
62
|
+
syntax_java: "Java",
|
|
63
|
+
close_tab: "Close file"
|
|
64
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["fi"]={
|
|
2
|
+
new_document: "uusi tyhjä dokumentti",
|
|
3
|
+
search_button: "etsi ja korvaa",
|
|
4
|
+
search_command: "etsi seuraava / avaa etsintävalikko",
|
|
5
|
+
search: "etsi",
|
|
6
|
+
replace: "korvaa",
|
|
7
|
+
replace_command: "korvaa / avaa etsintävalikko",
|
|
8
|
+
find_next: "etsi seuraava",
|
|
9
|
+
replace_all: "korvaa kaikki",
|
|
10
|
+
reg_exp: "säännölliset lausekkeet",
|
|
11
|
+
match_case: "täsmää kirjainkokoon",
|
|
12
|
+
not_found: "ei löytynyt.",
|
|
13
|
+
occurrence_replaced: "esiintymää korvattu.",
|
|
14
|
+
search_field_empty: "Haettava merkkijono on tyhjä",
|
|
15
|
+
restart_search_at_begin: "Alueen loppu saavutettiin. Aloitetaan alusta.",
|
|
16
|
+
move_popup: "siirrä etsintävalikkoa",
|
|
17
|
+
font_size: "--Fontin koko--",
|
|
18
|
+
go_to_line: "siirry riville",
|
|
19
|
+
go_to_line_prompt: "mene riville:",
|
|
20
|
+
undo: "peruuta",
|
|
21
|
+
redo: "tee uudelleen",
|
|
22
|
+
change_smooth_selection: "kytke/sammuta joitakin näyttötoimintoja (Älykkäämpi toiminta, mutta suurempi CPU kuormitus)",
|
|
23
|
+
highlight: "kytke syntaksikorostus päälle/pois",
|
|
24
|
+
reset_highlight: "resetoi syntaksikorostus (jos teksti ei ole synkassa korostuksen kanssa)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "tietoja",
|
|
27
|
+
save: "tallenna",
|
|
28
|
+
load: "lataa",
|
|
29
|
+
line_abbr: "Rv",
|
|
30
|
+
char_abbr: "Pos",
|
|
31
|
+
position: "Paikka",
|
|
32
|
+
total: "Yhteensä",
|
|
33
|
+
close_popup: "sulje valikko",
|
|
34
|
+
shortcuts: "Pikatoiminnot",
|
|
35
|
+
add_tab: "lisää sisennys tekstiin",
|
|
36
|
+
remove_tab: "poista sisennys tekstistä",
|
|
37
|
+
about_notice: "Huomautus: syntaksinkorostus toimii vain pienelle tekstille",
|
|
38
|
+
toggle: "Kytke editori",
|
|
39
|
+
accesskey: "Pikanäppäin",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Odota...",
|
|
45
|
+
fullscreen: "koko ruutu",
|
|
46
|
+
syntax_selection: "--Syntaksi--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Sulje tiedosto"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["fr"]={
|
|
2
|
+
new_document: "nouveau document (efface le contenu)",
|
|
3
|
+
search_button: "rechercher / remplacer",
|
|
4
|
+
search_command: "rechercher suivant / ouvrir la fenêtre de recherche",
|
|
5
|
+
search: "rechercher",
|
|
6
|
+
replace: "remplacer",
|
|
7
|
+
replace_command: "remplacer / ouvrir la fenêtre de recherche",
|
|
8
|
+
find_next: "rechercher",
|
|
9
|
+
replace_all: "tout remplacer",
|
|
10
|
+
reg_exp: "expr. régulière",
|
|
11
|
+
match_case: "respecter la casse",
|
|
12
|
+
not_found: "pas trouvé.",
|
|
13
|
+
occurrence_replaced: "remplacements éffectués.",
|
|
14
|
+
search_field_empty: "Le champ de recherche est vide.",
|
|
15
|
+
restart_search_at_begin: "Fin du texte atteint, poursuite au début.",
|
|
16
|
+
move_popup: "déplacer la fenêtre de recherche",
|
|
17
|
+
font_size: "--Taille police--",
|
|
18
|
+
go_to_line: "aller à la ligne",
|
|
19
|
+
go_to_line_prompt: "aller a la ligne numero:",
|
|
20
|
+
undo: "annuler",
|
|
21
|
+
redo: "refaire",
|
|
22
|
+
change_smooth_selection: "activer/désactiver des fonctions d'affichage (meilleur affichage mais plus de charge processeur)",
|
|
23
|
+
highlight: "activer/désactiver la coloration syntaxique",
|
|
24
|
+
reset_highlight: "réinitialiser la coloration syntaxique (si désyncronisée du texte)",
|
|
25
|
+
word_wrap: "activer/désactiver les retours à la ligne automatiques",
|
|
26
|
+
help: "à propos",
|
|
27
|
+
save: "sauvegarder",
|
|
28
|
+
load: "charger",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Position",
|
|
32
|
+
total: "Total",
|
|
33
|
+
close_popup: "fermer le popup",
|
|
34
|
+
shortcuts: "Racourcis clavier",
|
|
35
|
+
add_tab: "ajouter une tabulation dans le texte",
|
|
36
|
+
remove_tab: "retirer une tabulation dans le texte",
|
|
37
|
+
about_notice: "Note: la coloration syntaxique n'est prévue que pour de courts textes.",
|
|
38
|
+
toggle: "basculer l'éditeur",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Maj",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "chargement...",
|
|
45
|
+
fullscreen: "plein écran",
|
|
46
|
+
syntax_selection: "--Syntaxe--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Fermer le fichier"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["hr"]={
|
|
2
|
+
new_document: "Novi dokument",
|
|
3
|
+
search_button: "Traži i izmijeni",
|
|
4
|
+
search_command: "Traži dalje / Otvori prozor za traženje",
|
|
5
|
+
search: "Traži",
|
|
6
|
+
replace: "Izmijeni",
|
|
7
|
+
replace_command: "Izmijeni / Otvori prozor za traženje",
|
|
8
|
+
find_next: "Traži dalje",
|
|
9
|
+
replace_all: "Izmjeni sve",
|
|
10
|
+
reg_exp: "Regularni izrazi",
|
|
11
|
+
match_case: "Bitna vel. slova",
|
|
12
|
+
not_found: "nije naðeno.",
|
|
13
|
+
occurrence_replaced: "izmjenjenih.",
|
|
14
|
+
search_field_empty: "Prazno polje za traženje!",
|
|
15
|
+
restart_search_at_begin: "Došao do kraja. Poèeo od poèetka.",
|
|
16
|
+
move_popup: "Pomakni prozor",
|
|
17
|
+
font_size: "--Velièina teksta--",
|
|
18
|
+
go_to_line: "Odi na redak",
|
|
19
|
+
go_to_line_prompt: "Odi na redak:",
|
|
20
|
+
undo: "Vrati natrag",
|
|
21
|
+
redo: "Napravi ponovo",
|
|
22
|
+
change_smooth_selection: "Ukljuèi/iskljuèi neke moguænosti prikaza (pametniji prikaz, ali zagušeniji CPU)",
|
|
23
|
+
highlight: "Ukljuèi/iskljuèi bojanje sintakse",
|
|
24
|
+
reset_highlight: "Ponovi kolorizaciju (ako je nesinkronizirana s tekstom)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "O edit_area",
|
|
27
|
+
save: "Spremi",
|
|
28
|
+
load: "Uèitaj",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Zn",
|
|
31
|
+
position: "Pozicija",
|
|
32
|
+
total: "Ukupno",
|
|
33
|
+
close_popup: "Zatvori prozor",
|
|
34
|
+
shortcuts: "Kratice",
|
|
35
|
+
add_tab: "Dodaj tabulaciju",
|
|
36
|
+
remove_tab: "Makni tabulaciju",
|
|
37
|
+
about_notice: "Napomena: koloriziranje sintakse je samo za kratke kodove",
|
|
38
|
+
toggle: "Prebaci naèin ureðivanja",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "Procesiram...",
|
|
45
|
+
fullscreen: "Cijeli prozor",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
editAreaLoader.lang["it"]={
|
|
2
|
+
new_document: "nuovo documento vuoto",
|
|
3
|
+
search_button: "cerca e sostituisci",
|
|
4
|
+
search_command: "trova successivo / apri finestra di ricerca",
|
|
5
|
+
search: "cerca",
|
|
6
|
+
replace: "sostituisci",
|
|
7
|
+
replace_command: "sostituisci / apri finestra di ricerca",
|
|
8
|
+
find_next: "trova successivo",
|
|
9
|
+
replace_all: "sostituisci tutti",
|
|
10
|
+
reg_exp: "espressioni regolari",
|
|
11
|
+
match_case: "confronta maiuscole/minuscole<br />",
|
|
12
|
+
not_found: "non trovato.",
|
|
13
|
+
occurrence_replaced: "occorrenze sostituite.",
|
|
14
|
+
search_field_empty: "Campo ricerca vuoto",
|
|
15
|
+
restart_search_at_begin: "Fine del testo raggiunta. Ricomincio dall'inizio.",
|
|
16
|
+
move_popup: "sposta popup di ricerca",
|
|
17
|
+
font_size: "-- Dimensione --",
|
|
18
|
+
go_to_line: "vai alla linea",
|
|
19
|
+
go_to_line_prompt: "vai alla linea numero:",
|
|
20
|
+
undo: "annulla",
|
|
21
|
+
redo: "ripeti",
|
|
22
|
+
change_smooth_selection: "abilita/disabilita alcune caratteristiche della visualizzazione",
|
|
23
|
+
highlight: "abilita/disabilita colorazione della sintassi",
|
|
24
|
+
reset_highlight: "aggiorna colorazione (se non sincronizzata)",
|
|
25
|
+
word_wrap: "toggle word wrapping mode",
|
|
26
|
+
help: "informazioni su...",
|
|
27
|
+
save: "salva",
|
|
28
|
+
load: "carica",
|
|
29
|
+
line_abbr: "Ln",
|
|
30
|
+
char_abbr: "Ch",
|
|
31
|
+
position: "Posizione",
|
|
32
|
+
total: "Totale",
|
|
33
|
+
close_popup: "chiudi popup",
|
|
34
|
+
shortcuts: "Scorciatoie",
|
|
35
|
+
add_tab: "aggiungi tabulazione",
|
|
36
|
+
remove_tab: "rimuovi tabulazione",
|
|
37
|
+
about_notice: "Avviso: la colorazione della sintassi vale solo con testo piccolo",
|
|
38
|
+
toggle: "Abilita/disabilita editor",
|
|
39
|
+
accesskey: "Accesskey",
|
|
40
|
+
tab: "Tab",
|
|
41
|
+
shift: "Shift",
|
|
42
|
+
ctrl: "Ctrl",
|
|
43
|
+
esc: "Esc",
|
|
44
|
+
processing: "In corso...",
|
|
45
|
+
fullscreen: "fullscreen",
|
|
46
|
+
syntax_selection: "--Syntax--",
|
|
47
|
+
syntax_css: "CSS",
|
|
48
|
+
syntax_html: "HTML",
|
|
49
|
+
syntax_js: "Javascript",
|
|
50
|
+
syntax_php: "Php",
|
|
51
|
+
syntax_python: "Python",
|
|
52
|
+
syntax_vb: "Visual Basic",
|
|
53
|
+
syntax_xml: "Xml",
|
|
54
|
+
syntax_c: "C",
|
|
55
|
+
syntax_cpp: "CPP",
|
|
56
|
+
syntax_basic: "Basic",
|
|
57
|
+
syntax_pas: "Pascal",
|
|
58
|
+
syntax_brainfuck: "Brainfuck",
|
|
59
|
+
syntax_sql: "SQL",
|
|
60
|
+
syntax_ruby: "Ruby",
|
|
61
|
+
syntax_robotstxt: "Robots txt",
|
|
62
|
+
syntax_tsql: "T-SQL",
|
|
63
|
+
syntax_perl: "Perl",
|
|
64
|
+
syntax_coldfusion: "Coldfusion",
|
|
65
|
+
syntax_java: "Java",
|
|
66
|
+
close_tab: "Close file"
|
|
67
|
+
};
|