diff options
-rw-r--r-- | doc/en/weechat_plugin_api.en.adoc | 20 | ||||
-rw-r--r-- | doc/fr/weechat_plugin_api.fr.adoc | 20 | ||||
-rw-r--r-- | doc/it/weechat_plugin_api.it.adoc | 20 | ||||
-rw-r--r-- | doc/ja/weechat_plugin_api.ja.adoc | 20 |
4 files changed, 40 insertions, 40 deletions
diff --git a/doc/en/weechat_plugin_api.en.adoc b/doc/en/weechat_plugin_api.en.adoc index 85fd6ea5e..4f2703a66 100644 --- a/doc/en/weechat_plugin_api.en.adoc +++ b/doc/en/weechat_plugin_api.en.adoc @@ -93,7 +93,7 @@ int weechat_plugin_init (struct t_weechat_plugin *plugin, Arguments: * _plugin_: pointer to WeeChat plugin structure, used to initialize the - convenience global pointer `weechat_plugin` + convenience global pointer `+weechat_plugin+` * _argc_: number of arguments for plugin * _argv_: arguments for plugin (see below) @@ -8479,7 +8479,7 @@ recommended to choose a name with a unique prefix, like "plugin_xxx" (where The callback must only call function <<_hook_completion_list_add,hook_completion_list_add>> and must *NOT* update the command line. + To update the command line when kbd:[Tab] is pressed, you can use the function -<<_hook_command_run,hook_command_run>> with command: `/input complete_next` +<<_hook_command_run,hook_command_run>> with command: `+/input complete_next+` (and you must return _WEECHAT_RC_OK_EAT_ if your callback has updated the command line, so that WeeChat will not perform the completion). @@ -9144,7 +9144,7 @@ available: |=== For command "url:...", following options are available (see -`man curl_easy_setopt` for a description of each option): +`+man curl_easy_setopt+` for a description of each option): include::autogen/plugin_api/url_options.adoc[] @@ -9677,7 +9677,7 @@ in this hashtable): Name of a buffer with formatted content. | Name of a buffer with free content. | The line is displayed on this buffer. + - If `buffer` is also set, the value of `buffer_name` has higher priority and is used. + + If `buffer` is also set, the value of `+buffer_name+` has higher priority and is used. + If the value is empty, the line is deleted (anything else in the hashtable is then ignored); the next hooks of type "line" are not called. @@ -9690,7 +9690,7 @@ in this hashtable): Timestamp. | N/A. | The date is set to this value. + - The value of `str_time` is updated accordingly. + The value of `+str_time+` is updated accordingly. | date_printed | Timestamp. | @@ -9701,13 +9701,13 @@ in this hashtable): String. | N/A. | This string is used to display the date line. + - If `date` is also set, the value of `str_time` has higher priority and is used. + If `date` is also set, the value of `+str_time+` has higher priority and is used. | tags | String. | N/A. | The line tags are replaced with this comma-separated list of tags. + - The values of `notify_level` and `highlight` are updated accordingly. + The values of `+notify_level+` and `highlight` are updated accordingly. | notify_level | Integer ("-1" to "3"). | @@ -9715,13 +9715,13 @@ in this hashtable): The notify level is set to this value. The hotlist will be updated accordingly once the line is added in the buffer. + The value of `highlight` is updated accordingly. + - If `tags` is also set, the value of `notify_level` has higher priority and is used. + If `tags` is also set, the value of `+notify_level+` has higher priority and is used. | highlight | Integer ("0" or "1"). | N/A. | "0" disables highlight on the line, "1" forces a highlight on the line. + - If `tags` or `notify_level` are set, the value of `highlight` has higher + If `tags` or `+notify_level+` are set, the value of `highlight` has higher priority and is used. | prefix | @@ -11393,7 +11393,7 @@ struct t_hook *weechat_hook_config (const char *option, Arguments: * _option_: option, format is full name, as used with command `/set` (for - example: `weechat.look.item_time_format`), wildcard `+*+` is allowed + example: `+weechat.look.item_time_format+`), wildcard `+*+` is allowed (priority allowed, see note about <<hook_priority,priority>>) * _callback_: function called when configuration option is changed, arguments and return value: diff --git a/doc/fr/weechat_plugin_api.fr.adoc b/doc/fr/weechat_plugin_api.fr.adoc index 554ff1b94..3e9ba2012 100644 --- a/doc/fr/weechat_plugin_api.fr.adoc +++ b/doc/fr/weechat_plugin_api.fr.adoc @@ -96,7 +96,7 @@ int weechat_plugin_init (struct t_weechat_plugin *plugin, Paramètres : * _plugin_ : pointeur vers la structure d'extension WeeChat, utilisé pour - initialiser le pointeur global `weechat_plugin` + initialiser le pointeur global `+weechat_plugin+` * _argc_ : nombre de paramètres pour l'extension * _argv_ : paramètres pour l'extension (voir ci-dessous) @@ -8624,7 +8624,7 @@ La fonction de rappel doit seulement appeler la fonction et ne doit *PAS* mettre à jour la ligne de commande. + Pour mettre à jour la ligne de commande quand kbd:[Tab] est pressé, vous pouvez utiliser la fonction <<_hook_command_run,hook_command_run>> -avec la commande : `/input complete_next` (et vous devez retourner +avec la commande : `+/input complete_next+` (et vous devez retourner _WEECHAT_RC_OK_EAT_ si votre fonction de rappel a mis à jour la ligne de commande, de sorte que WeeChat n'exécute pas la complétion). @@ -9315,7 +9315,7 @@ sont disponibles : |=== Pour la commande "url:...", les options suivantes sont disponibles (voir -`man curl_easy_setopt` pour une description de chaque option) : +`+man curl_easy_setopt+` pour une description de chaque option) : include::autogen/plugin_api/url_options.adoc[] @@ -9866,7 +9866,7 @@ valeurs sont des chaînes dans cette table de hachage) : Nom d'un tampon avec contenu formaté. | Nom d'un tampon avec contenu libre. | La ligne est affichée sur ce tampon. + - Si `buffer` est également défini, la valeur de `buffer_name` a une priorité + Si `buffer` est également défini, la valeur de `+buffer_name+` a une priorité plus haute est est utilisée. + Si la valeur est vide, la ligne est supprimée (le reste de la table de hachage est alors ignoré) ; les "hooks" suivants de type "line" ne sont pas appelés. @@ -9880,7 +9880,7 @@ valeurs sont des chaînes dans cette table de hachage) : Horodatage. | N/A. | La date est positionnée à cet horodatage. + - La valeur de `str_time` est mise à jour en conséquence. + La valeur de `+str_time+` est mise à jour en conséquence. | date_printed | Horodatage. | @@ -9891,7 +9891,7 @@ valeurs sont des chaînes dans cette table de hachage) : Chaîne. | N/A. | Cette chaîne est utilisée pour afficher la date de la ligne. + - Si `date` est également défini, la valeur de `str_time` a une priorité plus + Si `date` est également défini, la valeur de `+str_time+` a une priorité plus haute et est utilisée. | tags | @@ -9899,7 +9899,7 @@ valeurs sont des chaînes dans cette table de hachage) : N/A. | Les étiquettes de la ligne sont remplacées avec cette liste d'étiquettes (séparées par des virgules). + - Les valeurs de `notify_level` et `highlight` sont mises à jour en conséquence. + Les valeurs de `+notify_level+` et `highlight` sont mises à jour en conséquence. | notify_level | Entier ("-1" à "3"). | @@ -9907,14 +9907,14 @@ valeurs sont des chaînes dans cette table de hachage) : Le niveau de notification est positionné à cette valeur. La hotlist sera mise à jour en conséquence une fois que la ligne sera ajoutée dans la tampon. + La valeur de `highlight` est mise à jours en conséquence. + - Si `tags` est également défini, la valeur de `notify_level` a une priorité + Si `tags` est également défini, la valeur de `+notify_level+` a une priorité plus haute et est utilisée. | highlight | Entier ("0" ou "1"). | N/A. | "0" désactive le highlight sur la ligne, "1" force un highlight sur la ligne. + - Si `tags` ou `notify_level` sont définis, la valeur de `highlight` a une + Si `tags` ou `+notify_level+` sont définis, la valeur de `highlight` a une priorité plus haute et est utilisée. | prefix | @@ -11620,7 +11620,7 @@ struct t_hook *weechat_hook_config (const char *option, Paramètres : * _option_ : option, le format est le nom complet, celui utilisé avec la - commande `/set` (par exemple : `weechat.look.item_time_format`), le caractère + commande `/set` (par exemple : `+weechat.look.item_time_format+`), le caractère joker `+*+` est autorisé (priorité autorisée, voir la note sur la <<hook_priority,priorité>>) * _callback_ : fonction appelée lorsque l'option de configuration est modifiée, diff --git a/doc/it/weechat_plugin_api.it.adoc b/doc/it/weechat_plugin_api.it.adoc index 3e1d4b0ee..135370c92 100644 --- a/doc/it/weechat_plugin_api.it.adoc +++ b/doc/it/weechat_plugin_api.it.adoc @@ -105,7 +105,7 @@ Argomenti: // TRANSLATION MISSING * _plugin_: puntatore alla struttura del plugin di WeeChat, used to initialize - the convenience global pointer `weechat_plugin` + the convenience global pointer `+weechat_plugin+` * _argc_: numero di argomenti per il plugin // TRANSLATION MISSING * _argv_: argomenti per il plugin (see below) @@ -8747,7 +8747,7 @@ The callback must only call function and must *NOT* update the command line. + To update the command line when kbd:[Tab] is pressed, you can use the function <<_hook_command_run,hook_command_run>> with command: -`/input complete_next` (and you must return _WEECHAT_RC_OK_EAT_ if your callback +`+/input complete_next+` (and you must return _WEECHAT_RC_OK_EAT_ if your callback has updated the command line, so that WeeChat will not perform the completion). Valore restituito: @@ -9446,7 +9446,7 @@ available: |=== Per il comando "url:..." sono disponibili le seguenti opzioni (consultare -`man curl_easy_setopt` per la descrizione di ogni opzione): +`+man curl_easy_setopt+` per la descrizione di ogni opzione): include::autogen/plugin_api/url_options.adoc[] @@ -9990,7 +9990,7 @@ in this hashtable): Name of a buffer with formatted content. | Name of a buffer with free content. | The line is displayed on this buffer. + - If `buffer` is also set, the value of `buffer_name` has higher priority and is used. + + If `buffer` is also set, the value of `+buffer_name+` has higher priority and is used. + If the value is empty, the line is deleted (anything else in the hashtable is then ignored); the next hooks of type "line" are not called. @@ -10003,7 +10003,7 @@ in this hashtable): Timestamp. | N/A. | The date is set to this value. + - The value of `str_time` is updated accordingly. + The value of `+str_time+` is updated accordingly. | date_printed | Timestamp. | @@ -10014,13 +10014,13 @@ in this hashtable): String. | N/A. | This string is used to display the date line. + - If `date` is also set, the value of `str_time` has higher priority and is used. + If `date` is also set, the value of `+str_time+` has higher priority and is used. | tags | String. | N/A. | The line tags are replaced with this comma-separated list of tags. + - The values of `notify_level` and `highlight` are updated accordingly. + The values of `+notify_level+` and `highlight` are updated accordingly. | notify_level | Integer ("-1" to "3"). | @@ -10028,13 +10028,13 @@ in this hashtable): The notify level is set to this value. The hotlist will be updated accordingly once the line is added in the buffer. + The value of `highlight` is updated accordingly. + - If `tags` is also set, the value of `notify_level` has higher priority and is used. + If `tags` is also set, the value of `+notify_level+` has higher priority and is used. | highlight | Integer ("0" or "1"). | N/A. | "0" disables highlight on the line, "1" forces a highlight on the line. + - If `tags` or `notify_level` are set, the value of `highlight` has higher + If `tags` or `+notify_level+` are set, the value of `highlight` has higher priority and is used. | prefix | @@ -11841,7 +11841,7 @@ Argomenti: // TRANSLATION MISSING * _option_: opzione, il formato è il nome completo, come usato con il comando - `/set` (ad esempio: `weechat.look.item_time_format`), wildcard `+*+` is allowed + `/set` (ad esempio: `+weechat.look.item_time_format+`), wildcard `+*+` is allowed (priorità consentita, consultare la note riguardo la <<hook_priority,priority>>) * _callback_: funzione chiamata quando l'opzione di configurazione è cambiata, diff --git a/doc/ja/weechat_plugin_api.ja.adoc b/doc/ja/weechat_plugin_api.ja.adoc index d015f588a..376c3106c 100644 --- a/doc/ja/weechat_plugin_api.ja.adoc +++ b/doc/ja/weechat_plugin_api.ja.adoc @@ -99,7 +99,7 @@ int weechat_plugin_init (struct t_weechat_plugin *plugin, 引数: * _plugin_: WeeChat プラグイン構造体へのポインタ。これはグローバルポインタ - `weechat_plugin` を初期化する際に使われます + `+weechat_plugin+` を初期化する際に使われます * _argc_: プラグインに対する引数の数 // TRANSLATION MISSING * _argv_: プラグインに対する引数 (see below) @@ -8458,7 +8458,7 @@ struct t_hook *weechat_hook_completion (const char *completion_item, 関数を呼び出すだけで、コマンドラインをコールバックで絶対に *変更しない* でください。 + kbd:[Tab] が押された時にコマンドラインを更新するためには、関数 <<_hook_command_run,hook_command_run>> を使ってコマンド -`/input complete_next` をフックしてください (コールバックがコマンドラインを更新する場合は必ず +`+/input complete_next+` をフックしてください (コールバックがコマンドラインを更新する場合は必ず _WEECHAT_RC_OK_EAT_ を返してください。そうすれば WeeChat は補完を行いません)。 戻り値: @@ -9123,7 +9123,7 @@ struct t_hook *weechat_hook_process_hashtable (const char *command, |=== "url:..." 型のコマンドでは、以下のコマンドを使うことができます -(それぞれのオプションについては `man curl_easy_setopt` を参照): +(それぞれのオプションについては `+man curl_easy_setopt+` を参照): include::autogen/plugin_api/url_options.adoc[] @@ -9657,7 +9657,7 @@ WeeChat はそれらを無視します。 フォーマット済み内容バッファの名前. | 自由内容バッファの名前 | 行を表示するバッファ。 + - `buffer` と `buffer_name` の両方が設定された場合、`buffer_name` の値が優先されます + + `buffer` と `+buffer_name+` の両方が設定された場合、`+buffer_name+` の値が優先されます + この値が空の場合、行は削除されます (ハッシュテーブルに含まれるその他の情報も無視されます); "line" 型の次のフックも呼び出されません。 @@ -9670,7 +9670,7 @@ WeeChat はそれらを無視します。 タイムスタンプ | 利用不可 | 日付はこの値に設定されます + - これに対応して `str_time` も更新されます + これに対応して `+str_time+` も更新されます | date_printed | タイムスタンプ | @@ -9681,27 +9681,27 @@ WeeChat はそれらを無視します。 文字列 | 利用不可 | この文字列は日付を表示する際に使われます。 + - `date` と `str_time` の両方が設定された場合、`str_time` の値が優先されます。 + `date` と `+str_time+` の両方が設定された場合、`+str_time+` の値が優先されます。 | tags | 文字列 | 利用不可 | 行タグはここで指定したコンマ区切りリストに置き換えられます。 + - これに対応して `notify_level` と `highlight` も更新されます。 + これに対応して `+notify_level+` と `highlight` も更新されます。 | notify_level | 整数 ("-1" から "3") | 利用不可 | 通知レベルがこの値に設定されます。バッファに行が追加されるとホットリストも更新されます。 + この値に対応して `highlight` の値も更新されます。 + - `tags` と `notify_level` の両方が設定された場合、`notify_level` + `tags` と `+notify_level+` の両方が設定された場合、`+notify_level+` の値が優先されます。 | highlight | 整数 ("0" または "1") | 利用不可 | "0" は行のハイライトを無効化し、"1" は行のハイライトを強制します。 + - この値と `tags` または `notify_level` の両方が設定された場合、`highlight` + この値と `tags` または `+notify_level+` の両方が設定された場合、`highlight` の値が優先されます。 | prefix | @@ -11374,7 +11374,7 @@ struct t_hook *weechat_hook_config (const char *option, 引数: * _option_: オプション、書式は完全な名前、コマンド `/set` で使うのと同じ - (例: `weechat.look.item_time_format`)、ワイルドカード `+*+` を使うことができます + (例: `+weechat.look.item_time_format+`)、ワイルドカード `+*+` を使うことができます (優先度の設定が可能、<<hook_priority,フックの優先度>>に関する注意を参照) * _callback_: 設定オプションが変更されたら呼び出すコールバック関数、引数と戻り値: |