Home
last modified time | relevance | path

Searched refs:withUserInfo (Results 1 – 11 of 11) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php207 public function withUserInfo($user, $password = null); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php208 public function withUserInfo(string $user, ?string $password = null): UriInterface; function
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Exception/
DRequestException.php124 return $uri->withUserInfo(\substr($userInfo, 0, $pos), '***');
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Exception/
DRequestException.php142 return $uri->withUserInfo(substr($userInfo, 0, $pos), '***');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriResolver.php162 …$emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(…
DUri.php488 public function withUserInfo($user, $password = null) function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriResolver.php150 …$emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(…
DUri.php435 public function withUserInfo($user, $password = null): UriInterface function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php207 $uri = $request->getUri()->withUserInfo('');
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DRedirectMiddleware.php193 $uri = $request->getUri()->withUserInfo('');
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md109 | `withUserInfo($user, $password = null)` | Return an instance with the specified user information.…