Home
last modified time | relevance | path

Searched refs:distributeArguments (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/consistency/
DXcallable.php168 public function distributeArguments(array $arguments) function in Hoa\\Consistency\\Xcallable
DREADME.md186 The `Hoa\Consistency\Xcallable::distributeArguments` method invokes the callable
190 $xcallable->distributeArguments(['foo']);
/plugin/findologicxmlexport/vendor/hoa/math/Visitor/
DArithmetic.php133 return $acc($function->distributeArguments($arguments));
/plugin/findologicxmlexport/vendor/hoa/consistency/Test/Unit/
DXcallable.php267 ->when($result = $callable->distributeArguments([7, [4.2], 'foo']))