Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUriNormalizer.php156 $uri = $uri->withQuery(implode('&', $queryKeyValues));
194 )->withQuery(
210 )->withQuery(
H A DUri.php355 return $uri->withQuery(implode('&', $result));
379 return $uri->withQuery(implode('&', $result));
400 return $uri->withQuery(implode('&', $result));
552 public function withQuery($query) function in GuzzleHttp\\Psr7\\Uri
H A DUriResolver.php170 return $emptyPathUri->withQuery('');
H A DUtils.php202 $uri = $uri->withQuery($changes['query']);
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php281 public function withQuery($query); function
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
H A DSimpleMiddleware.php86 $uri = $request->getUri()->withQuery(Query::build($params));
/plugin/authgooglesheets/vendor/google/auth/src/
H A DOAuth2.php706 $result = $result->withQuery(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DCHANGELOG.md218 consistent with withPath, withQuery etc.