Home
last modified time | relevance | path

Searched refs:withFragment (Results 1 – 8 of 8) sorted by relevance

/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php297 public function withFragment($fragment); function
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php298 public function withFragment(string $fragment): UriInterface; function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php508 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
DCurlFactory.php211 CURLOPT_URL => (string) $easy->request->getUri()->withFragment(''),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUri.php566 public function withFragment($fragment) function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUri.php518 public function withFragment($fragment): UriInterface function in GuzzleHttp\\Psr7\\Uri
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/Handler/
DStreamHandler.php581 $ident = $request->getMethod().' '.$request->getUri()->withFragment('');
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md114 | `withFragment($fragment)` | Return an instance with the specified URI fragment. | |