Commit 89738879cedddf861e225473306372e70fb79614
1 parent
5163a5fd
Exists in
master
and in
1 other branch
Adding mingw package control file.
Showing
3 changed files
with
386 additions
and
375 deletions
Show diff stats
locale/pt_BR.po
| @@ -5,7 +5,7 @@ msgid "" | @@ -5,7 +5,7 @@ msgid "" | ||
| 5 | msgstr "" | 5 | msgstr "" |
| 6 | "Project-Id-Version: pw3270 5.0\n" | 6 | "Project-Id-Version: pw3270 5.0\n" |
| 7 | "Report-Msgid-Bugs-To: \n" | 7 | "Report-Msgid-Bugs-To: \n" |
| 8 | -"POT-Creation-Date: 2023-01-11 08:59-0300\n" | 8 | +"POT-Creation-Date: 2023-03-03 02:21-0300\n" |
| 9 | "PO-Revision-Date: 2021-09-01 23:53-0300\n" | 9 | "PO-Revision-Date: 2021-09-01 23:53-0300\n" |
| 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" | 10 | "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n" |
| 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" | 11 | "Language-Team: Português <perry.werneck@gmail.com>\n" |
| @@ -625,12 +625,12 @@ msgstr "Apagar campos" | @@ -625,12 +625,12 @@ msgstr "Apagar campos" | ||
| 625 | msgid "Erro sending data to host" | 625 | msgid "Erro sending data to host" |
| 626 | msgstr "Erro ao enviar dados para o servidor" | 626 | msgstr "Erro ao enviar dados para o servidor" |
| 627 | 627 | ||
| 628 | -#: src/core/ft/ft_dft.c:413 src/core/ft/ft_cut.c:408 | 628 | +#: src/core/ft/ft_cut.c:408 src/core/ft/ft_dft.c:413 |
| 629 | #, c-format | 629 | #, c-format |
| 630 | msgid "Error \"%s\" reading from local file (rc=%d)" | 630 | msgid "Error \"%s\" reading from local file (rc=%d)" |
| 631 | msgstr "Erro \"%s\" lendo arquivo local (rc=%d)" | 631 | msgstr "Erro \"%s\" lendo arquivo local (rc=%d)" |
| 632 | 632 | ||
| 633 | -#: src/core/ft/ft_dft.c:306 src/core/ft/ft_cut.c:504 | 633 | +#: src/core/ft/ft_cut.c:504 src/core/ft/ft_dft.c:306 |
| 634 | #, c-format | 634 | #, c-format |
| 635 | msgid "Error \"%s\" writing to local file (rc=%d)" | 635 | msgid "Error \"%s\" writing to local file (rc=%d)" |
| 636 | msgstr "Erro \"%s\" gravando arquivo local (rc=%d)" | 636 | msgstr "Erro \"%s\" gravando arquivo local (rc=%d)" |
| @@ -1021,8 +1021,8 @@ msgstr "Move para o próximo campo desprotegido" | @@ -1021,8 +1021,8 @@ msgstr "Move para o próximo campo desprotegido" | ||
| 1021 | msgid "Move to the previous unprotected field on screen" | 1021 | msgid "Move to the previous unprotected field on screen" |
| 1022 | msgstr "Move para o campo desprotegido anterior" | 1022 | msgstr "Move para o campo desprotegido anterior" |
| 1023 | 1023 | ||
| 1024 | -#: src/core/telnet.c:304 src/core/windows/event_dispatcher.c:135 | ||
| 1025 | -#: src/core/windows/connect.c:223 | 1024 | +#: src/core/telnet.c:304 src/core/windows/connect.c:223 |
| 1025 | +#: src/core/windows/event_dispatcher.c:135 | ||
| 1026 | msgid "Network error" | 1026 | msgid "Network error" |
| 1027 | msgstr "Erro de rede" | 1027 | msgstr "Erro de rede" |
| 1028 | 1028 | ||
| @@ -1889,8 +1889,8 @@ msgstr "Mostrar posição do cursor" | @@ -1889,8 +1889,8 @@ msgstr "Mostrar posição do cursor" | ||
| 1889 | msgid "Transfer cancelled by host" | 1889 | msgid "Transfer cancelled by host" |
| 1890 | msgstr "Transferência cancelada pelo host" | 1890 | msgstr "Transferência cancelada pelo host" |
| 1891 | 1891 | ||
| 1892 | -#: src/core/ft/ft_dft.c:213 src/core/ft/ft_dft.c:344 src/core/ft/ft_cut.c:387 | ||
| 1893 | -#: src/core/ft/ft_cut.c:475 | 1892 | +#: src/core/ft/ft_cut.c:387 src/core/ft/ft_cut.c:475 src/core/ft/ft_dft.c:213 |
| 1893 | +#: src/core/ft/ft_dft.c:344 | ||
| 1894 | msgid "Transfer cancelled by user" | 1894 | msgid "Transfer cancelled by user" |
| 1895 | msgstr "Transferência cancelada pelo usuário" | 1895 | msgstr "Transferência cancelada pelo usuário" |
| 1896 | 1896 |
win/PKGBUILD
| 1 | # Maintainer: Perry Werneck <perry.werneck@gmail.com> | 1 | # Maintainer: Perry Werneck <perry.werneck@gmail.com> |
| 2 | +# References: https://www.msys2.org/wiki/Creating-Packages/ | ||
| 2 | 3 | ||
| 3 | -pkgname=${MINGW_PACKAGE_PREFIX}-lib3270 | 4 | +_realname=lib3270 |
| 5 | +pkgname=${MINGW_PACKAGE_PREFIX}-${_realname} | ||
| 6 | +source=(git+https://github.com/PerryWerneck/lib3270#branch=develop) | ||
| 4 | 7 | ||
| 5 | -pkgver=5.2 | 8 | +#pkgver() { |
| 9 | +# cd ${srcdir}/${_realname} | ||
| 10 | +# git describe --long --tags --abbrev=7 | sed 's/\([^-]*-g\)/r\1/;s/-/./g' | ||
| 11 | +#} | ||
| 12 | + | ||
| 13 | +pkgver=5.4 | ||
| 6 | pkgrel=1 | 14 | pkgrel=1 |
| 7 | pkgdesc="TN3270 Access library" | 15 | pkgdesc="TN3270 Access library" |
| 8 | -url="https://portal.softwarepublico.gov.br/social/pw3270/" | 16 | +url="https://github.com/PerryWerneck/lib3270" |
| 9 | arch=(i686 x86_64) | 17 | arch=(i686 x86_64) |
| 10 | license=(GPL) | 18 | license=(GPL) |
| 11 | -depends=() | ||
| 12 | -makedepends=(autoconf automake make openssl-devel) | 19 | +depends=(openssl) |
| 20 | +makedepends=(autoconf automake make libtool gzip ${MINGW_PACKAGE_PREFIX}-openssl) | ||
| 13 | checkdepends=() | 21 | checkdepends=() |
| 14 | 22 | ||
| 15 | -#groups=(gnome) | ||
| 16 | - | ||
| 17 | -source=(lib3270-$pkgver.tar.xz) | ||
| 18 | sha256sums=('SKIP') | 23 | sha256sums=('SKIP') |
| 19 | 24 | ||
| 20 | -provides=($pkgname) | 25 | +provides=($pkgname) |
| 21 | conflicts=($pkgname) | 26 | conflicts=($pkgname) |
| 22 | 27 | ||
| 23 | prepare() { | 28 | prepare() { |
| 24 | - cd lib3270-$pkgver | 29 | + cd ${srcdir}/${_realname} |
| 25 | NOCONFIGURE=1 ./autogen.sh | 30 | NOCONFIGURE=1 ./autogen.sh |
| 26 | - ./configure --prefix=$MINGW_PREFIX | ||
| 27 | } | 31 | } |
| 28 | 32 | ||
| 29 | build() { | 33 | build() { |
| 30 | - cd lib3270-$pkgver | 34 | + cd ${srcdir}/${_realname} |
| 35 | + ./configure \ | ||
| 36 | + --prefix=${MINGW_PREFIX} \ | ||
| 37 | + --build=${MINGW_CHOST} \ | ||
| 38 | + --host=${MINGW_CHOST} \ | ||
| 39 | + --target=${MINGW_CHOST} | ||
| 40 | + | ||
| 31 | make all | 41 | make all |
| 32 | } | 42 | } |
| 33 | 43 | ||
| 34 | package() { | 44 | package() { |
| 35 | - cd lib3270-$pkgver | ||
| 36 | - DESTDIR="$pkgdir" make install-dev | ||
| 37 | - install .bin/Release/lib3270.dll $MINGW_PREFIX/bin | ||
| 38 | - dlltool --dllname lib3270.dll --input-def .bin/Release/lib3270.def --output-lib $MINGW_PREFIX/lib/lib3270.a | 45 | + cd ${srcdir}/${_realname} |
| 46 | + make DESTDIR="${pkgdir}" install | ||
| 47 | + install -Dm644 "${srcdir}/${_realname}/LICENSE" "${pkgdir}${MINGW_PREFIX}/share/licenses/${_realname}/LICENSE" | ||
| 39 | } | 48 | } |
| 40 | 49 | ||
| 50 | + |
win/lib3270.def
| 1 | -EXPORTS | ||
| 2 | - lib3270_action @1 | ||
| 3 | - lib3270_action_activate @2 | ||
| 4 | - lib3270_action_get_by_name @3 | ||
| 5 | - lib3270_action_group_get_activatable @4 | ||
| 6 | - lib3270_action_group_notify @5 | ||
| 7 | - lib3270_action_is_activatable @6 | ||
| 8 | - lib3270_activate_by_name @7 | ||
| 9 | - lib3270_add_poll_fd @8 | ||
| 10 | - lib3270_allow_reconnect @9 | ||
| 11 | - lib3270_asc2ebc @10 | ||
| 12 | - lib3270_attn @11 | ||
| 13 | - lib3270_autoptr_cleanup_HKEY @12 | ||
| 14 | - lib3270_autoptr_cleanup_LIB3270_POPUP @13 | ||
| 15 | - lib3270_autoptr_cleanup_char @14 | ||
| 16 | - lib3270_backspace @15 | ||
| 17 | - lib3270_break @16 | ||
| 18 | - lib3270_build_config_filename @17 | ||
| 19 | - lib3270_build_data_filename @18 | ||
| 20 | - lib3270_build_filename @19 | ||
| 21 | - lib3270_calloc @20 | ||
| 22 | - lib3270_can_paste_next @21 | ||
| 23 | - lib3270_charsettable @22 | ||
| 24 | - lib3270_chomp @23 | ||
| 25 | - lib3270_chug @24 | ||
| 26 | - lib3270_clear @25 | ||
| 27 | - lib3270_clear_operator_error @26 | ||
| 28 | - lib3270_cmp_string_at @27 | ||
| 29 | - lib3270_cmp_string_at_address @28 | ||
| 30 | - lib3270_connect_url @29 | ||
| 31 | - lib3270_connection_state_get_name @30 | ||
| 32 | - lib3270_crl_get_preferred_protocol @31 | ||
| 33 | - lib3270_crl_set_preferred_protocol @32 | ||
| 34 | - lib3270_cursor_down @33 | ||
| 35 | - lib3270_cursor_left @34 | ||
| 36 | - lib3270_cursor_right @35 | ||
| 37 | - lib3270_cursor_up @36 | ||
| 38 | - lib3270_cut_selected @37 | ||
| 39 | - lib3270_data_recv @38 | ||
| 40 | - lib3270_delete @39 | ||
| 41 | - lib3270_deletefield @40 | ||
| 42 | - lib3270_deleteword @41 | ||
| 43 | - lib3270_disconnect @42 | ||
| 44 | - lib3270_drag_selection @43 | ||
| 45 | - lib3270_dup @44 | ||
| 46 | - lib3270_ebc2asc @45 | ||
| 47 | - lib3270_emulate_input @46 | ||
| 48 | - lib3270_enter @47 | ||
| 49 | - lib3270_erase @48 | ||
| 50 | - lib3270_erase_selected @49 | ||
| 51 | - lib3270_eraseeof @50 | ||
| 52 | - lib3270_eraseeol @51 | ||
| 53 | - lib3270_eraseinput @52 | ||
| 54 | - lib3270_field_addr @53 | ||
| 55 | - lib3270_field_length @54 | ||
| 56 | - lib3270_fieldend @55 | ||
| 57 | - lib3270_fieldmark @56 | ||
| 58 | - lib3270_firstfield @57 | ||
| 59 | - lib3270_free @58 | ||
| 60 | - lib3270_ft_cancel @59 | ||
| 61 | - lib3270_ft_destroy @60 | ||
| 62 | - lib3270_ft_get_user_data @61 | ||
| 63 | - lib3270_ft_new @62 | ||
| 64 | - lib3270_ft_set_blksize @63 | ||
| 65 | - lib3270_ft_set_lrecl @64 | ||
| 66 | - lib3270_ft_set_options @65 | ||
| 67 | - lib3270_ft_set_primspace @66 | ||
| 68 | - lib3270_ft_set_secspace @67 | ||
| 69 | - lib3270_ft_set_user_data @68 | ||
| 70 | - lib3270_ft_start @69 | ||
| 71 | - lib3270_get_action @70 | ||
| 72 | - lib3270_get_actions @71 | ||
| 73 | - lib3270_get_associated_luname @72 | ||
| 74 | - lib3270_get_attribute_at_address @73 | ||
| 75 | - lib3270_get_auto_reconnect @74 | ||
| 76 | - lib3270_get_boolean_properties_list @75 | ||
| 77 | - lib3270_get_color_type @76 | ||
| 78 | - lib3270_get_connection_state @77 | ||
| 79 | - lib3270_get_contents @78 | ||
| 80 | - lib3270_get_cursor_address @79 | ||
| 81 | - lib3270_get_cursor_position @80 | ||
| 82 | - lib3270_get_default_charset @81 | ||
| 83 | - lib3270_get_default_host @82 | ||
| 84 | - lib3270_get_default_session_handle @83 | ||
| 85 | - lib3270_get_display_charset @84 | ||
| 86 | - lib3270_get_element @85 | ||
| 87 | - lib3270_get_field_attribute @86 | ||
| 88 | - lib3270_get_field_bounds @87 | ||
| 89 | - lib3270_get_field_end @88 | ||
| 90 | - lib3270_get_field_len @89 | ||
| 91 | - lib3270_get_field_start @90 | ||
| 92 | - lib3270_get_field_string_at @91 | ||
| 93 | - lib3270_get_ft_callbacks @92 | ||
| 94 | - lib3270_get_ft_state @93 | ||
| 95 | - lib3270_get_has_copy @94 | ||
| 96 | - lib3270_get_has_selection @95 | ||
| 97 | - lib3270_get_height @96 | ||
| 98 | - lib3270_get_host @97 | ||
| 99 | - lib3270_get_host_charset @98 | ||
| 100 | - lib3270_get_host_type @99 | ||
| 101 | - lib3270_get_host_type_name @100 | ||
| 102 | - lib3270_get_installation_path @101 | ||
| 103 | - lib3270_get_int_properties_list @102 | ||
| 104 | - lib3270_get_int_property @103 | ||
| 105 | - lib3270_get_is_protected @104 | ||
| 106 | - lib3270_get_is_protected_at @105 | ||
| 107 | - lib3270_get_keyboard_lock_state @106 | ||
| 108 | - lib3270_get_length @107 | ||
| 109 | - lib3270_get_lock_on_operator_error @108 | ||
| 110 | - lib3270_get_lock_status @109 | ||
| 111 | - lib3270_get_log_filename @110 | ||
| 112 | - lib3270_get_lunames @111 | ||
| 113 | - lib3270_get_max_height @112 | ||
| 114 | - lib3270_get_max_width @113 | ||
| 115 | - lib3270_get_model @114 | ||
| 116 | - lib3270_get_model_name @115 | ||
| 117 | - lib3270_get_model_number @116 | ||
| 118 | - lib3270_get_next_unprotected @117 | ||
| 119 | - lib3270_get_numeric_lock @118 | ||
| 120 | - lib3270_get_oia_box_solid @119 | ||
| 121 | - lib3270_get_option_list @120 | ||
| 122 | - lib3270_get_oversize @121 | ||
| 123 | - lib3270_get_pointer @122 | ||
| 124 | - lib3270_get_product_name @123 | ||
| 125 | - lib3270_get_program_message @124 | ||
| 126 | - lib3270_get_region @125 | ||
| 127 | - lib3270_get_revision @126 | ||
| 128 | - lib3270_get_screen_size @127 | ||
| 129 | - lib3270_get_selected @128 | ||
| 130 | - lib3270_get_selected_text @129 | ||
| 131 | - lib3270_get_selection @130 | ||
| 132 | - lib3270_get_selection_bounds @131 | ||
| 133 | - lib3270_get_selection_flags @132 | ||
| 134 | - lib3270_get_selection_rectangle @133 | ||
| 135 | - lib3270_get_session_callbacks @134 | ||
| 136 | - lib3270_get_session_id @135 | ||
| 137 | - lib3270_get_ssl_crl_text @136 | ||
| 138 | - lib3270_get_ssl_peer_certificate_text @137 | ||
| 139 | - lib3270_get_ssl_state @138 | ||
| 140 | - lib3270_get_ssl_state_description @139 | ||
| 141 | - lib3270_get_ssl_state_icon_name @140 | ||
| 142 | - lib3270_get_ssl_state_message @141 | ||
| 143 | - lib3270_get_string_at @142 | ||
| 144 | - lib3270_get_string_at_address @143 | ||
| 145 | - lib3270_get_string_properties_list @144 | ||
| 146 | - lib3270_get_task_count @145 | ||
| 147 | - lib3270_get_toggle @146 | ||
| 148 | - lib3270_get_toggle_description @147 | ||
| 149 | - lib3270_get_toggle_id @148 | ||
| 150 | - lib3270_get_toggle_label @149 | ||
| 151 | - lib3270_get_toggle_list @150 | ||
| 152 | - lib3270_get_toggle_name @151 | ||
| 153 | - lib3270_get_toggle_summary @152 | ||
| 154 | - lib3270_get_toggles @153 | ||
| 155 | - lib3270_get_trace_filename @154 | ||
| 156 | - lib3270_get_trace_handler @155 | ||
| 157 | - lib3270_get_translation_domain @156 | ||
| 158 | - lib3270_get_typeahead @157 | ||
| 159 | - lib3270_get_undera @158 | ||
| 160 | - lib3270_get_unlock_delay @159 | ||
| 161 | - lib3270_get_unsigned_properties_list @160 | ||
| 162 | - lib3270_get_url @161 | ||
| 163 | - lib3270_get_user_data @162 | ||
| 164 | - lib3270_get_version @163 | ||
| 165 | - lib3270_get_version_info @164 | ||
| 166 | - lib3270_get_width @165 | ||
| 167 | - lib3270_get_word_bounds @166 | ||
| 168 | - lib3270_getpeername @167 | ||
| 169 | - lib3270_getsockname @168 | ||
| 170 | - lib3270_half_connected @169 | ||
| 171 | - lib3270_has_active_script @170 | ||
| 172 | - lib3270_has_selection @171 | ||
| 173 | - lib3270_host_get_name @172 | ||
| 174 | - lib3270_iconv_free @173 | ||
| 175 | - lib3270_iconv_from_host @174 | ||
| 176 | - lib3270_iconv_new @175 | ||
| 177 | - lib3270_iconv_to_host @176 | ||
| 178 | - lib3270_in_3270 @177 | ||
| 179 | - lib3270_in_ansi @178 | ||
| 180 | - lib3270_in_e @179 | ||
| 181 | - lib3270_in_neither @180 | ||
| 182 | - lib3270_in_sscp @181 | ||
| 183 | - lib3270_in_tn3270e @182 | ||
| 184 | - lib3270_input_string @183 | ||
| 185 | - lib3270_is_as400 @184 | ||
| 186 | - lib3270_is_connected @185 | ||
| 187 | - lib3270_is_disconnected @186 | ||
| 188 | - lib3270_is_formatted @187 | ||
| 189 | - lib3270_is_protected @188 | ||
| 190 | - lib3270_is_ready @189 | ||
| 191 | - lib3270_is_secure @190 | ||
| 192 | - lib3270_is_selected @191 | ||
| 193 | - lib3270_is_tso @192 | ||
| 194 | - lib3270_is_unlocked @193 | ||
| 195 | - lib3270_kybdreset @194 | ||
| 196 | - lib3270_load @195 | ||
| 197 | - lib3270_main_iterate @196 | ||
| 198 | - lib3270_malloc @197 | ||
| 199 | - lib3270_move_cursor @198 | ||
| 200 | - lib3270_move_selected_area @199 | ||
| 201 | - lib3270_move_selection @200 | ||
| 202 | - lib3270_newline @201 | ||
| 203 | - lib3270_nextfield @202 | ||
| 204 | - lib3270_nextword @203 | ||
| 205 | - lib3270_pakey @204 | ||
| 206 | - lib3270_parse_host_type @205 | ||
| 207 | - lib3270_paste_next @206 | ||
| 208 | - lib3270_paste_text @207 | ||
| 209 | - lib3270_pconnected @208 | ||
| 210 | - lib3270_pfkey @209 | ||
| 211 | - lib3270_popup @210 | ||
| 212 | - lib3270_popup_an_errno @211 | ||
| 213 | - lib3270_popup_clone_printf @212 | ||
| 214 | - lib3270_popup_dialog @213 | ||
| 215 | - lib3270_popup_va @214 | ||
| 216 | - lib3270_previousfield @215 | ||
| 217 | - lib3270_previousword @216 | ||
| 218 | - lib3270_print @217 | ||
| 219 | - lib3270_print_all @218 | ||
| 220 | - lib3270_print_copy @219 | ||
| 221 | - lib3270_print_selected @220 | ||
| 222 | - lib3270_property_get_by_name @221 | ||
| 223 | - lib3270_property_get_description @222 | ||
| 224 | - lib3270_property_get_label @223 | ||
| 225 | - lib3270_property_get_name @224 | ||
| 226 | - lib3270_property_get_summary @225 | ||
| 227 | - lib3270_property_get_tooltip @226 | ||
| 228 | - lib3270_realloc @227 | ||
| 229 | - lib3270_receive @228 | ||
| 230 | - lib3270_reconnect @229 | ||
| 231 | - lib3270_register_action_group_listener @230 | ||
| 232 | - lib3270_register_fd_handlers @231 | ||
| 233 | - lib3270_register_io_controller @232 | ||
| 234 | - lib3270_register_schange @233 | ||
| 235 | - lib3270_register_timer_handlers @234 | ||
| 236 | - lib3270_register_toggle_listener @235 | ||
| 237 | - lib3270_remap_char @236 | ||
| 238 | - lib3270_remove_poll @237 | ||
| 239 | - lib3270_remove_poll_fd @238 | ||
| 240 | - lib3270_reselect @239 | ||
| 241 | - lib3270_reset_callbacks @240 | ||
| 242 | - lib3270_reset_charset @241 | ||
| 243 | - lib3270_reset_ft_callbacks @242 | ||
| 244 | - lib3270_ring_bell @243 | ||
| 245 | - lib3270_run_task @244 | ||
| 246 | - lib3270_save @245 | ||
| 247 | - lib3270_save_all @246 | ||
| 248 | - lib3270_save_copy @247 | ||
| 249 | - lib3270_save_selected @248 | ||
| 250 | - lib3270_select_all @249 | ||
| 251 | - lib3270_select_field @250 | ||
| 252 | - lib3270_select_field_at @251 | ||
| 253 | - lib3270_select_region @252 | ||
| 254 | - lib3270_select_to @253 | ||
| 255 | - lib3270_select_word @254 | ||
| 256 | - lib3270_select_word_at @255 | ||
| 257 | - lib3270_selection_get_length @256 | ||
| 258 | - lib3270_selection_new @257 | ||
| 259 | - lib3270_send @258 | ||
| 260 | - lib3270_service_get_name @259 | ||
| 261 | - lib3270_session_free @260 | ||
| 262 | - lib3270_session_new @261 | ||
| 263 | - lib3270_set_as400 @262 | ||
| 264 | - lib3270_set_auto_reconnect @263 | ||
| 265 | - lib3270_set_boolean_property @264 | ||
| 266 | - lib3270_set_color_type @265 | ||
| 267 | - lib3270_set_connected_initial @266 | ||
| 268 | - lib3270_set_cursor_address @267 | ||
| 269 | - lib3270_set_cursor_position @268 | ||
| 270 | - lib3270_set_dft_buffersize @269 | ||
| 271 | - lib3270_set_disconnected @270 | ||
| 272 | - lib3270_set_field @271 | ||
| 273 | - lib3270_set_has_copy @272 | ||
| 274 | - lib3270_set_host_charset @273 | ||
| 275 | - lib3270_set_host_type @274 | ||
| 276 | - lib3270_set_host_type_by_name @275 | ||
| 277 | - lib3270_set_int_property @276 | ||
| 278 | - lib3270_set_lock_on_operator_error @277 | ||
| 279 | - lib3270_set_log_filename @278 | ||
| 280 | - lib3270_set_log_handler @279 | ||
| 281 | - lib3270_set_lunames @280 | ||
| 282 | - lib3270_set_model @281 | ||
| 283 | - lib3270_set_model_name @282 | ||
| 284 | - lib3270_set_model_number @283 | ||
| 285 | - lib3270_set_numeric_lock @284 | ||
| 286 | - lib3270_set_oversize @285 | ||
| 287 | - lib3270_set_poll_state @286 | ||
| 288 | - lib3270_set_popup_handler @287 | ||
| 289 | - lib3270_set_session_id @288 | ||
| 290 | - lib3270_set_string @289 | ||
| 291 | - lib3270_set_string_at @290 | ||
| 292 | - lib3270_set_string_at_address @291 | ||
| 293 | - lib3270_set_string_property @292 | ||
| 294 | - lib3270_set_syslog @293 | ||
| 295 | - lib3270_set_toggle @294 | ||
| 296 | - lib3270_set_trace_filename @295 | ||
| 297 | - lib3270_set_trace_handler @296 | ||
| 298 | - lib3270_set_tso @297 | ||
| 299 | - lib3270_set_uint_property @298 | ||
| 300 | - lib3270_set_unlock_delay @299 | ||
| 301 | - lib3270_set_url @300 | ||
| 302 | - lib3270_set_user_data @301 | ||
| 303 | - lib3270_setup_session @302 | ||
| 304 | - lib3270_ssl_get_crl_download @303 | ||
| 305 | - lib3270_ssl_set_crl_download @304 | ||
| 306 | - lib3270_state_get_name @305 | ||
| 307 | - lib3270_strdup @306 | ||
| 308 | - lib3270_strdup_printf @307 | ||
| 309 | - lib3270_strip @308 | ||
| 310 | - lib3270_sysreq @309 | ||
| 311 | - lib3270_testpattern @310 | ||
| 312 | - lib3270_toggle @311 | ||
| 313 | - lib3270_toggle_get_by_name @312 | ||
| 314 | - lib3270_toggle_get_description @313 | ||
| 315 | - lib3270_toggle_get_from_id @314 | ||
| 316 | - lib3270_toggle_get_label @315 | ||
| 317 | - lib3270_toggle_get_name @316 | ||
| 318 | - lib3270_toggle_get_summary @317 | ||
| 319 | - lib3270_trace_data @318 | ||
| 320 | - lib3270_trace_event @319 | ||
| 321 | - lib3270_translate_char @320 | ||
| 322 | - lib3270_translate_ft_message @321 | ||
| 323 | - lib3270_translate_to_address @322 | ||
| 324 | - lib3270_unregister_action_group_listener @323 | ||
| 325 | - lib3270_unregister_schange @324 | ||
| 326 | - lib3270_unregister_toggle_listener @325 | ||
| 327 | - lib3270_unselect @326 | ||
| 328 | - lib3270_unsigned_property_get_by_name @327 | ||
| 329 | - lib3270_update_poll_fd @328 | ||
| 330 | - lib3270_vsprintf @329 | ||
| 331 | - lib3270_wait @330 | ||
| 332 | - lib3270_wait_for_cstate @331 | ||
| 333 | - lib3270_wait_for_keyboard_unlock @332 | ||
| 334 | - lib3270_wait_for_ready @333 | ||
| 335 | - lib3270_wait_for_string @334 | ||
| 336 | - lib3270_wait_for_string_at @335 | ||
| 337 | - lib3270_wait_for_string_at_address @336 | ||
| 338 | - lib3270_wait_for_update @337 | ||
| 339 | - lib3270_win32_create_regkey @338 | ||
| 340 | - lib3270_win32_get_dword @339 | ||
| 341 | - lib3270_win32_local_charset @340 | ||
| 342 | - lib3270_win32_set_string @341 | ||
| 343 | - lib3270_win32_strerror @342 | ||
| 344 | - lib3270_win32_translate_error_code @343 | ||
| 345 | - lib3270_write_dstrace @344 | ||
| 346 | - lib3270_write_event_trace @345 | ||
| 347 | - lib3270_write_log @346 | ||
| 348 | - lib3270_write_nettrace @347 | ||
| 349 | - lib3270_write_rc @348 | ||
| 350 | - lib3270_write_screen_trace @349 | ||
| 351 | - lib3270_write_trace @350 | ||
| 352 | - lib3270_write_va_log @351 | 1 | +EXPORTS |
| 2 | + lib3270_action @1 | ||
| 3 | + lib3270_action_activate @2 | ||
| 4 | + lib3270_action_get_by_name @3 | ||
| 5 | + lib3270_action_group_get_activatable @4 | ||
| 6 | + lib3270_action_group_notify @5 | ||
| 7 | + lib3270_action_is_activatable @6 | ||
| 8 | + lib3270_activate_by_name @7 | ||
| 9 | + lib3270_add_poll_fd @8 | ||
| 10 | + lib3270_allow_reconnect @9 | ||
| 11 | + lib3270_asc2ebc @10 | ||
| 12 | + lib3270_attn @11 | ||
| 13 | + lib3270_autoptr_cleanup_HKEY @12 | ||
| 14 | + lib3270_autoptr_cleanup_LIB3270_POPUP @13 | ||
| 15 | + lib3270_autoptr_cleanup_char @14 | ||
| 16 | + lib3270_backspace @15 | ||
| 17 | + lib3270_break @16 | ||
| 18 | + lib3270_build_config_filename @17 | ||
| 19 | + lib3270_build_data_filename @18 | ||
| 20 | + lib3270_build_filename @19 | ||
| 21 | + lib3270_calloc @20 | ||
| 22 | + lib3270_can_paste_next @21 | ||
| 23 | + lib3270_charsettable @22 | ||
| 24 | + lib3270_chomp @23 | ||
| 25 | + lib3270_chug @24 | ||
| 26 | + lib3270_clear @25 | ||
| 27 | + lib3270_clear_operator_error @26 | ||
| 28 | + lib3270_cmp_string_at @27 | ||
| 29 | + lib3270_cmp_string_at_address @28 | ||
| 30 | + lib3270_connect_url @29 | ||
| 31 | + lib3270_connection_state_get_name @30 | ||
| 32 | + lib3270_crl_get_preferred_protocol @31 | ||
| 33 | + lib3270_crl_set_preferred_protocol @32 | ||
| 34 | + lib3270_cursor_down @33 | ||
| 35 | + lib3270_cursor_left @34 | ||
| 36 | + lib3270_cursor_right @35 | ||
| 37 | + lib3270_cursor_up @36 | ||
| 38 | + lib3270_cut_selected @37 | ||
| 39 | + lib3270_data_recv @38 | ||
| 40 | + lib3270_delete @39 | ||
| 41 | + lib3270_deletefield @40 | ||
| 42 | + lib3270_deleteword @41 | ||
| 43 | + lib3270_disconnect @42 | ||
| 44 | + lib3270_drag_selection @43 | ||
| 45 | + lib3270_dup @44 | ||
| 46 | + lib3270_ebc2asc @45 | ||
| 47 | + lib3270_emulate_input @46 | ||
| 48 | + lib3270_enter @47 | ||
| 49 | + lib3270_erase @48 | ||
| 50 | + lib3270_erase_selected @49 | ||
| 51 | + lib3270_eraseeof @50 | ||
| 52 | + lib3270_eraseeol @51 | ||
| 53 | + lib3270_eraseinput @52 | ||
| 54 | + lib3270_field_addr @53 | ||
| 55 | + lib3270_field_length @54 | ||
| 56 | + lib3270_fieldend @55 | ||
| 57 | + lib3270_fieldmark @56 | ||
| 58 | + lib3270_firstfield @57 | ||
| 59 | + lib3270_free @58 | ||
| 60 | + lib3270_ft_cancel @59 | ||
| 61 | + lib3270_ft_destroy @60 | ||
| 62 | + lib3270_ft_get_user_data @61 | ||
| 63 | + lib3270_ft_new @62 | ||
| 64 | + lib3270_ft_set_blksize @63 | ||
| 65 | + lib3270_ft_set_lrecl @64 | ||
| 66 | + lib3270_ft_set_options @65 | ||
| 67 | + lib3270_ft_set_primspace @66 | ||
| 68 | + lib3270_ft_set_secspace @67 | ||
| 69 | + lib3270_ft_set_user_data @68 | ||
| 70 | + lib3270_ft_start @69 | ||
| 71 | + lib3270_get_action @70 | ||
| 72 | + lib3270_get_actions @71 | ||
| 73 | + lib3270_get_associated_luname @72 | ||
| 74 | + lib3270_get_attribute_at_address @73 | ||
| 75 | + lib3270_get_auto_reconnect @74 | ||
| 76 | + lib3270_get_boolean_properties_list @75 | ||
| 77 | + lib3270_get_color_type @76 | ||
| 78 | + lib3270_get_connection_state @77 | ||
| 79 | + lib3270_get_contents @78 | ||
| 80 | + lib3270_get_cursor_address @79 | ||
| 81 | + lib3270_get_cursor_position @80 | ||
| 82 | + lib3270_get_default_charset @81 | ||
| 83 | + lib3270_get_default_host @82 | ||
| 84 | + lib3270_get_default_session_handle @83 | ||
| 85 | + lib3270_get_display_charset @84 | ||
| 86 | + lib3270_get_element @85 | ||
| 87 | + lib3270_get_field_attribute @86 | ||
| 88 | + lib3270_get_field_bounds @87 | ||
| 89 | + lib3270_get_field_end @88 | ||
| 90 | + lib3270_get_field_len @89 | ||
| 91 | + lib3270_get_field_start @90 | ||
| 92 | + lib3270_get_field_string_at @91 | ||
| 93 | + lib3270_get_ft_callbacks @92 | ||
| 94 | + lib3270_get_ft_state @93 | ||
| 95 | + lib3270_get_has_copy @94 | ||
| 96 | + lib3270_get_has_selection @95 | ||
| 97 | + lib3270_get_height @96 | ||
| 98 | + lib3270_get_host @97 | ||
| 99 | + lib3270_get_host_charset @98 | ||
| 100 | + lib3270_get_host_type @99 | ||
| 101 | + lib3270_get_host_type_name @100 | ||
| 102 | + lib3270_get_installation_path @101 | ||
| 103 | + lib3270_get_int_properties_list @102 | ||
| 104 | + lib3270_get_int_property @103 | ||
| 105 | + lib3270_get_is_protected @104 | ||
| 106 | + lib3270_get_is_protected_at @105 | ||
| 107 | + lib3270_get_keyboard_lock_state @106 | ||
| 108 | + lib3270_get_length @107 | ||
| 109 | + lib3270_get_lock_on_operator_error @108 | ||
| 110 | + lib3270_get_lock_status @109 | ||
| 111 | + lib3270_get_log_filename @110 | ||
| 112 | + lib3270_get_lunames @111 | ||
| 113 | + lib3270_get_max_height @112 | ||
| 114 | + lib3270_get_max_width @113 | ||
| 115 | + lib3270_get_model @114 | ||
| 116 | + lib3270_get_model_name @115 | ||
| 117 | + lib3270_get_model_number @116 | ||
| 118 | + lib3270_get_next_unprotected @117 | ||
| 119 | + lib3270_get_numeric_lock @118 | ||
| 120 | + lib3270_get_oia_box_solid @119 | ||
| 121 | + lib3270_get_option_list @120 | ||
| 122 | + lib3270_get_oversize @121 | ||
| 123 | + lib3270_get_pointer @122 | ||
| 124 | + lib3270_get_product_name @123 | ||
| 125 | + lib3270_get_program_message @124 | ||
| 126 | + lib3270_get_region @125 | ||
| 127 | + lib3270_get_revision @126 | ||
| 128 | + lib3270_get_screen_size @127 | ||
| 129 | + lib3270_get_selected @128 | ||
| 130 | + lib3270_get_selected_text @129 | ||
| 131 | + lib3270_get_selection @130 | ||
| 132 | + lib3270_get_selection_bounds @131 | ||
| 133 | + lib3270_get_selection_flags @132 | ||
| 134 | + lib3270_get_selection_rectangle @133 | ||
| 135 | + lib3270_get_session_callbacks @134 | ||
| 136 | + lib3270_get_session_id @135 | ||
| 137 | + lib3270_get_ssl_crl_text @136 | ||
| 138 | + lib3270_get_ssl_peer_certificate_text @137 | ||
| 139 | + lib3270_get_ssl_state @138 | ||
| 140 | + lib3270_get_ssl_state_description @139 | ||
| 141 | + lib3270_get_ssl_state_icon_name @140 | ||
| 142 | + lib3270_get_ssl_state_message @141 | ||
| 143 | + lib3270_get_string_at @142 | ||
| 144 | + lib3270_get_string_at_address @143 | ||
| 145 | + lib3270_get_string_properties_list @144 | ||
| 146 | + lib3270_get_task_count @145 | ||
| 147 | + lib3270_get_toggle @146 | ||
| 148 | + lib3270_get_toggle_description @147 | ||
| 149 | + lib3270_get_toggle_id @148 | ||
| 150 | + lib3270_get_toggle_label @149 | ||
| 151 | + lib3270_get_toggle_list @150 | ||
| 152 | + lib3270_get_toggle_name @151 | ||
| 153 | + lib3270_get_toggle_summary @152 | ||
| 154 | + lib3270_get_toggles @153 | ||
| 155 | + lib3270_get_trace_filename @154 | ||
| 156 | + lib3270_get_trace_handler @155 | ||
| 157 | + lib3270_get_translation_domain @156 | ||
| 158 | + lib3270_get_typeahead @157 | ||
| 159 | + lib3270_get_undera @158 | ||
| 160 | + lib3270_get_unlock_delay @159 | ||
| 161 | + lib3270_get_unsigned_properties_list @160 | ||
| 162 | + lib3270_get_url @161 | ||
| 163 | + lib3270_get_user_data @162 | ||
| 164 | + lib3270_get_version @163 | ||
| 165 | + lib3270_get_version_info @164 | ||
| 166 | + lib3270_get_width @165 | ||
| 167 | + lib3270_get_word_bounds @166 | ||
| 168 | + lib3270_getpeername @167 | ||
| 169 | + lib3270_getsockname @168 | ||
| 170 | + lib3270_half_connected @169 | ||
| 171 | + lib3270_has_active_script @170 | ||
| 172 | + lib3270_has_selection @171 | ||
| 173 | + lib3270_host_get_name @172 | ||
| 174 | + lib3270_iconv_free @173 | ||
| 175 | + lib3270_iconv_from_host @174 | ||
| 176 | + lib3270_iconv_new @175 | ||
| 177 | + lib3270_iconv_to_host @176 | ||
| 178 | + lib3270_in_3270 @177 | ||
| 179 | + lib3270_in_ansi @178 | ||
| 180 | + lib3270_in_e @179 | ||
| 181 | + lib3270_in_neither @180 | ||
| 182 | + lib3270_in_sscp @181 | ||
| 183 | + lib3270_in_tn3270e @182 | ||
| 184 | + lib3270_input_string @183 | ||
| 185 | + lib3270_is_as400 @184 | ||
| 186 | + lib3270_is_connected @185 | ||
| 187 | + lib3270_is_disconnected @186 | ||
| 188 | + lib3270_is_formatted @187 | ||
| 189 | + lib3270_is_protected @188 | ||
| 190 | + lib3270_is_ready @189 | ||
| 191 | + lib3270_is_secure @190 | ||
| 192 | + lib3270_is_selected @191 | ||
| 193 | + lib3270_is_tso @192 | ||
| 194 | + lib3270_is_unlocked @193 | ||
| 195 | + lib3270_kybdreset @194 | ||
| 196 | + lib3270_load @195 | ||
| 197 | + lib3270_main_iterate @196 | ||
| 198 | + lib3270_malloc @197 | ||
| 199 | + lib3270_move_cursor @198 | ||
| 200 | + lib3270_move_selected_area @199 | ||
| 201 | + lib3270_move_selection @200 | ||
| 202 | + lib3270_newline @201 | ||
| 203 | + lib3270_nextfield @202 | ||
| 204 | + lib3270_nextword @203 | ||
| 205 | + lib3270_pakey @204 | ||
| 206 | + lib3270_parse_host_type @205 | ||
| 207 | + lib3270_paste_next @206 | ||
| 208 | + lib3270_paste_text @207 | ||
| 209 | + lib3270_pconnected @208 | ||
| 210 | + lib3270_pfkey @209 | ||
| 211 | + lib3270_popup @210 | ||
| 212 | + lib3270_popup_an_errno @211 | ||
| 213 | + lib3270_popup_clone_printf @212 | ||
| 214 | + lib3270_popup_dialog @213 | ||
| 215 | + lib3270_popup_va @214 | ||
| 216 | + lib3270_previousfield @215 | ||
| 217 | + lib3270_previousword @216 | ||
| 218 | + lib3270_print @217 | ||
| 219 | + lib3270_print_all @218 | ||
| 220 | + lib3270_print_copy @219 | ||
| 221 | + lib3270_print_selected @220 | ||
| 222 | + lib3270_property_get_by_name @221 | ||
| 223 | + lib3270_property_get_description @222 | ||
| 224 | + lib3270_property_get_label @223 | ||
| 225 | + lib3270_property_get_name @224 | ||
| 226 | + lib3270_property_get_summary @225 | ||
| 227 | + lib3270_property_get_tooltip @226 | ||
| 228 | + lib3270_realloc @227 | ||
| 229 | + lib3270_receive @228 | ||
| 230 | + lib3270_reconnect @229 | ||
| 231 | + lib3270_register_action_group_listener @230 | ||
| 232 | + lib3270_register_fd_handlers @231 | ||
| 233 | + lib3270_register_io_controller @232 | ||
| 234 | + lib3270_register_schange @233 | ||
| 235 | + lib3270_register_timer_handlers @234 | ||
| 236 | + lib3270_register_toggle_listener @235 | ||
| 237 | + lib3270_remap_char @236 | ||
| 238 | + lib3270_remove_poll @237 | ||
| 239 | + lib3270_remove_poll_fd @238 | ||
| 240 | + lib3270_reselect @239 | ||
| 241 | + lib3270_reset_callbacks @240 | ||
| 242 | + lib3270_reset_charset @241 | ||
| 243 | + lib3270_reset_ft_callbacks @242 | ||
| 244 | + lib3270_ring_bell @243 | ||
| 245 | + lib3270_run_task @244 | ||
| 246 | + lib3270_save @245 | ||
| 247 | + lib3270_save_all @246 | ||
| 248 | + lib3270_save_copy @247 | ||
| 249 | + lib3270_save_selected @248 | ||
| 250 | + lib3270_select_all @249 | ||
| 251 | + lib3270_select_field @250 | ||
| 252 | + lib3270_select_field_at @251 | ||
| 253 | + lib3270_select_region @252 | ||
| 254 | + lib3270_select_to @253 | ||
| 255 | + lib3270_select_word @254 | ||
| 256 | + lib3270_select_word_at @255 | ||
| 257 | + lib3270_selection_get_length @256 | ||
| 258 | + lib3270_selection_new @257 | ||
| 259 | + lib3270_send @258 | ||
| 260 | + lib3270_service_get_name @259 | ||
| 261 | + lib3270_session_free @260 | ||
| 262 | + lib3270_session_new @261 | ||
| 263 | + lib3270_set_as400 @262 | ||
| 264 | + lib3270_set_auto_reconnect @263 | ||
| 265 | + lib3270_set_boolean_property @264 | ||
| 266 | + lib3270_set_color_type @265 | ||
| 267 | + lib3270_set_connected_initial @266 | ||
| 268 | + lib3270_set_cursor_address @267 | ||
| 269 | + lib3270_set_cursor_position @268 | ||
| 270 | + lib3270_set_dft_buffersize @269 | ||
| 271 | + lib3270_set_disconnected @270 | ||
| 272 | + lib3270_set_field @271 | ||
| 273 | + lib3270_set_has_copy @272 | ||
| 274 | + lib3270_set_host_charset @273 | ||
| 275 | + lib3270_set_host_type @274 | ||
| 276 | + lib3270_set_host_type_by_name @275 | ||
| 277 | + lib3270_set_int_property @276 | ||
| 278 | + lib3270_set_lock_on_operator_error @277 | ||
| 279 | + lib3270_set_log_filename @278 | ||
| 280 | + lib3270_set_log_handler @279 | ||
| 281 | + lib3270_set_lunames @280 | ||
| 282 | + lib3270_set_model @281 | ||
| 283 | + lib3270_set_model_name @282 | ||
| 284 | + lib3270_set_model_number @283 | ||
| 285 | + lib3270_set_numeric_lock @284 | ||
| 286 | + lib3270_set_oversize @285 | ||
| 287 | + lib3270_set_poll_state @286 | ||
| 288 | + lib3270_set_popup_handler @287 | ||
| 289 | + lib3270_set_session_id @288 | ||
| 290 | + lib3270_set_string @289 | ||
| 291 | + lib3270_set_string_at @290 | ||
| 292 | + lib3270_set_string_at_address @291 | ||
| 293 | + lib3270_set_string_property @292 | ||
| 294 | + lib3270_set_syslog @293 | ||
| 295 | + lib3270_set_toggle @294 | ||
| 296 | + lib3270_set_trace_filename @295 | ||
| 297 | + lib3270_set_trace_handler @296 | ||
| 298 | + lib3270_set_tso @297 | ||
| 299 | + lib3270_set_uint_property @298 | ||
| 300 | + lib3270_set_unlock_delay @299 | ||
| 301 | + lib3270_set_url @300 | ||
| 302 | + lib3270_set_user_data @301 | ||
| 303 | + lib3270_setup_session @302 | ||
| 304 | + lib3270_ssl_get_crl_download @303 | ||
| 305 | + lib3270_ssl_set_crl_download @304 | ||
| 306 | + lib3270_state_get_name @305 | ||
| 307 | + lib3270_strdup @306 | ||
| 308 | + lib3270_strdup_printf @307 | ||
| 309 | + lib3270_strip @308 | ||
| 310 | + lib3270_sysreq @309 | ||
| 311 | + lib3270_testpattern @310 | ||
| 312 | + lib3270_toggle @311 | ||
| 313 | + lib3270_toggle_get_by_name @312 | ||
| 314 | + lib3270_toggle_get_description @313 | ||
| 315 | + lib3270_toggle_get_from_id @314 | ||
| 316 | + lib3270_toggle_get_label @315 | ||
| 317 | + lib3270_toggle_get_name @316 | ||
| 318 | + lib3270_toggle_get_summary @317 | ||
| 319 | + lib3270_trace_data @318 | ||
| 320 | + lib3270_trace_event @319 | ||
| 321 | + lib3270_translate_char @320 | ||
| 322 | + lib3270_translate_ft_message @321 | ||
| 323 | + lib3270_translate_to_address @322 | ||
| 324 | + lib3270_unregister_action_group_listener @323 | ||
| 325 | + lib3270_unregister_schange @324 | ||
| 326 | + lib3270_unregister_toggle_listener @325 | ||
| 327 | + lib3270_unselect @326 | ||
| 328 | + lib3270_unsigned_property_get_by_name @327 | ||
| 329 | + lib3270_update_poll_fd @328 | ||
| 330 | + lib3270_vsprintf @329 | ||
| 331 | + lib3270_wait @330 | ||
| 332 | + lib3270_wait_for_connected @331 | ||
| 333 | + lib3270_wait_for_cstate @332 | ||
| 334 | + lib3270_wait_for_keyboard_unlock @333 | ||
| 335 | + lib3270_wait_for_ready @334 | ||
| 336 | + lib3270_wait_for_string @335 | ||
| 337 | + lib3270_wait_for_string_at @336 | ||
| 338 | + lib3270_wait_for_string_at_address @337 | ||
| 339 | + lib3270_wait_for_update @338 | ||
| 340 | + lib3270_win32_create_regkey @339 | ||
| 341 | + lib3270_win32_get_dword @340 | ||
| 342 | + lib3270_win32_local_charset @341 | ||
| 343 | + lib3270_win32_set_string @342 | ||
| 344 | + lib3270_win32_strerror @343 | ||
| 345 | + lib3270_win32_translate_error_code @344 | ||
| 346 | + lib3270_write_dstrace @345 | ||
| 347 | + lib3270_write_event_trace @346 | ||
| 348 | + lib3270_write_log @347 | ||
| 349 | + lib3270_write_nettrace @348 | ||
| 350 | + lib3270_write_rc @349 | ||
| 351 | + lib3270_write_screen_trace @350 | ||
| 352 | + lib3270_write_trace @351 | ||
| 353 | + lib3270_write_va_log @352 |