mirror of
https://github.com/weechat/weechat.git
synced 2026-06-28 22:06:38 +02:00
doc: use unicode symbol for greater-than or equal to
This commit is contained in:
@@ -901,7 +901,7 @@ Beispiele:
|
||||
weechat.prnt("", "Hallo")
|
||||
|
||||
# Gibt den Text "Hallo" im Core Buffer aus, schreibt diesen aber nicht in die Protokolldatei
|
||||
# (nur Version >= 0.3.3)
|
||||
# (nur Version ≥ 0.3.3)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "hello")
|
||||
|
||||
# Gibt den Präfix "==>" gefolgt von dem Text "Hallo" im aktuellen Buffer aus
|
||||
|
||||
@@ -5055,7 +5055,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* index of new item (>= 0), -1 if error.
|
||||
* index of new item (≥ 0), -1 if error.
|
||||
|
||||
C example:
|
||||
|
||||
@@ -5087,7 +5087,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* index of new item (>= 0), -1 if error.
|
||||
* index of new item (≥ 0), -1 if error.
|
||||
|
||||
C example:
|
||||
|
||||
@@ -9290,7 +9290,7 @@ Arguments:
|
||||
** _void *data_: pointer
|
||||
** _const char *command_: command executed by child
|
||||
** _int return_code_: return code:
|
||||
*** _>= 0_: child return code for a command, and for URL possible values are:
|
||||
*** _≥ 0_: child return code for a command, and for URL possible values are:
|
||||
**** _0_: transfer OK
|
||||
**** _1_: invalid URL
|
||||
**** _2_: transfer error
|
||||
@@ -15572,7 +15572,7 @@ Arguments:
|
||||
|
||||
Return value:
|
||||
|
||||
* socket number (>= 0) if connection is OK, -1 if an error occurred
|
||||
* socket number (≥ 0) if connection is OK, -1 if an error occurred
|
||||
|
||||
C example:
|
||||
|
||||
|
||||
@@ -883,7 +883,7 @@ Examples:
|
||||
weechat.prnt("", "hello")
|
||||
|
||||
# display "hello" on core buffer, but do not write it to log file
|
||||
# (version >= 0.3.3 only)
|
||||
# (version ≥ 0.3.3 only)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "hello")
|
||||
|
||||
# display prefix "==>" and message "hello" on current buffer
|
||||
|
||||
@@ -5129,7 +5129,7 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* index du nouvel élément (>= 0), -1 si erreur.
|
||||
* index du nouvel élément (≥ 0), -1 si erreur.
|
||||
|
||||
Exemple en C :
|
||||
|
||||
@@ -5161,7 +5161,7 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* index du nouvel élément (>= 0), -1 si erreur.
|
||||
* index du nouvel élément (≥ 0), -1 si erreur.
|
||||
|
||||
Exemple en C :
|
||||
|
||||
@@ -9453,7 +9453,7 @@ Paramètres :
|
||||
** _void *data_ : pointeur
|
||||
** _const char *command_ : commande exécutée par le fils
|
||||
** _int return_code_ : code retour :
|
||||
*** _>= 0_ : code retour du fils pour une commande, et pour l'URL, les valeurs
|
||||
*** _≥ 0_ : code retour du fils pour une commande, et pour l'URL, les valeurs
|
||||
possibles sont :
|
||||
**** _0_ : transfert ok
|
||||
**** _1_ : URL invalide
|
||||
@@ -15902,7 +15902,7 @@ Paramètres :
|
||||
|
||||
Valeur de retour :
|
||||
|
||||
* numéro de socket (>= 0) si la connexion est OK, -1 en cas d'erreur
|
||||
* numéro de socket (≥ 0) si la connexion est OK, -1 en cas d'erreur
|
||||
|
||||
Exemple en C :
|
||||
|
||||
|
||||
@@ -905,7 +905,7 @@ Exemples :
|
||||
weechat.prnt("", "bonjour")
|
||||
|
||||
# afficher "bonjour" sur le tampon core, mais ne pas l'écrire dans le fichier de log
|
||||
# (version >= 0.3.3 seulement)
|
||||
# (version ≥ 0.3.3 seulement)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "bonjour")
|
||||
|
||||
# afficher le préfixe "==>" et le message "bonjour" sur le tampon courant
|
||||
|
||||
@@ -5233,7 +5233,7 @@ Argomenti:
|
||||
Valore restituito:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
* index of new item (>= 0), -1 if error.
|
||||
* index of new item (≥ 0), -1 if error.
|
||||
|
||||
Esempio in C:
|
||||
|
||||
@@ -5268,7 +5268,7 @@ Argomenti:
|
||||
Valore restituito:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
* index of new item (>= 0), -1 if error.
|
||||
* index of new item (≥ 0), -1 if error.
|
||||
|
||||
Esempio in C:
|
||||
|
||||
@@ -9578,7 +9578,7 @@ Argomenti:
|
||||
** _void *data_: puntatore
|
||||
** _const char *command_: comando eseguito dal processo figlio
|
||||
** _int return_code_: codice restituito:
|
||||
*** _>= 0_: codice ritorno figlio per un comando, e per un URL i valori
|
||||
*** _≥ 0_: codice ritorno figlio per un comando, e per un URL i valori
|
||||
possibili sono:
|
||||
**** _0_: trasferimento riuscito
|
||||
**** _1_: URL non valido
|
||||
@@ -16219,7 +16219,7 @@ Argomenti:
|
||||
Valore restituito:
|
||||
|
||||
// TRANSLATION MISSING
|
||||
* socket number (>= 0) if connection is OK, -1 if an error occurred
|
||||
* socket number (≥ 0) if connection is OK, -1 if an error occurred
|
||||
|
||||
Esempio in C:
|
||||
|
||||
|
||||
@@ -926,7 +926,7 @@ Esempi:
|
||||
weechat.prnt("", "hello")
|
||||
|
||||
# visualizza "hello" sul buffer core, ma non salva sul file di log
|
||||
# (solo versioni >= 0.3.3)
|
||||
# (solo versioni ≥ 0.3.3)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "hello")
|
||||
|
||||
# visualizza il prefisso "==>" ed il messaggio "hello" sul buffer corrente
|
||||
|
||||
@@ -9315,7 +9315,7 @@ struct t_hook *weechat_hook_process (const char *command,
|
||||
** _void *data_: ポインタ
|
||||
** _const char *command_: 子プロセスが実行するコマンド
|
||||
** _int return_code_: リターンコード:
|
||||
*** _>= 0_: コマンドを実行した子プロセスのまたは URL に対するリターンコード。URL の場合に取り得る値は:
|
||||
*** _≥ 0_: コマンドを実行した子プロセスのまたは URL に対するリターンコード。URL の場合に取り得る値は:
|
||||
**** _0_: 転送に成功
|
||||
**** _1_: 無効な URL
|
||||
**** _2_: 転送エラー
|
||||
@@ -15641,7 +15641,7 @@ int weechat_network_connect_to (const char *proxy,
|
||||
|
||||
戻り値:
|
||||
|
||||
* 接続が確立した場合はソケット番号 (>= 0)、エラーが起きた場合は -1
|
||||
* 接続が確立した場合はソケット番号 (≥ 0)、エラーが起きた場合は -1
|
||||
|
||||
C 言語での使用例:
|
||||
|
||||
|
||||
@@ -889,7 +889,7 @@ Przykłady:
|
||||
weechat.prnt("", "witaj")
|
||||
|
||||
# wyświetl "witaj" w głównym buforze, ale nie zapisuj tego do pliku z logiem
|
||||
# (tylko wersje >= 0.3.3)
|
||||
# (tylko wersje ≥ 0.3.3)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "witaj")
|
||||
|
||||
# wyświetl "==>" przed wiadomością "witaj" w obecnym buforze
|
||||
|
||||
@@ -4905,7 +4905,7 @@ int weechat_arraylist_insert (struct t_arraylist *arraylist, int index, void *po
|
||||
|
||||
Повратна вредност:
|
||||
|
||||
* индекс нове ставке (>= 0), -1 у случају грешке.
|
||||
* индекс нове ставке (≥ 0), -1 у случају грешке.
|
||||
|
||||
C пример:
|
||||
|
||||
@@ -4937,7 +4937,7 @@ int weechat_arraylist_add (struct t_arraylist *arraylist, void *pointer);
|
||||
|
||||
Повратна вредност:
|
||||
|
||||
* индекс нове ставке (>= 0), -1 у случају грешке.
|
||||
* индекс нове ставке (≥ 0), -1 у случају грешке.
|
||||
|
||||
C пример:
|
||||
|
||||
@@ -8978,7 +8978,7 @@ struct t_hook *weechat_hook_process (const char *command,
|
||||
** _void *data_: показивач
|
||||
** _const char *command_: команда коју извршава дете
|
||||
** _int return_code_: повратни кôд:
|
||||
*** _>= 0_: повратни кôд детета за команду, а за URL су могуће следеће вредности:
|
||||
*** _≥ 0_: повратни кôд детета за команду, а за URL су могуће следеће вредности:
|
||||
**** _0_: трансфер OK
|
||||
**** _1_: неважећи URL
|
||||
**** _2_: грешка трансфера
|
||||
@@ -15036,7 +15036,7 @@ int weechat_network_connect_to (const char *proxy,
|
||||
|
||||
Повратна вредност:
|
||||
|
||||
* број сокета (>= 0) ако је веза OK, -1 у случају да је дошло до грешке
|
||||
* број сокета (≥ 0) ако је веза OK, -1 у случају да је дошло до грешке
|
||||
|
||||
C пример:
|
||||
|
||||
|
||||
@@ -838,7 +838,7 @@ weechat_hook_timer(1000, 0, 1, $timer_cb, 'test');
|
||||
weechat.prnt("", "здраво")
|
||||
|
||||
# приказ „здраво” у баферу језгра, али без уписа у лог фајл
|
||||
# (само у верзијама >= 0.3.3)
|
||||
# (само у верзијама ≥ 0.3.3)
|
||||
weechat.prnt_date_tags("", 0, "no_log", "здраво")
|
||||
|
||||
# приказ префикса „==>” и поруке „здраво” у текућем баферу
|
||||
|
||||
Reference in New Issue
Block a user