Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php297 public function withFragment($fragment); function
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php508 $ident = $request->getMethod() . ' ' . $request->getUri()->withFragment('');
H A DCurlFactory.php211 CURLOPT_URL => (string) $easy->request->getUri()->withFragment(''),
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php566 public function withFragment($fragment) function in GuzzleHttp\\Psr7\\Uri