Home
last modified time | relevance | path

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

123456

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DConstraintTest.php17 $this->assertFalse($constraint->evaluate([], '', true));
22 $constraint->evaluate([]);
43 $constraint->evaluate([], 'custom message');
66 $this->assertFalse($constraint->evaluate([0 => 1], '', true));
71 $constraint->evaluate([0 => 1]);
95 $constraint->evaluate([0], 'custom message');
117 $this->assertFalse($constraint->evaluate('foo', '', true));
122 $constraint->evaluate('foo');
143 $this->assertFalse($constraint->evaluate('foo', '', true));
148 $constraint->evaluate('foo');
[all …]
/plugin/ifauthex/_test/
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());
258 $this->assertTrue(auth_expr_parse('user || @group')->evaluate());
259 $this->assertTrue(auth_expr_parse('user || !@group')->evaluate());
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/Constraint/
DCountTest.php16 $this->assertTrue($countConstraint->evaluate([1, 2, 3], '', true));
19 $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);
[all …]
DArraySubsetTest.php24 $this->assertSame($expected, $constraint->evaluate($other, '', true));
63 $this->assertTrue($constraint->evaluate($arrayAccess, '', true));
/plugin/structcondstyle/meta/
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/
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);
DExpressionEvaluatorInterface.php15 public function evaluate(string $expression, array $data = []); function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/
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/
DComposite.php45 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Composite
48 return $this->innerConstraint->evaluate(
DAttribute.php47 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Attribute
49 return parent::evaluate(
DTraversableContainsOnly.php64 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_TraversableContainsOnly
69 if (!$this->constraint->evaluate($item, '', true)) {
DOr.php57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Or
63 if ($constraint->evaluate($other, $description, true)) {
DAnd.php65 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_And
71 if (!$constraint->evaluate($other, $description, true)) {
DXor.php57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Xor
64 $result = $constraint->evaluate($other, $description, true);
DNot.php89 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Not
91 $success = !$this->constraint->evaluate($other, $description, true);
DIsAnything.php34 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsAnything
/plugin/pgn4web/pgn4web/
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/
Dprint-pdf.js31 var config = probePage.evaluate( function() {
45 printPage.evaluate( function() {
/plugin/wysiwyg/fckeditor/editor/_source/classes/
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/grensladawritezor/fckeditor/editor/_source/classes/
Dfckxml_gecko.js61 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument,
80 var xPathResult = this.DOMDocument.evaluate( xpath, contextNode ? contextNode : this.DOMDocument,
/plugin/wysiwyg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js100 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/grensladawritezor/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js101 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
122 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/fckg/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js121 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
142 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
Dfckxml.js132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,

123456