Home
last modified time | relevance | path

Searched refs:withPort (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php240 public function withPort($port); function
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DUrl.php72 public function withPort(?int $port) function in Nyholm\\Dsn\\Configuration\\Url
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php142 $uri = $uri->withPort(null);
H A DUriResolver.php162 …$emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(…
H A DUri.php521 public function withPort($port) function in GuzzleHttp\\Psr7\\Uri