Searched refs:withQueryValue (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/ |
D | MediaFileUpload.php | 231 Uri::withQueryValue($request->getUri(), 'uploadType', $uploadType)
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
D | Uri.php | 373 public static function withQueryValue(UriInterface $uri, $key, $value) function in GuzzleHttp\\Psr7\\Uri
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
D | Uri.php | 325 …public static function withQueryValue(UriInterface $uri, string $key, ?string $value): UriInterface function in GuzzleHttp\\Psr7\\Uri
|
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
D | README.md | 665 ### `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()`…
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
D | README.md | 709 ### `GuzzleHttp\Psr7\Uri::withQueryValue` 711 `public static function withQueryValue(UriInterface $uri, $key, $value): UriInterface` 721 Creates a new URI with multiple query string values. It has the same behavior as `withQueryValue()`…
|