Searched refs:noProxyZone (Results 1 – 2 of 2) sorted by relevance
25 return noProxyList.map(parseNoProxyZone).some(function (noProxyZone) { argument26 var isMatchedAt = hostname.indexOf(noProxyZone.hostname)29 (isMatchedAt === hostname.length - noProxyZone.hostname.length)32 if (noProxyZone.hasPort) {33 return (port === noProxyZone.port) && hostnameMatched
28 return noProxyList.map(parseNoProxyZone).some(function (noProxyZone) { argument29 var isMatchedAt = hostname.indexOf(noProxyZone.hostname)32 (isMatchedAt === hostname.length - noProxyZone.hostname.length)35 if (noProxyZone.hasPort) {36 return (port === noProxyZone.port) && hostnameMatched