doc: add column for min WeeChat version in function hook_process_hashtable (plugin API reference)
This commit is contained in:
parent
3c920f9a80
commit
3d54365d67
@ -9297,37 +9297,25 @@ Arguments are the same as function <<_hook_process,hook_process>>, with an extra
|
||||
For a standard command (not beginning with "url:"), following options are
|
||||
available:
|
||||
|
||||
[width="100%",cols="^1,1,1,4",options="header"]
|
||||
[width="100%",cols="^1,^1,1,1,5",options="header"]
|
||||
|===
|
||||
| Option | Value | Default | Description
|
||||
| Option | Min WeeChat | Value | Default | Description
|
||||
|
||||
| argN (N ≥ 1) +
|
||||
_(WeeChat ≥ 0.4.0)_ |
|
||||
any string |
|
||||
no arguments |
|
||||
| argN (N ≥ 1) | 0.4.0 | any string | no arguments |
|
||||
Arguments for command; if no argument is given with these options,
|
||||
the command is automatically split like the shell does (and then command
|
||||
arguments are read in the _command_ argument).
|
||||
|
||||
| stdin +
|
||||
_(WeeChat ≥ 0.4.3)_ |
|
||||
(not used) |
|
||||
no stdin |
|
||||
| stdin | 0.4.3 | (not used) | no stdin |
|
||||
Create a pipe for writing data on standard input (stdin) of child process
|
||||
(see function <<_hook_set,hook_set>>).
|
||||
|
||||
| buffer_flush +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
number of bytes |
|
||||
65536 |
|
||||
| buffer_flush | 1.0 | number of bytes | 65536 |
|
||||
Minimum number of bytes to flush stdout/stderr (to send output to callback),
|
||||
between 1 and 65536. With the value 1, the output is sent immediately to the
|
||||
callback.
|
||||
|
||||
| detached +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
(not used) |
|
||||
not detached |
|
||||
| detached | 1.0 | (not used) | not detached |
|
||||
Run the process in a detached mode: stdout and stderr are redirected to
|
||||
_/dev/null_.
|
||||
|===
|
||||
|
@ -9471,37 +9471,25 @@ Les paramètres sont les mêmes que ceux de la fonction
|
||||
Pour une commande standard (ne commençant pas par "url:"), les options suivantes
|
||||
sont disponibles :
|
||||
|
||||
[width="100%",cols="^1,1,1,4",options="header"]
|
||||
[width="100%",cols="^1,^1,1,1,5",options="header"]
|
||||
|===
|
||||
| Option | Valeur | Défaut | Description
|
||||
| Option | WeeChat mini | Valeur | Défaut | Description
|
||||
|
||||
| argN (N ≥ 1) +
|
||||
_(WeeChat ≥ 0.4.0)_ |
|
||||
toute chaîne |
|
||||
pas de paramètres |
|
||||
| argN (N ≥ 1) | 0.4.0 | toute chaîne | pas de paramètres |
|
||||
Paramètres pour la commande ; si aucun paramètre n'est donné avec ces options,
|
||||
la commande sera automatiquement découpée comme le fait le shell (et donc les
|
||||
paramètres de la commande sont lus dans le paramètre _command_).
|
||||
|
||||
| stdin +
|
||||
_(WeeChat ≥ 0.4.3)_ |
|
||||
(non utilisée) |
|
||||
pas de stdin |
|
||||
| stdin | 0.4.3 | (non utilisée) | pas de stdin |
|
||||
Créer un tuyau pour écrire sur l'entrée standard (stdin) du processus fils
|
||||
(voir la fonction <<_hook_set,hook_set>>).
|
||||
|
||||
| buffer_flush +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
nombre d'octets |
|
||||
65536 |
|
||||
| buffer_flush | 1.0 | nombre d'octets | 65536 |
|
||||
Nombre minimum d'octets pour vider stdout/stderr (pour envoyer la sortie à la
|
||||
fonction de rappel), entre 1 et 65536. Avec la valeur 1, la sortie est envoyée
|
||||
immédiatement à la fonction de rappel.
|
||||
|
||||
| detached +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
(non utilisée) |
|
||||
non détaché |
|
||||
| detached | 1.0 | (non utilisée) | non détaché |
|
||||
Lancer le process dans un mode détaché : stdout et stderr sont redirigés vers
|
||||
_/dev/null_.
|
||||
|===
|
||||
|
@ -9591,41 +9591,29 @@ For a standard command (not beginning with "url:"), following options are
|
||||
available:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
[width="100%",cols="^1,1,1,4",options="header"]
|
||||
[width="100%",cols="^1,^1,1,1,5",options="header"]
|
||||
|===
|
||||
| Option | Value | Default | Description
|
||||
| Option | Min WeeChat | Value | Default | Description
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| argN (N ≥ 1) +
|
||||
_(WeeChat ≥ 0.4.0)_ |
|
||||
any string |
|
||||
no arguments |
|
||||
| argN (N ≥ 1) | 0.4.0 | any string | no arguments |
|
||||
Arguments for command; if no argument is given with these options,
|
||||
the command is automatically split like the shell does (and then command
|
||||
arguments are read in the _command_ argument).
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| stdin +
|
||||
_(WeeChat ≥ 0.4.3)_ |
|
||||
(not used) |
|
||||
no stdin |
|
||||
| stdin | 0.4.3 | (not used) | no stdin |
|
||||
Create a pipe for writing data on standard input (stdin) of child process
|
||||
(see function <<_hook_set,hook_set>>).
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| buffer_flush +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
number of bytes |
|
||||
65536 |
|
||||
| buffer_flush | 1.0 | number of bytes | 65536 |
|
||||
Minimum number of bytes to flush stdout/stderr (to send output to callback),
|
||||
between 1 and 65536. With the value 1, the output is sent immediately to the
|
||||
callback.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| detached +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
(not used) |
|
||||
not detached |
|
||||
| detached | 1.0 | (not used) | not detached |
|
||||
Run the process in a detached mode: stdout and stderr are redirected to
|
||||
_/dev/null_.
|
||||
|===
|
||||
|
@ -9310,37 +9310,26 @@ struct t_hook *weechat_hook_process_hashtable (const char *command,
|
||||
一般的なコマンド (最初に "url:" が付かないコマンド)
|
||||
では、以下のオプションを使うことができます:
|
||||
|
||||
[width="100%",cols="^1,1,1,4",options="header"]
|
||||
[width="100%",cols="^1,^1,1,1,5",options="header"]
|
||||
|===
|
||||
| オプション | 値 | デフォルト | 説明
|
||||
// TRANSLATION MISSING
|
||||
| オプション | Min WeeChat | 値 | デフォルト | 説明
|
||||
|
||||
| argN (N は 1 以上) +
|
||||
_(WeeChat バージョン 0.4.0 以上で利用可)_ |
|
||||
任意の文字列 |
|
||||
引数なし |
|
||||
| argN (N は 1 以上) | 0.4.0 | 任意の文字列 | 引数なし |
|
||||
コマンドの引数;
|
||||
このオプションを使って引数を渡さない場合、シェルと同じように引数を自動的に分割します
|
||||
(_command_ 引数からコマンド引数をロードします)
|
||||
|
||||
| stdin +
|
||||
_(WeeChat バージョン 0.4.3 以上で利用可)_ |
|
||||
(非使用) |
|
||||
標準出力を使用しない |
|
||||
| stdin | 0.4.3 | (非使用) | 標準出力を使用しない |
|
||||
データを書き込むためのパイプを子プロセスの標準入力 (stdin)
|
||||
に作成します (関数 <<_hook_set,hook_set>> を参照)
|
||||
|
||||
| buffer_flush +
|
||||
_(WeeChat バージョン 1.0 以上で利用可)_ |
|
||||
バイト数 |
|
||||
65536 |
|
||||
| buffer_flush | 1.0 | バイト数 | 65536 |
|
||||
標準出力および標準エラー出力をフラッシュ (出力をコールバックヘ送信)
|
||||
するバイト数の最小値。取りうる値の範囲は 1 から 65536 までです。1
|
||||
の場合、出力をすぐにコールバックへ送信します。
|
||||
|
||||
| detached +
|
||||
_(WeeChat バージョン 1.0 以上で利用可)_ |
|
||||
(非使用) |
|
||||
detached モードで実行しない |
|
||||
| detached | 1.0 | (非使用) | detached モードで実行しない |
|
||||
detached モードでプロセスを実行: 標準出力と標準エラー出力を
|
||||
_/dev/null_ にリダイレクトする
|
||||
|===
|
||||
|
@ -8973,37 +8973,26 @@ struct t_hook *weechat_hook_process_hashtable (const char *command,
|
||||
|
||||
За стандардну команду (која не почиње са „url:”), можете користите следеће опције:
|
||||
|
||||
[width="100%", cols="^1,1,1,4", options="header"]
|
||||
[width="100%", cols="^1,^1,1,1,5", options="header"]
|
||||
|===
|
||||
| Опција | Вредност | Подразумевана | Опис
|
||||
// TRANSLATION MISSING
|
||||
| Опција | Min WeeChat | Вредност | Подразумевана | Опис
|
||||
|
||||
| argN (N ≥ 1) +
|
||||
_(WeeChat ≥ 0.4.0)_ |
|
||||
било који стринг |
|
||||
без аргумената |
|
||||
| argN (N ≥ 1) | 0.4.0 | било који стринг | без аргумената |
|
||||
Аргументи команде; ако се овим опцијама не наведе ниједан аргумент,
|
||||
команда се аутоматски дели на начин на који то ради командно окружење
|
||||
(па се онда аргументи команде учитавају у _command_ аргумент).
|
||||
|
||||
| stdin +
|
||||
_(WeeChat ≥ 0.4.3)_ |
|
||||
(не користи се) |
|
||||
без stdin |
|
||||
| stdin | 0.4.3 | (не користи се) | без stdin |
|
||||
Креира пајп за упис података на стандардни улаз (stdin) дете процеса
|
||||
(погледајте функцију <<_hook_set,hook_set>>).
|
||||
|
||||
| buffer_flush +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
број бајтова |
|
||||
65536 |
|
||||
| buffer_flush | 1.0 | број бајтова | 65536 |
|
||||
Минимални број бајтова након којег се испира stdout/stderr (да се излаз
|
||||
пошаље функцији повратног позива), између 1 и 65536. Ако је вредност 1,
|
||||
излаз се тренутно шаље функцији повратног позива.
|
||||
|
||||
| detached +
|
||||
_(WeeChat ≥ 1.0)_ |
|
||||
(не користи се) |
|
||||
нема одвајања |
|
||||
| detached | 1.0 | (не користи се) | нема одвајања |
|
||||
Процес се покреће у одвојеном режиму: stdout и stderr се преусмеравају на
|
||||
_/dev/null_.
|
||||
|===
|
||||
|
Loading…
x
Reference in New Issue
Block a user