Home
last modified time | relevance | path

Searched refs:GetLeftPart (Results 1 – 25 of 38) sorted by relevance

12

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/tests/ExtendedFunctionalTests/
H A DUriRelativeResolutionTest.cs86 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsPartialPath_ReturnsMergedPaths()
97 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSimplePartialPath_ReturnsMergedPaths()
108 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSimplePartialPathTrailingSlash_ReturnsMergedPaths()
161 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSingleDotSlashStartingCompressPath_ReturnsMergedPathsWithoutSingleDot()
173 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsDoubleDotSlashStartingCompressPath_ReturnsBasePathBacksteppedOncePlusRelativePath()
186 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsDoubleDoubleDotSlashStartingCompressPath_ReturnsBasePathBacksteppedTwicePlusRelativePath()
224 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSingleDotSlashEndingCompressPath_ReturnsMergedPathsWithoutSingleDot()
236 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSingleDotEndingCompressPath_ReturnsMergedPathsWithoutSingleDot()
247 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsSingleDot_ReturnsBasePathMinusFileWithoutSingleDot()
288 String baseUri = _fullBaseUri.GetLeftPart(UriPartial.Path); in Uri_Relative_BaseVsCharDot_ReturnsBasePathPlusCharDot()
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/src/ApiAuth.IS/Configuration/
H A DConfigureClients.cs88 redirectUri.GetLeftPart(UriPartial.Authority), in GetWebApplication()
89 postLogouturi.GetLeftPart(UriPartial.Authority), in GetWebApplication()
129 redirectUri.GetLeftPart(UriPartial.Authority), in GetSPA()
130 postLogouturi.GetLeftPart(UriPartial.Authority), in GetSPA()
140 .WithAllowedOrigins(redirectUri.GetLeftPart(UriPartial.Authority)) in GetSPA()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System/Test/System/
H A DUriTest.cs777 public void GetLeftPart () in GetLeftPart() method in MonoTests.System.UriTest
780 Assert.AreEqual ("http://", uri.GetLeftPart (UriPartial.Scheme), "#1"); in GetLeftPart()
785 Assert.AreEqual ("mailto:", uri.GetLeftPart (UriPartial.Scheme), "#4"); in GetLeftPart()
786 Assert.AreEqual ("", uri.GetLeftPart (UriPartial.Authority), "#5"); in GetLeftPart()
790 Assert.AreEqual ("nntp://", uri.GetLeftPart (UriPartial.Scheme), "#7"); in GetLeftPart()
795 Assert.AreEqual ("news:", uri.GetLeftPart (UriPartial.Scheme), "#10"); in GetLeftPart()
796 Assert.AreEqual ("", uri.GetLeftPart (UriPartial.Authority), "#11"); in GetLeftPart()
1096 u.GetLeftPart (UriPartial.Scheme); in GetLeftPart_Partial1()
1104 u.GetLeftPart (UriPartial.Authority); in GetLeftPart_Partial2()
1112 u.GetLeftPart (UriPartial.Path); in GetLeftPart_Partial3()
[all …]
H A DUriTest2.cs1113 …Assert.AreEqual ("http://@www.mono-project.com", uri.GetLeftPart (UriPartial.Authority), "UriParti… in EmptyUserInfo()
1114 …Assert.AreEqual ("http://@www.mono-project.com/", uri.GetLeftPart (UriPartial.Path), "UriPartial.P… in EmptyUserInfo()
1148 …Assert.AreEqual ("http://www.mono-project.com/A/B/C", uri.GetLeftPart (UriPartial.Path), "GetLeftP… in OriginalPathEscaped()
1152 …Assert.AreEqual ("http://www.mono-project.com/%41/%42/%43", uri.GetLeftPart (UriPartial.Path), "Ge… in OriginalPathEscaped()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/test/System.Web.Http.Test/Routing/
H A DUrlHelperTest.cs86 string baseUrl = new Uri(requestUrl).GetLeftPart(UriPartial.Authority); in UrlHelper_LinkGeneration_GeneratesRightLinksWithDictionary()
102 string baseUrl = new Uri(requestUrl).GetLeftPart(UriPartial.Authority); in UrlHelper_LinkGeneration_GeneratesRightLinksWithObject()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Runtime.Remoting/System.Runtime.Remoting.Channels.Http/
H A DHttpRemotingHandlerFactory.cs99 string channelUrl = context.Request.Url.GetLeftPart(UriPartial.Authority); in ConfigureHttpChannel()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/System.ServiceModel.Channels/
H A DSvcHttpHandler.cs130 …var baseUri = new Uri (new Uri (HttpContext.Current.Request.Url.GetLeftPart (UriPartial.Authority)… in EnsureServiceHostCore()
H A DMsmqChannelListener.cs134 queue = new MessageQueue (listen_uri.GetLeftPart (UriPartial.Scheme)); in StartListening()
H A DMsmqOutputChannel.cs111 queue = new MessageQueue (destination.GetLeftPart (UriPartial.Scheme)); in OnOpen()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.IdentityModel/System/IdentityModel/Tokens/
H A DSamlSecurityTokenRequirement.cs364 audienceLeftPart = new Uri(audience.GetLeftPart(UriPartial.Path)); in ValidateAudienceRestriction()
370 … audienceLeftPart = baseUri.MakeRelativeUri(new Uri(resolved.GetLeftPart(UriPartial.Path))); in ValidateAudienceRestriction()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/Microsoft.Web.Helpers/
H A DUrlBuilder.cs55 _path = uri.GetLeftPart(UriPartial.Path); in UrlBuilder()
/dports/security/keepass-plugin-keepassrpc/keepassrpc-1.8.0/Jayrock/src/Jayrock/JsonRpc/Web/
H A DJsonRpcMonadProxyGenerator.cs64 Uri url = new Uri(Request.Url.GetLeftPart(UriPartial.Path)); in WriteProxy()
H A DJsonRpcPythonProxyGenerator.cs103 Uri url = new Uri(Request.Url.GetLeftPart(UriPartial.Path)); in WriteClass()
H A DJsonRpcProxyGenerator.cs73 Uri url = new Uri(Request.Url.GetLeftPart(UriPartial.Path)); in WriteProxy()
/dports/lang/mono/mono-5.10.1.57/mcs/class/corlib/Mono.Security/
H A DUri.cs299 cachedAbsoluteUri = GetLeftPart (UriPartial.Path) + query + fragment;
582 public string GetLeftPart (UriPartial part) in GetLeftPart() method in Mono.Security.Uri
754 cachedToString = Unescape (GetLeftPart (UriPartial.Path), true) + q + fragment; in ToString()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Services/System/Web/Services/Protocols/
H A DDocumentationServerProtocol.cs56 uri = uriObject.GetLeftPart(UriPartial.Path); in DocumentationServerType()
H A DServerProtocol.cs210 …string url = excludeSchemeHostPort ? Request.Url.AbsolutePath : Request.Url.GetLeftPart(UriPartial… in CreateKey()
H A DDiscoveryServerProtocol.cs56 uri = uriObject.GetLeftPart(UriPartial.Path); in DiscoveryServerType()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Runtime/
H A DXmlCollation.cs158 string authority = collationUri.GetLeftPart(UriPartial.Authority); in Create()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web.Services/System.Web.Services.Discovery/
H A DDiscoveryClientProtocol.cs125 url = uri.GetLeftPart (UriPartial.Authority) + m.Groups[1]; in DiscoverAny()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Uri/src/System/
H A DUri.cs1361 public string GetLeftPart(UriPartial part) in GetLeftPart() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System/net/System/
H A DURI.cs1501 public string GetLeftPart(UriPartial part) {
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime/ref/
H A DSystem.Runtime.cs3360 public string GetLeftPart(System.UriPartial part) { throw null; } in GetLeftPart() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/monotouch/
H A DSystem.cs162 public string GetLeftPart(System.UriPartial part) { throw null; } in GetLeftPart() method in System.Uri
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/monotouch/
H A DSystem.cs165 public string GetLeftPart(System.UriPartial part) { throw null; } in GetLeftPart() method in System.Uri

12