Home
last modified time | relevance | path

Searched +refs:namespace +refs:variable +refs:value (Results 1 – 25 of 28174) sorted by relevance

12345678910>>...1127

/dports/lang/itcl/itcl3.4.1/tests/
H A Dscope.test27 variable test_scope_var 0
30 } {1 {variable "xyzzy" not found in namespace "::"} 0 ::test_scope_var}
39 variable v1 0
102 private variable priv "private-value"
103 protected variable prov "protected-value"
104 public variable pubv "public-value"
108 public common pubc "public-common-value"
110 variable varray
156variable ::test_scope::priv private-value private-value} {private variable ::test_scope::priv priv…
167value private-common-value} {private common ::test_scope::pric private-common-value pric-new} {pro…
[all …]
H A Dprotection.test15 namespace import ::tcltest::test
305 private variable pribv "pribv-value"
307 protected variable probv "probv-value"
309 public variable pubbv "pubbv-value"
314 private variable pridv "pridv-value"
329 } {0 {private variable ::test_info_base::pribv pribv-value pribv-value}}
337 } {0 {protected variable ::test_info_base::probv probv-value probv-value}}
345 } {0 {public variable ::test_info_base::pubbv pubbv-value {} pubbv-value}}
353 } {0 {private variable ::test_info_derived::pridv pridv-value pridv-value}}
361 namespace eval test_info_derived {info variable pribv}
[all …]
/dports/lang/itcl4/itcl4.2.2/tests/
H A Dscope.test27 variable test_scope_var 0
30 } {1 {variable "xyzzy" not found in namespace "::"} 0 ::test_scope_var}
39 variable v1 0
101 private variable priv "private-value"
102 protected variable prov "protected-value"
103 public variable pubv "public-value"
107 public common pubc "public-common-value"
109 variable varray
155variable ::test_scope::priv private-value private-value} {private variable ::test_scope::priv priv…
166value private-common-value} {private common ::test_scope::pric private-common-value pric-new} {pro…
[all …]
H A Dprotection.test15 namespace import ::tcltest::test
305 private variable pribv "pribv-value"
307 protected variable probv "probv-value"
309 public variable pubbv "pubbv-value"
314 private variable pridv "pridv-value"
329 } {0 {private variable ::test_info_base::pribv pribv-value pribv-value}}
337 } {0 {protected variable ::test_info_base::probv probv-value probv-value}}
345 } {0 {public variable ::test_info_base::pubbv pubbv-value {} pubbv-value}}
353 } {0 {private variable ::test_info_derived::pridv pridv-value pridv-value}}
361 namespace eval test_info_derived {info variable pribv}
[all …]
/dports/lang/tcl86/tcl8.6.12/pkgs/itcl4.2.2/tests/
H A Dscope.test27 variable test_scope_var 0
30 } {1 {variable "xyzzy" not found in namespace "::"} 0 ::test_scope_var}
39 variable v1 0
101 private variable priv "private-value"
102 protected variable prov "protected-value"
103 public variable pubv "public-value"
107 public common pubc "public-common-value"
109 variable varray
155variable ::test_scope::priv private-value private-value} {private variable ::test_scope::priv priv…
166value private-common-value} {private common ::test_scope::pric private-common-value pric-new} {pro…
[all …]
H A Dprotection.test15 namespace import ::tcltest::test
305 private variable pribv "pribv-value"
307 protected variable probv "probv-value"
309 public variable pubbv "pubbv-value"
314 private variable pridv "pridv-value"
329 } {0 {private variable ::test_info_base::pribv pribv-value pribv-value}}
337 } {0 {protected variable ::test_info_base::probv probv-value probv-value}}
345 } {0 {public variable ::test_info_base::pubbv pubbv-value {} pubbv-value}}
353 } {0 {private variable ::test_info_derived::pridv pridv-value pridv-value}}
361 namespace eval test_info_derived {info variable pribv}
[all …]
/dports/lang/racket/racket-8.3/src/expander/namespace/
H A Dapi.rkt39 namespace-variable-value
40 namespace-set-variable-value!
41 namespace-undefine-variable!
172 (define/who (namespace-variable-value sym
202 (format (string-append "namespace-variable-value: bound to syntax\n"
217 (namespace-get-variable var-ns var-phase-level var-sym
222 … "namespace-variable-value: given name is not defined\n"
229 (define/who (namespace-set-variable-value! sym
236 (namespace-set-variable! ns (namespace-phase ns) sym val as-constant?)
246 (define/who (namespace-undefine-variable! sym
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/namespace/
H A Dapi.rkt39 namespace-variable-value
40 namespace-set-variable-value!
41 namespace-undefine-variable!
172 (define/who (namespace-variable-value sym
202 (format (string-append "namespace-variable-value: bound to syntax\n"
217 (namespace-get-variable var-ns var-phase-level var-sym
222 … "namespace-variable-value: given name is not defined\n"
229 (define/who (namespace-set-variable-value! sym
236 (namespace-set-variable! ns (namespace-phase ns) sym val as-constant?)
246 (define/who (namespace-undefine-variable! sym
[all …]
/dports/net-mgmt/icingaweb2/icingaweb2-2.8.2/library/vendor/Zend/Session/
H A DNamespace.php169 foreach ($_SESSION['__ZF'][$namespace]['ENVNH'] as $variable => $hops) {
170 $_SESSION['__ZF'][$namespace]['ENVNH'][$variable]--;
172 if ($_SESSION['__ZF'][$namespace]['ENVNH'][$variable] === 0) {
173 if (isset($_SESSION[$namespace][$variable])) {
174 … self::$_expiringData[$namespace][$variable] = $_SESSION[$namespace][$variable];
175 unset($_SESSION[$namespace][$variable]);
177 unset($_SESSION['__ZF'][$namespace]['ENVNH'][$variable]);
287 * @param mixed $value - value in the <key,value> pair to assign to the $name key
291 public function __set($name, $value) argument
316 $_SESSION[$this->_namespace][$name] = $value;
[all …]
/dports/www/matomo/piwik/libs/Zend/Session/
H A DNamespace.php176 foreach ($_SESSION['__ZF'][$namespace]['ENVNH'] as $variable => $hops) {
177 $_SESSION['__ZF'][$namespace]['ENVNH'][$variable]--;
179 if ($_SESSION['__ZF'][$namespace]['ENVNH'][$variable] === 0) {
180 if (isset($_SESSION[$namespace][$variable])) {
181 … self::$_expiringData[$namespace][$variable] = $_SESSION[$namespace][$variable];
182 unset($_SESSION[$namespace][$variable]);
184 unset($_SESSION['__ZF'][$namespace]['ENVNH'][$variable]);
295 * @param mixed $value - value in the <key,value> pair to assign to the $name key
299 public function __set($name, $value) argument
327 $_SESSION[$this->_namespace][$name] = $value;
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/mysql-test/suite/x/r/
H A Dconnection_multi_bind_address_ipv6_win.result10 # 6. skipped "empty network namespace" binding
11 # 7. skipped "wildcard with namespace" binding
12 # 8. skipped "wrong network namespace" binding
36 …dation of value '\\*' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there ar…
43 …idation of value '::' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there ar…
50 …lidation of value '' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there are…
56 # 6. skipped "empty network namespace" binding
57 … reported: 'Validation of value '::1/' set to `Mysqlx_bind_address` failed: can't be parsed as an …
63 # 7. skipped "wildcard with namespace" binding
64 …'Validation of value '::/wrong' set to `Mysqlx_bind_address` failed: network namespace are not all…
[all …]
H A Dconnection_multi_bind_address.result12 # 7. skipped "empty network namespace" binding
13 # 8. skipped "wildcard with namespace" binding
14 # 9. skipped "wrong network namespace" binding
46 …dation of value '\\*' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there ar…
60 …lidation of value '' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there are…
66 # 7. skipped "empty network namespace" binding
67 …ported: 'Validation of value 'localhost/' set to `Mysqlx_bind_address` failed: can't be parsed as …
73 # 8. skipped "wildcard with namespace" binding
74 …'Validation of value '\\*/wrong' set to `Mysqlx_bind_address` failed: network namespace are not al…
80 # 9. skipped "wrong network namespace" binding
[all …]
H A Dconnection_multi_bind_address_ipv6.result12 # 7. skipped "empty network namespace" binding
13 # 8. skipped "wildcard with namespace" binding
14 # 9. skipped "wrong network namespace" binding
44 …dation of value '\\*' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there ar…
58 …lidation of value '' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there are…
64 # 7. skipped "empty network namespace" binding
65 … reported: 'Validation of value '::1/' set to `Mysqlx_bind_address` failed: can't be parsed as an …
71 # 8. skipped "wildcard with namespace" binding
72 …'Validation of value '::/wrong' set to `Mysqlx_bind_address` failed: network namespace are not all…
78 # 9. skipped "wrong network namespace" binding
[all …]
H A Dconnection_multi_bind_address_win.result10 # 6. skipped "empty network namespace" binding
11 # 7. skipped "wildcard with namespace" binding
12 # 8. skipped "wrong network namespace" binding
38 …dation of value '\\*' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there ar…
52 …lidation of value '' set to `Mysqlx_bind_address` failed: wildcards are not allowed when there are…
58 # 6. skipped "empty network namespace" binding
59 …ported: 'Validation of value 'localhost/' set to `Mysqlx_bind_address` failed: can't be parsed as …
65 # 7. skipped "wildcard with namespace" binding
66 …'Validation of value '\\*/wrong' set to `Mysqlx_bind_address` failed: network namespace are not al…
72 # 8. skipped "wrong network namespace" binding
[all …]
/dports/devel/p5-Package-Stash/Package-Stash-0.39/lib/Package/Stash/
H A DPP.pm105 my ($variable) = @_;
108 if (ref($variable) eq 'HASH') {
112 (defined $variable && length $variable)
115 my $sigil = substr($variable, 0, 1, '');
136 my ($value, $type) = @_;
139 return reftype($value) eq $type;
142 my $ref = reftype($value);
243 my ($self, $variable) = @_;
276 my ($self, $variable, %opts) = @_;
284 $self->add_symbol($variable);
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/reference/
H A Dnamespaces.scrbl11 return a first-class namespace value. A namespace is used by setting
12 the @racket[current-namespace] parameter value, or by providing the
18 Returns @racket[#t] if @racket[v] is a namespace value, @racket[#f]
67 Returns @racket[#t] if @racket[v] is a namespace-anchor value,
134 @defproc[(namespace-variable-value [sym symbol?]
140 Returns a value for @racket[sym] in @racket[namespace], using
141 @racket[namespace]'s @tech{base phase}. The returned value depends on
165 @racket[namespace-variable-value] calls @racket[failure-thunk] to
171 @defproc[(namespace-set-variable-value! [sym symbol?]
189 the value.
[all …]
/dports/lang/tcl85/tcl8.5.19/tests/
H A Dvar.test43 set x "global value"
45 variable x "namespace value"
52 } {global value}
61 } {namespace value}
64 } {global value}
67 } {namespace value}
70 } {global value}
411 test var-7.8 {Tcl_VariableObjCmd, if var already exists and no value is given, leave value unchange…
503 } {1 {wrong # args: should be "variable ?name value...? name ?value?"}}
508 } {1 {wrong # args: should be "variable ?name value...? name ?value?"}}
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/production/loki-mixin/dashboards/
H A Dloki-logs.libsonnet20 …ype == 'query') : "Only types 'query' and 'custom' are allowed for dashboard variable 'namespace'",
41 variable:: 'cluster',
50 variable:: 'namespace',
69 variable:: 'pod',
103 value: '$__all'
108 value: 'debug'
113 value: 'info'
118 value: 'warn'
123 value: 'error'
134 value: '',
[all …]
/dports/lang/racket/racket-8.3/share/pkgs/racket-doc/scribblings/inside/
H A Dnamespaces.scrbl6 A Racket namespace (a top-level environment) is represented by a value
40 The Racket @indexed-racket[#%variable-reference] form produces a value
42 of @racket[#%variable-reference] to obtain the same kind of value as
44 variable's value, or @cpp{NULL} if the variable is not yet defined).
53 Adds a value to the table of globals for the namespace @var{env},
70 value.}
77 where the value is stored. When the value in this bucket is @cpp{NULL}, then
78 the global variable is undefined.
108 Changes the value of a global variable. The @var{procname} argument is
119 namespace.}
[all …]
/dports/cad/gmsh/gmsh-4.9.2-source/demos/struct/
H A DExists_GetForced.geo16 // returns 1 if variable 'name_variable' exists, 0 if not
30 If (Exists(namespace::struct_name.Dim))
31 Printf("Member 'Dim' of structure 'namespace::struct_name' exists");
34 If (!Exists(namespace::struct_name.Thickness))
37 If (Exists(namespace::struct_name.Thickness))
44 // returns value of 'name_variable' if it exists, default_value if not
46 // returns value of 'name_variable' if it exists, 0 (zero) if not
49 get_forced_val_real = GetForced(val_real, 1); // Will be 12, the value of the existing variable
51 …ue = GetForced(other_val_real, 1); // Will be 1 (defined default value) because variable does not …
52 …default_value = GetForced(other_val_real); // Will be 0 (default value) because variable does not …
[all …]
/dports/lang/tcl86/tcl8.6.12/tests/
H A Dvar.test61 set ::x "global value"
63 variable x "namespace value"
73 } {global value}
82 } {namespace value}
85 } {global value}
88 } {namespace value}
91 } {global value}
489 test var-7.8 {Tcl_VariableObjCmd, if var already exists and no value is given, leave value unchange…
647 namespace eval ns {variable u a; variable v}
997 set value bad
[all …]
/dports/math/py-or-tools/or-tools-9.2/ortools/math_opt/cpp/
H A Dobjective.h23 namespace operations_research {
24 namespace math_opt {
37 inline void set_linear_coefficient(Variable variable, double value) const;
39 inline bool is_linear_coefficient_nonzero(Variable variable) const;
42 inline double linear_coefficient(Variable variable) const;
44 inline void set_offset(double value) const;
78 void Objective::set_linear_coefficient(const Variable variable, in set_linear_coefficient() argument
79 const double value) const { in set_linear_coefficient() argument
81 model_->set_linear_objective_coefficient(variable.typed_id(), value); in set_linear_coefficient()
92 void Objective::set_offset(const double value) const { in set_offset() argument
[all …]
/dports/lang/racket-minimal/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt10 "../namespace/namespace.rkt"
64 'make-empty-namespace make-empty-namespace
66 'namespace-attach-module namespace-attach-module
72 'namespace-require namespace-require
73 'namespace-require/copy namespace-require/copy
76 'namespace-variable-value namespace-variable-value
77 'namespace-set-variable-value! namespace-set-variable-value!
78 'namespace-undefine-variable! namespace-undefine-variable!
79 'namespace-mapped-symbols namespace-mapped-symbols
80 'namespace-base-phase namespace-base-phase
[all …]
/dports/lang/racket/racket-8.3/src/expander/boot/
H A Dmain-primitive.rkt10 "../namespace/namespace.rkt"
64 'make-empty-namespace make-empty-namespace
66 'namespace-attach-module namespace-attach-module
72 'namespace-require namespace-require
73 'namespace-require/copy namespace-require/copy
76 'namespace-variable-value namespace-variable-value
77 'namespace-set-variable-value! namespace-set-variable-value!
78 'namespace-undefine-variable! namespace-undefine-variable!
79 'namespace-mapped-symbols namespace-mapped-symbols
80 'namespace-base-phase namespace-base-phase
[all …]
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/internal/
H A Dsetenv.h21 namespace google {
22 namespace cloud {
23 inline namespace GOOGLE_CLOUD_CPP_NS {
24 namespace internal {
27 void UnsetEnv(char const* variable);
40 void SetEnv(char const* variable, char const* value);
47 void SetEnv(char const* variable, absl::optional<std::string> value);

12345678910>>...1127