Home
last modified time | relevance | path

Searched refs:withHost (Results 1 – 17 of 17) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php221 public function withHost($host); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php222 public function withHost(string $host): UriInterface; function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
DUtils.php58 $uri = $uri->withHost($asciiHost);
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DUrl.php56 public function withHost(string $host) function in Nyholm\\Dsn\\Configuration\\Url
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php138 $uri = $uri->withHost('');
DUriResolver.php162 …ptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost('');
DUri.php506 public function withHost($host) function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php141 $uri = $uri->withHost('');
DUriResolver.php150 …ptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost('');
DUri.php454 public function withHost($host): UriInterface function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php355 $uri = $uri->withHost($records[0]['ip']);
367 $uri = $uri->withHost('[' . $records[0]['ipv6'] . ']');
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
DUtils.php350 $uri = $uri->withHost($asciiHost);
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php355 return $uri->withHost($records[0]['ip']);
363 return $uri->withHost('['.$records[0]['ipv6'].']');
/plugin/elasticsearch/vendor/nyholm/dsn/
DREADME.md162 $new = $dsn->withHost('nyholm.tech');
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md110 | `withHost($host)` | Return an instance with the specified host. | |
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md321 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception