Home
last modified time | relevance | path

Searched refs:evaluate (Results 26 – 50 of 104) sorted by path

12345

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js.map1evaluate the location in the JSON document. Each segment in the location path is either a property…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1evaluate one condition in a switch statement\n\t * than three in an if statement regardless of the…
/plugin/displayfile/
H A DREADME.md36 | `root_path` | empty | Specifies the root directory displayed file paths will evaluate relative to…
/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/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js35 …ExecuteNamedCommand('CreateLink',D,false,!!B);var E=this.EditorDocument.evaluate("//a[@href='"+D+"…
78evaluate(A,B?B:this.DOMDocument,this.DOMDocument.createNSResolver(this.DOMDocument.documentElement…
/plugin/findologicxmlexport/vendor/doctrine/annotations/docs/en/
H A Dcustom.rst254 The cached reader will not re-evaluate each time an annotation is loaded from cache.
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php68 return $this->evaluator->evaluate($metadata->expression, $variables);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Exclusion/
H A DExpressionLanguageExclusionStrategy.php57 return $this->expressionEvaluator->evaluate($property->excludeIf, $variables);
/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/jms/serializer/tests/Expression/
H A DExpressionEvaluatorTest.php26 self::assertSame(3, $this->evaluator->evaluate('a + b', ['a' => 1, 'b' => 2]));
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
H A DConsecutiveParameters.php114 $parameter->evaluate(
H A DMethodName.php66 return $this->constraint->evaluate($invocation->methodName, '', true);
H A DParameters.php131 $parameter->evaluate(
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2060 $constraint->evaluate($value, $message);
H A DConstraint.php43 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
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 DAttribute.php47 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Attribute
49 return parent::evaluate(
H A DComposite.php45 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Composite
48 return $this->innerConstraint->evaluate(
H A DIsAnything.php34 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsAnything
H A DIsEqual.php106 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsEqual
H A DIsIdentical.php61 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_IsIdentical
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 DOr.php57 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_Or
63 if ($constraint->evaluate($other, $description, true)) {
H A DTraversableContainsOnly.php64 public function evaluate($other, $description = '', $returnResult = false) function in PHPUnit_Framework_Constraint_TraversableContainsOnly
69 if (!$this->constraint->evaluate($item, '', true)) {

12345