Searched refs:caselessRemove (Results 1 – 6 of 6) sorted by relevance
| /plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/ |
| D | Client.php | 367 … $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); 380 … $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']); 388 …$options['_conditional'] = Psr7\Utils::caselessRemove(['Accept-Encoding'], $options['_conditional'… 406 … $modify['set_headers'] = Psr7\Utils::caselessRemove(['Authorization'], $modify['set_headers']); 450 … $options['_conditional'] = Psr7\Utils::caselessRemove(['Content-Type'], $options['_conditional']);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 19 public static function caselessRemove($keys, array $data) function in GuzzleHttp\\Psr7\\Utils 193 $headers = self::caselessRemove($changes['remove_headers'], $headers); 197 $headers = self::caselessRemove(array_keys($changes['set_headers']), $headers);
|
| D | functions.php | 421 return Utils::caselessRemove($keys, $data);
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/ |
| D | Utils.php | 19 public static function caselessRemove(array $keys, array $data): array function in GuzzleHttp\\Psr7\\Utils 186 $headers = self::caselessRemove($changes['remove_headers'], $headers); 190 $headers = self::caselessRemove(array_keys($changes['set_headers']), $headers);
|
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/ |
| D | README.md | 415 ## `GuzzleHttp\Psr7\Utils::caselessRemove` 417 `public static function caselessRemove(iterable<string> $keys, $keys, array $data): array` 583 | `_caseless_remove` | `Utils::caselessRemove` |
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 448 ## `GuzzleHttp\Psr7\Utils::caselessRemove` 450 `public static function caselessRemove(iterable<string> $keys, $keys, array $data): array` 627 | `_caseless_remove` | `Utils::caselessRemove` |
|