mirror of
https://github.com/weechat/weechat.git
synced 2026-06-12 14:14:48 +02:00
doc/api: use a table for file_in/file_out options in function hook_url
This commit is contained in:
@@ -10498,9 +10498,12 @@ for options with type "list", the list items must be separated by a newline
|
||||
|
||||
These two extra options (strings) are allowed for input/output file:
|
||||
|
||||
* _file_in_: file to read and send with URLs (post file)
|
||||
* _file_out_: write downloaded URL/file in this file (instead of standard
|
||||
output)
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
| Option | Type | Description
|
||||
| file_in | string | file to read and send with URLs (post file)
|
||||
| file_out | string | write downloaded URL/file in this file (instead of standard output)
|
||||
|===
|
||||
|
||||
Return value:
|
||||
|
||||
|
||||
@@ -10700,9 +10700,12 @@ comme valeur pour l'option.
|
||||
Ces deux options supplémentaires (chaînes) sont autorisées, pour le fichier en
|
||||
entrée/sortie :
|
||||
|
||||
* _file_in_ : fichier à lire pour envoyer avec l'URL (envoi de fichier "post")
|
||||
* _file_out_ : écrire l'URL/fichier dans ce fichier (au lieu de la sortie
|
||||
standard)
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
| Option | Type | Description
|
||||
| file_in | string | fichier à lire pour envoyer avec l'URL (envoi de fichier "post")
|
||||
| file_out | string | écrire l'URL/fichier dans ce fichier (au lieu de la sortie standard)
|
||||
|===
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
|
||||
@@ -10880,8 +10880,12 @@ l'opzione.
|
||||
|
||||
These two extra options (strings) are allowed for input/output file:
|
||||
|
||||
* _file_in_: file da leggere e inviare con gli URL (invio del file "post")
|
||||
* _file_out_: scrive URL scaricato/file in questo file (invece dello standard output)
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
| Option | Type | Description
|
||||
| file_in | string | file da leggere e inviare con gli URL (invio del file "post")
|
||||
| file_out | string | scrive URL scaricato/file in questo file (invece dello standard output)
|
||||
|===
|
||||
|
||||
Valore restituito:
|
||||
|
||||
|
||||
@@ -10611,9 +10611,12 @@ include::{autogendir}/autogen_api_url_options.ja.adoc[tag=url_options]
|
||||
|
||||
These two extra options (strings) are allowed for input/output file:
|
||||
|
||||
* _file_in_: 読み込んで URL に送信するファイル (ファイルを送信)
|
||||
* _file_out_: ダウンロードした URL/ファイルをこのファイルに書き込む
|
||||
(標準出力を使わない)
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
| Option | Type | Description
|
||||
| file_in | string | 読み込んで URL に送信するファイル (ファイルを送信)
|
||||
| file_out | string | ダウンロードした URL/ファイルをこのファイルに書き込む (標準出力を使わない)
|
||||
|===
|
||||
|
||||
戻り値:
|
||||
|
||||
|
||||
@@ -10174,8 +10174,12 @@ include::{autogendir}/autogen_api_url_options.sr.adoc[tag=url_options]
|
||||
|
||||
These two extra options (strings) are allowed for input/output file:
|
||||
|
||||
* _file_in_: фајл који се чита и шаље URL адресама (post фајл)
|
||||
* _file_out_: преузети URL/фајл се уписује у овај фајл (уместо на стандардни излаз)
|
||||
[width="100%",cols="2,^1,7",options="header"]
|
||||
|===
|
||||
| Option | Type | Description
|
||||
| file_in | string | фајл који се чита и шаље URL адресама (post фајл)
|
||||
| file_out | string | преузети URL/фајл се уписује у овај фајл (уместо на стандардни излаз)
|
||||
|===
|
||||
|
||||
Повратна вредност:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user