Home
last modified time | relevance | path

Searched refs:evaluate (Results 1 – 25 of 104) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php22 $constraint->evaluate([]);
122 $constraint->evaluate('foo');
305 $constraint->evaluate(0);
356 $constraint->evaluate(2);
408 $constraint->evaluate(0);
459 $constraint->evaluate(1);
549 $constraint->evaluate(0);
857 $constraint->evaluate(1);
1302 $constraint->evaluate(0);
1402 $constraint->evaluate(1);
[all …]
/plugin/ifauthex/_test/
H A Dgeneral.test.php249 $this->assertTrue(auth_expr_parse('user')->evaluate());
250 $this->assertFalse(auth_expr_parse('!user')->evaluate());
251 $this->assertTrue(auth_expr_parse('!user2')->evaluate());
252 $this->assertFalse(auth_expr_parse('user2')->evaluate());
253 $this->assertTrue(auth_expr_parse('@group')->evaluate());
254 $this->assertFalse(auth_expr_parse('!@group')->evaluate());
255 $this->assertTrue(auth_expr_parse('!@group2')->evaluate());
256 $this->assertFalse(auth_expr_parse('@group2')->evaluate());
290 $this->assertTrue(auth_expr_parse('user, @group')->evaluate());
291 $this->assertTrue(auth_expr_parse('user, !@group')->evaluate());
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
H A DCountTest.php19 $this->assertTrue($countConstraint->evaluate([], '', true));
24 $this->assertTrue($countConstraint->evaluate($it, '', true));
34 $countConstraint->evaluate($it, '', true);
38 $countConstraint->evaluate($it, '', true);
42 $countConstraint->evaluate($it, '', true);
49 $countConstraint->evaluate($it, '', true);
53 $countConstraint->evaluate($it, '', true);
57 $countConstraint->evaluate($it, '', true);
69 $countConstraint->evaluate($generator, '', true);
78 $countConstraint->evaluate($generator, '', true);
[all …]
H A DArraySubsetTest.php24 $this->assertSame($expected, $constraint->evaluate($other, '', true));
63 $this->assertTrue($constraint->evaluate($arrayAccess, '', true));
H A DIsJsonTest.php19 $this->assertEquals($expected, $constraint->evaluate($jsonOther, '', true));
/plugin/structcondstyle/meta/
H A DOperator.php27 function evaluate($lhs, $rhs){ function in dokuwiki\\plugin\\structcondstyle\\meta\\Operator
51 function evaluate($lhs, $rhs) function in dokuwiki\\plugin\\structcondstyle\\meta\\NumericOperator
62 return parent::evaluate($lvalue, $rvalue);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Expression/
H A DExpressionEvaluator.php41 public function evaluate(string $expression, array $data = []) function in JMS\\Serializer\\Expression\\ExpressionEvaluator
43 return $this->expressionLanguage->evaluate($expression, $data + $this->context);
51 … return $this->expressionLanguage->evaluate($expression->getExpression(), $data + $this->context);
H A DExpressionEvaluatorInterface.php15 public function evaluate(string $expression, array $data = []); function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
H A DIssue1472Test.php13 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
19 $this->assertEquals(1, $xpath->evaluate('count(//label[text() = "text content"])'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DComposite.php45 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Composite
48 return $this->innerConstraint->evaluate(
H A DAttribute.php47 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Attribute
49 return parent::evaluate(
H A DTraversableContainsOnly.php64 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_TraversableContainsOnly
69 if (!$this->constraint->evaluate($item, '', true)) {
H A DOr.php57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Or
63 if ($constraint->evaluate($other, $description, true)) {
H A DAnd.php65 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_And
71 if (!$constraint->evaluate($other, $description, true)) {
H A DNot.php89 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Not
91 $success = !$this->constraint->evaluate($other, $description, true);
H A DXor.php57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Xor
64 $result = $constraint->evaluate($other, $description, true);
H A DIsAnything.php34 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsAnything
/plugin/pgn4web/pgn4web/
H A Dviewer-links.php45 $bases = $xpath->evaluate("/html/head//base");
54 $frames = $xpath->evaluate("/html/body//iframe");
60 $frames = $xpath->evaluate("/html/body//frame");
68 $hrefs = $xpath->evaluate("/html/body//a");
/plugin/revealjs/plugin/print-pdf/
H A Dprint-pdf.js31 var config = probePage.evaluate( function() {
45 printPage.evaluate( function() {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml_gecko.js60 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument,
79 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument,
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js100 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
142 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DMethodName.php66 return $this->constraint->evaluate($invocation->methodName, '', true);

12345