Home
last modified time | relevance | path

Searched refs:withUploadedFiles (Results 1 – 9 of 9) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DServerRequestInterface.php150 public function withUploadedFiles(array $uploadedFiles); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DServerRequestInterface.php150 public function withUploadedFiles(array $uploadedFiles): ServerRequestInterface; function
/plugin/matrixnotifierwas/vendor/psr/http-message/
DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
/plugin/authgooglesheets/vendor/psr/http-message/
DCHANGELOG.md28 - Updated the `ServerRequestInterface::withUploadedFiles()` parameter annotation
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DServerRequest.php180 ->withUploadedFiles(self::normalizeFiles($_FILES));
DUtils.php210 ->withUploadedFiles($request->getUploadedFiles());
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DServerRequest.php184 ->withUploadedFiles(self::normalizeFiles($_FILES));
DUtils.php219 ->withUploadedFiles($request->getUploadedFiles());
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md59 | `withUploadedFiles(array $uploadedFiles)` | Returns a new request instance with the specified upl…