Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php156 $uri = $uri->withQuery(implode('&', $queryKeyValues));
194 )->withQuery(
210 )->withQuery(
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
DUriResolver.php170 return $emptyPathUri->withQuery('');
DUtils.php202 $uri = $uri->withQuery($changes['query']);
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DUriNormalizer.php159 $uri = $uri->withQuery(implode('&', $queryKeyValues));
195 )->withQuery(
211 )->withQuery(
DUri.php309 return $uri->withQuery(implode('&', $result));
331 return $uri->withQuery(implode('&', $result));
350 return $uri->withQuery(implode('&', $result));
503 public function withQuery($query): UriInterface function in GuzzleHttp\\Psr7\\Uri
DUriResolver.php158 return $emptyPathUri->withQuery('');
DUtils.php195 $uri = $uri->withQuery($changes['query']);
/plugin/authgooglesheets/vendor/psr/http-message/src/
DUriInterface.php281 public function withQuery($query); function
/plugin/authgooglesheets/vendor/google/auth/src/Middleware/
DSimpleMiddleware.php86 $uri = $request->getUri()->withQuery(Query::build($params));
/plugin/matrixnotifierwas/vendor/psr/http-message/src/
DUriInterface.php282 public function withQuery(string $query): UriInterface; function
/plugin/authgooglesheets/vendor/google/auth/src/
DOAuth2.php706 $result = $result->withQuery(
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DCHANGELOG.md218 consistent with withPath, withQuery etc.
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md113 | `withQuery($query)` | Return an instance with the specified query string. | |
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DCHANGELOG.md354 consistent with withPath, withQuery etc.