Searched defs:URI (Results 1 - 25 of 38) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/tests/mozilla/js1_5/Regress/
H A 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
[all...]
/external/nist-sip/java/javax/sip/address/
H A DURI.java5 public interface URI extends Cloneable, Serializable { interface in inherits:Cloneable,Serializable
/external/webkit/Source/WebCore/notifications/
H A DNotificationCenter.h51 PassRefPtr<Notification> createHTMLNotification(const String& URI, ExceptionCode& ec) argument
57 if (URI.isEmpty()) {
61 return Notification::create(scriptExecutionContext()->completeURL(URI), scriptExecutionContext(), ec, this);
/external/libxslt/libxslt/
H A Ddocuments.c46 * @URI: the URI of the document to load
61 xsltDocDefaultLoaderFunc(const xmlChar * URI, xmlDictPtr dict, int options, argument
85 inputStream = xmlLoadExternalEntity((const char *) URI, NULL, pctxt);
92 pctxt->directory = xmlParserGetDirectory((const char *) URI);
277 * @URI: the computed URI of the document
285 xsltLoadDocument(xsltTransformContextPtr ctxt, const xmlChar *URI) { argument
289 if ((ctxt == NULL) || (URI == NULL))
298 res = xsltCheckRead(ctxt->sec, ctxt, URI);
359 xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) argument
[all...]
H A Dimports.c92 xmlChar *URI = NULL; local
107 URI = xmlBuildURI(uriRef, base);
108 if (URI == NULL) {
110 "xsl:import : invalid URI reference %s\n", uriRef);
118 if (xmlStrEqual(res->doc->URL, URI)) {
120 "xsl:import : recursion detected on imported URL %s\n", URI);
133 secres = xsltCheckRead(sec, NULL, URI);
137 URI);
142 import = xsltDocDefaultLoader(URI, style->dict, XSLT_PARSE_OPTIONS,
146 "xsl:import : unable to load %s\n", URI);
189 xmlChar *URI = NULL; local
[all...]
H A Dnamespaces.c108 * "If a namespace URI is declared to be an alias for multiple
179 * Same target namespace URI for multiple different aliases:
652 const xmlChar *URI = NULL; /* the replacement URI */
660 URI = (const xmlChar *)
662 if (URI != NULL)
669 if (URI == UNDEFINED_DEFAULT_NS) {
680 URI = dflt->href;
684 } else if (URI == NULL)
685 URI
789 const xmlChar *URI; local
[all...]
H A Dfunctions.c60 * @ns_uri: the function namespace URI
105 xsltDocumentFunctionLoadDocument(xmlXPathParserContextPtr ctxt, xmlChar* URI) argument
123 uri = xmlParseURI((const char *) URI);
126 "document() : failed to parse URI\n");
142 idoc = xsltLoadDocument(tctxt, URI);
146 if ((URI == NULL) ||
147 (URI[0] == '#') ||
149 (xmlStrEqual(tctxt->style->doc->URL, URI))))
228 xmlChar *base = NULL, *URI; local
328 URI
[all...]
H A Dpreproc.c1294 const xmlChar *URI; local
1304 * @prop will be in the string dict afterwards, @URI not.
1306 URI = xsltGetQNameURI2(style, inst, &prop);
1313 if (URI != NULL) {
1320 *nsName = xmlDictLookup(style->dict, URI, -1);
H A Dextensions.c57 xmlChar *URI; member in struct:_xsltExtDef
100 * @URI: the namespace URI
107 xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI) argument
120 if (URI != NULL)
121 cur->URI = xmlStrdup(URI);
138 if (extensiond->URI != NULL)
139 xmlFree(extensiond->URI);
302 * @URI
320 xsltExtModuleRegisterDynamic(const xmlChar * URI) argument
503 xsltRegisterExtPrefix(xsltStylesheetPtr style, const xmlChar * prefix, const xmlChar * URI) argument
587 xsltRegisterExtFunction(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
621 xsltRegisterExtElement(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xsltTransformFunction function) argument
663 xsltStyleInitializeStylesheetModule(xsltStylesheetPtr style, const xmlChar * URI) argument
756 xsltStyleGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
823 xsltStyleStylesheetLevelGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
862 xsltGetExtData(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
937 xsltInitCtxtExt(xsltExtDataPtr styleData, xsltInitExtCtxt * ctxt, const xmlChar * URI) argument
1055 xsltShutdownCtxtExt(xsltExtDataPtr data, xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1101 xsltShutdownExt(xsltExtDataPtr data, xsltStylesheetPtr style, const xmlChar * URI) argument
1158 xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI) argument
1218 xsltCheckExtURI(xsltStylesheetPtr style, const xmlChar * URI) argument
1248 xsltRegisterExtModuleFull(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1300 xsltRegisterExtModule(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc) argument
1317 xsltUnregisterExtModule(const xmlChar * URI) argument
1387 xsltRegisterExtModuleFunction(const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
1418 xsltExtModuleFunctionLookup(const xmlChar * name, const xmlChar * URI) argument
1456 xsltUnregisterExtModuleFunction(const xmlChar * name, const xmlChar * URI) argument
1621 xsltRegisterExtModuleElement(const xmlChar * name, const xmlChar * URI, xsltPreComputeFunction precomp, xsltTransformFunction transform) argument
1666 xsltExtElementLookup(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI) argument
1696 xsltExtModuleElementLookup(const xmlChar * name, const xmlChar * URI) argument
1739 xsltExtModuleElementPreComputeLookup(const xmlChar * name, const xmlChar * URI) argument
1779 xsltUnregisterExtModuleElement(const xmlChar * name, const xmlChar * URI) argument
1823 xsltRegisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI, xsltTopLevelFunction function) argument
1854 xsltExtModuleTopLevelLookup(const xmlChar * name, const xmlChar * URI) argument
1891 xsltUnregisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI) argument
1933 xsltGetExtInfo(xsltStylesheetPtr style, const xmlChar * URI) argument
2121 xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
2155 xsltExtShutdownTest(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
2182 xsltExtStyleInitTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI) argument
2206 xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI, void *data) argument
2296 xsltDebugDumpExtensionsCallback(void *function ATTRIBUTE_UNUSED, FILE * output, const xmlChar * name, const xmlChar * URI, const xmlChar * not_used ATTRIBUTE_UNUSED) argument
2307 xsltDebugDumpExtModulesCallback(void *function ATTRIBUTE_UNUSED, FILE * output, const xmlChar * URI, const xmlChar * not_used ATTRIBUTE_UNUSED, const xmlChar * not_used2 ATTRIBUTE_UNUSED) argument
[all...]
H A Dpattern.c104 const xmlChar *modeURI; /* the mode URI */
620 * @modeURI: the mode URI or NULL
1525 const xmlChar *URI = NULL; local
1631 URI = xsltGetQNameURI(ctxt->elem, &token);
1636 if (URI != NULL)
1637 URL = xmlStrdup(URI);
2018 * @modeURI: the mode URI or NULL
/external/nist-sip/java/gov/nist/javax/sip/header/
H A DCredentials.java49 private static String URI = ParameterNames.URI; field in class:Credentials
110 if (nameValue.getName().compareToIgnoreCase(URI) == 0)
H A DChallenge.java57 private static String URI = ParameterNames.URI; field in class:Challenge
113 * get the URI field
117 return (String) authParams.getValue(URI);
H A DAuthenticationHeader.java72 public static final String URI = ParameterNames.URI; field in class:AuthenticationHeader
117 || name.equalsIgnoreCase(ParameterNames.URI)
247 * Sets the URI of the WWWAuthenicateHeader to the <var>uri</var> parameter
251 * the new URI of this AuthenicationHeader.
257 public void setURI(javax.sip.address.URI uri) {
259 NameValue nv = new NameValue(ParameterNames.URI, uri);
263 throw new NullPointerException("Null URI");
268 * Returns the URI value of this WWWAuthenicateHeader, for example
271 * @return the URI representin
[all...]
H A DParameterNames.java46 public static final String URI = "uri"; field in interface:ParameterNames
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java61 * {@code URI} is for attributes taking a URI such as "href" and "src".
71 URI, enum constant in enum:HtmlParser.ATTR_TYPE
226 * {@link #getAttributeType()} returning {@code .ATTR_TYPE#URI}.
/external/libxml2/include/libxml/
H A Dentities.h54 const xmlChar *SystemID; /* URI for a SYSTEM or PUBLIC Entity */
57 const xmlChar *URI; /* the full URI as computed */ member in struct:_xmlEntity
/external/apache-xml/src/main/java/org/apache/xml/serializer/utils/
H A DURI.java19 * $Id: URI.java 468654 2006-10-28 07:09:23Z minchau $
28 * A class to represent a Uniform Resource Identifier (URI). This class
31 * string and fragment) that may constitute a URI.
33 * Parsing of a URI specification is done according to the URI
35 * <http://www.ietf.org/rfc/rfc2396.txt?number=2396>. Every URI consists
37 * part. For URIs that follow the "generic URI" syntax, the scheme-
43 * "user:password" appears in a URI, the entire user/password string
46 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
48 * of the URI
65 final class URI class
152 public URI(){} method in class:URI
160 public URI(URI p_other) method in class:URI
180 public URI(String p_uriSpec) throws MalformedURIException method in class:URI
197 public URI(URI p_base, String p_uriSpec) throws MalformedURIException method in class:URI
214 public URI(String p_scheme, String p_schemeSpecificPart) method in class:URI
256 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) method in class:URI
287 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) method in class:URI
[all...]
/external/apache-xml/src/main/java/org/apache/xml/utils/
H A DURI.java19 * $Id: URI.java 468655 2006-10-28 07:12:06Z minchau $
30 * A class to represent a Uniform Resource Identifier (URI). This class
33 * string and fragment) that may constitute a URI.
35 * Parsing of a URI specification is done according to the URI
37 * <http://www.ietf.org/rfc/rfc2396.txt?number=2396>. Every URI consists
39 * part. For URIs that follow the "generic URI" syntax, the scheme-
45 * "user:password" appears in a URI, the entire user/password string
48 * For URIs that do not follow the "generic URI" syntax (e.g. mailto),
50 * of the URI
60 public class URI implements Serializable class in inherits:Serializable
149 public URI(){} method in class:URI
157 public URI(URI p_other) method in class:URI
177 public URI(String p_uriSpec) throws MalformedURIException method in class:URI
194 public URI(URI p_base, String p_uriSpec) throws MalformedURIException method in class:URI
211 public URI(String p_scheme, String p_schemeSpecificPart) method in class:URI
253 public URI(String p_scheme, String p_host, String p_path, String p_queryString, String p_fragment) method in class:URI
284 public URI(String p_scheme, String p_userinfo, String p_host, int p_port, String p_path, String p_queryString, String p_fragment) method in class:URI
[all...]
/external/libxml2/
H A DparserInternals.c1464 return(xmlLoadExternalEntity((char *) entity->URI,
1488 if (entity->URI != NULL)
1489 input->filename = (char *) xmlStrdup((xmlChar *) entity->URI);
1543 xmlChar *URI = NULL; local
1571 URI = xmlStrdup((xmlChar *) filename);
1573 URI = xmlStrdup((xmlChar *) inputStream->filename);
1574 directory = xmlParserGetDirectory((const char *) URI);
1576 inputStream->filename = (char *) xmlCanonicPath((const xmlChar *) URI);
1577 if (URI != NULL) xmlFree((char *) URI);
[all...]
H A Duri.c2 * uri.c: set of generic URI related routines
167 * @uri: pointer to an URI structure
170 * Parse an URI scheme
199 * @uri: pointer to an URI structure
202 * Parse the query part of an URI
240 * @uri: pointer to an URI structure
243 * Parse the query part of an URI
283 * @uri: pointer to an URI structure
314 * @uri: pointer to an URI structure
386 * @uri: pointer to an URI structur
1959 xmlBuildURI(const xmlChar *URI, const xmlChar *base) argument
2239 xmlBuildRelativeURI(const xmlChar * URI, const xmlChar * base) argument
[all...]
H A DSAX2.c496 xmlChar *URI; local
505 URI = xmlBuildURI(systemId, (const xmlChar *) base);
512 ret = xmlLoadExternalEntity((const char *) URI,
514 if (URI != NULL)
515 xmlFree(URI);
578 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
652 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
653 xmlChar *URI; local
661 URI = xmlBuildURI(systemId, (const xmlChar *) base);
662 ent->URI
672 xmlChar *URI; local
889 xmlChar *URI; local
909 xmlChar *URI; local
2151 xmlSAX2StartElementNs(void *ctx, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI, int nb_namespaces, const xmlChar **namespaces, int nb_attributes, int nb_defaulted, const xmlChar **attributes) argument
[all...]
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
200 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
204 if (ref->URI != NULL)
205 xmlFree(ref->URI);
216 * @URI: the resource URI
223 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
228 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
236 if (URI
495 xmlChar *URI; local
2003 xmlChar *URI; local
[all...]
H A Dxpointer.c1071 xmlChar *URI; local
1099 URI = xmlSaveUri(value);
1101 if (URI == NULL) {
1108 xmlXPathRegisterNs(ctxt->context, prefix, URI);
1110 xmlFree(URI);
H A Dcatalog.c1084 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
1127 * @uriAttrName: the attribute holding the URI-Reference
1566 * Remove entries in the XML catalog where the value or the URI
1620 * Returns the URI of the resource or NULL if not found
1844 * @URI: the URI
1850 * Implements (or tries to) 7.2.2. URI Resolution
1853 * Returns the URI of the resource or NULL if not found
1856 xmlCatalogXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) { argument
1867 if (URI
2090 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) argument
2895 xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) argument
3365 xmlCatalogResolveURI(const xmlChar *URI) argument
3703 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
/external/chromium/chrome/common/extensions/docs/examples/apps/hello-python/httplib2/
H A D__init__.py147 # requesting that URI again.
158 URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") variable
161 """Parses a URI using the regex given in Appendix B of RFC 3986.
165 groups = URI.match(uri).groups()
176 # Could do syntax based normalization of the URI before
608 # For the rest we guess based on the URI
968 The 'uri' is the URI of the HTTP resource and can begin
969 with either 'http' or 'https'. The value of 'uri' must be an absolute URI.

Completed in 1176 milliseconds

12