From b7bdbbdc505879450494bc75b706e2997e25120f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Sun, 15 May 2016 08:52:19 +0200 Subject: core: rename .asciidoc files to .adoc (issue #722) --- doc/it/autogen/plugin_api/completions.adoc | 173 ++++ doc/it/autogen/plugin_api/completions.asciidoc | 173 ---- doc/it/autogen/plugin_api/hdata.adoc | 974 +++++++++++++++++++++ doc/it/autogen/plugin_api/hdata.asciidoc | 974 --------------------- doc/it/autogen/plugin_api/infolists.adoc | 79 ++ doc/it/autogen/plugin_api/infolists.asciidoc | 79 -- doc/it/autogen/plugin_api/infos.adoc | 85 ++ doc/it/autogen/plugin_api/infos.asciidoc | 85 -- doc/it/autogen/plugin_api/infos_hashtable.adoc | 13 + doc/it/autogen/plugin_api/infos_hashtable.asciidoc | 13 - doc/it/autogen/plugin_api/plugins_priority.adoc | 16 + .../autogen/plugin_api/plugins_priority.asciidoc | 16 - doc/it/autogen/plugin_api/url_options.adoc | 345 ++++++++ doc/it/autogen/plugin_api/url_options.asciidoc | 345 -------- 14 files changed, 1685 insertions(+), 1685 deletions(-) create mode 100644 doc/it/autogen/plugin_api/completions.adoc delete mode 100644 doc/it/autogen/plugin_api/completions.asciidoc create mode 100644 doc/it/autogen/plugin_api/hdata.adoc delete mode 100644 doc/it/autogen/plugin_api/hdata.asciidoc create mode 100644 doc/it/autogen/plugin_api/infolists.adoc delete mode 100644 doc/it/autogen/plugin_api/infolists.asciidoc create mode 100644 doc/it/autogen/plugin_api/infos.adoc delete mode 100644 doc/it/autogen/plugin_api/infos.asciidoc create mode 100644 doc/it/autogen/plugin_api/infos_hashtable.adoc delete mode 100644 doc/it/autogen/plugin_api/infos_hashtable.asciidoc create mode 100644 doc/it/autogen/plugin_api/plugins_priority.adoc delete mode 100644 doc/it/autogen/plugin_api/plugins_priority.asciidoc create mode 100644 doc/it/autogen/plugin_api/url_options.adoc delete mode 100644 doc/it/autogen/plugin_api/url_options.asciidoc (limited to 'doc/it/autogen/plugin_api') diff --git a/doc/it/autogen/plugin_api/completions.adoc b/doc/it/autogen/plugin_api/completions.adoc new file mode 100644 index 000000000..7aaf70f66 --- /dev/null +++ b/doc/it/autogen/plugin_api/completions.adoc @@ -0,0 +1,173 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[width="100%",cols="^1,^2,7",options="header"] +|=== +| Plugin | Nome | Descrizione + +| alias | alias | elenco di alias + +| alias | alias_value | valore dell'alias + +| aspell | aspell_dicts | elenco dei dizionari aspell installati + +| aspell | aspell_langs | elenco di tutte lingue supportate da aspell + +| exec | exec_commands_ids | ids (numbers and names) of executed commands + +| guile | guile_script | elenco degli script + +| irc | irc_channel | canale IRC corrente + +| irc | irc_channel_nicks_hosts | nick e host del canale IRC corrente + +| irc | irc_channel_topic | argomento del canale IRC attivo + +| irc | irc_channels | canali su tutti i server IRC + +| irc | irc_ignores_numbers | numero di ignore definiti + +| irc | irc_msg_kick | default kick message + +| irc | irc_msg_part | messaggio di uscita predefinito per il canale IRC + +| irc | irc_notify_nicks | nick nella lista notifiche + +| irc | irc_privates | privati su tutti i server IRC + +| irc | irc_server | server IRC corrente + +| irc | irc_server_channels | canali sul server IRC corrente + +| irc | irc_server_nick | nick sul server IRC corrente + +| irc | irc_server_nicks | nick su tutti i canali del server IRC corrente + +| irc | irc_server_privates | privati sul server IRC corrente + +| irc | irc_servers | server IRC (nomi interni) + +| irc | nick | nick del canale IRC corrente + +| javascript | javascript_script | elenco degli script + +| lua | lua_script | elenco degli script + +| perl | perl_script | elenco degli script + +| python | python_script | elenco degli script + +| relay | relay_free_port | prima porta libera per il plugin relay + +| relay | relay_protocol_name | protocollo.nome possibile per il plugin relay + +| relay | relay_relays | protocollo.nome dei relay correnti per il plugin relay + +| ruby | ruby_script | elenco degli script + +| script | script_extensions | list of script extensions + +| script | script_files | file nella directory degli script + +| script | script_languages | list of script languages + +| script | script_scripts | elenco degli script nel repository + +| script | script_scripts_installed | elenco degli script installati (dal repository) + +| script | script_tags | tag degli script nel repository + +| tcl | tcl_script | elenco degli script + +| trigger | trigger_hook_arguments | default arguments for a hook + +| trigger | trigger_hook_command | default command for a hook + +| trigger | trigger_hook_conditions | default conditions for a hook + +| trigger | trigger_hook_rc | default return codes for hook callback + +| trigger | trigger_hook_regex | default regular expression for a hook + +| trigger | trigger_hooks | hooks for triggers + +| trigger | trigger_hooks_filter | hooks for triggers (for filter in monitor buffer) + +| trigger | trigger_names | triggers + +| trigger | trigger_names_default | default triggers + +| trigger | trigger_option_value | value of a trigger option + +| trigger | trigger_options | options for triggers + +| weechat | bars_names | nomi delle barre + +| weechat | bars_options | opzioni per le barre + +| weechat | buffer_properties_get | proprietà che possono essere lette su un buffer + +| weechat | buffer_properties_set | proprietà che possono essere impostate su un buffer + +| weechat | buffers_names | nomi dei buffer + +| weechat | buffers_numbers | numeri dei buffer + +| weechat | buffers_plugins_names | nomi dei buffer (inclusi i nomi dei plugin) + +| weechat | colors | color names + +| weechat | commands | comandi (weechat e plugin) + +| weechat | config_files | file di configurazione + +| weechat | config_option_values | valori per una opzione di configurazione + +| weechat | config_options | opzioni di configurazione + +| weechat | cursor_areas | aree ("chat" o nome barra) per il movimento libero del cursore + +| weechat | env_value | value of an environment variable + +| weechat | env_vars | environment variables + +| weechat | filename | nome file + +| weechat | filters_names | nomi dei filtri + +| weechat | infolists | nomi degli hook liste info + +| weechat | infos | nomi degli hook sulle info + +| weechat | keys_codes | codici tasto + +| weechat | keys_codes_for_reset | codici tasti che possono essere ripristinati (tasti aggiunti, ridefiniti o rimossi) + +| weechat | keys_contexts | contesti del tasto + +| weechat | layouts_names | nomi dei layout + +| weechat | nicks | nick nella lista nick del buffer corrente + +| weechat | palette_colors | Tavolozza dei colori + +| weechat | plugins_commands | comandi definiti dai plugin + +| weechat | plugins_installed | names of plugins installed + +| weechat | plugins_names | nomi dei plugin + +| weechat | proxies_names | nomi dei proxy + +| weechat | proxies_options | opzioni per i proxy + +| weechat | secured_data | names of secured data (file sec.conf, section data) + +| weechat | weechat_commands | comandi di weechat + +| weechat | windows_numbers | numeri delle finestre + +| xfer | nick | nick della chat DCC + +|=== diff --git a/doc/it/autogen/plugin_api/completions.asciidoc b/doc/it/autogen/plugin_api/completions.asciidoc deleted file mode 100644 index 7aaf70f66..000000000 --- a/doc/it/autogen/plugin_api/completions.asciidoc +++ /dev/null @@ -1,173 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[width="100%",cols="^1,^2,7",options="header"] -|=== -| Plugin | Nome | Descrizione - -| alias | alias | elenco di alias - -| alias | alias_value | valore dell'alias - -| aspell | aspell_dicts | elenco dei dizionari aspell installati - -| aspell | aspell_langs | elenco di tutte lingue supportate da aspell - -| exec | exec_commands_ids | ids (numbers and names) of executed commands - -| guile | guile_script | elenco degli script - -| irc | irc_channel | canale IRC corrente - -| irc | irc_channel_nicks_hosts | nick e host del canale IRC corrente - -| irc | irc_channel_topic | argomento del canale IRC attivo - -| irc | irc_channels | canali su tutti i server IRC - -| irc | irc_ignores_numbers | numero di ignore definiti - -| irc | irc_msg_kick | default kick message - -| irc | irc_msg_part | messaggio di uscita predefinito per il canale IRC - -| irc | irc_notify_nicks | nick nella lista notifiche - -| irc | irc_privates | privati su tutti i server IRC - -| irc | irc_server | server IRC corrente - -| irc | irc_server_channels | canali sul server IRC corrente - -| irc | irc_server_nick | nick sul server IRC corrente - -| irc | irc_server_nicks | nick su tutti i canali del server IRC corrente - -| irc | irc_server_privates | privati sul server IRC corrente - -| irc | irc_servers | server IRC (nomi interni) - -| irc | nick | nick del canale IRC corrente - -| javascript | javascript_script | elenco degli script - -| lua | lua_script | elenco degli script - -| perl | perl_script | elenco degli script - -| python | python_script | elenco degli script - -| relay | relay_free_port | prima porta libera per il plugin relay - -| relay | relay_protocol_name | protocollo.nome possibile per il plugin relay - -| relay | relay_relays | protocollo.nome dei relay correnti per il plugin relay - -| ruby | ruby_script | elenco degli script - -| script | script_extensions | list of script extensions - -| script | script_files | file nella directory degli script - -| script | script_languages | list of script languages - -| script | script_scripts | elenco degli script nel repository - -| script | script_scripts_installed | elenco degli script installati (dal repository) - -| script | script_tags | tag degli script nel repository - -| tcl | tcl_script | elenco degli script - -| trigger | trigger_hook_arguments | default arguments for a hook - -| trigger | trigger_hook_command | default command for a hook - -| trigger | trigger_hook_conditions | default conditions for a hook - -| trigger | trigger_hook_rc | default return codes for hook callback - -| trigger | trigger_hook_regex | default regular expression for a hook - -| trigger | trigger_hooks | hooks for triggers - -| trigger | trigger_hooks_filter | hooks for triggers (for filter in monitor buffer) - -| trigger | trigger_names | triggers - -| trigger | trigger_names_default | default triggers - -| trigger | trigger_option_value | value of a trigger option - -| trigger | trigger_options | options for triggers - -| weechat | bars_names | nomi delle barre - -| weechat | bars_options | opzioni per le barre - -| weechat | buffer_properties_get | proprietà che possono essere lette su un buffer - -| weechat | buffer_properties_set | proprietà che possono essere impostate su un buffer - -| weechat | buffers_names | nomi dei buffer - -| weechat | buffers_numbers | numeri dei buffer - -| weechat | buffers_plugins_names | nomi dei buffer (inclusi i nomi dei plugin) - -| weechat | colors | color names - -| weechat | commands | comandi (weechat e plugin) - -| weechat | config_files | file di configurazione - -| weechat | config_option_values | valori per una opzione di configurazione - -| weechat | config_options | opzioni di configurazione - -| weechat | cursor_areas | aree ("chat" o nome barra) per il movimento libero del cursore - -| weechat | env_value | value of an environment variable - -| weechat | env_vars | environment variables - -| weechat | filename | nome file - -| weechat | filters_names | nomi dei filtri - -| weechat | infolists | nomi degli hook liste info - -| weechat | infos | nomi degli hook sulle info - -| weechat | keys_codes | codici tasto - -| weechat | keys_codes_for_reset | codici tasti che possono essere ripristinati (tasti aggiunti, ridefiniti o rimossi) - -| weechat | keys_contexts | contesti del tasto - -| weechat | layouts_names | nomi dei layout - -| weechat | nicks | nick nella lista nick del buffer corrente - -| weechat | palette_colors | Tavolozza dei colori - -| weechat | plugins_commands | comandi definiti dai plugin - -| weechat | plugins_installed | names of plugins installed - -| weechat | plugins_names | nomi dei plugin - -| weechat | proxies_names | nomi dei proxy - -| weechat | proxies_options | opzioni per i proxy - -| weechat | secured_data | names of secured data (file sec.conf, section data) - -| weechat | weechat_commands | comandi di weechat - -| weechat | windows_numbers | numeri delle finestre - -| xfer | nick | nick della chat DCC - -|=== diff --git a/doc/it/autogen/plugin_api/hdata.adoc b/doc/it/autogen/plugin_api/hdata.adoc new file mode 100644 index 000000000..9a934c639 --- /dev/null +++ b/doc/it/autogen/plugin_api/hdata.adoc @@ -0,0 +1,974 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +:hdata_update_create: __create +:hdata_update_delete: __delete +[width="100%",cols="^1,^2,2,2,5",options="header"] +|=== +| Plugin | Nome | Descrizione | Lists | Variables + +| guile +| [[hdata_guile_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "guile_script") + +_next_script_   (pointer, hdata: "guile_script") + + + +| irc +| [[hdata_irc_channel]]<> +| canale irc +| - +| _type_   (integer) + +_name_   (string) + +_topic_   (string) + +_modes_   (string) + +_limit_   (integer) + +_key_   (string) + +_join_msg_received_   (hashtable) + +_checking_whox_   (integer) + +_away_message_   (string) + +_has_quit_server_   (integer) + +_cycle_   (integer) + +_part_   (integer) + +_nick_completion_reset_   (integer) + +_pv_remote_nick_color_   (string) + +_hook_autorejoin_   (pointer) + +_nicks_count_   (integer) + +_nicks_   (pointer, hdata: "irc_nick") + +_last_nick_   (pointer, hdata: "irc_nick") + +_nicks_speaking_   (pointer) + +_nicks_speaking_time_   (pointer, hdata: "irc_channel_speaking") + +_last_nick_speaking_time_   (pointer, hdata: "irc_channel_speaking") + +_join_smart_filtered_   (hashtable) + +_buffer_   (pointer, hdata: "buffer") + +_buffer_as_string_   (string) + +_prev_channel_   (pointer, hdata: "irc_channel") + +_next_channel_   (pointer, hdata: "irc_channel") + + + +| irc +| [[hdata_irc_channel_speaking]]<> +| channel_speaking irc +| - +| _nick_   (string) + +_time_last_message_   (time) + +_prev_nick_   (pointer, hdata: "irc_channel_speaking") + +_next_nick_   (pointer, hdata: "irc_channel_speaking") + + + +| irc +| [[hdata_irc_ignore]]<> +| ignore irc +| _irc_ignore_list_ + +_last_irc_ignore_ + + +| _number_   (integer) + +_mask_   (string) + +_regex_mask_   (pointer) + +_server_   (string) + +_channel_   (string) + +_prev_ignore_   (pointer, hdata: "irc_ignore") + +_next_ignore_   (pointer, hdata: "irc_ignore") + + + +| irc +| [[hdata_irc_nick]]<> +| nick irc +| - +| _name_   (string) + +_host_   (string) + +_prefixes_   (string) + +_prefix_   (string) + +_away_   (integer) + +_account_   (string) + +_realname_   (string) + +_color_   (string) + +_prev_nick_   (pointer, hdata: "irc_nick") + +_next_nick_   (pointer, hdata: "irc_nick") + + + +| irc +| [[hdata_irc_notify]]<> +| notify irc +| - +| _server_   (pointer, hdata: "irc_server") + +_nick_   (string) + +_check_away_   (integer) + +_is_on_server_   (integer) + +_away_message_   (string) + +_ison_received_   (integer) + +_prev_notify_   (pointer, hdata: "irc_notify") + +_next_notify_   (pointer, hdata: "irc_notify") + + + +| irc +| [[hdata_irc_redirect]]<> +| redirezione irc +| - +| _server_   (pointer, hdata: "irc_server") + +_pattern_   (string) + +_signal_   (string) + +_count_   (integer) + +_current_count_   (integer) + +_string_   (string) + +_timeout_   (integer) + +_command_   (string) + +_assigned_to_command_   (integer) + +_start_time_   (time) + +_cmd_start_   (hashtable) + +_cmd_stop_   (hashtable) + +_cmd_extra_   (hashtable) + +_cmd_start_received_   (integer) + +_cmd_stop_received_   (integer) + +_cmd_filter_   (hashtable) + +_output_   (string) + +_output_size_   (integer) + +_prev_redirect_   (pointer, hdata: "irc_redirect") + +_next_redirect_   (pointer, hdata: "irc_redirect") + + + +| irc +| [[hdata_irc_redirect_pattern]]<> +| schema per la redirezione irc +| _irc_redirect_patterns_ + +_last_irc_redirect_pattern_ + + +| _name_   (string) + +_temp_pattern_   (integer) + +_timeout_   (integer) + +_cmd_start_   (string) + +_cmd_stop_   (string) + +_cmd_extra_   (string) + +_prev_redirect_   (pointer, hdata: "irc_redirect_pattern") + +_next_redirect_   (pointer, hdata: "irc_redirect_pattern") + + + +| irc +| [[hdata_irc_server]]<> +| server irc +| _irc_servers_ + +_last_irc_server_ + + +| _name_   (string) + +_options_   (pointer) + +_temp_server_   (integer) + +_reloading_from_config_   (integer) + +_reloaded_from_config_   (integer) + +_addresses_count_   (integer) + +_addresses_array_   (string, array_size: "addresses_count") + +_ports_array_   (integer, array_size: "addresses_count") + +_retry_array_   (integer, array_size: "addresses_count") + +_index_current_address_   (integer) + +_current_address_   (string) + +_current_ip_   (string) + +_current_port_   (integer) + +_current_retry_   (integer) + +_sock_   (integer) + +_hook_connect_   (pointer, hdata: "hook") + +_hook_fd_   (pointer, hdata: "hook") + +_hook_timer_connection_   (pointer, hdata: "hook") + +_hook_timer_sasl_   (pointer, hdata: "hook") + +_is_connected_   (integer) + +_ssl_connected_   (integer) + +_disconnected_   (integer) + +_gnutls_sess_   (other) + +_tls_cert_   (other) + +_tls_cert_key_   (other) + +_unterminated_message_   (string) + +_nicks_count_   (integer) + +_nicks_array_   (string, array_size: "nicks_count") + +_nick_first_tried_   (integer) + +_nick_alternate_number_   (integer) + +_nick_   (string) + +_nick_modes_   (string) + +_cap_away_notify_   (integer) + +_cap_account_notify_   (integer) + +_cap_extended_join_   (integer) + +_isupport_   (string) + +_prefix_modes_   (string) + +_prefix_chars_   (string) + +_nick_max_length_   (integer) + +_casemapping_   (integer) + +_chantypes_   (string) + +_chanmodes_   (string) + +_monitor_   (integer) + +_monitor_time_   (time) + +_reconnect_delay_   (integer) + +_reconnect_start_   (time) + +_command_time_   (time) + +_reconnect_join_   (integer) + +_disable_autojoin_   (integer) + +_is_away_   (integer) + +_away_message_   (string) + +_away_time_   (time) + +_lag_   (integer) + +_lag_displayed_   (integer) + +_lag_check_time_   (other) + +_lag_next_check_   (time) + +_lag_last_refresh_   (time) + +_cmd_list_regexp_   (pointer) + +_last_user_message_   (time) + +_last_away_check_   (time) + +_last_data_purge_   (time) + +_outqueue_   (pointer) + +_last_outqueue_   (pointer) + +_redirects_   (pointer, hdata: "irc_redirect") + +_last_redirect_   (pointer, hdata: "irc_redirect") + +_notify_list_   (pointer, hdata: "irc_notify") + +_last_notify_   (pointer, hdata: "irc_notify") + +_notify_count_   (integer) + +_join_manual_   (hashtable) + +_join_channel_key_   (hashtable) + +_join_noswitch_   (hashtable) + +_buffer_   (pointer, hdata: "buffer") + +_buffer_as_string_   (string) + +_channels_   (pointer, hdata: "irc_channel") + +_last_channel_   (pointer, hdata: "irc_channel") + +_prev_server_   (pointer, hdata: "irc_server") + +_next_server_   (pointer, hdata: "irc_server") + + + +| javascript +| [[hdata_javascript_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "javascript_script") + +_next_script_   (pointer, hdata: "javascript_script") + + + +| lua +| [[hdata_lua_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "lua_script") + +_next_script_   (pointer, hdata: "lua_script") + + + +| perl +| [[hdata_perl_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "perl_script") + +_next_script_   (pointer, hdata: "perl_script") + + + +| python +| [[hdata_python_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "python_script") + +_next_script_   (pointer, hdata: "python_script") + + + +| ruby +| [[hdata_ruby_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "ruby_script") + +_next_script_   (pointer, hdata: "ruby_script") + + + +| script +| [[hdata_script_script]]<> +| script dal repository +| _scripts_repo_ + +_last_script_repo_ + + +| _name_   (string) + +_name_with_extension_   (string) + +_language_   (integer) + +_author_   (string) + +_mail_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_tags_   (string) + +_requirements_   (string) + +_min_weechat_   (string) + +_max_weechat_   (string) + +_md5sum_   (string) + +_url_   (string) + +_popularity_   (integer) + +_date_added_   (time) + +_date_updated_   (time) + +_status_   (integer) + +_version_loaded_   (string) + +_displayed_   (integer) + +_install_order_   (integer) + +_prev_script_   (pointer, hdata: "script_script") + +_next_script_   (pointer, hdata: "script_script") + + + +| tcl +| [[hdata_tcl_script]]<> +| elenco degli script +| _scripts_ + +_last_script_ + + +| _filename_   (string) + +_interpreter_   (pointer) + +_name_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_description_   (string) + +_shutdown_func_   (string) + +_charset_   (string) + +_unloading_   (integer) + +_prev_script_   (pointer, hdata: "tcl_script") + +_next_script_   (pointer, hdata: "tcl_script") + + + +| weechat +| [[hdata_bar]]<> +| barra +| _gui_bars_ + +_last_gui_bar_ + + +| _name_   (string) + +_options_   (pointer) + +_items_count_   (integer) + +_items_subcount_   (pointer) + +_items_array_   (pointer) + +_items_buffer_   (pointer) + +_items_prefix_   (pointer) + +_items_name_   (pointer) + +_items_suffix_   (pointer) + +_bar_window_   (pointer, hdata: "bar_window") + +_bar_refresh_needed_   (integer) + +_prev_bar_   (pointer, hdata: "bar") + +_next_bar_   (pointer, hdata: "bar") + + + +| weechat +| [[hdata_bar_item]]<> +| elemento barra +| _gui_bar_items_ + +_last_gui_bar_item_ + + +| _plugin_   (pointer, hdata: "plugin") + +_name_   (string) + +_build_callback_   (pointer) + +_build_callback_pointer_   (pointer) + +_build_callback_data_   (pointer) + +_prev_item_   (pointer, hdata: "bar_item") + +_next_item_   (pointer, hdata: "bar_item") + + + +| weechat +| [[hdata_bar_window]]<> +| finestra della barra +| - +| _bar_   (pointer, hdata: "bar") + +_x_   (integer) + +_y_   (integer) + +_width_   (integer) + +_height_   (integer) + +_scroll_x_   (integer) + +_scroll_y_   (integer) + +_cursor_x_   (integer) + +_cursor_y_   (integer) + +_current_size_   (integer) + +_items_count_   (integer) + +_items_subcount_   (pointer) + +_items_content_   (pointer) + +_items_num_lines_   (pointer) + +_items_refresh_needed_   (pointer) + +_screen_col_size_   (integer) + +_screen_lines_   (integer) + +_coords_count_   (integer) + +_coords_   (pointer) + +_gui_objects_   (pointer) + +_prev_bar_window_   (pointer, hdata: "bar_window") + +_next_bar_window_   (pointer, hdata: "bar_window") + + + +| weechat +| [[hdata_buffer]]<> +| buffer +| _gui_buffer_last_displayed_ + +_gui_buffers_ + +_last_gui_buffer_ + + +| _plugin_   (pointer, hdata: "plugin") + +_plugin_name_for_upgrade_   (string) + +_number_   (integer) + +_layout_number_   (integer) + +_layout_number_merge_order_   (integer) + +_name_   (string) + +_full_name_   (string) + +_short_name_   (string) + +_type_   (integer) + +_notify_   (integer) + +_num_displayed_   (integer) + +_active_   (integer) + +_hidden_   (integer) + +_zoomed_   (integer) + +_print_hooks_enabled_   (integer) + +_day_change_   (integer) + +_clear_   (integer) + +_filter_   (integer) + +_close_callback_   (pointer) + +_close_callback_pointer_   (pointer) + +_close_callback_data_   (pointer) + +_closing_   (integer) + +_title_   (string) + +_own_lines_   (pointer, hdata: "lines") + +_mixed_lines_   (pointer, hdata: "lines") + +_lines_   (pointer, hdata: "lines") + +_time_for_each_line_   (integer) + +_chat_refresh_needed_   (integer) + +_nicklist_   (integer) + +_nicklist_case_sensitive_   (integer) + +_nicklist_root_   (pointer, hdata: "nick_group") + +_nicklist_max_length_   (integer) + +_nicklist_display_groups_   (integer) + +_nicklist_count_   (integer) + +_nicklist_groups_count_   (integer) + +_nicklist_nicks_count_   (integer) + +_nicklist_visible_count_   (integer) + +_nickcmp_callback_   (pointer) + +_nickcmp_callback_pointer_   (pointer) + +_nickcmp_callback_data_   (pointer) + +_input_   (integer) + +_input_callback_   (pointer) + +_input_callback_pointer_   (pointer) + +_input_callback_data_   (pointer) + +_input_get_unknown_commands_   (integer) + +_input_buffer_   (string) + +_input_buffer_alloc_   (integer) + +_input_buffer_size_   (integer) + +_input_buffer_length_   (integer) + +_input_buffer_pos_   (integer) + +_input_buffer_1st_display_   (integer) + +_input_undo_snap_   (pointer, hdata: "input_undo") + +_input_undo_   (pointer, hdata: "input_undo") + +_last_input_undo_   (pointer, hdata: "input_undo") + +_ptr_input_undo_   (pointer, hdata: "input_undo") + +_input_undo_count_   (integer) + +_completion_   (pointer, hdata: "completion") + +_history_   (pointer, hdata: "history") + +_last_history_   (pointer, hdata: "history") + +_ptr_history_   (pointer, hdata: "history") + +_num_history_   (integer) + +_text_search_   (integer) + +_text_search_exact_   (integer) + +_text_search_regex_   (integer) + +_text_search_regex_compiled_   (pointer) + +_text_search_where_   (integer) + +_text_search_found_   (integer) + +_text_search_input_   (string) + +_highlight_words_   (string) + +_highlight_regex_   (string) + +_highlight_regex_compiled_   (pointer) + +_highlight_tags_restrict_   (string) + +_highlight_tags_restrict_count_   (integer) + +_highlight_tags_restrict_array_   (pointer, array_size: "highlight_tags_restrict_count") + +_highlight_tags_   (string) + +_highlight_tags_count_   (integer) + +_highlight_tags_array_   (pointer, array_size: "highlight_tags_count") + +_hotlist_max_level_nicks_   (hashtable) + +_keys_   (pointer, hdata: "key") + +_last_key_   (pointer, hdata: "key") + +_keys_count_   (integer) + +_local_variables_   (hashtable) + +_prev_buffer_   (pointer, hdata: "buffer") + +_next_buffer_   (pointer, hdata: "buffer") + + + +| weechat +| [[hdata_buffer_visited]]<> +| visited buffer +| _gui_buffers_visited_ + +_last_gui_buffer_visited_ + + +| _buffer_   (pointer, hdata: "buffer") + +_prev_buffer_   (pointer, hdata: "buffer_visited") + +_next_buffer_   (pointer, hdata: "buffer_visited") + + + +| weechat +| [[hdata_completion]]<> +| struttura con completamento +| - +| _buffer_   (pointer, hdata: "buffer") + +_context_   (integer) + +_base_command_   (string) + +_base_command_arg_index_   (integer) + +_base_word_   (string) + +_base_word_pos_   (integer) + +_position_   (integer) + +_args_   (string) + +_direction_   (integer) + +_add_space_   (integer) + +_force_partial_completion_   (integer) + +_list_   (pointer) + +_word_found_   (string) + +_word_found_is_nick_   (integer) + +_position_replace_   (integer) + +_diff_size_   (integer) + +_diff_length_   (integer) + +_partial_list_   (pointer) + + + +| weechat +| [[hdata_config_file]]<> +| file di configurazione +| _config_files_ + +_last_config_file_ + + +| _plugin_   (pointer, hdata: "plugin") + +_name_   (string) + +_filename_   (string) + +_file_   (pointer) + +_callback_reload_   (pointer) + +_callback_reload_pointer_   (pointer) + +_callback_reload_data_   (pointer) + +_sections_   (pointer, hdata: "config_section") + +_last_section_   (pointer, hdata: "config_section") + +_prev_config_   (pointer, hdata: "config_file") + +_next_config_   (pointer, hdata: "config_file") + + + +| weechat +| [[hdata_config_option]]<> +| opzione di configurazione +| - +| _config_file_   (pointer, hdata: "config_file") + +_section_   (pointer, hdata: "config_section") + +_name_   (string) + +_parent_name_   (string) + +_type_   (integer) + +_description_   (string) + +_string_values_   (string, array_size: "*") + +_min_   (integer) + +_max_   (integer) + +_default_value_   (pointer) + +_value_   (pointer) + +_null_value_allowed_   (integer) + +_callback_check_value_   (pointer) + +_callback_check_value_pointer_   (pointer) + +_callback_check_value_data_   (pointer) + +_callback_change_   (pointer) + +_callback_change_pointer_   (pointer) + +_callback_change_data_   (pointer) + +_callback_delete_   (pointer) + +_callback_delete_pointer_   (pointer) + +_callback_delete_data_   (pointer) + +_loaded_   (integer) + +_prev_option_   (pointer, hdata: "config_option") + +_next_option_   (pointer, hdata: "config_option") + + + +| weechat +| [[hdata_config_section]]<> +| sezione di configurazione +| - +| _config_file_   (pointer, hdata: "config_file") + +_name_   (string) + +_user_can_add_options_   (integer) + +_user_can_delete_options_   (integer) + +_callback_read_   (pointer) + +_callback_read_pointer_   (pointer) + +_callback_read_data_   (pointer) + +_callback_write_   (pointer) + +_callback_write_pointer_   (pointer) + +_callback_write_data_   (pointer) + +_callback_write_default_   (pointer) + +_callback_write_default_pointer_   (pointer) + +_callback_write_default_data_   (pointer) + +_callback_create_option_   (pointer) + +_callback_create_option_pointer_   (pointer) + +_callback_create_option_data_   (pointer) + +_callback_delete_option_   (pointer) + +_callback_delete_option_pointer_   (pointer) + +_callback_delete_option_data_   (pointer) + +_options_   (pointer, hdata: "config_option") + +_last_option_   (pointer, hdata: "config_option") + +_prev_section_   (pointer, hdata: "config_section") + +_next_section_   (pointer, hdata: "config_section") + + + +| weechat +| [[hdata_filter]]<> +| filtro +| _gui_filters_ + +_last_gui_filter_ + + +| _enabled_   (integer) + +_name_   (string) + +_buffer_name_   (string) + +_num_buffers_   (integer) + +_buffers_   (pointer) + +_tags_   (string) + +_tags_count_   (integer) + +_tags_array_   (pointer, array_size: "tags_count") + +_regex_   (string) + +_regex_prefix_   (pointer) + +_regex_message_   (pointer) + +_prev_filter_   (pointer, hdata: "filter") + +_next_filter_   (pointer, hdata: "filter") + + + +| weechat +| [[hdata_history]]<> +| cronologia dei comandi nel buffer +| _gui_history_ + +_last_gui_history_ + + +| _text_   (string) + +_next_history_   (pointer, hdata: "history") + +_prev_history_   (pointer, hdata: "history") + + +*Update allowed*: + +    _{hdata_update_create}_ + +    _{hdata_update_delete}_ + + +| weechat +| [[hdata_hotlist]]<> +| hotlist +| _gui_hotlist_ + +_last_gui_hotlist_ + + +| _priority_   (integer) + +_creation_time.tv_sec_   (time) + +_creation_time.tv_usec_   (long) + +_buffer_   (pointer) + +_count_   (integer, array_size: "4") + +_prev_hotlist_   (pointer, hdata: "hotlist") + +_next_hotlist_   (pointer, hdata: "hotlist") + + + +| weechat +| [[hdata_input_undo]]<> +| struttura con "undo"per la riga di input +| - +| _data_   (string) + +_pos_   (integer) + +_prev_undo_   (pointer, hdata: "input_undo") + +_next_undo_   (pointer, hdata: "input_undo") + + + +| weechat +| [[hdata_key]]<> +| un tasto (scorciatoia da tastiera) +| _gui_default_keys_ + +_gui_default_keys_cursor_ + +_gui_default_keys_mouse_ + +_gui_default_keys_search_ + +_gui_keys_ + +_gui_keys_cursor_ + +_gui_keys_mouse_ + +_gui_keys_search_ + +_last_gui_default_key_ + +_last_gui_default_key_cursor_ + +_last_gui_default_key_mouse_ + +_last_gui_default_key_search_ + +_last_gui_key_ + +_last_gui_key_cursor_ + +_last_gui_key_mouse_ + +_last_gui_key_search_ + + +| _key_   (string) + +_area_type_   (pointer) + +_area_name_   (pointer) + +_area_key_   (string) + +_command_   (string) + +_score_   (integer) + +_prev_key_   (pointer, hdata: "key") + +_next_key_   (pointer, hdata: "key") + + + +| weechat +| [[hdata_layout]]<> +| layout +| _gui_layout_current_ + +_gui_layouts_ + +_last_gui_layout_ + + +| _name_   (string) + +_layout_buffers_   (pointer, hdata: "layout_buffer") + +_last_layout_buffer_   (pointer, hdata: "layout_buffer") + +_layout_windows_   (pointer, hdata: "layout_window") + +_internal_id_   (integer) + +_internal_id_current_window_   (integer) + +_prev_layout_   (pointer, hdata: "layout") + +_next_layout_   (pointer, hdata: "layout") + + + +| weechat +| [[hdata_layout_buffer]]<> +| layout del buffer +| - +| _plugin_name_   (string) + +_buffer_name_   (string) + +_number_   (integer) + +_prev_layout_   (pointer, hdata: "layout_buffer") + +_next_layout_   (pointer, hdata: "layout_buffer") + + + +| weechat +| [[hdata_layout_window]]<> +| layout della finestra +| - +| _internal_id_   (integer) + +_parent_node_   (pointer, hdata: "layout_window") + +_split_pct_   (integer) + +_split_horiz_   (integer) + +_child1_   (pointer, hdata: "layout_window") + +_child2_   (pointer, hdata: "layout_window") + +_plugin_name_   (string) + +_buffer_name_   (string) + + + +| weechat +| [[hdata_line]]<> +| struttura con una sola riga +| - +| _data_   (pointer, hdata: "line_data") + +_prev_line_   (pointer, hdata: "line") + +_next_line_   (pointer, hdata: "line") + + + +| weechat +| [[hdata_line_data]]<> +| struttura con una riga di dati +| - +| _buffer_   (pointer, hdata: "buffer") + +_y_   (integer) + +_date_   (time) + +_date_printed_   (time) + +_str_time_   (string) + +_tags_count_   (integer) + +_tags_array_   (shared_string, array_size: "tags_count") + +_displayed_   (char) + +_highlight_   (char) + +_refresh_needed_   (char) + +_prefix_   (shared_string) + +_prefix_length_   (integer) + +_message_   (string) + + +*Update allowed*: + +    _date_ (time) + +    _date_printed_ (time) + +    _tags_array_ (shared_string) + +    _prefix_ (shared_string) + +    _message_ (string) + + +| weechat +| [[hdata_lines]]<> +| struttura con più righe +| - +| _first_line_   (pointer, hdata: "line") + +_last_line_   (pointer, hdata: "line") + +_last_read_line_   (pointer, hdata: "line") + +_lines_count_   (integer) + +_first_line_not_read_   (integer) + +_lines_hidden_   (integer) + +_buffer_max_length_   (integer) + +_buffer_max_length_refresh_   (integer) + +_prefix_max_length_   (integer) + +_prefix_max_length_refresh_   (integer) + + + +| weechat +| [[hdata_nick]]<> +| nick nella lista nick +| - +| _group_   (pointer, hdata: "nick_group") + +_name_   (shared_string) + +_color_   (shared_string) + +_prefix_   (shared_string) + +_prefix_color_   (shared_string) + +_visible_   (integer) + +_prev_nick_   (pointer, hdata: "nick") + +_next_nick_   (pointer, hdata: "nick") + + + +| weechat +| [[hdata_nick_group]]<> +| gruppo nella lista nick +| - +| _name_   (shared_string) + +_color_   (shared_string) + +_visible_   (integer) + +_level_   (integer) + +_parent_   (pointer, hdata: "nick_group") + +_children_   (pointer, hdata: "nick_group") + +_last_child_   (pointer, hdata: "nick_group") + +_nicks_   (pointer, hdata: "nick") + +_last_nick_   (pointer, hdata: "nick") + +_prev_group_   (pointer, hdata: "nick_group") + +_next_group_   (pointer, hdata: "nick_group") + + + +| weechat +| [[hdata_plugin]]<> +| plugin +| _weechat_plugins_ + +_last_weechat_plugin_ + + +| _filename_   (string) + +_handle_   (pointer) + +_name_   (string) + +_description_   (string) + +_author_   (string) + +_version_   (string) + +_license_   (string) + +_charset_   (string) + +_priority_   (integer) + +_initialized_   (integer) + +_debug_   (integer) + +_prev_plugin_   (pointer, hdata: "plugin") + +_next_plugin_   (pointer, hdata: "plugin") + + + +| weechat +| [[hdata_proxy]]<> +| proxy +| _weechat_proxies_ + +_last_weechat_proxy_ + + +| _name_   (string) + +_options_   (pointer) + +_prev_proxy_   (pointer, hdata: "proxy") + +_next_proxy_   (pointer, hdata: "proxy") + + + +| weechat +| [[hdata_window]]<> +| finestra +| _gui_current_window_ + +_gui_windows_ + +_last_gui_window_ + + +| _number_   (integer) + +_win_x_   (integer) + +_win_y_   (integer) + +_win_width_   (integer) + +_win_height_   (integer) + +_win_width_pct_   (integer) + +_win_height_pct_   (integer) + +_win_chat_x_   (integer) + +_win_chat_y_   (integer) + +_win_chat_width_   (integer) + +_win_chat_height_   (integer) + +_win_chat_cursor_x_   (integer) + +_win_chat_cursor_y_   (integer) + +_bar_windows_   (pointer, hdata: "bar_window") + +_last_bar_window_   (pointer, hdata: "bar_window") + +_refresh_needed_   (integer) + +_gui_objects_   (pointer) + +_buffer_   (pointer, hdata: "buffer") + +_layout_plugin_name_   (string) + +_layout_buffer_name_   (string) + +_scroll_   (pointer, hdata: "window_scroll") + +_ptr_tree_   (pointer, hdata: "window_tree") + +_prev_window_   (pointer, hdata: "window") + +_next_window_   (pointer, hdata: "window") + + + +| weechat +| [[hdata_window_scroll]]<> +| scorrimento delle info nella finestra +| - +| _buffer_   (pointer, hdata: "buffer") + +_first_line_displayed_   (integer) + +_start_line_   (pointer, hdata: "line") + +_start_line_pos_   (integer) + +_scrolling_   (integer) + +_start_col_   (integer) + +_lines_after_   (integer) + +_text_search_start_line_   (pointer, hdata: "line") + +_prev_scroll_   (pointer, hdata: "window_scroll") + +_next_scroll_   (pointer, hdata: "window_scroll") + + + +| weechat +| [[hdata_window_tree]]<> +| albero delle finestre +| _gui_windows_tree_ + + +| _parent_node_   (pointer, hdata: "window_tree") + +_split_pct_   (integer) + +_split_horizontal_   (integer) + +_child1_   (pointer, hdata: "window_tree") + +_child2_   (pointer, hdata: "window_tree") + +_window_   (pointer, hdata: "window") + + + +|=== diff --git a/doc/it/autogen/plugin_api/hdata.asciidoc b/doc/it/autogen/plugin_api/hdata.asciidoc deleted file mode 100644 index 9a934c639..000000000 --- a/doc/it/autogen/plugin_api/hdata.asciidoc +++ /dev/null @@ -1,974 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -:hdata_update_create: __create -:hdata_update_delete: __delete -[width="100%",cols="^1,^2,2,2,5",options="header"] -|=== -| Plugin | Nome | Descrizione | Lists | Variables - -| guile -| [[hdata_guile_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "guile_script") + -_next_script_   (pointer, hdata: "guile_script") + - - -| irc -| [[hdata_irc_channel]]<> -| canale irc -| - -| _type_   (integer) + -_name_   (string) + -_topic_   (string) + -_modes_   (string) + -_limit_   (integer) + -_key_   (string) + -_join_msg_received_   (hashtable) + -_checking_whox_   (integer) + -_away_message_   (string) + -_has_quit_server_   (integer) + -_cycle_   (integer) + -_part_   (integer) + -_nick_completion_reset_   (integer) + -_pv_remote_nick_color_   (string) + -_hook_autorejoin_   (pointer) + -_nicks_count_   (integer) + -_nicks_   (pointer, hdata: "irc_nick") + -_last_nick_   (pointer, hdata: "irc_nick") + -_nicks_speaking_   (pointer) + -_nicks_speaking_time_   (pointer, hdata: "irc_channel_speaking") + -_last_nick_speaking_time_   (pointer, hdata: "irc_channel_speaking") + -_join_smart_filtered_   (hashtable) + -_buffer_   (pointer, hdata: "buffer") + -_buffer_as_string_   (string) + -_prev_channel_   (pointer, hdata: "irc_channel") + -_next_channel_   (pointer, hdata: "irc_channel") + - - -| irc -| [[hdata_irc_channel_speaking]]<> -| channel_speaking irc -| - -| _nick_   (string) + -_time_last_message_   (time) + -_prev_nick_   (pointer, hdata: "irc_channel_speaking") + -_next_nick_   (pointer, hdata: "irc_channel_speaking") + - - -| irc -| [[hdata_irc_ignore]]<> -| ignore irc -| _irc_ignore_list_ + -_last_irc_ignore_ + - -| _number_   (integer) + -_mask_   (string) + -_regex_mask_   (pointer) + -_server_   (string) + -_channel_   (string) + -_prev_ignore_   (pointer, hdata: "irc_ignore") + -_next_ignore_   (pointer, hdata: "irc_ignore") + - - -| irc -| [[hdata_irc_nick]]<> -| nick irc -| - -| _name_   (string) + -_host_   (string) + -_prefixes_   (string) + -_prefix_   (string) + -_away_   (integer) + -_account_   (string) + -_realname_   (string) + -_color_   (string) + -_prev_nick_   (pointer, hdata: "irc_nick") + -_next_nick_   (pointer, hdata: "irc_nick") + - - -| irc -| [[hdata_irc_notify]]<> -| notify irc -| - -| _server_   (pointer, hdata: "irc_server") + -_nick_   (string) + -_check_away_   (integer) + -_is_on_server_   (integer) + -_away_message_   (string) + -_ison_received_   (integer) + -_prev_notify_   (pointer, hdata: "irc_notify") + -_next_notify_   (pointer, hdata: "irc_notify") + - - -| irc -| [[hdata_irc_redirect]]<> -| redirezione irc -| - -| _server_   (pointer, hdata: "irc_server") + -_pattern_   (string) + -_signal_   (string) + -_count_   (integer) + -_current_count_   (integer) + -_string_   (string) + -_timeout_   (integer) + -_command_   (string) + -_assigned_to_command_   (integer) + -_start_time_   (time) + -_cmd_start_   (hashtable) + -_cmd_stop_   (hashtable) + -_cmd_extra_   (hashtable) + -_cmd_start_received_   (integer) + -_cmd_stop_received_   (integer) + -_cmd_filter_   (hashtable) + -_output_   (string) + -_output_size_   (integer) + -_prev_redirect_   (pointer, hdata: "irc_redirect") + -_next_redirect_   (pointer, hdata: "irc_redirect") + - - -| irc -| [[hdata_irc_redirect_pattern]]<> -| schema per la redirezione irc -| _irc_redirect_patterns_ + -_last_irc_redirect_pattern_ + - -| _name_   (string) + -_temp_pattern_   (integer) + -_timeout_   (integer) + -_cmd_start_   (string) + -_cmd_stop_   (string) + -_cmd_extra_   (string) + -_prev_redirect_   (pointer, hdata: "irc_redirect_pattern") + -_next_redirect_   (pointer, hdata: "irc_redirect_pattern") + - - -| irc -| [[hdata_irc_server]]<> -| server irc -| _irc_servers_ + -_last_irc_server_ + - -| _name_   (string) + -_options_   (pointer) + -_temp_server_   (integer) + -_reloading_from_config_   (integer) + -_reloaded_from_config_   (integer) + -_addresses_count_   (integer) + -_addresses_array_   (string, array_size: "addresses_count") + -_ports_array_   (integer, array_size: "addresses_count") + -_retry_array_   (integer, array_size: "addresses_count") + -_index_current_address_   (integer) + -_current_address_   (string) + -_current_ip_   (string) + -_current_port_   (integer) + -_current_retry_   (integer) + -_sock_   (integer) + -_hook_connect_   (pointer, hdata: "hook") + -_hook_fd_   (pointer, hdata: "hook") + -_hook_timer_connection_   (pointer, hdata: "hook") + -_hook_timer_sasl_   (pointer, hdata: "hook") + -_is_connected_   (integer) + -_ssl_connected_   (integer) + -_disconnected_   (integer) + -_gnutls_sess_   (other) + -_tls_cert_   (other) + -_tls_cert_key_   (other) + -_unterminated_message_   (string) + -_nicks_count_   (integer) + -_nicks_array_   (string, array_size: "nicks_count") + -_nick_first_tried_   (integer) + -_nick_alternate_number_   (integer) + -_nick_   (string) + -_nick_modes_   (string) + -_cap_away_notify_   (integer) + -_cap_account_notify_   (integer) + -_cap_extended_join_   (integer) + -_isupport_   (string) + -_prefix_modes_   (string) + -_prefix_chars_   (string) + -_nick_max_length_   (integer) + -_casemapping_   (integer) + -_chantypes_   (string) + -_chanmodes_   (string) + -_monitor_   (integer) + -_monitor_time_   (time) + -_reconnect_delay_   (integer) + -_reconnect_start_   (time) + -_command_time_   (time) + -_reconnect_join_   (integer) + -_disable_autojoin_   (integer) + -_is_away_   (integer) + -_away_message_   (string) + -_away_time_   (time) + -_lag_   (integer) + -_lag_displayed_   (integer) + -_lag_check_time_   (other) + -_lag_next_check_   (time) + -_lag_last_refresh_   (time) + -_cmd_list_regexp_   (pointer) + -_last_user_message_   (time) + -_last_away_check_   (time) + -_last_data_purge_   (time) + -_outqueue_   (pointer) + -_last_outqueue_   (pointer) + -_redirects_   (pointer, hdata: "irc_redirect") + -_last_redirect_   (pointer, hdata: "irc_redirect") + -_notify_list_   (pointer, hdata: "irc_notify") + -_last_notify_   (pointer, hdata: "irc_notify") + -_notify_count_   (integer) + -_join_manual_   (hashtable) + -_join_channel_key_   (hashtable) + -_join_noswitch_   (hashtable) + -_buffer_   (pointer, hdata: "buffer") + -_buffer_as_string_   (string) + -_channels_   (pointer, hdata: "irc_channel") + -_last_channel_   (pointer, hdata: "irc_channel") + -_prev_server_   (pointer, hdata: "irc_server") + -_next_server_   (pointer, hdata: "irc_server") + - - -| javascript -| [[hdata_javascript_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "javascript_script") + -_next_script_   (pointer, hdata: "javascript_script") + - - -| lua -| [[hdata_lua_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "lua_script") + -_next_script_   (pointer, hdata: "lua_script") + - - -| perl -| [[hdata_perl_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "perl_script") + -_next_script_   (pointer, hdata: "perl_script") + - - -| python -| [[hdata_python_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "python_script") + -_next_script_   (pointer, hdata: "python_script") + - - -| ruby -| [[hdata_ruby_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "ruby_script") + -_next_script_   (pointer, hdata: "ruby_script") + - - -| script -| [[hdata_script_script]]<> -| script dal repository -| _scripts_repo_ + -_last_script_repo_ + - -| _name_   (string) + -_name_with_extension_   (string) + -_language_   (integer) + -_author_   (string) + -_mail_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_tags_   (string) + -_requirements_   (string) + -_min_weechat_   (string) + -_max_weechat_   (string) + -_md5sum_   (string) + -_url_   (string) + -_popularity_   (integer) + -_date_added_   (time) + -_date_updated_   (time) + -_status_   (integer) + -_version_loaded_   (string) + -_displayed_   (integer) + -_install_order_   (integer) + -_prev_script_   (pointer, hdata: "script_script") + -_next_script_   (pointer, hdata: "script_script") + - - -| tcl -| [[hdata_tcl_script]]<> -| elenco degli script -| _scripts_ + -_last_script_ + - -| _filename_   (string) + -_interpreter_   (pointer) + -_name_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_description_   (string) + -_shutdown_func_   (string) + -_charset_   (string) + -_unloading_   (integer) + -_prev_script_   (pointer, hdata: "tcl_script") + -_next_script_   (pointer, hdata: "tcl_script") + - - -| weechat -| [[hdata_bar]]<> -| barra -| _gui_bars_ + -_last_gui_bar_ + - -| _name_   (string) + -_options_   (pointer) + -_items_count_   (integer) + -_items_subcount_   (pointer) + -_items_array_   (pointer) + -_items_buffer_   (pointer) + -_items_prefix_   (pointer) + -_items_name_   (pointer) + -_items_suffix_   (pointer) + -_bar_window_   (pointer, hdata: "bar_window") + -_bar_refresh_needed_   (integer) + -_prev_bar_   (pointer, hdata: "bar") + -_next_bar_   (pointer, hdata: "bar") + - - -| weechat -| [[hdata_bar_item]]<> -| elemento barra -| _gui_bar_items_ + -_last_gui_bar_item_ + - -| _plugin_   (pointer, hdata: "plugin") + -_name_   (string) + -_build_callback_   (pointer) + -_build_callback_pointer_   (pointer) + -_build_callback_data_   (pointer) + -_prev_item_   (pointer, hdata: "bar_item") + -_next_item_   (pointer, hdata: "bar_item") + - - -| weechat -| [[hdata_bar_window]]<> -| finestra della barra -| - -| _bar_   (pointer, hdata: "bar") + -_x_   (integer) + -_y_   (integer) + -_width_   (integer) + -_height_   (integer) + -_scroll_x_   (integer) + -_scroll_y_   (integer) + -_cursor_x_   (integer) + -_cursor_y_   (integer) + -_current_size_   (integer) + -_items_count_   (integer) + -_items_subcount_   (pointer) + -_items_content_   (pointer) + -_items_num_lines_   (pointer) + -_items_refresh_needed_   (pointer) + -_screen_col_size_   (integer) + -_screen_lines_   (integer) + -_coords_count_   (integer) + -_coords_   (pointer) + -_gui_objects_   (pointer) + -_prev_bar_window_   (pointer, hdata: "bar_window") + -_next_bar_window_   (pointer, hdata: "bar_window") + - - -| weechat -| [[hdata_buffer]]<> -| buffer -| _gui_buffer_last_displayed_ + -_gui_buffers_ + -_last_gui_buffer_ + - -| _plugin_   (pointer, hdata: "plugin") + -_plugin_name_for_upgrade_   (string) + -_number_   (integer) + -_layout_number_   (integer) + -_layout_number_merge_order_   (integer) + -_name_   (string) + -_full_name_   (string) + -_short_name_   (string) + -_type_   (integer) + -_notify_   (integer) + -_num_displayed_   (integer) + -_active_   (integer) + -_hidden_   (integer) + -_zoomed_   (integer) + -_print_hooks_enabled_   (integer) + -_day_change_   (integer) + -_clear_   (integer) + -_filter_   (integer) + -_close_callback_   (pointer) + -_close_callback_pointer_   (pointer) + -_close_callback_data_   (pointer) + -_closing_   (integer) + -_title_   (string) + -_own_lines_   (pointer, hdata: "lines") + -_mixed_lines_   (pointer, hdata: "lines") + -_lines_   (pointer, hdata: "lines") + -_time_for_each_line_   (integer) + -_chat_refresh_needed_   (integer) + -_nicklist_   (integer) + -_nicklist_case_sensitive_   (integer) + -_nicklist_root_   (pointer, hdata: "nick_group") + -_nicklist_max_length_   (integer) + -_nicklist_display_groups_   (integer) + -_nicklist_count_   (integer) + -_nicklist_groups_count_   (integer) + -_nicklist_nicks_count_   (integer) + -_nicklist_visible_count_   (integer) + -_nickcmp_callback_   (pointer) + -_nickcmp_callback_pointer_   (pointer) + -_nickcmp_callback_data_   (pointer) + -_input_   (integer) + -_input_callback_   (pointer) + -_input_callback_pointer_   (pointer) + -_input_callback_data_   (pointer) + -_input_get_unknown_commands_   (integer) + -_input_buffer_   (string) + -_input_buffer_alloc_   (integer) + -_input_buffer_size_   (integer) + -_input_buffer_length_   (integer) + -_input_buffer_pos_   (integer) + -_input_buffer_1st_display_   (integer) + -_input_undo_snap_   (pointer, hdata: "input_undo") + -_input_undo_   (pointer, hdata: "input_undo") + -_last_input_undo_   (pointer, hdata: "input_undo") + -_ptr_input_undo_   (pointer, hdata: "input_undo") + -_input_undo_count_   (integer) + -_completion_   (pointer, hdata: "completion") + -_history_   (pointer, hdata: "history") + -_last_history_   (pointer, hdata: "history") + -_ptr_history_   (pointer, hdata: "history") + -_num_history_   (integer) + -_text_search_   (integer) + -_text_search_exact_   (integer) + -_text_search_regex_   (integer) + -_text_search_regex_compiled_   (pointer) + -_text_search_where_   (integer) + -_text_search_found_   (integer) + -_text_search_input_   (string) + -_highlight_words_   (string) + -_highlight_regex_   (string) + -_highlight_regex_compiled_   (pointer) + -_highlight_tags_restrict_   (string) + -_highlight_tags_restrict_count_   (integer) + -_highlight_tags_restrict_array_   (pointer, array_size: "highlight_tags_restrict_count") + -_highlight_tags_   (string) + -_highlight_tags_count_   (integer) + -_highlight_tags_array_   (pointer, array_size: "highlight_tags_count") + -_hotlist_max_level_nicks_   (hashtable) + -_keys_   (pointer, hdata: "key") + -_last_key_   (pointer, hdata: "key") + -_keys_count_   (integer) + -_local_variables_   (hashtable) + -_prev_buffer_   (pointer, hdata: "buffer") + -_next_buffer_   (pointer, hdata: "buffer") + - - -| weechat -| [[hdata_buffer_visited]]<> -| visited buffer -| _gui_buffers_visited_ + -_last_gui_buffer_visited_ + - -| _buffer_   (pointer, hdata: "buffer") + -_prev_buffer_   (pointer, hdata: "buffer_visited") + -_next_buffer_   (pointer, hdata: "buffer_visited") + - - -| weechat -| [[hdata_completion]]<> -| struttura con completamento -| - -| _buffer_   (pointer, hdata: "buffer") + -_context_   (integer) + -_base_command_   (string) + -_base_command_arg_index_   (integer) + -_base_word_   (string) + -_base_word_pos_   (integer) + -_position_   (integer) + -_args_   (string) + -_direction_   (integer) + -_add_space_   (integer) + -_force_partial_completion_   (integer) + -_list_   (pointer) + -_word_found_   (string) + -_word_found_is_nick_   (integer) + -_position_replace_   (integer) + -_diff_size_   (integer) + -_diff_length_   (integer) + -_partial_list_   (pointer) + - - -| weechat -| [[hdata_config_file]]<> -| file di configurazione -| _config_files_ + -_last_config_file_ + - -| _plugin_   (pointer, hdata: "plugin") + -_name_   (string) + -_filename_   (string) + -_file_   (pointer) + -_callback_reload_   (pointer) + -_callback_reload_pointer_   (pointer) + -_callback_reload_data_   (pointer) + -_sections_   (pointer, hdata: "config_section") + -_last_section_   (pointer, hdata: "config_section") + -_prev_config_   (pointer, hdata: "config_file") + -_next_config_   (pointer, hdata: "config_file") + - - -| weechat -| [[hdata_config_option]]<> -| opzione di configurazione -| - -| _config_file_   (pointer, hdata: "config_file") + -_section_   (pointer, hdata: "config_section") + -_name_   (string) + -_parent_name_   (string) + -_type_   (integer) + -_description_   (string) + -_string_values_   (string, array_size: "*") + -_min_   (integer) + -_max_   (integer) + -_default_value_   (pointer) + -_value_   (pointer) + -_null_value_allowed_   (integer) + -_callback_check_value_   (pointer) + -_callback_check_value_pointer_   (pointer) + -_callback_check_value_data_   (pointer) + -_callback_change_   (pointer) + -_callback_change_pointer_   (pointer) + -_callback_change_data_   (pointer) + -_callback_delete_   (pointer) + -_callback_delete_pointer_   (pointer) + -_callback_delete_data_   (pointer) + -_loaded_   (integer) + -_prev_option_   (pointer, hdata: "config_option") + -_next_option_   (pointer, hdata: "config_option") + - - -| weechat -| [[hdata_config_section]]<> -| sezione di configurazione -| - -| _config_file_   (pointer, hdata: "config_file") + -_name_   (string) + -_user_can_add_options_   (integer) + -_user_can_delete_options_   (integer) + -_callback_read_   (pointer) + -_callback_read_pointer_   (pointer) + -_callback_read_data_   (pointer) + -_callback_write_   (pointer) + -_callback_write_pointer_   (pointer) + -_callback_write_data_   (pointer) + -_callback_write_default_   (pointer) + -_callback_write_default_pointer_   (pointer) + -_callback_write_default_data_   (pointer) + -_callback_create_option_   (pointer) + -_callback_create_option_pointer_   (pointer) + -_callback_create_option_data_   (pointer) + -_callback_delete_option_   (pointer) + -_callback_delete_option_pointer_   (pointer) + -_callback_delete_option_data_   (pointer) + -_options_   (pointer, hdata: "config_option") + -_last_option_   (pointer, hdata: "config_option") + -_prev_section_   (pointer, hdata: "config_section") + -_next_section_   (pointer, hdata: "config_section") + - - -| weechat -| [[hdata_filter]]<> -| filtro -| _gui_filters_ + -_last_gui_filter_ + - -| _enabled_   (integer) + -_name_   (string) + -_buffer_name_   (string) + -_num_buffers_   (integer) + -_buffers_   (pointer) + -_tags_   (string) + -_tags_count_   (integer) + -_tags_array_   (pointer, array_size: "tags_count") + -_regex_   (string) + -_regex_prefix_   (pointer) + -_regex_message_   (pointer) + -_prev_filter_   (pointer, hdata: "filter") + -_next_filter_   (pointer, hdata: "filter") + - - -| weechat -| [[hdata_history]]<> -| cronologia dei comandi nel buffer -| _gui_history_ + -_last_gui_history_ + - -| _text_   (string) + -_next_history_   (pointer, hdata: "history") + -_prev_history_   (pointer, hdata: "history") + - -*Update allowed*: + -    _{hdata_update_create}_ + -    _{hdata_update_delete}_ + - -| weechat -| [[hdata_hotlist]]<> -| hotlist -| _gui_hotlist_ + -_last_gui_hotlist_ + - -| _priority_   (integer) + -_creation_time.tv_sec_   (time) + -_creation_time.tv_usec_   (long) + -_buffer_   (pointer) + -_count_   (integer, array_size: "4") + -_prev_hotlist_   (pointer, hdata: "hotlist") + -_next_hotlist_   (pointer, hdata: "hotlist") + - - -| weechat -| [[hdata_input_undo]]<> -| struttura con "undo"per la riga di input -| - -| _data_   (string) + -_pos_   (integer) + -_prev_undo_   (pointer, hdata: "input_undo") + -_next_undo_   (pointer, hdata: "input_undo") + - - -| weechat -| [[hdata_key]]<> -| un tasto (scorciatoia da tastiera) -| _gui_default_keys_ + -_gui_default_keys_cursor_ + -_gui_default_keys_mouse_ + -_gui_default_keys_search_ + -_gui_keys_ + -_gui_keys_cursor_ + -_gui_keys_mouse_ + -_gui_keys_search_ + -_last_gui_default_key_ + -_last_gui_default_key_cursor_ + -_last_gui_default_key_mouse_ + -_last_gui_default_key_search_ + -_last_gui_key_ + -_last_gui_key_cursor_ + -_last_gui_key_mouse_ + -_last_gui_key_search_ + - -| _key_   (string) + -_area_type_   (pointer) + -_area_name_   (pointer) + -_area_key_   (string) + -_command_   (string) + -_score_   (integer) + -_prev_key_   (pointer, hdata: "key") + -_next_key_   (pointer, hdata: "key") + - - -| weechat -| [[hdata_layout]]<> -| layout -| _gui_layout_current_ + -_gui_layouts_ + -_last_gui_layout_ + - -| _name_   (string) + -_layout_buffers_   (pointer, hdata: "layout_buffer") + -_last_layout_buffer_   (pointer, hdata: "layout_buffer") + -_layout_windows_   (pointer, hdata: "layout_window") + -_internal_id_   (integer) + -_internal_id_current_window_   (integer) + -_prev_layout_   (pointer, hdata: "layout") + -_next_layout_   (pointer, hdata: "layout") + - - -| weechat -| [[hdata_layout_buffer]]<> -| layout del buffer -| - -| _plugin_name_   (string) + -_buffer_name_   (string) + -_number_   (integer) + -_prev_layout_   (pointer, hdata: "layout_buffer") + -_next_layout_   (pointer, hdata: "layout_buffer") + - - -| weechat -| [[hdata_layout_window]]<> -| layout della finestra -| - -| _internal_id_   (integer) + -_parent_node_   (pointer, hdata: "layout_window") + -_split_pct_   (integer) + -_split_horiz_   (integer) + -_child1_   (pointer, hdata: "layout_window") + -_child2_   (pointer, hdata: "layout_window") + -_plugin_name_   (string) + -_buffer_name_   (string) + - - -| weechat -| [[hdata_line]]<> -| struttura con una sola riga -| - -| _data_   (pointer, hdata: "line_data") + -_prev_line_   (pointer, hdata: "line") + -_next_line_   (pointer, hdata: "line") + - - -| weechat -| [[hdata_line_data]]<> -| struttura con una riga di dati -| - -| _buffer_   (pointer, hdata: "buffer") + -_y_   (integer) + -_date_   (time) + -_date_printed_   (time) + -_str_time_   (string) + -_tags_count_   (integer) + -_tags_array_   (shared_string, array_size: "tags_count") + -_displayed_   (char) + -_highlight_   (char) + -_refresh_needed_   (char) + -_prefix_   (shared_string) + -_prefix_length_   (integer) + -_message_   (string) + - -*Update allowed*: + -    _date_ (time) + -    _date_printed_ (time) + -    _tags_array_ (shared_string) + -    _prefix_ (shared_string) + -    _message_ (string) + - -| weechat -| [[hdata_lines]]<> -| struttura con più righe -| - -| _first_line_   (pointer, hdata: "line") + -_last_line_   (pointer, hdata: "line") + -_last_read_line_   (pointer, hdata: "line") + -_lines_count_   (integer) + -_first_line_not_read_   (integer) + -_lines_hidden_   (integer) + -_buffer_max_length_   (integer) + -_buffer_max_length_refresh_   (integer) + -_prefix_max_length_   (integer) + -_prefix_max_length_refresh_   (integer) + - - -| weechat -| [[hdata_nick]]<> -| nick nella lista nick -| - -| _group_   (pointer, hdata: "nick_group") + -_name_   (shared_string) + -_color_   (shared_string) + -_prefix_   (shared_string) + -_prefix_color_   (shared_string) + -_visible_   (integer) + -_prev_nick_   (pointer, hdata: "nick") + -_next_nick_   (pointer, hdata: "nick") + - - -| weechat -| [[hdata_nick_group]]<> -| gruppo nella lista nick -| - -| _name_   (shared_string) + -_color_   (shared_string) + -_visible_   (integer) + -_level_   (integer) + -_parent_   (pointer, hdata: "nick_group") + -_children_   (pointer, hdata: "nick_group") + -_last_child_   (pointer, hdata: "nick_group") + -_nicks_   (pointer, hdata: "nick") + -_last_nick_   (pointer, hdata: "nick") + -_prev_group_   (pointer, hdata: "nick_group") + -_next_group_   (pointer, hdata: "nick_group") + - - -| weechat -| [[hdata_plugin]]<> -| plugin -| _weechat_plugins_ + -_last_weechat_plugin_ + - -| _filename_   (string) + -_handle_   (pointer) + -_name_   (string) + -_description_   (string) + -_author_   (string) + -_version_   (string) + -_license_   (string) + -_charset_   (string) + -_priority_   (integer) + -_initialized_   (integer) + -_debug_   (integer) + -_prev_plugin_   (pointer, hdata: "plugin") + -_next_plugin_   (pointer, hdata: "plugin") + - - -| weechat -| [[hdata_proxy]]<> -| proxy -| _weechat_proxies_ + -_last_weechat_proxy_ + - -| _name_   (string) + -_options_   (pointer) + -_prev_proxy_   (pointer, hdata: "proxy") + -_next_proxy_   (pointer, hdata: "proxy") + - - -| weechat -| [[hdata_window]]<> -| finestra -| _gui_current_window_ + -_gui_windows_ + -_last_gui_window_ + - -| _number_   (integer) + -_win_x_   (integer) + -_win_y_   (integer) + -_win_width_   (integer) + -_win_height_   (integer) + -_win_width_pct_   (integer) + -_win_height_pct_   (integer) + -_win_chat_x_   (integer) + -_win_chat_y_   (integer) + -_win_chat_width_   (integer) + -_win_chat_height_   (integer) + -_win_chat_cursor_x_   (integer) + -_win_chat_cursor_y_   (integer) + -_bar_windows_   (pointer, hdata: "bar_window") + -_last_bar_window_   (pointer, hdata: "bar_window") + -_refresh_needed_   (integer) + -_gui_objects_   (pointer) + -_buffer_   (pointer, hdata: "buffer") + -_layout_plugin_name_   (string) + -_layout_buffer_name_   (string) + -_scroll_   (pointer, hdata: "window_scroll") + -_ptr_tree_   (pointer, hdata: "window_tree") + -_prev_window_   (pointer, hdata: "window") + -_next_window_   (pointer, hdata: "window") + - - -| weechat -| [[hdata_window_scroll]]<> -| scorrimento delle info nella finestra -| - -| _buffer_   (pointer, hdata: "buffer") + -_first_line_displayed_   (integer) + -_start_line_   (pointer, hdata: "line") + -_start_line_pos_   (integer) + -_scrolling_   (integer) + -_start_col_   (integer) + -_lines_after_   (integer) + -_text_search_start_line_   (pointer, hdata: "line") + -_prev_scroll_   (pointer, hdata: "window_scroll") + -_next_scroll_   (pointer, hdata: "window_scroll") + - - -| weechat -| [[hdata_window_tree]]<> -| albero delle finestre -| _gui_windows_tree_ + - -| _parent_node_   (pointer, hdata: "window_tree") + -_split_pct_   (integer) + -_split_horizontal_   (integer) + -_child1_   (pointer, hdata: "window_tree") + -_child2_   (pointer, hdata: "window_tree") + -_window_   (pointer, hdata: "window") + - - -|=== diff --git a/doc/it/autogen/plugin_api/infolists.adoc b/doc/it/autogen/plugin_api/infolists.adoc new file mode 100644 index 000000000..9fb925e3b --- /dev/null +++ b/doc/it/autogen/plugin_api/infolists.adoc @@ -0,0 +1,79 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[width="100%",cols="^1,^2,5,5,5",options="header"] +|=== +| Plugin | Nome | Descrizione | Puntatore | Argomenti + +| alias | alias | elenco di alias | puntatore all'alias (opzionale) | alias name (wildcard "*" is allowed) (optional) + +| guile | guile_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| irc | irc_channel | elenco dei canali per un server IRC | puntatore al canale (opzionale) | server,canale (canale è opzionale) + +| irc | irc_color_weechat | mapping between IRC color codes and WeeChat color names | - | - + +| irc | irc_ignore | elenco di ignore IRC | puntatore all'ignore (opzionale) | - + +| irc | irc_nick | elenco dei nick per un canale IRC | puntatore al nick (opzionale) | server,channel,nick (nick is optional) + +| irc | irc_notify | elenco delle notifiche | puntatore alla notifica (opzionale) | server name (wildcard "*" is allowed) (optional) + +| irc | irc_server | elenco di server IRC | puntatore al server (opzionale) | server name (wildcard "*" is allowed) (optional) + +| javascript | javascript_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| logger | logger_buffer | elenco dei buffer logger | puntatore al logger (opzionale) | - + +| lua | lua_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| perl | perl_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| python | python_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| relay | relay | elenco di client relay | puntatore al relay (opzionale) | - + +| ruby | ruby_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| script | script_script | elenco degli script | puntatore allo script (opzionale) | script name with extension (wildcard "*" is allowed) (optional) + +| tcl | tcl_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) + +| weechat | bar | elenco delle barre | puntatore alla barra (opzionale) | bar name (wildcard "*" is allowed) (optional) + +| weechat | bar_item | elenco degli elementi barra | puntatore all'elemento della barra (opzionale) | bar item name (wildcard "*" is allowed) (optional) + +| weechat | bar_window | elenco delle finestre barra | puntatore alla finestra della barra (opzionale) | - + +| weechat | buffer | elenco dei buffer | puntatore al buffer (opzionale) | buffer name (wildcard "*" is allowed) (optional) + +| weechat | buffer_lines | righe di un buffer | puntatore al buffer | - + +| weechat | filter | elenco dei filtri | - | filter name (wildcard "*" is allowed) (optional) + +| weechat | history | cronologia dei comandi | puntatore al buffer (se non impostato, restituisce la cronologia globale) (opzionale) | - + +| weechat | hook | elenco di hook | puntatore all'hook (opzionale) | type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional) + +| weechat | hotlist | elenco dei buffer nella hotlist | - | - + +| weechat | key | elenco di tasti associati | - | contesto ("default", "search", "cursor" o "mouse") (opzionale) + +| weechat | layout | elenco dei layout | - | - + +| weechat | nicklist | nick nella lista nick per un buffer | puntatore al buffer | nick_xxx o group_xxx per ottenere solo xxx di nick/group (opzionale) + +| weechat | option | elenco delle opzioni | - | option name (wildcard "*" is allowed) (optional) + +| weechat | plugin | elenco dei plugin | puntatore al plugin (opzionale) | plugin name (wildcard "*" is allowed) (optional) + +| weechat | proxy | elenco dei proxy | puntatore al proxy (opzionale) | proxy name (wildcard "*" is allowed) (optional) + +| weechat | url_options | opzioni per la URL | - | - + +| weechat | window | elenco delle finestre | puntatore alla finestra (opzionale) | "current" per la finestra corrente o un numero della finestra (opzionale) + +| xfer | xfer | elenco di xfer | puntatore a xfer (opzionale) | - + +|=== diff --git a/doc/it/autogen/plugin_api/infolists.asciidoc b/doc/it/autogen/plugin_api/infolists.asciidoc deleted file mode 100644 index 9fb925e3b..000000000 --- a/doc/it/autogen/plugin_api/infolists.asciidoc +++ /dev/null @@ -1,79 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[width="100%",cols="^1,^2,5,5,5",options="header"] -|=== -| Plugin | Nome | Descrizione | Puntatore | Argomenti - -| alias | alias | elenco di alias | puntatore all'alias (opzionale) | alias name (wildcard "*" is allowed) (optional) - -| guile | guile_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| irc | irc_channel | elenco dei canali per un server IRC | puntatore al canale (opzionale) | server,canale (canale è opzionale) - -| irc | irc_color_weechat | mapping between IRC color codes and WeeChat color names | - | - - -| irc | irc_ignore | elenco di ignore IRC | puntatore all'ignore (opzionale) | - - -| irc | irc_nick | elenco dei nick per un canale IRC | puntatore al nick (opzionale) | server,channel,nick (nick is optional) - -| irc | irc_notify | elenco delle notifiche | puntatore alla notifica (opzionale) | server name (wildcard "*" is allowed) (optional) - -| irc | irc_server | elenco di server IRC | puntatore al server (opzionale) | server name (wildcard "*" is allowed) (optional) - -| javascript | javascript_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| logger | logger_buffer | elenco dei buffer logger | puntatore al logger (opzionale) | - - -| lua | lua_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| perl | perl_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| python | python_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| relay | relay | elenco di client relay | puntatore al relay (opzionale) | - - -| ruby | ruby_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| script | script_script | elenco degli script | puntatore allo script (opzionale) | script name with extension (wildcard "*" is allowed) (optional) - -| tcl | tcl_script | elenco degli script | puntatore allo script (opzionale) | script name (wildcard "*" is allowed) (optional) - -| weechat | bar | elenco delle barre | puntatore alla barra (opzionale) | bar name (wildcard "*" is allowed) (optional) - -| weechat | bar_item | elenco degli elementi barra | puntatore all'elemento della barra (opzionale) | bar item name (wildcard "*" is allowed) (optional) - -| weechat | bar_window | elenco delle finestre barra | puntatore alla finestra della barra (opzionale) | - - -| weechat | buffer | elenco dei buffer | puntatore al buffer (opzionale) | buffer name (wildcard "*" is allowed) (optional) - -| weechat | buffer_lines | righe di un buffer | puntatore al buffer | - - -| weechat | filter | elenco dei filtri | - | filter name (wildcard "*" is allowed) (optional) - -| weechat | history | cronologia dei comandi | puntatore al buffer (se non impostato, restituisce la cronologia globale) (opzionale) | - - -| weechat | hook | elenco di hook | puntatore all'hook (opzionale) | type,arguments (type is command/timer/.., arguments to get only some hooks (wildcard "*" is allowed), both are optional) - -| weechat | hotlist | elenco dei buffer nella hotlist | - | - - -| weechat | key | elenco di tasti associati | - | contesto ("default", "search", "cursor" o "mouse") (opzionale) - -| weechat | layout | elenco dei layout | - | - - -| weechat | nicklist | nick nella lista nick per un buffer | puntatore al buffer | nick_xxx o group_xxx per ottenere solo xxx di nick/group (opzionale) - -| weechat | option | elenco delle opzioni | - | option name (wildcard "*" is allowed) (optional) - -| weechat | plugin | elenco dei plugin | puntatore al plugin (opzionale) | plugin name (wildcard "*" is allowed) (optional) - -| weechat | proxy | elenco dei proxy | puntatore al proxy (opzionale) | proxy name (wildcard "*" is allowed) (optional) - -| weechat | url_options | opzioni per la URL | - | - - -| weechat | window | elenco delle finestre | puntatore alla finestra (opzionale) | "current" per la finestra corrente o un numero della finestra (opzionale) - -| xfer | xfer | elenco di xfer | puntatore a xfer (opzionale) | - - -|=== diff --git a/doc/it/autogen/plugin_api/infos.adoc b/doc/it/autogen/plugin_api/infos.adoc new file mode 100644 index 000000000..dcb2c139b --- /dev/null +++ b/doc/it/autogen/plugin_api/infos.adoc @@ -0,0 +1,85 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[width="100%",cols="^1,^2,6,6",options="header"] +|=== +| Plugin | Nome | Descrizione | Argomenti + +| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") + +| fifo | fifo_filename | nome della pipe FIFO | - + +| irc | irc_buffer | ottiene puntatore al buffer per un server/canale/nick IRC | server,canale,nick (canale e nick sono opzionali) + +| irc | irc_is_channel | 1 se la stringa è il nome di un canale IRC valido per il server | server,canale (server è opzionale) + +| irc | irc_is_nick | 1 se la stringa è un nick IRC valido | nick + +| irc | irc_nick | ottiene nick corrente su un server | nome server + +| irc | irc_nick_color | get nick color code (*deprecated* since version 1.5, replaced by "nick_color") | nick + +| irc | irc_nick_color_name | get nick color name (*deprecated* since version 1.5, replaced by "nick_color_name") | nick + +| irc | irc_nick_from_host | ottiene nick dall'host IRC | host IRC (come `:nick!nome@server.com`) + +| irc | irc_server_isupport | 1 se il server supporta questa caratteristica (dal messaggio IRC 005) | server,caratteristica + +| irc | irc_server_isupport_value | valore della caratteristica, se supportata dal servre (dal messaggio IRC 005) | server,caratteristica + +| python | python2_bin | path per l'interprete python 2.x | - + +| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected + +| weechat | charset_internal | set caratteri interno di WeeChat | - + +| weechat | charset_terminal | set caratteri terminale | - + +| weechat | color_ansi_regex | POSIX extended regular expression to search ANSI escape codes | - + +| weechat | color_rgb2term | RGB color converted to terminal color (0-255) | rgb,limit (limit is optional and is set to 256 by default) + +| weechat | color_term2rgb | terminal color (0-255) converted to RGB color | color (terminal color: 0-255) + +| weechat | cursor_mode | 1 se la modalità cursore è abilitata | - + +| weechat | date | data di compilazione di WeeChat | - + +| weechat | dir_separator | separatore directory | - + +| weechat | filters_enabled | 1 se i filtri sono abilitati | - + +| weechat | inactivity | inattività della tastiera (secondi) | - + +| weechat | locale | locale usato per la traduzione dei messaggi | - + +| weechat | nick_color | ottiene il codice del colore del nick | nick + +| weechat | nick_color_name | ottiene il nome del colore del nick | nick + +| weechat | term_height | height of terminal | - + +| weechat | term_width | width of terminal | - + +| weechat | version | versione di WeeChat | - + +| weechat | version_git | Versione git di weechat (output del comando "git describe" solo per la versione di sviluppo, vuoto per una release stabile) | - + +| weechat | version_number | versione di WeeChat (come numero) | - + +| weechat | weechat_dir | directory WeeChat | - + +| weechat | weechat_libdir | directory "lib" di WeeChat | - + +| weechat | weechat_localedir | directory "locale" di WeeChat | - + +| weechat | weechat_sharedir | directory "share" di WeeChat | - + +| weechat | weechat_site | sito di WeeChat | - + +| weechat | weechat_site_download | sito di WeeChat, pagina di download | - + +| weechat | weechat_upgrading | 1 se si sta aggiornando WeeChat (comando `/upgrade`) | - + +|=== diff --git a/doc/it/autogen/plugin_api/infos.asciidoc b/doc/it/autogen/plugin_api/infos.asciidoc deleted file mode 100644 index dcb2c139b..000000000 --- a/doc/it/autogen/plugin_api/infos.asciidoc +++ /dev/null @@ -1,85 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[width="100%",cols="^1,^2,6,6",options="header"] -|=== -| Plugin | Nome | Descrizione | Argomenti - -| aspell | aspell_dict | elenco separato da virgole di dizionari usati nel buffer | puntatore al buffer ("0x12345678") o buffer con il nome completo ("irc.freenode.weechat") - -| fifo | fifo_filename | nome della pipe FIFO | - - -| irc | irc_buffer | ottiene puntatore al buffer per un server/canale/nick IRC | server,canale,nick (canale e nick sono opzionali) - -| irc | irc_is_channel | 1 se la stringa è il nome di un canale IRC valido per il server | server,canale (server è opzionale) - -| irc | irc_is_nick | 1 se la stringa è un nick IRC valido | nick - -| irc | irc_nick | ottiene nick corrente su un server | nome server - -| irc | irc_nick_color | get nick color code (*deprecated* since version 1.5, replaced by "nick_color") | nick - -| irc | irc_nick_color_name | get nick color name (*deprecated* since version 1.5, replaced by "nick_color_name") | nick - -| irc | irc_nick_from_host | ottiene nick dall'host IRC | host IRC (come `:nick!nome@server.com`) - -| irc | irc_server_isupport | 1 se il server supporta questa caratteristica (dal messaggio IRC 005) | server,caratteristica - -| irc | irc_server_isupport_value | valore della caratteristica, se supportata dal servre (dal messaggio IRC 005) | server,caratteristica - -| python | python2_bin | path per l'interprete python 2.x | - - -| relay | relay_client_count | number of clients for relay | status name (optional): connecting, waiting_auth, connected, auth_failed, disconnected - -| weechat | charset_internal | set caratteri interno di WeeChat | - - -| weechat | charset_terminal | set caratteri terminale | - - -| weechat | color_ansi_regex | POSIX extended regular expression to search ANSI escape codes | - - -| weechat | color_rgb2term | RGB color converted to terminal color (0-255) | rgb,limit (limit is optional and is set to 256 by default) - -| weechat | color_term2rgb | terminal color (0-255) converted to RGB color | color (terminal color: 0-255) - -| weechat | cursor_mode | 1 se la modalità cursore è abilitata | - - -| weechat | date | data di compilazione di WeeChat | - - -| weechat | dir_separator | separatore directory | - - -| weechat | filters_enabled | 1 se i filtri sono abilitati | - - -| weechat | inactivity | inattività della tastiera (secondi) | - - -| weechat | locale | locale usato per la traduzione dei messaggi | - - -| weechat | nick_color | ottiene il codice del colore del nick | nick - -| weechat | nick_color_name | ottiene il nome del colore del nick | nick - -| weechat | term_height | height of terminal | - - -| weechat | term_width | width of terminal | - - -| weechat | version | versione di WeeChat | - - -| weechat | version_git | Versione git di weechat (output del comando "git describe" solo per la versione di sviluppo, vuoto per una release stabile) | - - -| weechat | version_number | versione di WeeChat (come numero) | - - -| weechat | weechat_dir | directory WeeChat | - - -| weechat | weechat_libdir | directory "lib" di WeeChat | - - -| weechat | weechat_localedir | directory "locale" di WeeChat | - - -| weechat | weechat_sharedir | directory "share" di WeeChat | - - -| weechat | weechat_site | sito di WeeChat | - - -| weechat | weechat_site_download | sito di WeeChat, pagina di download | - - -| weechat | weechat_upgrading | 1 se si sta aggiornando WeeChat (comando `/upgrade`) | - - -|=== diff --git a/doc/it/autogen/plugin_api/infos_hashtable.adoc b/doc/it/autogen/plugin_api/infos_hashtable.adoc new file mode 100644 index 000000000..430d0aebc --- /dev/null +++ b/doc/it/autogen/plugin_api/infos_hashtable.adoc @@ -0,0 +1,13 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[width="100%",cols="^1,^2,6,6,8",options="header"] +|=== +| Plugin | Nome | Descrizione | Tabella hash (input) | Tabella hash (output) + +| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) + +| irc | irc_message_split | divide un messaggio IRC (per adattarlo in 512 byte) | "message": messaggio IRC, "server": nome server (opzionale) | "msg1" ... "msgN": messaggio da inviare (senza "\r\n" finale), "args1" ... "argsN": argomenti dei messaggi, "count": numero di messaggi + +|=== diff --git a/doc/it/autogen/plugin_api/infos_hashtable.asciidoc b/doc/it/autogen/plugin_api/infos_hashtable.asciidoc deleted file mode 100644 index 430d0aebc..000000000 --- a/doc/it/autogen/plugin_api/infos_hashtable.asciidoc +++ /dev/null @@ -1,13 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[width="100%",cols="^1,^2,6,6,8",options="header"] -|=== -| Plugin | Nome | Descrizione | Tabella hash (input) | Tabella hash (output) - -| irc | irc_message_parse | controlla un messaggio IRC | "message": messaggio IRC, "server": nome server (opzionale) | "tags": tags, "message_without_tags": message without the tags, "nick": nick, "host": host, "command": command, "channel": channel, "arguments": arguments (includes channel), "text": text (for example user message), "pos_command": index of "command" message ("-1" if "command" was not found), "pos_arguments": index of "arguments" message ("-1" if "arguments" was not found), "pos_channel": index of "channel" message ("-1" if "channel" was not found), "pos_text": index of "text" message ("-1" if "text" was not found) - -| irc | irc_message_split | divide un messaggio IRC (per adattarlo in 512 byte) | "message": messaggio IRC, "server": nome server (opzionale) | "msg1" ... "msgN": messaggio da inviare (senza "\r\n" finale), "args1" ... "argsN": argomenti dei messaggi, "count": numero di messaggi - -|=== diff --git a/doc/it/autogen/plugin_api/plugins_priority.adoc b/doc/it/autogen/plugin_api/plugins_priority.adoc new file mode 100644 index 000000000..3caae876d --- /dev/null +++ b/doc/it/autogen/plugin_api/plugins_priority.adoc @@ -0,0 +1,16 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +. charset (13000) +. logger (12000) +. exec (11000) +. trigger (10000) +. aspell (9000) +. alias (8000) +. fifo (7000) +. xfer (6000) +. irc (5000) +. relay (4000) +. guile, javascript, lua, perl, python, ruby, tcl (3000) +. script (2000) diff --git a/doc/it/autogen/plugin_api/plugins_priority.asciidoc b/doc/it/autogen/plugin_api/plugins_priority.asciidoc deleted file mode 100644 index 3caae876d..000000000 --- a/doc/it/autogen/plugin_api/plugins_priority.asciidoc +++ /dev/null @@ -1,16 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -. charset (13000) -. logger (12000) -. exec (11000) -. trigger (10000) -. aspell (9000) -. alias (8000) -. fifo (7000) -. xfer (6000) -. irc (5000) -. relay (4000) -. guile, javascript, lua, perl, python, ruby, tcl (3000) -. script (2000) diff --git a/doc/it/autogen/plugin_api/url_options.adoc b/doc/it/autogen/plugin_api/url_options.adoc new file mode 100644 index 000000000..a109a4b71 --- /dev/null +++ b/doc/it/autogen/plugin_api/url_options.adoc @@ -0,0 +1,345 @@ +// +// This file is auto-generated by script docgen.py. +// DO NOT EDIT BY HAND! +// +[width="100%",cols="2,^1,7",options="header"] +|=== +| Opzione | Tipo | Costanti ^(1)^ + +| verbose | long | + +| header | long | + +| noprogress | long | + +| nosignal | long | + +| wildcardmatch | long | + +| failonerror | long | + +| proxy | string | + +| proxyport | long | + +| port | long | + +| httpproxytunnel | long | + +| interface | string | + +| dns_cache_timeout | long | + +| proxytype | long | http, socks4, socks5, socks4a, socks5_hostname, http_1_0 + +| buffersize | long | + +| tcp_nodelay | long | + +| localport | long | + +| localportrange | long | + +| address_scope | long | + +| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs + +| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs + +| noproxy | string | + +| socks5_gssapi_nec | long | + +| tcp_keepalive | long | + +| tcp_keepidle | long | + +| tcp_keepintvl | long | + +| unix_socket_path | string | + +| path_as_is | long | + +| proxy_service_name | string | + +| service_name | string | + +| default_protocol | string | + +| socks5_gssapi_service | string | + +| netrc | long | ignored, optional, required + +| userpwd | string | + +| proxyuserpwd | string | + +| httpauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate + +| proxyauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate + +| netrc_file | string | + +| username | string | + +| password | string | + +| proxyusername | string | + +| proxypassword | string | + +| tlsauth_type | mask | none, srp + +| tlsauth_username | string | + +| tlsauth_password | string | + +| sasl_ir | long | + +| xoauth2_bearer | string | + +| login_options | string | + +| autoreferer | long | + +| followlocation | long | + +| put | long | + +| post | long | + +| postfields | string | + +| referer | string | + +| useragent | string | + +| cookie | string | + +| cookiefile | string | + +| postfieldsize | long | + +| maxredirs | long | + +| httpget | long | + +| cookiejar | string | + +| http_version | long | none, 1_0, 1_1, 2_0, 2, 2tls + +| cookiesession | long | + +| unrestricted_auth | long | + +| postfieldsize_large | long long | + +| cookielist | string | + +| ignore_content_length | long | + +| accept_encoding | string | + +| transfer_encoding | long | + +| http_content_decoding | long | + +| http_transfer_decoding | long | + +| copypostfields | string | + +| postredir | mask | post_301, post_302 + +| expect_100_timeout_ms | long | + +| headeropt | mask | unified, separate + +| pipewait | long | + +| stream_weight | long | + +| mail_from | string | + +| mail_auth | string | + +| tftp_blksize | long | + +| ftpport | string | + +| ftp_use_epsv | long | + +| ftp_use_eprt | long | + +| ftp_create_missing_dirs | long | + +| ftp_response_timeout | long | + +| ftpsslauth | long | default, ssl, tls + +| ftp_account | string | + +| ftp_skip_pasv_ip | long | + +| ftp_filemethod | long | multicwd, nocwd, singlecwd + +| ftp_alternative_to_user | string | + +| ftp_ssl_ccc | long | ccc_none, ccc_active, ccc_passive + +| dirlistonly | long | + +| append | long | + +| ftp_use_pret | long | + +| rtsp_request | long | options, describe, announce, setup, play, pause, teardown, get_parameter, set_parameter, record, receive + +| rtsp_session_id | string | + +| rtsp_stream_uri | string | + +| rtsp_transport | string | + +| rtsp_client_cseq | long | + +| rtsp_server_cseq | long | + +| crlf | long | + +| range | string | + +| resume_from | long | + +| customrequest | string | + +| nobody | long | + +| infilesize | long | + +| upload | long | + +| timecondition | long | none, ifmodsince, ifunmodsince, lastmod + +| timevalue | long | + +| transfertext | long | + +| filetime | long | + +| maxfilesize | long | + +| proxy_transfer_mode | long | + +| resume_from_large | long long | + +| infilesize_large | long long | + +| maxfilesize_large | long long | + +| timeout | long | + +| low_speed_limit | long | + +| low_speed_time | long | + +| fresh_connect | long | + +| forbid_reuse | long | + +| connecttimeout | long | + +| ipresolve | long | whatever, v4, v6 + +| connect_only | long | + +| max_send_speed_large | long long | + +| max_recv_speed_large | long long | + +| timeout_ms | long | + +| connecttimeout_ms | long | + +| maxconnects | long | + +| use_ssl | long | none, try, control, all + +| dns_servers | string | + +| accepttimeout_ms | long | + +| dns_interface | string | + +| dns_local_ip4 | string | + +| dns_local_ip6 | string | + +| sslcert | string | + +| sslversion | long | default, tlsv1, sslv2, sslv3 + +| ssl_verifypeer | long | + +| cainfo | string | + +| random_file | string | + +| egdsocket | string | + +| ssl_verifyhost | long | + +| ssl_cipher_list | string | + +| sslcerttype | string | + +| sslkey | string | + +| sslkeytype | string | + +| sslengine | string | + +| sslengine_default | long | + +| capath | string | + +| ssl_sessionid_cache | long | + +| krblevel | string | + +| keypasswd | string | + +| issuercert | string | + +| crlfile | string | + +| certinfo | long | + +| gssapi_delegation | long | none, policy_flag, flag + +| ssl_options | long | allow_beast, no_revoke + +| ssl_enable_alpn | long | + +| ssl_enable_npn | long | + +| pinnedpublickey | string | + +| ssl_verifystatus | long | + +| ssl_falsestart | long | + +| ssh_auth_types | mask | none, policy_flag, flag + +| ssh_public_keyfile | string | + +| ssh_private_keyfile | string | + +| ssh_host_public_key_md5 | string | + +| ssh_knownhosts | string | + +| new_file_perms | long | + +| new_directory_perms | long | + +|=== diff --git a/doc/it/autogen/plugin_api/url_options.asciidoc b/doc/it/autogen/plugin_api/url_options.asciidoc deleted file mode 100644 index a109a4b71..000000000 --- a/doc/it/autogen/plugin_api/url_options.asciidoc +++ /dev/null @@ -1,345 +0,0 @@ -// -// This file is auto-generated by script docgen.py. -// DO NOT EDIT BY HAND! -// -[width="100%",cols="2,^1,7",options="header"] -|=== -| Opzione | Tipo | Costanti ^(1)^ - -| verbose | long | - -| header | long | - -| noprogress | long | - -| nosignal | long | - -| wildcardmatch | long | - -| failonerror | long | - -| proxy | string | - -| proxyport | long | - -| port | long | - -| httpproxytunnel | long | - -| interface | string | - -| dns_cache_timeout | long | - -| proxytype | long | http, socks4, socks5, socks4a, socks5_hostname, http_1_0 - -| buffersize | long | - -| tcp_nodelay | long | - -| localport | long | - -| localportrange | long | - -| address_scope | long | - -| protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs - -| redir_protocols | mask | http, https, ftp, ftps, scp, sftp, telnet, ldap, ldaps, dict, file, tftp, all, imap, imaps, pop3, pop3s, smtp, smtps, rtsp, rtmp, rtmpt, rtmpe, rtmpte, rtmps, rtmpts, gopher, smb, smbs - -| noproxy | string | - -| socks5_gssapi_nec | long | - -| tcp_keepalive | long | - -| tcp_keepidle | long | - -| tcp_keepintvl | long | - -| unix_socket_path | string | - -| path_as_is | long | - -| proxy_service_name | string | - -| service_name | string | - -| default_protocol | string | - -| socks5_gssapi_service | string | - -| netrc | long | ignored, optional, required - -| userpwd | string | - -| proxyuserpwd | string | - -| httpauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate - -| proxyauth | mask | none, basic, digest, ntlm, any, anysafe, digest_ie, only, ntlm_wb, negotiate - -| netrc_file | string | - -| username | string | - -| password | string | - -| proxyusername | string | - -| proxypassword | string | - -| tlsauth_type | mask | none, srp - -| tlsauth_username | string | - -| tlsauth_password | string | - -| sasl_ir | long | - -| xoauth2_bearer | string | - -| login_options | string | - -| autoreferer | long | - -| followlocation | long | - -| put | long | - -| post | long | - -| postfields | string | - -| referer | string | - -| useragent | string | - -| cookie | string | - -| cookiefile | string | - -| postfieldsize | long | - -| maxredirs | long | - -| httpget | long | - -| cookiejar | string | - -| http_version | long | none, 1_0, 1_1, 2_0, 2, 2tls - -| cookiesession | long | - -| unrestricted_auth | long | - -| postfieldsize_large | long long | - -| cookielist | string | - -| ignore_content_length | long | - -| accept_encoding | string | - -| transfer_encoding | long | - -| http_content_decoding | long | - -| http_transfer_decoding | long | - -| copypostfields | string | - -| postredir | mask | post_301, post_302 - -| expect_100_timeout_ms | long | - -| headeropt | mask | unified, separate - -| pipewait | long | - -| stream_weight | long | - -| mail_from | string | - -| mail_auth | string | - -| tftp_blksize | long | - -| ftpport | string | - -| ftp_use_epsv | long | - -| ftp_use_eprt | long | - -| ftp_create_missing_dirs | long | - -| ftp_response_timeout | long | - -| ftpsslauth | long | default, ssl, tls - -| ftp_account | string | - -| ftp_skip_pasv_ip | long | - -| ftp_filemethod | long | multicwd, nocwd, singlecwd - -| ftp_alternative_to_user | string | - -| ftp_ssl_ccc | long | ccc_none, ccc_active, ccc_passive - -| dirlistonly | long | - -| append | long | - -| ftp_use_pret | long | - -| rtsp_request | long | options, describe, announce, setup, play, pause, teardown, get_parameter, set_parameter, record, receive - -| rtsp_session_id | string | - -| rtsp_stream_uri | string | - -| rtsp_transport | string | - -| rtsp_client_cseq | long | - -| rtsp_server_cseq | long | - -| crlf | long | - -| range | string | - -| resume_from | long | - -| customrequest | string | - -| nobody | long | - -| infilesize | long | - -| upload | long | - -| timecondition | long | none, ifmodsince, ifunmodsince, lastmod - -| timevalue | long | - -| transfertext | long | - -| filetime | long | - -| maxfilesize | long | - -| proxy_transfer_mode | long | - -| resume_from_large | long long | - -| infilesize_large | long long | - -| maxfilesize_large | long long | - -| timeout | long | - -| low_speed_limit | long | - -| low_speed_time | long | - -| fresh_connect | long | - -| forbid_reuse | long | - -| connecttimeout | long | - -| ipresolve | long | whatever, v4, v6 - -| connect_only | long | - -| max_send_speed_large | long long | - -| max_recv_speed_large | long long | - -| timeout_ms | long | - -| connecttimeout_ms | long | - -| maxconnects | long | - -| use_ssl | long | none, try, control, all - -| dns_servers | string | - -| accepttimeout_ms | long | - -| dns_interface | string | - -| dns_local_ip4 | string | - -| dns_local_ip6 | string | - -| sslcert | string | - -| sslversion | long | default, tlsv1, sslv2, sslv3 - -| ssl_verifypeer | long | - -| cainfo | string | - -| random_file | string | - -| egdsocket | string | - -| ssl_verifyhost | long | - -| ssl_cipher_list | string | - -| sslcerttype | string | - -| sslkey | string | - -| sslkeytype | string | - -| sslengine | string | - -| sslengine_default | long | - -| capath | string | - -| ssl_sessionid_cache | long | - -| krblevel | string | - -| keypasswd | string | - -| issuercert | string | - -| crlfile | string | - -| certinfo | long | - -| gssapi_delegation | long | none, policy_flag, flag - -| ssl_options | long | allow_beast, no_revoke - -| ssl_enable_alpn | long | - -| ssl_enable_npn | long | - -| pinnedpublickey | string | - -| ssl_verifystatus | long | - -| ssl_falsestart | long | - -| ssh_auth_types | mask | none, policy_flag, flag - -| ssh_public_keyfile | string | - -| ssh_private_keyfile | string | - -| ssh_host_public_key_md5 | string | - -| ssh_knownhosts | string | - -| new_file_perms | long | - -| new_directory_perms | long | - -|=== -- cgit debian/1.2.3+git2.25.1-1-2-gaceb0