Home
last modified time | relevance | path

Searched refs:withQueryValue (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
H A DMediaFileUpload.php231 Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType)
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php373 public static function withQueryValue(UriInterface $uri, $key, $value) function in GuzzleHttp\\Psr7\\Uri
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
H A DREADME.md665 ### `GuzzleHttp\Psr7\Uri::withQueryValue`
667 `public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface`
677 Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()`…