Home
last modified time | relevance | path

Searched refs:scoreArgument (Results 1 – 16 of 16) sorted by last modified time

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