1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-06 17:53:13 +02:00

scripts: add option "eval_keep_context" in script plugins

This commit is contained in:
Sébastien Helleu
2018-01-15 22:00:15 +01:00
parent 21e63e7958
commit 8fbbe8b0d5
58 changed files with 351 additions and 0 deletions
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** Typ: boolesch
** Werte: on, off
** Standardwert: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** Beschreibung: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** Typ: boolesch
** Werte: on, off
** Standardwert: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** description: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** description: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** description: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** description: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** description: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** description: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** description: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: boolean
** values: on, off
** default value: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** description: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: boolean
** values: on, off
** default value: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** description: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** description: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** description: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** description: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** description: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** description: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** description: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** type: booléen
** valeurs: on, off
** valeur par défaut: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** description: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** type: booléen
** valeurs: on, off
** valeur par défaut: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** tipo: bool
** valori: on, off
** valore predefinito: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** descrizione: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** tipo: bool
** valori: on, off
** valore predefinito: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** タイプ: ブール
** 値: on, off
** デフォルト値: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** 説明: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** タイプ: ブール
** 値: on, off
** デフォルト値: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_guile.look.eval_keep_context]] *guile.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /guile eval (or info "guile_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_javascript.look.eval_keep_context]] *javascript.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /javascript eval (or info "javascript_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_lua.look.eval_keep_context]] *lua.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /lua eval (or info "lua_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_perl.look.eval_keep_context]] *perl.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /perl eval (or info "perl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_php.look.eval_keep_context]] *php.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /php eval (or info "php_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_python.look.eval_keep_context]] *python.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /python eval (or info "python_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_ruby.look.eval_keep_context]] *ruby.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /ruby eval (or info "ruby_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`
+6
View File
@@ -7,3 +7,9 @@
** typ: bool
** wartości: on, off
** domyślna wartość: `+off+`
* [[option_tcl.look.eval_keep_context]] *tcl.look.eval_keep_context*
** opis: pass:none[keep context between two calls to /tcl eval (or info "tcl_eval"); a hidden script is used to eval script code; if this option is disabled, this hidden script is unloaded after each eval: this uses less memory, but is slower]
** typ: bool
** wartości: on, off
** domyślna wartość: `+on+`