Commit 0314619e7a4ebe31291f25a9431697fda3bd41dc
1 parent
1a97ea26
replace calexium_lib by xlib
Showing
5 changed files
with
194 additions
and
6 deletions
Show diff stats
.gitmodules
| 1 | [submodule "densaku_lib"] | 1 | [submodule "densaku_lib"] |
| 2 | path = densaku_lib | 2 | path = densaku_lib |
| 3 | url = git@gitlab.anubis-language.com:totoro/densaku_lib.git | 3 | url = git@gitlab.anubis-language.com:totoro/densaku_lib.git |
| 4 | -[submodule "calexium_lib"] | ||
| 5 | - path = calexium_lib | ||
| 6 | - url = ssh://git@gitlab.calexium.com:33022/calexium/calexium_lib.git | 4 | +[submodule "xlib"] |
| 5 | + path = xlib | ||
| 6 | + url = ssh://git@gitlab.anubis-lang.com:33000/anubis/xlib.git |
calexium_lib deleted
| 1 | -Subproject commit a47578786bdaadf29db8b66220b4d3f53a700fb7 |
densaku.aproj
| @@ -104,6 +104,43 @@ | @@ -104,6 +104,43 @@ | ||
| 104 | <Folder Include="src\generation\anubis" /> | 104 | <Folder Include="src\generation\anubis" /> |
| 105 | <Folder Include="src\generation\javascript" /> | 105 | <Folder Include="src\generation\javascript" /> |
| 106 | <Folder Include="src\generation\graphviz" /> | 106 | <Folder Include="src\generation\graphviz" /> |
| 107 | + <Folder Include="xlib" /> | ||
| 108 | + <Folder Include="xlib\asterisk" /> | ||
| 109 | + <Folder Include="xlib\database" /> | ||
| 110 | + <Folder Include="xlib\database\model" /> | ||
| 111 | + <Folder Include="xlib\database\types" /> | ||
| 112 | + <Folder Include="xlib\ds_files" /> | ||
| 113 | + <Folder Include="xlib\extensions" /> | ||
| 114 | + <Folder Include="xlib\file_processor_io" /> | ||
| 115 | + <Folder Include="xlib\file_processor_io\yaml" /> | ||
| 116 | + <Folder Include="xlib\generic" /> | ||
| 117 | + <Folder Include="xlib\generic\types" /> | ||
| 118 | + <Folder Include="xlib\mail" /> | ||
| 119 | + <Folder Include="xlib\mail\lexers" /> | ||
| 120 | + <Folder Include="xlib\mail\types" /> | ||
| 121 | + <Folder Include="xlib\mail\types\generated" /> | ||
| 122 | + <Folder Include="xlib\network" /> | ||
| 123 | + <Folder Include="xlib\net_services" /> | ||
| 124 | + <Folder Include="xlib\net_services_protocols" /> | ||
| 125 | + <Folder Include="xlib\obj" /> | ||
| 126 | + <Folder Include="xlib\os_tools" /> | ||
| 127 | + <Folder Include="xlib\os_tools\freebsd" /> | ||
| 128 | + <Folder Include="xlib\os_tools\linux" /> | ||
| 129 | + <Folder Include="xlib\os_tools\linux\config" /> | ||
| 130 | + <Folder Include="xlib\string" /> | ||
| 131 | + <Folder Include="xlib\types" /> | ||
| 132 | + <Folder Include="xlib\types\generated" /> | ||
| 133 | + <Folder Include="xlib\unit_test" /> | ||
| 134 | + <Folder Include="xlib\web" /> | ||
| 135 | + <Folder Include="xlib\web\color" /> | ||
| 136 | + <Folder Include="xlib\web\fonts" /> | ||
| 137 | + <Folder Include="xlib\web\jQuery" /> | ||
| 138 | + <Folder Include="xlib\web\jQuery\ui-addon" /> | ||
| 139 | + <Folder Include="xlib\web\js" /> | ||
| 140 | + <Folder Include="xlib\web\piwik" /> | ||
| 141 | + <Folder Include="xlib\web\plugin" /> | ||
| 142 | + <Folder Include="xlib\web\types" /> | ||
| 143 | + <Folder Include="xlib\web\widgets" /> | ||
| 107 | <Compile Include="calexium_lib\asterisk\ami.anubis" /> | 144 | <Compile Include="calexium_lib\asterisk\ami.anubis" /> |
| 108 | <Compile Include="calexium_lib\asterisk\ami_commands.anubis" /> | 145 | <Compile Include="calexium_lib\asterisk\ami_commands.anubis" /> |
| 109 | <Compile Include="calexium_lib\asterisk\ami_types.anubis" /> | 146 | <Compile Include="calexium_lib\asterisk\ami_types.anubis" /> |
| @@ -575,6 +612,149 @@ | @@ -575,6 +612,149 @@ | ||
| 575 | <Compile Include="src\generation\types_messages.anubis" /> | 612 | <Compile Include="src\generation\types_messages.anubis" /> |
| 576 | <Compile Include="src\main.anubis" /> | 613 | <Compile Include="src\main.anubis" /> |
| 577 | <Compile Include="src\types_checking.anubis" /> | 614 | <Compile Include="src\types_checking.anubis" /> |
| 615 | + <Compile Include="xlib\asterisk\ami.anubis" /> | ||
| 616 | + <Compile Include="xlib\asterisk\ami_commands.anubis" /> | ||
| 617 | + <Compile Include="xlib\asterisk\ami_types.anubis" /> | ||
| 618 | + <Compile Include="xlib\CXM_errors.anubis" /> | ||
| 619 | + <Compile Include="xlib\CXM_message_constants.anubis" /> | ||
| 620 | + <Compile Include="xlib\database\alter_table.anubis" /> | ||
| 621 | + <Compile Include="xlib\database\csv_import_status.anubis" /> | ||
| 622 | + <Compile Include="xlib\database\csv_tools.anubis" /> | ||
| 623 | + <Compile Include="xlib\database\db_binds.anubis" /> | ||
| 624 | + <Compile Include="xlib\database\db_get_helpers.anubis" /> | ||
| 625 | + <Compile Include="xlib\database\db_types.anubis" /> | ||
| 626 | + <Compile Include="xlib\database\db_update_fields.anubis" /> | ||
| 627 | + <Compile Include="xlib\database\db_utils.anubis" /> | ||
| 628 | + <Compile Include="xlib\database\db_version.anubis" /> | ||
| 629 | + <Compile Include="xlib\database\migration.anubis" /> | ||
| 630 | + <Compile Include="xlib\database\migration_common.anubis" /> | ||
| 631 | + <Compile Include="xlib\database\migration_common_sqlite3.anubis" /> | ||
| 632 | + <Compile Include="xlib\database\migration_sqlite3.anubis" /> | ||
| 633 | + <Compile Include="xlib\database\model\db_model.anubis" /> | ||
| 634 | + <Compile Include="xlib\database\settings.anubis" /> | ||
| 635 | + <Compile Include="xlib\database\settings_sqlite3.anubis" /> | ||
| 636 | + <Compile Include="xlib\database\sqlite_foreign_key.anubis" /> | ||
| 637 | + <Compile Include="xlib\database\types\db_date.anubis" /> | ||
| 638 | + <Compile Include="xlib\database\types\db_datetime.anubis" /> | ||
| 639 | + <Compile Include="xlib\database\types\db_id.anubis" /> | ||
| 640 | + <Compile Include="xlib\database\types\db_integer.anubis" /> | ||
| 641 | + <Compile Include="xlib\database\types\db_migration.anubis" /> | ||
| 642 | + <Compile Include="xlib\database\types\db_time.anubis" /> | ||
| 643 | + <Compile Include="xlib\densaku_types.anubis" /> | ||
| 644 | + <Compile Include="xlib\ds_files\ds_messages.anubis" /> | ||
| 645 | + <Compile Include="xlib\ds_files\ds_types.anubis" /> | ||
| 646 | + <Compile Include="xlib\extensions\json.anubis" /> | ||
| 647 | + <Compile Include="xlib\file_processor_io\yaml\yaml.anubis" /> | ||
| 648 | + <Compile Include="xlib\file_processor_io\yaml\yaml_parser.anubis" /> | ||
| 649 | + <Compile Include="xlib\file_processor_io\yaml\yaml_type.anubis" /> | ||
| 650 | + <Compile Include="xlib\generic\session.anubis" /> | ||
| 651 | + <Compile Include="xlib\generic\types\session.anubis" /> | ||
| 652 | + <Compile Include="xlib\mail\authentication.anubis" /> | ||
| 653 | + <Compile Include="xlib\mail\compose_email.anubis" /> | ||
| 654 | + <Compile Include="xlib\mail\decode_mail.anubis" /> | ||
| 655 | + <Compile Include="xlib\mail\encode_mail.anubis" /> | ||
| 656 | + <Compile Include="xlib\mail\lexers\enhanced_status.anubis" /> | ||
| 657 | + <Compile Include="xlib\mail\lexers\fqa.anubis" /> | ||
| 658 | + <Compile Include="xlib\mail\send_mail.anubis" /> | ||
| 659 | + <Compile Include="xlib\mail\send_mail_type.anubis" /> | ||
| 660 | + <Compile Include="xlib\mail\smtp_client.anubis" /> | ||
| 661 | + <Compile Include="xlib\mail\smtp_server_extensions.anubis" /> | ||
| 662 | + <Compile Include="xlib\mail\tools.anubis" /> | ||
| 663 | + <Compile Include="xlib\mail\types\generated\email_address.anubis" /> | ||
| 664 | + <Compile Include="xlib\mail\types\generated\email_to_send.anubis" /> | ||
| 665 | + <Compile Include="xlib\network\socket_pool.anubis" /> | ||
| 666 | + <Compile Include="xlib\net_services\CXM_generic_client.anubis" /> | ||
| 667 | + <Compile Include="xlib\net_services\CXM_generic_protocol.anubis" /> | ||
| 668 | + <Compile Include="xlib\net_services\CXM_net_services.anubis" /> | ||
| 669 | + <Compile Include="xlib\net_services\get_file.anubis" /> | ||
| 670 | + <Compile Include="xlib\net_services\send_file.anubis" /> | ||
| 671 | + <Compile Include="xlib\net_services_protocols\ftp_client.anubis" /> | ||
| 672 | + <Compile Include="xlib\net_services_protocols\logger_client.anubis" /> | ||
| 673 | + <Compile Include="xlib\net_services_protocols\logger_server.anubis" /> | ||
| 674 | + <Compile Include="xlib\net_services_protocols\logger_service_deprecated.anubis" /> | ||
| 675 | + <Compile Include="xlib\net_services_protocols\logger_test.anubis" /> | ||
| 676 | + <Compile Include="xlib\net_services_protocols\pkg_updater_protocol.anubis" /> | ||
| 677 | + <Compile Include="xlib\os_tools\freebsd\rc_conf.anubis" /> | ||
| 678 | + <Compile Include="xlib\os_tools\linux\config\network_interface_file.anubis" /> | ||
| 679 | + <Compile Include="xlib\string\crlf.anubis" /> | ||
| 680 | + <Compile Include="xlib\types\generated\file_ref.anubis" /> | ||
| 681 | + <Compile Include="xlib\types\version.anubis" /> | ||
| 682 | + <Compile Include="xlib\unit_test\test.anubis" /> | ||
| 683 | + <Compile Include="xlib\unit_test\xml_rpc.unit_test.anubis" /> | ||
| 684 | + <Compile Include="xlib\web\color\color.anubis" /> | ||
| 685 | + <Compile Include="xlib\web\controllers_web_site.anubis" /> | ||
| 686 | + <Compile Include="xlib\web\counter.anubis" /> | ||
| 687 | + <Compile Include="xlib\web\CXM_common.anubis" /> | ||
| 688 | + <Compile Include="xlib\web\CXM_cookies.anubis" /> | ||
| 689 | + <Compile Include="xlib\web\CXM_dojo.anubis" /> | ||
| 690 | + <Compile Include="xlib\web\CXM_dropzone.anubis" /> | ||
| 691 | + <Compile Include="xlib\web\CXM_form.anubis" /> | ||
| 692 | + <Compile Include="xlib\web\CXM_generic_form.anubis" /> | ||
| 693 | + <Compile Include="xlib\web\CXM_generic_login.anubis" /> | ||
| 694 | + <Compile Include="xlib\web\CXM_generic_table.anubis" /> | ||
| 695 | + <Compile Include="xlib\web\CXM_html_tooltip.anubis" /> | ||
| 696 | + <Compile Include="xlib\web\CXM_https_get.anubis" /> | ||
| 697 | + <Compile Include="xlib\web\CXM_http_get.anubis" /> | ||
| 698 | + <Compile Include="xlib\web\CXM_http_get_common.anubis" /> | ||
| 699 | + <Compile Include="xlib\web\CXM_jquery.anubis" /> | ||
| 700 | + <Compile Include="xlib\web\CXM_json.anubis" /> | ||
| 701 | + <Compile Include="xlib\web\CXM_making_a_web_site.anubis" /> | ||
| 702 | + <Compile Include="xlib\web\CXM_mime.anubis" /> | ||
| 703 | + <Compile Include="xlib\web\CXM_multihost_http_server.anubis" /> | ||
| 704 | + <Compile Include="xlib\web\CXM_page_message.anubis" /> | ||
| 705 | + <Compile Include="xlib\web\CXM_style_tools.anubis" /> | ||
| 706 | + <Compile Include="xlib\web\CXM_urllib.anubis" /> | ||
| 707 | + <Compile Include="xlib\web\CXM_web_action.anubis" /> | ||
| 708 | + <Compile Include="xlib\web\CXM_web_arg_encode.anubis" /> | ||
| 709 | + <Compile Include="xlib\web\CXM_web_arg_utils.anubis" /> | ||
| 710 | + <Compile Include="xlib\web\CXM_web_dump.anubis" /> | ||
| 711 | + <Compile Include="xlib\web\CXM_web_session.anubis" /> | ||
| 712 | + <Compile Include="xlib\web\CXM_widgets.anubis" /> | ||
| 713 | + <Compile Include="xlib\web\CXM_xml_rpc.anubis" /> | ||
| 714 | + <Compile Include="xlib\web\CXM_xml_rpc_parser.anubis" /> | ||
| 715 | + <Compile Include="xlib\web\CXM_xml_rpc_types.anubis" /> | ||
| 716 | + <Compile Include="xlib\web\fonts\awesome.anubis" /> | ||
| 717 | + <Compile Include="xlib\web\jQuery\CXM_jquery_animate.anubis" /> | ||
| 718 | + <Compile Include="xlib\web\jQuery\CXM_jquery_button.anubis" /> | ||
| 719 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable.anubis" /> | ||
| 720 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_plugins.anubis" /> | ||
| 721 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_server_side.anubis" /> | ||
| 722 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_translation.anubis" /> | ||
| 723 | + <Compile Include="xlib\web\jQuery\CXM_jquery_datatable_types.anubis" /> | ||
| 724 | + <Compile Include="xlib\web\jQuery\CXM_jquery_dialog.anubis" /> | ||
| 725 | + <Compile Include="xlib\web\jQuery\CXM_jquery_easing.anubis" /> | ||
| 726 | + <Compile Include="xlib\web\jQuery\CXM_jquery_eudock.anubis" /> | ||
| 727 | + <Compile Include="xlib\web\jQuery\CXM_jquery_eudock_types.anubis" /> | ||
| 728 | + <Compile Include="xlib\web\jQuery\CXM_jquery_icons.anubis" /> | ||
| 729 | + <Compile Include="xlib\web\jQuery\CXM_jquery_jqplot.anubis" /> | ||
| 730 | + <Compile Include="xlib\web\jQuery\CXM_jquery_tabs.anubis" /> | ||
| 731 | + <Compile Include="xlib\web\jQuery\CXM_jquery_tiptip.anubis" /> | ||
| 732 | + <Compile Include="xlib\web\jQuery\CXM_jquery_toolbar.anubis" /> | ||
| 733 | + <Compile Include="xlib\web\jQuery\CXM_jq_checkbox.anubis" /> | ||
| 734 | + <Compile Include="xlib\web\jQuery\CXM_jq_form.anubis" /> | ||
| 735 | + <Compile Include="xlib\web\jQuery\CXM_jq_radio.anubis" /> | ||
| 736 | + <Compile Include="xlib\web\jQuery\jqgrid.anubis" /> | ||
| 737 | + <Compile Include="xlib\web\jQuery\jq_flot.anubis" /> | ||
| 738 | + <Compile Include="xlib\web\jQuery\ui-addon\datetimepicker.anubis" /> | ||
| 739 | + <Compile Include="xlib\web\js_tools.anubis" /> | ||
| 740 | + <Compile Include="xlib\web\load_content.anubis" /> | ||
| 741 | + <Compile Include="xlib\web\piwik\CXM_piwik.anubis" /> | ||
| 742 | + <Compile Include="xlib\web\plugin\plugin.anubis" /> | ||
| 743 | + <Compile Include="xlib\web\types\controllers_web_site.anubis" /> | ||
| 744 | + <Compile Include="xlib\web\types\making_a_web_site.anubis" /> | ||
| 745 | + <Compile Include="xlib\web\types\web_action_name.anubis" /> | ||
| 746 | + <Compile Include="xlib\web\types\web_session.anubis" /> | ||
| 747 | + <Compile Include="xlib\web\widgets\button.anubis" /> | ||
| 748 | + <Compile Include="xlib\web\widgets\css_helper.anubis" /> | ||
| 749 | + <Compile Include="xlib\web\widgets\dashboard.anubis" /> | ||
| 750 | + <Compile Include="xlib\web\widgets\fisheye_menu.anubis" /> | ||
| 751 | + <Compile Include="xlib\web\widgets\icon.anubis" /> | ||
| 752 | + <Compile Include="xlib\web\widgets\icons_set.anubis" /> | ||
| 753 | + <Compile Include="xlib\web\widgets\left_menu.anubis" /> | ||
| 754 | + <Compile Include="xlib\web\widgets\left_menu_html.anubis" /> | ||
| 755 | + <Compile Include="xlib\web\widgets\menu.anubis" /> | ||
| 756 | + <Compile Include="xlib\web\widgets\pager.anubis" /> | ||
| 757 | + <Compile Include="xlib\web\widgets\specialized_elements.anubis" /> | ||
| 578 | <None Include="calexium_lib\.git" /> | 758 | <None Include="calexium_lib\.git" /> |
| 579 | <None Include="calexium_lib\.gitignore" /> | 759 | <None Include="calexium_lib\.gitignore" /> |
| 580 | <None Include="calexium_lib\obj\unit_test.aproj.FileListAbsolute.txt" /> | 760 | <None Include="calexium_lib\obj\unit_test.aproj.FileListAbsolute.txt" /> |
| @@ -727,5 +907,13 @@ | @@ -727,5 +907,13 @@ | ||
| 727 | <None Include="library\widgets4\images\not_checked.jpg" /> | 907 | <None Include="library\widgets4\images\not_checked.jpg" /> |
| 728 | <None Include="library\widgets4\images\torrent.jpg" /> | 908 | <None Include="library\widgets4\images\torrent.jpg" /> |
| 729 | <None Include="library\xml\xml_parser.apg" /> | 909 | <None Include="library\xml\xml_parser.apg" /> |
| 910 | + <None Include="xlib\.git" /> | ||
| 911 | + <None Include="xlib\.gitignore" /> | ||
| 912 | + <None Include="xlib\examples.ide" /> | ||
| 913 | + <None Include="xlib\minimal_web_site.aproj" /> | ||
| 914 | + <None Include="xlib\obj\unit_test.aproj.FileListAbsolute.txt" /> | ||
| 915 | + <None Include="xlib\unit_test.aproj" /> | ||
| 916 | + <None Include="xlib\unit_test.ide" /> | ||
| 917 | + <None Include="xlib\web\js\cxm_jquery_animate.js" /> | ||
| 730 | </ItemGroup> | 918 | </ItemGroup> |
| 731 | </Project> | 919 | </Project> |
| 732 | \ No newline at end of file | 920 | \ No newline at end of file |
src/main.anubis
| @@ -17,12 +17,12 @@ | @@ -17,12 +17,12 @@ | ||
| 17 | * User: フランスのトトロ aka (David RENÉ) | 17 | * User: フランスのトトロ aka (David RENÉ) |
| 18 | * Date: 15/01/2017 | 18 | * Date: 15/01/2017 |
| 19 | * Time: 23:30 | 19 | * Time: 23:30 |
| 20 | - * © Calexium | 20 | + * © David RENÉ |
| 21 | */ | 21 | */ |
| 22 | 22 | ||
| 23 | read densaku_lib/types/densaku.anubis | 23 | read densaku_lib/types/densaku.anubis |
| 24 | read generation/files.anubis | 24 | read generation/files.anubis |
| 25 | -read calexium_lib/CXM_message_constants.anubis | 25 | +read xlib/CXM_message_constants.anubis |
| 26 | 26 | ||
| 27 | public define List(DS_Message) the_messages_list = | 27 | public define List(DS_Message) the_messages_list = |
| 28 | [ | 28 | [ |