Home
last modified time | relevance | path

Searched refs:CheckSchemeName (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriScheme.cs156 if (!Uri.CheckSchemeName(schemeName)) in Register()
174 if (!Uri.CheckSchemeName(schemeName)) in IsKnownScheme()
H A DUriBuilder.cs308 if (!Uri.CheckSchemeName(value))
H A DUri.cs1509 public static bool CheckSchemeName(string schemeName) in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DUriScheme.cs181 if (!Uri.CheckSchemeName(schemeName)) in Register()
198 if (!Uri.CheckSchemeName(schemeName)) in IsKnownScheme()
H A Duribuilder.cs304 if (!Uri.CheckSchemeName(value)) {
H A DURI.cs1647 public static bool CheckSchemeName(string schemeName) {
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DUriTest.cs1212 public void CheckSchemeName () in CheckSchemeName() method in MonoTests.System.UriTest
1214 Assert.AreEqual (false, Uri.CheckSchemeName (null), "#01"); in CheckSchemeName()
1215 Assert.AreEqual (false, Uri.CheckSchemeName (""), "#02"); in CheckSchemeName()
1216 Assert.AreEqual (true, Uri.CheckSchemeName ("http"), "#03"); in CheckSchemeName()
1217 Assert.AreEqual (true, Uri.CheckSchemeName ("http-"), "#04"); in CheckSchemeName()
1219 Assert.AreEqual (true, Uri.CheckSchemeName ("http6-"), "#06"); in CheckSchemeName()
1221 Assert.AreEqual (true, Uri.CheckSchemeName ("http6."), "#08"); in CheckSchemeName()
1222 Assert.AreEqual (false, Uri.CheckSchemeName ("+http"), "#09"); in CheckSchemeName()
1225 Assert.IsTrue (!Uri.CheckSchemeName ("htt\u00E1+p6"), "#11"); in CheckSchemeName()
1234 bool b = Uri.CheckSchemeName (c.ToString ()); in CheckSchemeName_FirstChar()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Discovery/
H A DDiscoveryReference.cs78 if (i == -1 || !Uri.CheckSchemeName (Url.Substring (0,i)))
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/
H A DHttpContentMessageExtensions.cs119 if (!Uri.CheckSchemeName(uriScheme)) in ReadAsHttpRequestMessageAsync()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/FunctionalTests/
H A DUriTests.cs686 b = Uri.CheckSchemeName("http"); in TestCheckSchemeName()
689 b = Uri.CheckSchemeName(null); in TestCheckSchemeName()
692 b = Uri.CheckSchemeName("!"); in TestCheckSchemeName()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/tests/System/
H A DUri.MethodsTests.cs163 public void CheckSchemeName(string schemeName, bool expected) in CheckSchemeName() method in System.Tests.UriMethodTests
165 Assert.Equal(expected, Uri.CheckSchemeName(schemeName)); in CheckSchemeName()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Mono.Security/
H A DUri.cs530 public static bool CheckSchemeName (string schemeName) in CheckSchemeName() method in Mono.Security.Uri
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs3346 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs146 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs149 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs144 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs145 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs316 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs315 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs307 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.cs324 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.cs324 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.cs307 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.cs307 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.cs322 public static bool CheckSchemeName(string schemeName) { throw null; } in CheckSchemeName() method in System.Uri

12