From 8fbbe8b0d509df26ff86ca8cd7fe4b2205c6d15e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 15 Jan 2018 22:00:15 +0100 Subject: scripts: add option "eval_keep_context" in script plugins --- doc/pl/autogen/user/guile_options.adoc | 6 ++++++ doc/pl/autogen/user/javascript_options.adoc | 6 ++++++ doc/pl/autogen/user/lua_options.adoc | 6 ++++++ doc/pl/autogen/user/perl_options.adoc | 6 ++++++ doc/pl/autogen/user/php_options.adoc | 6 ++++++ doc/pl/autogen/user/python_options.adoc | 6 ++++++ doc/pl/autogen/user/ruby_options.adoc | 6 ++++++ doc/pl/autogen/user/tcl_options.adoc | 6 ++++++ 8 files changed, 48 insertions(+) (limited to 'doc/pl') diff --git a/doc/pl/autogen/user/guile_options.adoc b/doc/pl/autogen/user/guile_options.adoc index 5e26f6539..a5070bd23 100644 --- a/doc/pl/autogen/user/guile_options.adoc +++ b/doc/pl/autogen/user/guile_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/javascript_options.adoc b/doc/pl/autogen/user/javascript_options.adoc index db8064dfc..ff688e87f 100644 --- a/doc/pl/autogen/user/javascript_options.adoc +++ b/doc/pl/autogen/user/javascript_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/lua_options.adoc b/doc/pl/autogen/user/lua_options.adoc index c7a015954..d07d77870 100644 --- a/doc/pl/autogen/user/lua_options.adoc +++ b/doc/pl/autogen/user/lua_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/perl_options.adoc b/doc/pl/autogen/user/perl_options.adoc index 66deda54a..84cd87277 100644 --- a/doc/pl/autogen/user/perl_options.adoc +++ b/doc/pl/autogen/user/perl_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/php_options.adoc b/doc/pl/autogen/user/php_options.adoc index 852bd38ef..8845f689c 100644 --- a/doc/pl/autogen/user/php_options.adoc +++ b/doc/pl/autogen/user/php_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/python_options.adoc b/doc/pl/autogen/user/python_options.adoc index 372d0dd86..f733fad73 100644 --- a/doc/pl/autogen/user/python_options.adoc +++ b/doc/pl/autogen/user/python_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/ruby_options.adoc b/doc/pl/autogen/user/ruby_options.adoc index 8efe29cd7..633ac788a 100644 --- a/doc/pl/autogen/user/ruby_options.adoc +++ b/doc/pl/autogen/user/ruby_options.adoc @@ -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+` diff --git a/doc/pl/autogen/user/tcl_options.adoc b/doc/pl/autogen/user/tcl_options.adoc index 7e41a19bf..8f58f7436 100644 --- a/doc/pl/autogen/user/tcl_options.adoc +++ b/doc/pl/autogen/user/tcl_options.adoc @@ -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+` -- cgit v1.2.3