Home
last modified time | relevance | path

Searched refs:IsBypassed (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System.Net/
H A DWebProxyTest.cs78 Assert.IsTrue (!p.IsBypassed (new Uri ("http://www.google.com")), "#2"); in BypassArrayList()
79 Assert.IsTrue (p.IsBypassed (proxy2), "#3"); in BypassArrayList()
85 Assert.IsTrue (!p.IsBypassed (proxy2), "#11"); in BypassArrayList()
86 Assert.IsTrue (!p.IsBypassed (new Uri ("http://www.x.com")), "#12"); in BypassArrayList()
130 Assert.IsTrue (!p.IsBypassed (new Uri ("http://www.google.com")), "#1"); in IsByPassed()
147 Assert.IsTrue (p.IsBypassed (new Uri ("http://www.google.com")), "#20"); in IsByPassed()
162 Assert.IsTrue (p.IsBypassed (new Uri ("http://www.google.com")), "#1"); in IsByPassed_Address_Null()
165 Assert.IsTrue (p.IsBypassed (new Uri ("http://www.google.com")), "#2"); in IsByPassed_Address_Null()
173 p.IsBypassed (null); in IsByPassed_Host_Null()
185 p.IsBypassed (null); in IsByPassed_Host_Null()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebProxy/tests/
H A DWebProxyTest.cs115 AssertExtensions.Throws<ArgumentNullException>("host", () => p.IsBypassed(null)); in WebProxy_InvalidArgs_Throws()
125 p.IsBypassed(new Uri("http://microsoft.com")); // exception should be silently eaten in WebProxy_InvalidBypassUrl_AddedDirectlyToList_SilentlyEaten()
188 Assert.Equal(isLocal, new WebProxy(proxyUri, true).IsBypassed(destination)); in WebProxy_BypassOnLocal_MatchesExpected()
189 Assert.False(new WebProxy(proxyUri, false).IsBypassed(destination)); in WebProxy_BypassOnLocal_MatchesExpected()
207 Assert.True(new WebProxy().IsBypassed(new Uri("http://anything.com"))); in WebProxy_BypassOnLocal_SpecialCases()
208 Assert.True(new WebProxy((string)null).IsBypassed(new Uri("http://anything.com"))); in WebProxy_BypassOnLocal_SpecialCases()
209 Assert.True(new WebProxy((Uri)null).IsBypassed(new Uri("http://anything.com"))); in WebProxy_BypassOnLocal_SpecialCases()
210 … Assert.True(new WebProxy("microsoft", true).IsBypassed(new Uri($"http://{IPAddress.Loopback}"))); in WebProxy_BypassOnLocal_SpecialCases()
211 … Assert.True(new WebProxy("microsoft", false).IsBypassed(new Uri($"http://{IPAddress.Loopback}"))); in WebProxy_BypassOnLocal_SpecialCases()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/tests/
H A DGlobalProxySelectionTest.cs35 public bool IsBypassed(Uri host) in IsBypassed() method in System.Net.Tests.GlobalProxySelectionTest.MyWebProxy
72 …Assert.True(GlobalProxySelection.Select.IsBypassed(null)); // This is true for EmptyWebProxy, but … in Select_Success()
88 …Assert.True(GlobalProxySelection.Select.IsBypassed(null)); // This is true for EmptyWebProxy, but … in Select_Success()
101 Assert.True(empty1.IsBypassed(null)); in GetEmptyWebProxy_Success()
105 Assert.True(empty1.IsBypassed(someUri)); in GetEmptyWebProxy_Success()
/dports/devel/leiningen/leiningen-2.9.8/bin/
H A Dlein.ps144 if(!($([System.Net.WebProxy]::new()).IsBypassed('https://github.com/'))) in Initialize-Environment()
54 if(!([Net.WebRequest]::DefaultWebProxy.IsBypassed('https://github.com/'))) in Initialize-Environment()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Primitives/src/System/Net/
H A DIWebProxy.cs16 bool IsBypassed(Uri host); in IsBypassed() method
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/Net/
H A Diwebproxy.cs26 bool IsBypassed(Uri host); in IsBypassed() method
H A D_emptywebproxy.cs27 public bool IsBypassed(Uri uri) { in IsBypassed() method in System.Net.EmptyWebProxy
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/plugins/
H A DPlugInterface.h112 bool IsBypassed() const;
163 bool ToggleBypass() { Bypass(!IsBypassed()); return IsBypassed(); } in ToggleBypass()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.WebProxy/src/System/Net/
H A DWebProxy.cs95 return IsBypassed(destination) ? destination : Address; in GetProxy()
195 public bool IsBypassed(Uri host) in IsBypassed() method in System.Net.WebProxy
/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DEmptyWebProxy.cs35 public bool IsBypassed(Uri uri) in IsBypassed() method in GKMap.EmptyWebProxy
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/Common/tests/System/Net/
H A DTestWebProxies.cs21 public bool IsBypassed(Uri host) => _bypass;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Requests/src/System/Net/
H A DSystemWebProxy.cs55 public bool IsBypassed(Uri host) in IsBypassed() method in System.Net.SystemWebProxy
H A DGlobalProxySelection.cs48 public bool IsBypassed(Uri uri) in IsBypassed() method in System.Net.GlobalProxySelection.EmptyWebProxy
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Net.Http/src/System/Net/Http/Managed/
H A DHttpProxyConnectionHandler.cs38 if (!_proxy.IsBypassed(request.RequestUri)) in SendAsync()
193 public bool IsBypassed(Uri host) => false;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/lib/CodeGen/
H A DVarBypassDetector.h57 bool IsBypassed(const VarDecl *D) const { in IsBypassed() function

1234