Home | History | Annotate | Download | only in proxy

Lines Matching full:match

17 // settings, as a list of rules. A URL is said to match the bypass rules
70 // match "*google.com"). This is only currently used for the linux no_proxy
72 // format you can't match an individual host.
99 // Match all hostnames that match the pattern HOSTNAME_PATTERN.
107 // Match a particular domain suffix.
114 // Match URLs which are IP address literals.
126 // Match any URL that is to an IP literal that falls between the
134 // Match local addresses. The meaning of "<local>" is whether the
147 // match "*google.com"). This is used for KDE which interprets every rule as
149 // you can't match an individual host.