Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
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(
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);
DUri.php537 public function withPath($path) function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php137 $uri = $uri->withPath('/');
149 $uri = $uri->withPath(UriResolver::removeDotSegments($uri->getPath()));
153 $uri = $uri->withPath(preg_replace('#//++#', '/', $uri->getPath()));
193 $uri->withPath(
209 $uri->withPath(
DUriResolver.php66 return $rel->withPath(self::removeDotSegments($rel->getPath()));
150 …$emptyPathUri = $target->withScheme('')->withPath('')->withUserInfo('')->withPort(null)->withHost(…
153 return $emptyPathUri->withPath(self::getRelativePath($base, $target));
168 return $emptyPathUri->withPath($lastSegment === '' ? './' : $lastSegment);
DUri.php487 public function withPath($path): UriInterface function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php264 public function withPath($path); function
/plugin/elasticsearch/vendor/nyholm/dsn/src/Configuration/
DPath.php61 public function withPath(string $path) function in Nyholm\\Dsn\\Configuration\\Path
DUrl.php88 public function withPath(?string $path) function in Nyholm\\Dsn\\Configuration\\Url
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php265 public function withPath(string $path): UriInterface; function
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md185 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
218 consistent with withPath, withQuery etc.
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md321 - `(new Uri)->withPath('foo')->withHost('example.com')` will throw an exception
354 consistent with withPath, withQuery etc.
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md112 | `withPath($path)` | Return an instance with the specified path. | |