Home
last modified time | relevance | path

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

/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/src/
Dfunctions.php120 * @param string[] $noProxyArray An array of host patterns.
126 function is_host_in_noproxy(string $host, array $noProxyArray): bool argument
128 return Utils::isHostInNoProxy($host, $noProxyArray);
DUtils.php219 * @param string[] $noProxyArray An array of host patterns.
223 public static function isHostInNoProxy(string $host, array $noProxyArray): bool argument
232 foreach ($noProxyArray as $area) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
Dfunctions.php250 * @param array $noProxyArray An array of host patterns.
254 function is_host_in_noproxy($host, array $noProxyArray) argument
265 foreach ($noProxyArray as $area) {