Home
last modified time | relevance | path

Searched refs:withPath (Results 1 – 7 of 7) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php134 $uri = $uri->withPath('/');
146 $uri = $uri->withPath(UriResolver::removeDotSegments($uri->getPath()));
150 $uri = $uri->withPath(preg_replace('#//++#', '/', $uri->getPath()));
192 $uri->withPath(
208 $uri->withPath(
H A DUriResolver.php73 return $rel->withPath(self::removeDotSegments($rel->getPath()));
162 …$emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(…
165 return $emptyPathUri->withPath(self::getRelativePath($base, $target));
179 return $emptyPathUri->withPath($lastSegment === '' ? './' : $lastSegment);
H A DUri.php537 public function withPath($path) function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php264 public function withPath($path); function
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
H A DPath.php61 public function withPath(string $path) function in Nyholm\\Dsn\\Configuration\\Path
H A DUrl.php88 public function withPath(?string $path) function in Nyholm\\Dsn\\Configuration\\Url
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
218 consistent with withPath, withQuery etc.