diff options
Diffstat (limited to 'doc')
48 files changed, 464 insertions, 368 deletions
diff --git a/doc/de/autogen/user/guile_commands.adoc b/doc/de/autogen/user/guile_commands.adoc index f8547daf0..24d02fb77 100644 --- a/doc/de/autogen/user/guile_commands.adoc +++ b/doc/de/autogen/user/guile_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/javascript_commands.adoc b/doc/de/autogen/user/javascript_commands.adoc index 4597d75a5..c82b9b013 100644 --- a/doc/de/autogen/user/javascript_commands.adoc +++ b/doc/de/autogen/user/javascript_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/lua_commands.adoc b/doc/de/autogen/user/lua_commands.adoc index 5c76f6d8d..3e3fa51bd 100644 --- a/doc/de/autogen/user/lua_commands.adoc +++ b/doc/de/autogen/user/lua_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/perl_commands.adoc b/doc/de/autogen/user/perl_commands.adoc index 3691520b3..aff270552 100644 --- a/doc/de/autogen/user/perl_commands.adoc +++ b/doc/de/autogen/user/perl_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/php_commands.adoc b/doc/de/autogen/user/php_commands.adoc index e106697a4..daa9b9b46 100644 --- a/doc/de/autogen/user/php_commands.adoc +++ b/doc/de/autogen/user/php_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/python_commands.adoc b/doc/de/autogen/user/python_commands.adoc index 3e00606d9..986b5c77f 100644 --- a/doc/de/autogen/user/python_commands.adoc +++ b/doc/de/autogen/user/python_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/ruby_commands.adoc b/doc/de/autogen/user/ruby_commands.adoc index cd4c5f5f3..6235c9b7b 100644 --- a/doc/de/autogen/user/ruby_commands.adoc +++ b/doc/de/autogen/user/ruby_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/de/autogen/user/tcl_commands.adoc b/doc/de/autogen/user/tcl_commands.adoc index 1178a0ac8..8708543fb 100644 --- a/doc/de/autogen/user/tcl_commands.adoc +++ b/doc/de/autogen/user/tcl_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: installierte Skripten werden aufgelistet -listfull: detaillierte Auflistung aller installierten Skripten - load: installiert ein Skript -autoload: startet automatisch alle Skripten aus dem "autoload" Verzeichnis - reload: ein Skript wird erneut gestartet (wird kein Name angegeben, dann werden alle Skripten beendet und erneut gestartet) - unload: beendet ein Skript (wird kein Name angegeben, dann werden alle Skripten beendet) -filename: Skript (Datei) welches geladen werden soll - name: Name eines Skriptes (der Name der in der "register" Funktion der Skript-API genutzt wird) - -q: unterdrückter Modus: Es werden keine Nachrichten ausgegeben + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Ohne Angabe eines Argumentes listet dieser Befehl alle geladenen Skripten auf. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/guile_commands.adoc b/doc/en/autogen/user/guile_commands.adoc index 027a1bfaa..3b5d8fbe2 100644 --- a/doc/en/autogen/user/guile_commands.adoc +++ b/doc/en/autogen/user/guile_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/javascript_commands.adoc b/doc/en/autogen/user/javascript_commands.adoc index 0f77bba35..4a4ab1a00 100644 --- a/doc/en/autogen/user/javascript_commands.adoc +++ b/doc/en/autogen/user/javascript_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/lua_commands.adoc b/doc/en/autogen/user/lua_commands.adoc index 663842911..885d5f4ca 100644 --- a/doc/en/autogen/user/lua_commands.adoc +++ b/doc/en/autogen/user/lua_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/perl_commands.adoc b/doc/en/autogen/user/perl_commands.adoc index fca9c12cf..c047a2f0e 100644 --- a/doc/en/autogen/user/perl_commands.adoc +++ b/doc/en/autogen/user/perl_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/php_commands.adoc b/doc/en/autogen/user/php_commands.adoc index 6392dda50..ee1cc62f3 100644 --- a/doc/en/autogen/user/php_commands.adoc +++ b/doc/en/autogen/user/php_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/python_commands.adoc b/doc/en/autogen/user/python_commands.adoc index 936306bfb..a3a49558e 100644 --- a/doc/en/autogen/user/python_commands.adoc +++ b/doc/en/autogen/user/python_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/ruby_commands.adoc b/doc/en/autogen/user/ruby_commands.adoc index 751a36b4e..9e4b70552 100644 --- a/doc/en/autogen/user/ruby_commands.adoc +++ b/doc/en/autogen/user/ruby_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/en/autogen/user/tcl_commands.adoc b/doc/en/autogen/user/tcl_commands.adoc index 008dabbe0..124f9adae 100644 --- a/doc/en/autogen/user/tcl_commands.adoc +++ b/doc/en/autogen/user/tcl_commands.adoc @@ -10,6 +10,7 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version list: list loaded scripts listfull: list loaded scripts (verbose) @@ -20,6 +21,7 @@ autoload: load all scripts in "autoload" directory filename: script (file) to load name: a script name (name used in call to "register" function) -q: quiet mode: do not display messages + version: display the version of interpreter used Without argument, this command lists all loaded scripts. ---- diff --git a/doc/fr/autogen/user/guile_commands.adoc b/doc/fr/autogen/user/guile_commands.adoc index a95b6f65e..476135695 100644 --- a/doc/fr/autogen/user/guile_commands.adoc +++ b/doc/fr/autogen/user/guile_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/javascript_commands.adoc b/doc/fr/autogen/user/javascript_commands.adoc index dd7c4d05b..e1c4afff2 100644 --- a/doc/fr/autogen/user/javascript_commands.adoc +++ b/doc/fr/autogen/user/javascript_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/lua_commands.adoc b/doc/fr/autogen/user/lua_commands.adoc index 3c47dbf83..3ac3ea9da 100644 --- a/doc/fr/autogen/user/lua_commands.adoc +++ b/doc/fr/autogen/user/lua_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/perl_commands.adoc b/doc/fr/autogen/user/perl_commands.adoc index 76027d3f1..84ac1094b 100644 --- a/doc/fr/autogen/user/perl_commands.adoc +++ b/doc/fr/autogen/user/perl_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/php_commands.adoc b/doc/fr/autogen/user/php_commands.adoc index 9026a8030..b9d8b28d5 100644 --- a/doc/fr/autogen/user/php_commands.adoc +++ b/doc/fr/autogen/user/php_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/python_commands.adoc b/doc/fr/autogen/user/python_commands.adoc index 263a706df..884d04d59 100644 --- a/doc/fr/autogen/user/python_commands.adoc +++ b/doc/fr/autogen/user/python_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/ruby_commands.adoc b/doc/fr/autogen/user/ruby_commands.adoc index c685d271e..25811fc27 100644 --- a/doc/fr/autogen/user/ruby_commands.adoc +++ b/doc/fr/autogen/user/ruby_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/fr/autogen/user/tcl_commands.adoc b/doc/fr/autogen/user/tcl_commands.adoc index 6110f15ef..05acadc50 100644 --- a/doc/fr/autogen/user/tcl_commands.adoc +++ b/doc/fr/autogen/user/tcl_commands.adoc @@ -10,6 +10,7 @@ load [-q] <fichier> autoload reload|unload [-q] [<nom>] + version list : lister les scripts chargés listfull : lister les scripts chargés (verbeux) @@ -20,6 +21,7 @@ autoload : charger tous les scripts dans le répertoire "autoload" fichier : script (fichier) à charger nom : nom de script (nom utilisé dans l'appel à la fonction "register") -q : mode silencieux : ne pas afficher de messages + version : afficher la version de l'interpréteur utilisé Sans paramètre, cette commande liste les scripts chargés. ---- diff --git a/doc/it/autogen/user/guile_commands.adoc b/doc/it/autogen/user/guile_commands.adoc index cdc72e552..3bdd8cb0b 100644 --- a/doc/it/autogen/user/guile_commands.adoc +++ b/doc/it/autogen/user/guile_commands.adoc @@ -6,20 +6,22 @@ * `+guile+`: elenca/carica/scarica script ---- -/guile list|listfull [<nome>] - load [-q] <nomefile> +/guile list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/javascript_commands.adoc b/doc/it/autogen/user/javascript_commands.adoc index 8d0f9c584..86f972816 100644 --- a/doc/it/autogen/user/javascript_commands.adoc +++ b/doc/it/autogen/user/javascript_commands.adoc @@ -6,20 +6,22 @@ * `+javascript+`: elenca/carica/scarica script ---- -/javascript list|listfull [<nome>] - load [-q] <nomefile> +/javascript list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/lua_commands.adoc b/doc/it/autogen/user/lua_commands.adoc index 9ea96f1df..59509e494 100644 --- a/doc/it/autogen/user/lua_commands.adoc +++ b/doc/it/autogen/user/lua_commands.adoc @@ -6,20 +6,22 @@ * `+lua+`: elenca/carica/scarica script ---- -/lua list|listfull [<nome>] - load [-q] <nomefile> +/lua list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/perl_commands.adoc b/doc/it/autogen/user/perl_commands.adoc index bbba1f997..11737175c 100644 --- a/doc/it/autogen/user/perl_commands.adoc +++ b/doc/it/autogen/user/perl_commands.adoc @@ -6,20 +6,22 @@ * `+perl+`: elenca/carica/scarica script ---- -/perl list|listfull [<nome>] - load [-q] <nomefile> +/perl list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/php_commands.adoc b/doc/it/autogen/user/php_commands.adoc index 37a6748b8..70704ba11 100644 --- a/doc/it/autogen/user/php_commands.adoc +++ b/doc/it/autogen/user/php_commands.adoc @@ -6,20 +6,22 @@ * `+php+`: elenca/carica/scarica script ---- -/php list|listfull [<nome>] - load [-q] <nomefile> +/php list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/python_commands.adoc b/doc/it/autogen/user/python_commands.adoc index 07c53d1c8..c6d1f5e42 100644 --- a/doc/it/autogen/user/python_commands.adoc +++ b/doc/it/autogen/user/python_commands.adoc @@ -6,20 +6,22 @@ * `+python+`: elenca/carica/scarica script ---- -/python list|listfull [<nome>] - load [-q] <nomefile> +/python list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/ruby_commands.adoc b/doc/it/autogen/user/ruby_commands.adoc index afff80c14..268ce994b 100644 --- a/doc/it/autogen/user/ruby_commands.adoc +++ b/doc/it/autogen/user/ruby_commands.adoc @@ -6,20 +6,22 @@ * `+ruby+`: elenca/carica/scarica script ---- -/ruby list|listfull [<nome>] - load [-q] <nomefile> +/ruby list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/it/autogen/user/tcl_commands.adoc b/doc/it/autogen/user/tcl_commands.adoc index 7a1b15170..c50b17e12 100644 --- a/doc/it/autogen/user/tcl_commands.adoc +++ b/doc/it/autogen/user/tcl_commands.adoc @@ -6,20 +6,22 @@ * `+tcl+`: elenca/carica/scarica script ---- -/tcl list|listfull [<nome>] - load [-q] <nomefile> +/tcl list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q][<nome>] + reload|unload [-q] [<name>] + version - list: elenca i plugin caricati - listfull: elenca i plugin caricati (dettagliato) - load: carica un plugin - autoload: carica automaticamente i plugin nella directory utente o di sistema - reload: ricarica un plugin (se non specificato, scarica i plugin e li ricarica automaticamente) - unload: scarica uno o tutti i plugin -nome_file: (file) script da caricare - nome: il nome di uno script (usato nella chiamata alla funzione "register") - -q: modalità silenziosa: non mostra messaggi + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Senza argomento, questo comando elenca tutti i plugin caricati. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/guile_commands.adoc b/doc/ja/autogen/user/guile_commands.adoc index 7b63fc8b9..1c5ef3f1d 100644 --- a/doc/ja/autogen/user/guile_commands.adoc +++ b/doc/ja/autogen/user/guile_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/javascript_commands.adoc b/doc/ja/autogen/user/javascript_commands.adoc index a606a7e50..9ab69ebe1 100644 --- a/doc/ja/autogen/user/javascript_commands.adoc +++ b/doc/ja/autogen/user/javascript_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/lua_commands.adoc b/doc/ja/autogen/user/lua_commands.adoc index eab4237d1..83a9f72c4 100644 --- a/doc/ja/autogen/user/lua_commands.adoc +++ b/doc/ja/autogen/user/lua_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/perl_commands.adoc b/doc/ja/autogen/user/perl_commands.adoc index 15c189ddf..924cbb238 100644 --- a/doc/ja/autogen/user/perl_commands.adoc +++ b/doc/ja/autogen/user/perl_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/php_commands.adoc b/doc/ja/autogen/user/php_commands.adoc index a190efd2b..fba7b8563 100644 --- a/doc/ja/autogen/user/php_commands.adoc +++ b/doc/ja/autogen/user/php_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/python_commands.adoc b/doc/ja/autogen/user/python_commands.adoc index 7022dd329..c3c08e19b 100644 --- a/doc/ja/autogen/user/python_commands.adoc +++ b/doc/ja/autogen/user/python_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/ruby_commands.adoc b/doc/ja/autogen/user/ruby_commands.adoc index 3787e31bc..da7f47202 100644 --- a/doc/ja/autogen/user/ruby_commands.adoc +++ b/doc/ja/autogen/user/ruby_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/ja/autogen/user/tcl_commands.adoc b/doc/ja/autogen/user/tcl_commands.adoc index 2c9d18469..7ab61d840 100644 --- a/doc/ja/autogen/user/tcl_commands.adoc +++ b/doc/ja/autogen/user/tcl_commands.adoc @@ -10,16 +10,18 @@ load [-q] <filename> autoload reload|unload [-q] [<name>] + version - list: ロード済みスクリプトをリストアップ -listfull: ロード済みスクリプトをリストアップ (詳細) - load: スクリプトをロード -autoload: "autoload" ディレクトリに含まれる全てのスクリプトをロード - reload: スクリプトのリロード (名前を指定しなかった場合、全てのスクリプトをアンロードし、"autoload" ディレクトリに含まれる全てのスクリプトをロード) - unload: スクリプトのアンロード (名前を指定しなかった場合、全てのスクリプトをアンロード) -filename: ロードするスクリプト (ファイル) - name: スクリプト名 (名前は "register" 関数を呼び出すために使われる) - -q: 出力抑制モード: メッセージを表示しない + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -引数無しの場合、全てのロード済みスクリプトをリストアップします。 +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/guile_commands.adoc b/doc/pl/autogen/user/guile_commands.adoc index 2d25834b8..d8e823319 100644 --- a/doc/pl/autogen/user/guile_commands.adoc +++ b/doc/pl/autogen/user/guile_commands.adoc @@ -6,20 +6,22 @@ * `+guile+`: list/load/unload skrypt ---- -/guile list|listfull [<nazwa>] - load [-q] <nazwapliku> +/guile list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/javascript_commands.adoc b/doc/pl/autogen/user/javascript_commands.adoc index 2774e2b13..9e66a11f6 100644 --- a/doc/pl/autogen/user/javascript_commands.adoc +++ b/doc/pl/autogen/user/javascript_commands.adoc @@ -6,20 +6,22 @@ * `+javascript+`: list/load/unload skrypt ---- -/javascript list|listfull [<nazwa>] - load [-q] <nazwapliku> +/javascript list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/lua_commands.adoc b/doc/pl/autogen/user/lua_commands.adoc index 8b45b82d6..7234cab32 100644 --- a/doc/pl/autogen/user/lua_commands.adoc +++ b/doc/pl/autogen/user/lua_commands.adoc @@ -6,20 +6,22 @@ * `+lua+`: list/load/unload skrypt ---- -/lua list|listfull [<nazwa>] - load [-q] <nazwapliku> +/lua list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/perl_commands.adoc b/doc/pl/autogen/user/perl_commands.adoc index c980a30a6..81113261f 100644 --- a/doc/pl/autogen/user/perl_commands.adoc +++ b/doc/pl/autogen/user/perl_commands.adoc @@ -6,20 +6,22 @@ * `+perl+`: list/load/unload skrypt ---- -/perl list|listfull [<nazwa>] - load [-q] <nazwapliku> +/perl list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/php_commands.adoc b/doc/pl/autogen/user/php_commands.adoc index a7d84aa9c..1b66ce4d8 100644 --- a/doc/pl/autogen/user/php_commands.adoc +++ b/doc/pl/autogen/user/php_commands.adoc @@ -6,20 +6,22 @@ * `+php+`: list/load/unload skrypt ---- -/php list|listfull [<nazwa>] - load [-q] <nazwapliku> +/php list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/python_commands.adoc b/doc/pl/autogen/user/python_commands.adoc index 289fa0ad9..3adf703b2 100644 --- a/doc/pl/autogen/user/python_commands.adoc +++ b/doc/pl/autogen/user/python_commands.adoc @@ -6,20 +6,22 @@ * `+python+`: list/load/unload skrypt ---- -/python list|listfull [<nazwa>] - load [-q] <nazwapliku> +/python list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/ruby_commands.adoc b/doc/pl/autogen/user/ruby_commands.adoc index 2a75ef347..1afb0fbf6 100644 --- a/doc/pl/autogen/user/ruby_commands.adoc +++ b/doc/pl/autogen/user/ruby_commands.adoc @@ -6,20 +6,22 @@ * `+ruby+`: list/load/unload skrypt ---- -/ruby list|listfull [<nazwa>] - load [-q] <nazwapliku> +/ruby list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- diff --git a/doc/pl/autogen/user/tcl_commands.adoc b/doc/pl/autogen/user/tcl_commands.adoc index b56d29ee9..8c6fe0b57 100644 --- a/doc/pl/autogen/user/tcl_commands.adoc +++ b/doc/pl/autogen/user/tcl_commands.adoc @@ -6,20 +6,22 @@ * `+tcl+`: list/load/unload skrypt ---- -/tcl list|listfull [<nazwa>] - load [-q] <nazwapliku> +/tcl list|listfull [<name>] + load [-q] <filename> autoload - reload|unload [-q] [<nazwa>] + reload|unload [-q] [<name>] + version - list: lista załadowanych wtyczek -listfull: lista załadowanych wtyczek (szczegółowa) - load: ładuje wtyczkę -autoload: automatycznie ładuje wtyczki w katalogu systemowym lub użytkownika - reload: przeładuje pojedynczą wtyczkę (jeśli nie podano nazwy, wyładuje wszystkie wtyczki, następnie automatycznie załaduje wtyczki) - unload: wyładowuje jedną albo wszystkie wtyczki -nazwa_pliku: skrypt (plik) do załadowania - nazwa: nazwa skryptu (nazwa użyta do wywołania funkcji "register") - -q: tryb cichy: nie wyświetla wiadomości + list: list loaded scripts +listfull: list loaded scripts (verbose) + load: load a script +autoload: load all scripts in "autoload" directory + reload: reload a script (if no name given, unload all scripts, then load all scripts in "autoload" directory) + unload: unload a script (if no name given, unload all scripts) +filename: script (file) to load + name: a script name (name used in call to "register" function) + -q: quiet mode: do not display messages + version: display the version of interpreter used -Bez argumentów ta komenda wyświetli wszystkie załadowane wtyczki. +Without argument, this command lists all loaded scripts. ---- |