Home
last modified time | relevance | path

Searched refs:baseURI (Results 1 – 25 of 48) sorted by relevance

12

/external/apache-http/src/org/apache/http/client/utils/
DURIUtils.java176 public static URI resolve(final URI baseURI, final String reference) { in resolve() argument
177 return URIUtils.resolve(baseURI, URI.create(reference)); in resolve()
188 public static URI resolve(final URI baseURI, URI reference){ in resolve() argument
189 if (baseURI == null) { in resolve()
199 URI resolved = baseURI.resolve(reference); in resolve()
/external/apache-xml/src/main/java/org/apache/xalan/processor/
DProcessorInclude.java378 String baseURI; in getBaseURIOfIncludedStylesheet() local
383 baseURI = idFromUriResolverSource; in getBaseURIOfIncludedStylesheet()
390 baseURI = SystemIDResolver.getAbsoluteURI(getHref(), handler in getBaseURIOfIncludedStylesheet()
394 return baseURI; in getBaseURIOfIncludedStylesheet()
/external/apache-xml/src/main/java/org/apache/xml/utils/
DSystemIDResolver.java284 URI baseURI = new URI(absoluteBase); in getAbsoluteURI() local
285 uri = new URI(baseURI, urlString); in getAbsoluteURI()
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
DSystemIDResolver.java291 URI baseURI = new URI(absoluteBase); in getAbsoluteURI() local
292 uri = new URI(baseURI, urlString); in getAbsoluteURI()
/external/apache-xml/src/main/java/org/apache/xml/dtm/
DDTM.java583 public void setDocumentBaseURI(String baseURI); in setDocumentBaseURI() argument
/external/chromium-trace/catapult/tracing/third_party/components/webcomponentsjs/
DHTMLImports.min.js11baseURI,r=t.__importedScripts?"-"+t.__importedScripts:"";return t.__importedScripts++,"\n//# sourc…
DHTMLImports.js594 var moniker = script.ownerDocument.baseURI;
678 if (!doc.baseURI && !hasBaseURIAccessor(doc)) {
693 if (!document.baseURI) {
Dwebcomponents-lite.min.js11baseURI,o=t.__importedScripts?"-"+t.__importedScripts:"";return t.__importedScripts++,"\n//# sourc…
Dwebcomponents-lite.js936 var moniker = script.ownerDocument.baseURI;
1020 if (!doc.baseURI && !hasBaseURIAccessor(doc)) {
1035 if (!document.baseURI) {
1359 flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop());
DCustomElements.min.js11 …er=t}}function g(e){e=wrap(e),_.dom&&console.group("upgradeDocument: ",e.baseURI.split("/").pop())…
DCustomElements.js298 flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop());
/external/chromium-trace/catapult/third_party/polymer/components/webcomponentsjs/
DHTMLImports.min.js11baseURI,r=t.__importedScripts?"-"+t.__importedScripts:"";return t.__importedScripts++,"\n//# sourc…
DHTMLImports.js594 var moniker = script.ownerDocument.baseURI;
678 if (!doc.baseURI && !hasBaseURIAccessor(doc)) {
693 if (!document.baseURI) {
Dwebcomponents-lite.min.js11baseURI,o=t.__importedScripts?"-"+t.__importedScripts:"";return t.__importedScripts++,"\n//# sourc…
Dwebcomponents-lite.js936 var moniker = script.ownerDocument.baseURI;
1020 if (!doc.baseURI && !hasBaseURIAccessor(doc)) {
1035 if (!document.baseURI) {
1359 flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop());
DCustomElements.js298 flags.dom && console.group("upgradeDocument: ", doc.baseURI.split("/").pop());
DCustomElements.min.js11 …er=t}}function g(e){e=wrap(e),_.dom&&console.group("upgradeDocument: ",e.baseURI.split("/").pop())…
/external/jdiff/src/jdiff/
DDiff.java312 …TYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Frameset//EN\"\"" + RootDocToXML.baseURI + "/TR/REC-html40… in emitDocDiffs()
447 …TYPE HTML PUBLIC \"-//W3C//DTD HTML 4.0 Frameset//EN\"\"" + RootDocToXML.baseURI + "/TR/REC-html40… in emitDocDiffIndex()
DOptions.java268 RootDocToXML.baseURI = options[i][1]; in validOptions()
DRootDocToXML.java660 outputFile.println(" xmlns:xsi='" + baseURI + "/2001/XMLSchema-instance'"); in emitXMLHeader()
1123 public static String baseURI = "http://www.w3.org"; field in RootDocToXML
DComments.java462 outputFile.println(" xmlns:xsi='" + RootDocToXML.baseURI + "/2001/XMLSchema-instance'"); in emitXMLHeader()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDocumentImpl.java1785 public void setDocumentBaseURI(String baseURI) in setDocumentBaseURI() argument
1788 m_documentBaseURI = baseURI; in setDocumentBaseURI()
DDTMDefaultBase.java1928 public void setDocumentBaseURI(String baseURI) in setDocumentBaseURI() argument
1930 m_documentBaseURI = baseURI; in setDocumentBaseURI()
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/icu/tools/srcgen/currysrc/libs/
Dorg.eclipse.equinox.common_3.7.0.v20150402-1709.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_ ...

12