Home
last modified time | relevance | path

Searched defs:arguments (Results 76 – 100 of 155) sorted by path

1234567

/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DQueryBuilder.php45 public function __call(string $dsl, array $arguments): Facade argument
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/
H A DFacade.php40 public function __call(string $name, array $arguments) argument
/plugin/etherpadlite/externals/etherpad-lite-client/
H A Detherpad-lite-client.php25 protected function get($function, array $arguments = array()){
29 protected function post($function, array $arguments = array()){
33 protected function call($function, array $arguments = array(), $method = 'GET'){
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DAutoloader.php237 public static function dnew($classname, array $arguments = [])
H A DXcallable.php168 public function distributeArguments(array $arguments)
180 public function getValidCallback(array &$arguments = [])
/plugin/findologicxmlexport/vendor/hoa/exception/
H A DException.php66 $arguments = [],
H A DGroup.php69 $arguments = [],
H A DIdle.php102 $arguments = [],
/plugin/findologicxmlexport/vendor/hoa/protocol/Test/Unit/
H A DWrapper.php178 public function _case_metadata_touch_with_xxx_arguments($arguments, $path, $time, $atime)
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DHandlerRegistryTest.php48 public function __call($name, $arguments)
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/src/DocBlock/Tags/
H A DMethod.php34 private $arguments = []; variable in phpDocumentor\\Reflection\\DocBlock\\Tags\\Method
44 array $arguments = [],
211 private function filterArguments($arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/
H A DArgumentsWildcard.php32 public function __construct(array $arguments)
50 public function scoreArguments(array $arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Argument/Token/
H A DLogicalAndToken.php26 public function __construct(array $arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Call/
H A DCall.php25 private $arguments; variable in Prophecy\\Call\\Call
42 public function __construct($methodName, array $arguments, $returnValue,
H A DCallCenter.php56 public function makeCall(ObjectProphecy $prophecy, $methodName, array $arguments)
151 array $arguments)
219 private function indentArguments(array $arguments, $indentationLength)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/
H A DClassCodeGenerator.php102 private function generateArguments(array $arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/Generator/Node/
H A DMethodNode.php35 private $arguments = array(); variable in Prophecy\\Doubler\\Generator\\Node\\MethodNode
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Doubler/
H A DLazyDouble.php30 private $arguments = null; variable in Prophecy\\Doubler\\LazyDouble
103 public function setArguments(array $arguments = null)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Call/
H A DUnexpectedCallException.php20 private $arguments; variable in Prophecy\\Exception\\Call\\UnexpectedCallException
23 $methodName, array $arguments)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Exception/Doubler/
H A DMethodNotFoundException.php29 private $arguments; variable in Prophecy\\Exception\\Doubler\\MethodNotFoundException
37 public function __construct($message, $classname, $methodName, $arguments = null)
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Prophecy/
H A DMethodProphecy.php47 public function __construct(ObjectProphecy $objectProphecy, $methodName, $arguments = null)
117 public function withArguments($arguments)
H A DObjectProphecy.php98 public function willBeConstructedWith(array $arguments = null)
186 public function makeProphecyMethodCall($methodName, array $arguments)
240 public function __call($methodName, array $arguments)
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/
H A DToken.php285 protected $arguments; variable in PHP_Token_FUNCTION
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Builder/
H A DInvocationMocker.php230 public function with(...$arguments)
244 public function withConsecutive(...$arguments)
H A DParametersMatch.php35 public function with(...$arguments);

1234567