Home
last modified time | relevance | path

Searched refs:scoreArgument (Results 1 – 16 of 16) sorted by relevance

/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
DLogicalNotToken.php39 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\LogicalNotToken
41 return false === $this->token->scoreArgument($argument) ? 4 : false;
DLogicalAndToken.php43 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\LogicalAndToken
51 $score = $token->scoreArgument($argument);
DArrayEveryEntryToken.php41 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayEveryEntryToken
49 $scores[] = $this->value->scoreArgument($argumentEntry);
DTokenInterface.php28 public function scoreArgument($argument); function
DAnyValueToken.php28 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\AnyValueToken
DAnyValuesToken.php28 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\AnyValuesToken
DStringContainsToken.php33 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\StringContainsToken
DCallbackToken.php51 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\CallbackToken
DApproximateValueToken.php33 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ApproximateValueToken
DArrayCountToken.php39 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayCountToken
DTypeToken.php47 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\TypeToken
DIdenticalValueToken.php46 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\IdenticalValueToken
DObjectStateToken.php58 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ObjectStateToken
DExactValueToken.php52 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ExactValueToken
DArrayEntryToken.php47 public function scoreArgument($argument) function in Prophecy\\Argument\\Token\\ArrayEntryToken
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
DArgumentsWildcard.php60 if (1 >= $score = $token->scoreArgument($argument)) {