Home
last modified time | relevance | path

Searched refs:evaluated (Results 1 – 25 of 8005) sorted by relevance

12345678910>>...321

/dports/databases/py-varstack/varstack-c9e6e5e/test/
H A Dvarstack_test.py28 evaluated = v.evaluate({})
29 assert_equal(3, len(evaluated['an_array']))
30 assert_equal(2, len(evaluated['a_dict']))
51 self.evaluated = self.v.evaluate({})
54 assert_equal(self.evaluated['unencrypted_string'], self.evaluated['encrypted_string'])
55 assert_is_instance(self.evaluated['encrypted_string'], str)
58 …assert_equal(self.evaluated['unencrypted_multiline_string'], self.evaluated['encrypted_multiline_s…
59 assert_is_instance(self.evaluated['encrypted_multiline_string'], str)
62 assert_equal(self.evaluated['unencrypted_yaml_list'], self.evaluated['encrypted_yaml_list'])
63 assert_is_instance(self.evaluated['encrypted_yaml_list'], list)
[all …]
/dports/graphics/qgis/qgis-3.22.3/tests/src/core/
H A Dtestqgslayoutlabel.cpp121 QCOMPARE( evaluated, expected ); in evaluation()
129 QCOMPARE( evaluated, expected ); in evaluation()
139 QCOMPARE( evaluated, expected ); in evaluation()
146 QCOMPARE( evaluated, expected ); in evaluation()
168 QCOMPARE( evaluated, expected ); in featureEvaluationUsingAtlas()
176 QCOMPARE( evaluated, expected ); in featureEvaluationUsingAtlas()
201 QCOMPARE( evaluated, expected ); in featureEvaluationUsingContext()
210 QCOMPARE( evaluated, expected ); in featureEvaluationUsingContext()
231 QCOMPARE( evaluated, expected ); in pageEvaluation()
252 QCOMPARE( evaluated, expected ); in pageSizeEvaluation()
[all …]
/dports/graphics/qgis-ltr/qgis-3.16.16/tests/src/core/
H A Dtestqgslayoutlabel.cpp121 QCOMPARE( evaluated, expected ); in evaluation()
129 QCOMPARE( evaluated, expected ); in evaluation()
139 QCOMPARE( evaluated, expected ); in evaluation()
146 QCOMPARE( evaluated, expected ); in evaluation()
168 QCOMPARE( evaluated, expected ); in featureEvaluationUsingAtlas()
176 QCOMPARE( evaluated, expected ); in featureEvaluationUsingAtlas()
201 QCOMPARE( evaluated, expected ); in featureEvaluationUsingContext()
210 QCOMPARE( evaluated, expected ); in featureEvaluationUsingContext()
231 QCOMPARE( evaluated, expected ); in pageEvaluation()
252 QCOMPARE( evaluated, expected ); in pageSizeEvaluation()
[all …]
/dports/math/yacas/yacas-1.9.1/cyacas/libyacas/src/
H A Dmathcommands.cpp292 LispPtr evaluated; in LispList() local
295 (*tail) = (evaluated); in LispList()
338 LispPtr evaluated(ARGUMENT(1)); in InternalDelete() local
473 if (IsTrue(aEnvironment, evaluated) || IsFalse(aEnvironment, evaluated)) { in LispNot()
486 LispPtr evaluated; in LispLazyAnd() local
527 LispPtr evaluated; in LispLazyOr() local
644 LispPtr evaluated; in LispWhile() local
1098 LispPtr evaluated; in LispFromFile() local
1130 LispPtr evaluated; in LispFromString() local
1182 LispPtr evaluated; in LispToFile() local
[all …]
/dports/www/twiki/twiki/pub/TWiki/TWikiSheetPlugin/ruleJS/lib/jstat/doc/md/
H A Dspecial-functions.md13 …for the incomplete Beta function with parameters a and b modified by Lentz's method evaluated at x.
17 Returns the inverse of the incomplete Beta function evaluated at (p,a,b).
21 Returns teh incomplete Beta function evaluated at (x,a,b).
25 Returns the Log-Gamma function evaluated at x.
29 Returns the Gamma function evaluated at x.
33 Returns the Lower Incomplete Gamma function evaluated at (a,x).
53 Returns the inverse of the incomplete Gamma function evaluated at (p,a).
57 Returns the error function evaluated at x.
61 Returns the complementary error function evaluated at x.
65 Returns the inverse of the complementary error function evaluated at p.
/dports/irc/irssi-scripts/irssi-scripts/scripts/
H A Dspecial_complete.pl18 my $evaluated;
20 $evaluated = Irssi::active_win->{'active'}->parse_special($word);
22 $evaluated = Irssi::active_win->{'active_server'}->parse_special($word);
24 $evaluated = Irssi::parse_special($word);
26 if ($evaluated ne '') {
27 push @$complist, $evaluated;
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/tsa/regime_switching/tests/
H A Dtest_markov_switching.py273 evaluated = np.atleast_1d(logistic(x))
274 partials = np.diag(evaluated - evaluated**2)
277 partials[i, j] = partials[j, i] = -evaluated[i] * evaluated[j]
285 evaluated = logistic(case)
286 partial = [evaluated - evaluated**2]
292 evaluated = logistic(case)[:, 0]
293 partials = np.diag(evaluated - evaluated**2)
301 evaluated = logistic(case)
302 partials = (evaluated - evaluated**2)[None, ...]
311 evaluated = logistic(case)
[all …]
/dports/www/typo3-11/typo3_src-11.5.7/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/
H A DEscapingNode.php43 $evaluated = $this->node->evaluate($renderingContext);
44 … if (is_string($evaluated) || (is_object($evaluated) && method_exists($evaluated, '__toString'))) {
45 return htmlspecialchars((string) $evaluated, ENT_QUOTES);
47 return $evaluated;
/dports/www/typo3-9/typo3_src-9.5.31/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/
H A DEscapingNode.php43 $evaluated = $this->node->evaluate($renderingContext);
44 … if (is_string($evaluated) || (is_object($evaluated) && method_exists($evaluated, '__toString'))) {
45 return htmlspecialchars((string) $evaluated, ENT_QUOTES);
47 return $evaluated;
/dports/www/typo3-10/typo3_src-10.4.25/vendor/typo3fluid/fluid/src/Core/Parser/SyntaxTree/
H A DEscapingNode.php43 $evaluated = $this->node->evaluate($renderingContext);
44 … if (is_string($evaluated) || (is_object($evaluated) && method_exists($evaluated, '__toString'))) {
45 return htmlspecialchars((string) $evaluated, ENT_QUOTES);
47 return $evaluated;
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/
H A Dqualif-indirect-mutation-fail.stderr1 error[E0493]: destructors cannot be evaluated at compile-time
7 error[E0493]: destructors cannot be evaluated at compile-time
13 error[E0493]: destructors cannot be evaluated at compile-time
19 error[E0493]: destructors cannot be evaluated at compile-time
25 error[E0493]: destructors cannot be evaluated at compile-time
31 error[E0493]: destructors cannot be evaluated at compile-time
37 error[E0493]: destructors cannot be evaluated at compile-time
43 error[E0493]: destructors cannot be evaluated at compile-time
49 error[E0493]: destructors cannot be evaluated at compile-time
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/consts/const-eval/
H A Dconst_panic.stderr5 …| ^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'cheese', $DIR/const_panic…
13 …| ^^^^^^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/const_pani…
21 …| ^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'internal error: entered unr…
29 …| ^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'not implemented', $DIR/co…
37 …| ^^^^^^^^^^^^^^^^ the evaluated program panicked at 'hello', $DIR/const_panic.rs:18…
45 …| ^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'hello', $DIR/const_pani…
53 …| ^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'cheese', $DIR/const…
61 …| ^^^^^^^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/cons…
77 …| ^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'not implemented', $…
85 …| ^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'hello', $DIR/const_panic…
[all …]
H A Dconst_panic_2021.stderr5 …| ^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'blåhaj', $DIR/const_panic…
13 …| ^^^^^^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/const_panic…
21 …| ^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'internal error: entered unr…
29 …| ^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'not implemented', $DIR/co…
37 …| ^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'hello', $DIR/const_panic…
45 …| ^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'shark', $DIR/const_p…
53 …| ^^^^^^^^^^^^^^ the evaluated program panicked at 'explicit panic', $DIR/const…
61 …| ^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'internal error: enter…
69 …| ^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'not implemented', $…
77 …| ^^^^^^^^^^^^^^^^^^^^^^^ the evaluated program panicked at 'hello', $DIR/const…
/dports/games/wesnoth/wesnoth-1.14.17/src/formula/
H A Ddebugger.cpp38 …, int level, const std::string &name, const std::string &str, const variant &value, bool evaluated) in debug_info() argument
39 …er), counter_(counter), level_(level), name_(name), str_(str), value_(value), evaluated_(evaluated) in debug_info()
78 bool debug_info::evaluated() const in evaluated() function in wfl::debug_info
84 void debug_info::set_evaluated(bool evaluated) in set_evaluated() argument
86 evaluated_ = evaluated; in set_evaluated()
183 void formula_debugger::call_stack_set_evaluated(bool evaluated) in call_stack_set_evaluated() argument
185 call_stack_.back().set_evaluated(evaluated); in call_stack_set_evaluated()
275 if ((call_stack.size() == 1) && (call_stack.front().evaluated()) ) { in is_break_now()
297 if (call_stack.empty() || call_stack.back().evaluated()) { in is_break_now()
320 if (call_stack.empty() || call_stack.back().evaluated()) { in is_break_now()
[all …]
/dports/sysutils/cfengine-masterfiles-devel/masterfiles-f98dca2d/tests/unit/
H A Dtest_federation_policy37 …k --file ../../cfe_internal/enterprise/federation/federation.cf --show-evaluated-classes | grep c…
51 …./cfe_internal/enterprise/federation/federation.cf --show-evaluated-classes --show-evaluated-vars…
65 …k --file ../../cfe_internal/enterprise/federation/federation.cf --show-evaluated-classes | grep c…
80 …./cfe_internal/enterprise/federation/federation.cf --show-evaluated-classes --show-evaluated-vars…
/dports/audio/supercollider/SuperCollider-3.11.0-Source/testsuite/classlibrary/
H A DTestMixedBundle_Server.sc26 var evaluated, timeout;
29 bundle.addFunction({ evaluated = true; cond.unhang });
36 this.assertEquals(evaluated, true, "Sending the bundle should call functions");
40 var evaluated, timeout;
43 bundle.onSend({ evaluated = true; cond.unhang });
50 this.assertEquals(evaluated, true, "Sending the bundle should call sendFunctions");
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/closure/
H A DFuture.java31 private boolean evaluated ; field in Future
37 this.evaluated = false ; in Future()
44 if (!evaluated) { in evaluate()
45 evaluated = true ; in evaluate()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/corba/src/share/classes/com/sun/corba/se/impl/orbutil/closure/
H A DFuture.java31 private boolean evaluated ; field in Future
37 this.evaluated = false ; in Future()
44 if (!evaluated) { in evaluate()
45 evaluated = true ; in evaluate()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Swift/Sources/Antlr4/atn/
H A DSemanticContext.swift247 let evaluated = try context.evalPrecedence(parser, parserCallStack) in evalPrecedence<T>() variable
250 differs = differs || (evaluated != context) in evalPrecedence<T>()
252 if evaluated == nil { in evalPrecedence<T>()
256 else if evaluated != SemanticContext.NONE { in evalPrecedence<T>()
258 operands.append(evaluated!) in evalPrecedence<T>()
355 let evaluated = try context.evalPrecedence(parser, parserCallStack) in evalPrecedence<T>() variable
356 differs = differs || (evaluated != context) in evalPrecedence<T>()
357 if evaluated == SemanticContext.NONE { in evalPrecedence<T>()
361 else if let evaluated = evaluated { in evalPrecedence<T>() variable
363 operands.append(evaluated) in evalPrecedence<T>()
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python2/src/antlr4/atn/
H A DSemanticContext.py202 evaluated = context.evalPrecedence(parser, outerContext)
203 differs |= evaluated is not context
204 if evaluated is None:
207 elif evaluated is not SemanticContext.NONE:
209 operands.append(evaluated)
285 evaluated = context.evalPrecedence(parser, outerContext)
286 differs |= evaluated is not context
287 if evaluated is SemanticContext.NONE:
290 elif evaluated is not None:
292 operands.append(evaluated)
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/static/
H A Dstatic-drop-scope.stderr1 error[E0493]: destructors cannot be evaluated at compile-time
19 error[E0493]: destructors cannot be evaluated at compile-time
37 error[E0493]: destructors cannot be evaluated at compile-time
45 error[E0493]: destructors cannot be evaluated at compile-time
53 error[E0493]: destructors cannot be evaluated at compile-time
61 error[E0493]: destructors cannot be evaluated at compile-time
70 error[E0493]: destructors cannot be evaluated at compile-time
78 error[E0493]: destructors cannot be evaluated at compile-time
/dports/math/yacas/yacas-1.9.1/jyacas/net/sf/yacas/
H A DMathCommands.java674 LispPtr evaluated = new LispPtr(); in OperatorInfo() local
712 LispPtr evaluated = new LispPtr(); in InternalDelete() local
749 LispPtr evaluated = new LispPtr(); in InternalInsert() local
791 LispPtr evaluated = new LispPtr(); in InternalReplace() local
1060 LispPtr evaluated = new LispPtr(); in Eval() local
1102 LispPtr evaluated = new LispPtr(); in Eval() local
1178 LispPtr evaluated = new LispPtr(); in Eval() local
1257 LispPtr evaluated = new LispPtr(); in Eval() local
1509 tail.Ptr().Set(evaluated.Get()); in Eval()
1658 LispPtr evaluated = new LispPtr(); in Eval() local
[all …]
/dports/lang/kawa/kawa-3.1.1/testsuite/
H A Dtest-utils.scm14 ((evaluated)
18 #,(datum->syntax form #'(test-equal evaluated (format "~a" value))
23 ((xtest value quoted evaluated)
26 (test-equal evaluated (format "~w" value))))))))
/dports/sysutils/istio/istio-1.6.7/vendor/github.com/antlr/antlr4/runtime/Python3/src/antlr4/atn/
H A DSemanticContext.py204 evaluated = context.evalPrecedence(parser, outerContext)
205 differs |= evaluated is not context
206 if evaluated is None:
209 elif evaluated is not SemanticContext.NONE:
211 operands.append(evaluated)
287 evaluated = context.evalPrecedence(parser, outerContext)
288 differs |= evaluated is not context
289 if evaluated is SemanticContext.NONE:
292 elif evaluated is not None:
294 operands.append(evaluated)
/dports/devel/py-antlr4-python3-runtime/antlr4-python3-runtime-4.9/src/antlr4/atn/
H A DSemanticContext.py204 evaluated = context.evalPrecedence(parser, outerContext)
205 differs |= evaluated is not context
206 if evaluated is None:
209 elif evaluated is not SemanticContext.NONE:
211 operands.append(evaluated)
287 evaluated = context.evalPrecedence(parser, outerContext)
288 differs |= evaluated is not context
289 if evaluated is SemanticContext.NONE:
292 elif evaluated is not None:
294 operands.append(evaluated)

12345678910>>...321