Home
last modified time | relevance | path

Searched refs:BaseUri (Results 101 – 125 of 253) sorted by relevance

1234567891011

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.ServiceModel.Syndication/src/System/ServiceModel/Syndication/
H A DSyndicationFeed.cs139 public Uri BaseUri property in System.ServiceModel.Syndication.SyndicationFeed
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Schema/
H A DDtdParser.cs275 Uri baseUri = readerAdapter.BaseUri; in Initialize()
324 Uri baseUriOb = readerAdapter.BaseUri; in InitializeFreeFloatingDtd()
493 Uri baseUri = readerAdapter.BaseUri; in ParseExternalSubset()
3257 Uri tmp = readerAdapter.BaseUri;
3273 Uri baseUri = readerAdapter.BaseUri;
3278 Uri baseUri = readerAdapter.BaseUri;
3283 Uri baseUri = readerAdapter.BaseUri;
H A DBaseValidator.cs94 public Uri BaseUri { property in System.Xml.Schema.BaseValidator
H A DParser.cs85 schema.BaseUri = new Uri(reader.BaseURI, UriKind.RelativeOrAbsolute); in StartParsing()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/XPath/
H A DXNodeNavigator.cs69 return _source.BaseUri;
73 return _parent.BaseUri;
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Cache/
H A DXPathNodeInfoAtom.cs179 public string BaseUri property in MS.Internal.Xml.Cache.XPathNodeInfoAtom
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Schema/
H A DBaseValidator.cs104 public Uri BaseUri property in System.Xml.Schema.BaseValidator
H A DXsdValidator.cs151 …SendValidationEvent(SR.Sch_CannotLoadSchema, new string[] { BaseUri.AbsoluteUri, e.Message }, XmlS… in ProcessInlineSchema()
567 Uri ruri = this.XmlResolver.ResolveUri(BaseUri, url); in LoadSchemaFromLocation()
H A DParser.cs88 _schema.BaseUri = new Uri(reader.BaseURI, UriKind.RelativeOrAbsolute); in StartParsing()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Xslt/
H A DXsltQilFactory.cs100 XsltMethods.BaseUri, T.StringX, new QilNode[] { n } in InvokeBaseUri()
H A DXsltInput.cs.old21 // we should be garanteed that Xml.Reader.BaseUri != "".
186 public string BaseUri {
629 string navBaseUri = navInput.BaseUri ;
630 string rdrBaseUri = rdrInput.BaseUri ;
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v2.0/
H A DSystem.ServiceModel.Web.cs84 public System.Uri BaseUri { get { throw null; } set { } } property in System.UriTemplateMatch
525 …public System.Uri BaseUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { thro… property in System.ServiceModel.Syndication.CategoriesDocument
578 …public System.Uri BaseUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { thro… property in System.ServiceModel.Syndication.ResourceCollectionInfo
656 …public System.Uri BaseUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { thro… property in System.ServiceModel.Syndication.ServiceDocument
795 public System.Uri BaseUri { get { throw null; } set { } } property in System.ServiceModel.Syndication.SyndicationFeed
887 public System.Uri BaseUri { get { throw null; } set { } } property in System.ServiceModel.Syndication.SyndicationItem
967 public System.Uri BaseUri { get { throw null; } set { } } property in System.ServiceModel.Syndication.SyndicationLink
1039 …public System.Uri BaseUri { [System.Runtime.CompilerServices.CompilerGeneratedAttribute]get { thro… property in System.ServiceModel.Syndication.Workspace
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml/System/Xml/Cache/
H A DXPathNodeInfoAtom.cs169 public string BaseUri { property in MS.Internal.Xml.Cache.XPathNodeInfoAtom
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Data.SqlXml/System/Xml/Xsl/Xslt/
H A DXsltQilFactory.cs97 XsltMethods.BaseUri, T.StringX, new QilNode[] { n } in InvokeBaseUri()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml.Linq/src/System/Xml/Linq/
H A DXObject.cs26 public string BaseUri property in System.Xml.Linq.XObject
H A DXNodeReader.cs75 return o.BaseUri;
80 return o.BaseUri;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Xml.Linq/System/Xml/Linq/
H A DXNodeNavigator.cs62 return o.BaseUri;
65 return parent.BaseUri;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DTcpChannelListener.cs289 Uri listenUri = this.BaseUri; in CreateTransportManagerRegistration()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel.Web/Test/System.ServiceModel.Syndication/
H A DRss20FeedFormatterTest.cs145 feed.BaseUri = new Uri ("http://mono-project.com"); in WriteTo()
H A DAtom10FeedFormatterTest.cs162 feed.BaseUri = new Uri ("http://mono-project.com"); in WriteTo()
H A DAtom10ItemFormatterTest.cs162 item.BaseUri = new Uri ("http://mono-project.com"); in WriteTo()
H A DRss20ItemFormatterTest.cs144 item.BaseUri = new Uri ("http://mono-project.com"); in WriteTo()
/dports/www/erlang-webmachine/webmachine-1.10.9/src/
H A Dwebmachine_decision_core.erl461 BaseUri = case resource_call(base_uri) of
472 … undefined -> wrcall({set_resp_header, "Location", BaseUri ++ FullPath});
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel.Web/System/ServiceModel/Dispatcher/
H A DWebHttpDispatchOperationSelector.cs309 match.SetBaseUri(match.BaseUri, requestProp); in AddUriTemplateMatch()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/src/System/Xml/Xsl/Runtime/
H A DXsltFunctions.cs244 public static string BaseUri(XPathNavigator navigator) in BaseUri() method in System.Xml.Xsl.Runtime.XsltFunctions

1234567891011