| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
| D | ConstraintTest.php | 17 $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/ |
| D | general.test.php | 249 $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/ |
| D | CountTest.php | 16 $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 …]
|
| D | ArraySubsetTest.php | 24 $this->assertSame($expected, $constraint->evaluate($other, '', true)); 63 $this->assertTrue($constraint->evaluate($arrayAccess, '', true));
|
| /plugin/structcondstyle/meta/ |
| D | Operator.php | 27 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/ |
| D | ExpressionEvaluator.php | 41 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);
|
| D | ExpressionEvaluatorInterface.php | 15 public function evaluate(string $expression, array $data = []); function
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/1472/ |
| D | Issue1472Test.php | 13 $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/ |
| D | Composite.php | 45 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Composite 48 return $this->innerConstraint->evaluate(
|
| D | Attribute.php | 47 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Attribute 49 return parent::evaluate(
|
| D | TraversableContainsOnly.php | 64 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_TraversableContainsOnly 69 if (!$this->constraint->evaluate($item, '', true)) {
|
| D | Or.php | 57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Or 63 if ($constraint->evaluate($other, $description, true)) {
|
| D | And.php | 65 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_And 71 if (!$constraint->evaluate($other, $description, true)) {
|
| D | Xor.php | 57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Xor 64 $result = $constraint->evaluate($other, $description, true);
|
| D | Not.php | 89 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Not 91 $success = !$this->constraint->evaluate($other, $description, true);
|
| D | IsAnything.php | 34 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsAnything
|
| /plugin/pgn4web/pgn4web/ |
| D | viewer-links.php | 45 $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/ |
| D | print-pdf.js | 31 var config = probePage.evaluate( function() { 45 printPage.evaluate( function() {
|
| /plugin/wysiwyg/fckeditor/editor/_source/classes/ |
| D | fckxml_gecko.js | 60 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/ |
| D | fckxml_gecko.js | 61 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/ |
| D | fckxml.js | 100 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/ |
| D | fckxml.js | 101 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/ |
| D | fckxml.js | 121 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/ |
| D | fckxml.js | 132 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/ |
| D | fckxml.js | 132 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument, 155 var xPathResult = this.DOMDocument.evaluate( xpath, this.DOMDocument,
|