Home
last modified time | relevance | path

Searched refs:URI (Results 1 – 25 of 224) sorted by relevance

123456789

/external/apache-http/src/org/apache/http/client/utils/
DURIUtils.java32 import java.net.URI;
73 public static URI createURI( in createURI()
107 return new URI(buffer.toString()); in createURI()
126 public static URI rewriteURI( in rewriteURI()
127 final URI uri, in rewriteURI()
157 public static URI rewriteURI( in rewriteURI()
158 final URI uri, in rewriteURI()
171 public static URI resolve(final URI baseURI, final String reference) { in resolve()
172 return URIUtils.resolve(baseURI, URI.create(reference)); in resolve()
183 public static URI resolve(final URI baseURI, URI reference){ in resolve()
[all …]
/external/webkit/JavaScriptCore/tests/mozilla/js1_5/Regress/
Dregress-82306.js31 var URI = ''; variable
45 URI += '<?xml version="1.0"?>';
46 URI += '<zcti application="xxxx_demo">';
47 URI += '<pstn_data>';
48 URI += '<ani>650-930-xxxx</ani>';
49 URI += '<dnis>877-485-xxxx</dnis>';
50 URI += '</pstn_data>';
51 URI += '<keyvalue key="name" value="xxx"/>';
52 URI += '<keyvalue key="phone" value="6509309000"/>';
53 URI += '</zcti>';
[all …]
/external/apache-http/src/org/apache/http/impl/client/
DRedirectLocations.java34 import java.net.URI;
43 private final Set<URI> uris;
47 this.uris = new HashSet<URI>(); in RedirectLocations()
53 public boolean contains(final URI uri) { in contains()
60 public void add(final URI uri) { in add()
67 public boolean remove(final URI uri) { in remove()
DDefaultRedirectHandler.java34 import java.net.URI;
93 public URI getLocationURI( in getLocationURI()
112 URI uri; in getLocationURI()
114 uri = new URI(location); in getLocationURI()
139 URI requestURI = new URI(request.getRequestLine().getUri()); in getLocationURI()
140 URI absoluteRequestURI = URIUtils.rewriteURI(requestURI, target, true); in getLocationURI()
157 URI redirectURI; in getLocationURI()
DRequestWrapper.java34 import java.net.URI;
64 private URI uri;
84 this.uri = new URI(requestLine.getUri()); in RequestWrapper()
125 public URI getURI() { in getURI()
129 public void setURI(final URI uri) { in setURI()
/external/webkit/WebKit/gtk/po/
Dzh_CN.po78 msgid "The network request for the URI that should be downloaded"
79 msgstr "网络请求该 URI 应当被下载"
82 msgid "Destination URI"
83 msgstr "目的 URI"
86 msgid "The destination URI where to save the file"
87 msgstr "保存文件的目的 URI"
171 msgid "URI"
172 msgstr "URI"
175 msgid "The current URI of the contents displayed by the frame"
176 msgstr "框架中当前显示内容的 URI"
[all …]
Dru.po76 msgid "The network request for the URI that should be downloaded"
77 msgstr "Сетевой запрос для заданного URI, который должен быть выполнен"
80 msgid "Destination URI"
81 msgstr "URI назначения"
84 msgid "The destination URI where to save the file"
85 msgstr "Конечный URI для сохранения файла"
169 msgid "URI"
170 msgstr "URI"
173 msgid "The current URI of the contents displayed by the frame"
174 msgstr "Текущий URI содержимого фрейма"
[all …]
Dnl.po76 msgid "The network request for the URI that should be downloaded"
77 msgstr "De netwerkaanvraag voor de te downloaden URI"
80 msgid "Destination URI"
81 msgstr "Bestemmings-URI"
84 msgid "The destination URI where to save the file"
85 msgstr "De bestemmings-URI waar dit bestand opgeslagen moet worden"
169 msgid "URI"
170 msgstr "URI"
173 msgid "The current URI of the contents displayed by the frame"
174 msgstr "De huidige URI van de in het frame weergegeven inhoud"
[all …]
Dlt.po80 msgid "The network request for the URI that should be downloaded"
81 msgstr "Tinklo užklausa parsiųstino failo universaliajam ištekliaus identifikatoriui (URI)"
84 msgid "Destination URI"
85 msgstr "Paskirties URI"
88 msgid "The destination URI where to save the file"
89 msgstr "Paskirties failo universalusis ištekliaus identifikatorius (URI)"
175 msgid "URI"
176 msgstr "URI"
179 msgid "The current URI of the contents displayed by the frame"
180 msgstr "Kadre atverto tinklalapio universalusis ištekliaus identifikatorius (URI)"
[all …]
Den_GB.po77 msgid "The network request for the URI that should be downloaded"
78 msgstr "The network request for the URI that should be downloaded"
81 msgid "Destination URI"
82 msgstr "Destination URI"
85 msgid "The destination URI where to save the file"
86 msgstr "The destination URI where to save the file"
170 msgid "URI"
171 msgstr "URI"
174 msgid "The current URI of the contents displayed by the frame"
175 msgstr "The current URI of the contents displayed by the frame"
[all …]
Dpt_BR.po76 msgid "The network request for the URI that should be downloaded"
77 msgstr "A requisição de rede para a URI que deve ser baixada"
80 msgid "Destination URI"
81 msgstr "URI de Destino"
84 msgid "The destination URI where to save the file"
85 msgstr "A URI de destino, onde deve ser salvo o arquivo"
169 msgid "URI"
170 msgstr "URI"
173 msgid "The current URI of the contents displayed by the frame"
174 msgstr "A URI atual do conteúdo que está sendo exibido pelo quadro"
[all …]
/external/nist-sip/java/gov/nist/javax/sip/address/
DGenericURI.java29 import javax.sip.address.URI;
39 public class GenericURI extends NetObject implements javax.sip.address.URI {
121 else if (that instanceof URI) { in equals()
122 final URI o = (URI) that; in equals()
DAddressFactoryImpl.java76 javax.sip.address.URI uri) { in createAddress()
161 public javax.sip.address.Address createAddress(javax.sip.address.URI uri) { in createAddress()
207 public javax.sip.address.URI createURI(String uri) throws ParseException { in createURI()
216 return (javax.sip.address.URI) urlParser.sipURL(true); in createURI()
218 return (javax.sip.address.URI) urlParser.sipURL(true); in createURI()
220 return (javax.sip.address.URI) urlParser.telURL(true); in createURI()
/external/nist-sip/java/gov/nist/javax/sip/header/
DAlertInfo.java87 public void setAlertInfo(URI uri) { in setAlertInfo()
103 public URI getAlertInfo() { in getAlertInfo()
104 URI alertInfoUri = null; in getAlertInfo()
107 alertInfoUri = (URI) this.uri; in getAlertInfo()
110 alertInfoUri = (URI) new GenericURI(string); in getAlertInfo()
DProxyAuthenticate.java31 import javax.sip.address.URI;
66 public URI getURI() { in getURI()
76 public void setURI(URI uri) { in setURI()
DAuthenticationHeader.java72 public static final String URI = ParameterNames.URI; field in AuthenticationHeader
117 || name.equalsIgnoreCase(ParameterNames.URI) in setParameter()
257 public void setURI(javax.sip.address.URI uri) { in setURI()
259 NameValue nv = new NameValue(ParameterNames.URI, uri); in setURI()
278 public javax.sip.address.URI getURI() { in getURI()
279 return getParameterAsURI(ParameterNames.URI); in getURI()
/external/libxml2/
Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI); in xmlXIncludeFreeRef()
204 if (ref->URI != NULL) in xmlXIncludeFreeRef()
205 xmlFree(ref->URI); in xmlXIncludeFreeRef()
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, in xmlXIncludeNewRef() argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI); in xmlXIncludeNewRef()
236 if (URI == NULL) in xmlXIncludeNewRef()
237 ret->URI = NULL; in xmlXIncludeNewRef()
239 ret->URI = xmlStrdup(URI); in xmlXIncludeNewRef()
495 xmlChar *URI; in xmlXIncludeAddNode() local
[all …]
/external/apache-http/src/org/apache/http/client/methods/
DHttpRequestBase.java35 import java.net.URI;
66 private URI uri;
81 public URI getURI() { in getURI()
88 URI uri = getURI(); in getRequestLine()
99 public void setURI(final URI uri) { in setURI()
DHttpDelete.java34 import java.net.URI;
58 public HttpDelete(final URI uri) { in HttpDelete()
68 setURI(URI.create(uri)); in HttpDelete()
DHttpPut.java34 import java.net.URI;
61 public HttpPut(final URI uri) { in HttpPut()
71 setURI(URI.create(uri)); in HttpPut()
DHttpPost.java34 import java.net.URI;
69 public HttpPost(final URI uri) { in HttpPost()
79 setURI(URI.create(uri)); in HttpPost()
/external/nist-sip/java/javax/sip/header/
DWWWAuthenticateHeader.java3 import javax.sip.address.URI;
11 URI getURI(); in getURI()
16 void setURI(URI uri); in setURI()
DAlertInfoHeader.java3 import javax.sip.address.URI;
8 URI getAlertInfo(); in getAlertInfo()
9 void setAlertInfo(URI alertInfo); in setAlertInfo()
DCallInfoHeader.java3 import javax.sip.address.URI;
8 URI getInfo(); in getInfo()
9 void setInfo(URI info); in setInfo()
DErrorInfoHeader.java4 import javax.sip.address.URI;
9 URI getErrorInfo(); in getErrorInfo()
10 void setErrorInfo(URI errorInfo); in setErrorInfo()

123456789