Searched refs:noProxyArray (Results 1 – 3 of 3) sorted by relevance
120 * @param string[] $noProxyArray An array of host patterns.126 function is_host_in_noproxy(string $host, array $noProxyArray): bool argument128 return Utils::isHostInNoProxy($host, $noProxyArray);
219 * @param string[] $noProxyArray An array of host patterns.223 public static function isHostInNoProxy(string $host, array $noProxyArray): bool argument232 foreach ($noProxyArray as $area) {
250 * @param array $noProxyArray An array of host patterns.254 function is_host_in_noproxy($host, array $noProxyArray) argument265 foreach ($noProxyArray as $area) {