Home
last modified time | relevance | path

Searched refs:IsKnownScheme (Results 1 – 25 of 33) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DUriParserTest.cs470 Assert.IsTrue (UriParser.IsKnownScheme ("file"), "file"); in IsKnownScheme_WellKnown()
471 Assert.IsTrue (UriParser.IsKnownScheme ("ftp"), "ftp"); in IsKnownScheme_WellKnown()
473 Assert.IsTrue (UriParser.IsKnownScheme ("http"), "http"); in IsKnownScheme_WellKnown()
478 Assert.IsTrue (UriParser.IsKnownScheme ("news"), "news"); in IsKnownScheme_WellKnown()
479 Assert.IsTrue (UriParser.IsKnownScheme ("nntp"), "nntp"); in IsKnownScheme_WellKnown()
481 Assert.IsTrue (UriParser.IsKnownScheme ("ldap"), "ldap"); in IsKnownScheme_WellKnown()
488 Assert.IsTrue (UriParser.IsKnownScheme ("FTP"), "ftp"); in IsKnownScheme_WellKnown()
491 Assert.IsFalse (UriParser.IsKnownScheme ("tcp"), "tcp"); in IsKnownScheme_WellKnown()
499 UriParser.IsKnownScheme ("ht tp"); in IsKnownScheme_ExtraSpace()
507 UriParser.IsKnownScheme (null); in IsKnownScheme_Null()
[all …]
H A DHttpStyleUriParserTest.cs112 if (!UriParser.IsKnownScheme ("httpx")) in FixtureSetUp()
148 Assert.IsTrue (UriParser.IsKnownScheme ("httpx"), "premise1"); in InitializeAndValidate()
159 Assert.IsTrue (UriParser.IsKnownScheme ("httpx"), "premise1"); in InitializeAndValidate2()
H A DFileStyleUriParserTest.cs100 if (!UriParser.IsKnownScheme ("filex")) in FixtureSetUp()
H A DFtpStyleUriParserTest.cs100 if (!UriParser.IsKnownScheme ("ftpx")) in FixtureSetUp()
H A DLdapStyleUriParserTest.cs101 if (!UriParser.IsKnownScheme ("ldapx")) in FixtureSetUp()
H A DGopherStyleUriParserTest.cs101 if (!UriParser.IsKnownScheme ("gopherx")) in FixtureSetUp()
H A DNetPipeStyleUriParserTest.cs100 if (!UriParser.IsKnownScheme ("net.pipex")) in FixtureSetUp()
H A DNetTcpStyleUriParserTest.cs100 if (!UriParser.IsKnownScheme ("net.tcpx")) in FixtureSetUp()
H A DNewsStyleUriParserTest.cs100 if (!UriParser.IsKnownScheme ("newsx")) in FixtureSetUp()
H A DGenericUriParserTest.cs100 if (!UriParser.IsKnownScheme ("generic")) in FixtureSetUp()
H A DUriTest2.cs537 Assert.IsFalse (UriParser.IsKnownScheme (uri.Scheme), "UriParser"); in Bug496783()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/FunctionalTests/
H A DUriParserTest.cs379 Assert.True(UriParser.IsKnownScheme("file"), "file"); in IsKnownScheme_WellKnown()
380 Assert.True(UriParser.IsKnownScheme("ftp"), "ftp"); in IsKnownScheme_WellKnown()
382 Assert.True(UriParser.IsKnownScheme("http"), "http"); in IsKnownScheme_WellKnown()
383 Assert.True(UriParser.IsKnownScheme("https"), "https"); in IsKnownScheme_WellKnown()
387 Assert.True(UriParser.IsKnownScheme("news"), "news"); in IsKnownScheme_WellKnown()
388 Assert.True(UriParser.IsKnownScheme("nntp"), "nntp"); in IsKnownScheme_WellKnown()
389 Assert.True(UriParser.IsKnownScheme("ldap"), "ldap"); in IsKnownScheme_WellKnown()
390 Assert.False(UriParser.IsKnownScheme("ldaps"), "ldaps"); in IsKnownScheme_WellKnown()
392 Assert.True(UriParser.IsKnownScheme("FiLe"), "FiLe"); in IsKnownScheme_WellKnown()
393 Assert.True(UriParser.IsKnownScheme("FTP"), "ftp"); in IsKnownScheme_WellKnown()
[all …]
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUriScheme.cs169 public static bool IsKnownScheme(string schemeName) in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DUriScheme.cs193 public static bool IsKnownScheme(string schemeName) in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/mcs/class/WindowsBase/System.IO.Packaging/
H A DPackUriHelper.cs39 if (!UriParser.IsKnownScheme (UriSchemePack)) in PackUriHelper()
/dports/security/keepass/KeePass-2.49-Source/KeePassLib/Utility/
H A DUrlUtil.cs595 internal static bool IsKnownScheme(string strScheme) in IsKnownScheme() method in KeePassLib.Utility.UrlUtil
/dports/security/keepass/KeePass-2.49-Source/KeePass/UI/
H A DUIUtil.cs352 if(!UrlUtil.IsKnownScheme(strScheme)) in RtfLinkifyUrls()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs3446 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs282 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs285 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monodroid/
H A DSystem.cs280 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monodroid/
H A DSystem.cs281 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.0/
H A DSystem.cs445 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.cs443 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.cs443 public static bool IsKnownScheme(string schemeName) { throw null; } in IsKnownScheme() method in System.UriParser

12