Searched refs:URI (Results 1 - 25 of 51) sorted by relevance

123

/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dextensions.h29 * @URI: the namespace URI for the extension
36 const xmlChar *URI);
41 * @URI: the namespace URI for the extension
47 const xmlChar *URI,
53 * @URI: the namespace URI for the extension
60 const xmlChar *URI);
65 * @URI
[all...]
H A Dextensions.c55 xmlChar *URI; member in struct:_xsltExtDef
97 * @URI: the namespace URI
104 xsltNewExtDef(const xmlChar * prefix, const xmlChar * URI) argument
117 if (URI != NULL)
118 cur->URI = xmlStrdup(URI);
135 if (extensiond->URI != NULL)
136 xmlFree(extensiond->URI);
299 * @URI
317 xsltExtModuleRegisterDynamic(const xmlChar * URI) argument
443 xsltExtModuleRegisterDynamic(const xmlChar * ATTRIBUTE_UNUSED URI) argument
487 xsltRegisterExtPrefix(xsltStylesheetPtr style, const xmlChar * prefix, const xmlChar * URI) argument
567 xsltRegisterExtFunction(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
596 xsltRegisterExtElement(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI, xsltTransformFunction function) argument
638 xsltStyleInitializeStylesheetModule(xsltStylesheetPtr style, const xmlChar * URI) argument
726 xsltStyleGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
792 xsltStyleStylesheetLevelGetExtData(xsltStylesheetPtr style, const xmlChar * URI) argument
830 xsltGetExtData(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
900 xsltInitCtxtExt(xsltExtDataPtr styleData, xsltInitExtCtxt * ctxt, const xmlChar * URI) argument
1018 xsltShutdownCtxtExt(xsltExtDataPtr data, xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1064 xsltShutdownExt(xsltExtDataPtr data, xsltStylesheetPtr style, const xmlChar * URI) argument
1121 xsltCheckExtPrefix(xsltStylesheetPtr style, const xmlChar * URI) argument
1180 xsltRegisterExtModuleFull(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc, xsltStyleExtInitFunction styleInitFunc, xsltStyleExtShutdownFunction styleShutdownFunc) argument
1223 xsltRegisterExtModule(const xmlChar * URI, xsltExtInitFunction initFunc, xsltExtShutdownFunction shutdownFunc) argument
1240 xsltUnregisterExtModule(const xmlChar * URI) argument
1302 xsltRegisterExtModuleFunction(const xmlChar * name, const xmlChar * URI, xmlXPathFunction function) argument
1329 xsltExtModuleFunctionLookup(const xmlChar * name, const xmlChar * URI) argument
1359 xsltUnregisterExtModuleFunction(const xmlChar * name, const xmlChar * URI) argument
1507 xsltRegisterExtModuleElement(const xmlChar * name, const xmlChar * URI, xsltPreComputeFunction precomp, xsltTransformFunction transform) argument
1543 xsltExtElementLookup(xsltTransformContextPtr ctxt, const xmlChar * name, const xmlChar * URI) argument
1569 xsltExtModuleElementLookup(const xmlChar * name, const xmlChar * URI) argument
1602 xsltExtModuleElementPreComputeLookup(const xmlChar * name, const xmlChar * URI) argument
1634 xsltUnregisterExtModuleElement(const xmlChar * name, const xmlChar * URI) argument
1666 xsltRegisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI, xsltTopLevelFunction function) argument
1693 xsltExtModuleTopLevelLookup(const xmlChar * name, const xmlChar * URI) argument
1722 xsltUnregisterExtModuleTopLevel(const xmlChar * name, const xmlChar * URI) argument
1752 xsltGetExtInfo(xsltStylesheetPtr style, const xmlChar * URI) argument
1940 xsltExtInitTest(xsltTransformContextPtr ctxt, const xmlChar * URI) argument
1974 xsltExtShutdownTest(xsltTransformContextPtr ctxt, const xmlChar * URI, void *data) argument
2001 xsltExtStyleInitTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI) argument
2025 xsltExtStyleShutdownTest(xsltStylesheetPtr style ATTRIBUTE_UNUSED, const xmlChar * URI, void *data) argument
2096 xsltDebugDumpExtensionsCallback(void *function ATTRIBUTE_UNUSED, FILE * output, const xmlChar * name, const xmlChar * URI, const xmlChar * not_used ATTRIBUTE_UNUSED) argument
2107 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 Ddocuments.h28 const xmlChar *URI);
37 const xmlChar *URI);
61 * @URI: the URI of the document to load
76 typedef xmlDocPtr (*xsltDocLoaderFunc) (const xmlChar *URI,
H A Dnamespaces.c105 * "If a namespace URI is declared to be an alias for multiple
176 * Same target namespace URI for multiple different aliases:
359 * Search a Ns aliasing a given URI and without a NULL prefix.
425 const xmlChar *URI = NULL; /* the replacement URI */ local
435 URI = ns->href;
442 URI = (const xmlChar *) xmlHashLookup(style->nsAliases, ns->href);
443 if (URI != NULL)
450 if (URI == UNDEFINED_DEFAULT_NS) {
456 URI
502 xsltGetSpecialNamespace(xsltTransformContextPtr ctxt, xmlNodePtr cur, const xmlChar *URI, const xmlChar *prefix, xmlNodePtr out) argument
592 const xmlChar *URI = NULL; /* the replacement URI */ local
743 const xmlChar *URI; local
803 const xmlChar *URI; local
[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 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);
282 * @URI: the computed URI of the document
290 xsltLoadDocument(xsltTransformContextPtr ctxt, const xmlChar *URI) { argument
294 if ((ctxt == NULL) || (URI == NULL))
303 res = xsltCheckRead(ctxt->sec, ctxt, URI);
364 xsltLoadStyleDocument(xsltStylesheetPtr style, const xmlChar *URI) argument
[all...]
H A Dnamespaces.h43 const xmlChar *URI,
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");
137 URI = xmlSaveUri(uri);
138 xsltdoc = xsltLoadDocument(tctxt, URI);
139 xmlFree(URI);
141 xsltdoc = xsltLoadDocument(tctxt, URI);
145 if ((URI == NULL) ||
146 (URI[
224 xmlChar *base = NULL, *URI; local
[all...]
H A Dpreproc.c1178 const xmlChar *URI; local
1180 URI = xsltGetQNameURI2(style, inst, &prop);
1186 if (URI != NULL) {
1187 comp->ns = xmlStrdup(URI);
1398 const xmlChar *URI; local
1400 URI = xsltGetQNameURI2(style, inst, &prop);
1406 if (URI != NULL) {
1407 comp->ns = URI;
1453 const xmlChar *URI; local
1455 URI
1693 const xmlChar *URI; local
1768 const xmlChar *URI; local
[all...]
/haiku-fatelf/src/bin/network/wget/src/
H A Dcss-tokens.h62 URI, enumerator in enum:__anon4467
H A Dcss-url.c96 "URI",
102 Given a detected URI token, get only the URI specified within.
105 A URI can be specified with or without quotes, and the quotes
184 if (token == STRING || token == URI)
186 /*DEBUGP (("Got URI "));*/
190 if (token == URI)
224 else if(token == URI)
233 DEBUGP (("Found URI: [%s] at %d [%s]\n", yytext, buffer_pos, uri));
H A Dcss.l131 "url("{w}{string}{w}")" {return URI;}
132 "url("{w}{url}{w}")" {return URI;}
/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Duri.h2 * Summary: library of generic URI related routines
3 * Description: library of generic URI related routines
24 * A parsed URI reference. This is a struct containing the various fields
30 char *scheme; /* the URI scheme */
39 int cleanup; /* parsing potentially unclean URI */
50 xmlBuildURI (const xmlChar *URI,
53 xmlBuildRelativeURI (const xmlChar *URI,
H A Dcatalog.h97 const xmlChar *URI);
131 xmlCatalogResolveURI (const xmlChar *URI);
158 const xmlChar *URI);
H A DHTMLtree.h63 htmlNewDoc (const xmlChar *URI,
66 htmlNewDocNoDtD (const xmlChar *URI,
H A DxmlIO.h27 * @filename: the filename or URI
37 * @filename: the filename or URI
73 * @filename: the filename or URI
83 * @filename: the filename or URI
170 xmlParserInputBufferCreateFilename (const char *URI,
211 __xmlParserInputBufferCreateFilename(const char *URI,
226 xmlOutputBufferCreateFilename (const char *URI,
272 __xmlOutputBufferCreateFilename(const char *URI,
H A DSAX2.h114 const xmlChar *URI,
124 const xmlChar *URI);
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
/haiku-fatelf/src/tools/docbook/libxslt/libexslt/
H A Defunctions.c63 * @URI: the function namespace URI
71 const xmlChar *URI, const xmlChar *name,
73 if ((data == NULL) || (ctxt == NULL) || (URI == NULL) || (name == NULL))
78 URI, name);
79 xsltRegisterExtFunction(ctxt, name, URI,
87 * @URI: the function namespace URI
96 const xmlChar *URI, const xmlChar *name,
100 if ((data == NULL) || (ch == NULL) || (URI
69 exsltFuncRegisterFunc(exsltFuncFunctionData *data, xsltTransformContextPtr ctxt, const xmlChar *URI, const xmlChar *name, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
94 exsltFuncRegisterImportFunc(exsltFuncFunctionData *data, exsltFuncImportRegData *ch, const xmlChar *URI, const xmlChar *name, ATTRIBUTE_UNUSED const xmlChar *ignored) argument
139 exsltFuncInit(xsltTransformContextPtr ctxt, const xmlChar *URI) argument
[all...]
H A Dsaxon.c26 * @URI: the namespace URI for the extension
34 const xmlChar *URI ATTRIBUTE_UNUSED) {
41 * @URI: the namespace URI for the extension
48 const xmlChar *URI ATTRIBUTE_UNUSED,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxinclude.c53 xmlChar *URI; /* the fully resolved resource URL */ member in struct:_xmlXIncludeRef
54 xmlChar *fragment; /* the fragment in the URI */
198 xmlGenericError(xmlGenericErrorContext, "Freeing doc %s\n", ref->URI);
202 if (ref->URI != NULL)
203 xmlFree(ref->URI);
214 * @URI: the resource URI
221 xmlXIncludeNewRef(xmlXIncludeCtxtPtr ctxt, const xmlChar *URI, argument
226 xmlGenericError(xmlGenericErrorContext, "New ref %s\n", URI);
234 if (URI
490 xmlChar *URI; local
1981 xmlChar *URI; local
[all...]
H A DSAX2.c490 xmlChar *URI; local
499 URI = xmlBuildURI(systemId, (const xmlChar *) base);
506 ret = xmlLoadExternalEntity((const char *) URI,
508 if (URI != NULL)
509 xmlFree(URI);
572 val = xmlParseCtxtExternalEntity(ctxt, ret->URI,
644 if ((ent != NULL) && (ent->URI == NULL) && (systemId != NULL)) {
645 xmlChar *URI; local
653 URI = xmlBuildURI(systemId, (const xmlChar *) base);
654 ent->URI
664 xmlChar *URI; local
881 xmlChar *URI; local
901 xmlChar *URI; local
2112 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 Dcatalog.c1075 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI);
1118 * @uriAttrName: the attribute holding the URI-Reference
1557 * Remove entries in the XML catalog where the value or the URI
1611 * Returns the URI of the resource or NULL if not found
1833 * @URI: the URI
1839 * Implements (or tries to) 7.2.2. URI Resolution
1842 * Returns the URI of the resource or NULL if not found
1845 xmlCatalogXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) { argument
1856 if (URI
2070 xmlCatalogListXMLResolveURI(xmlCatalogEntryPtr catal, const xmlChar *URI) argument
2873 xmlACatalogResolveURI(xmlCatalogPtr catal, const xmlChar *URI) argument
3332 xmlCatalogResolveURI(const xmlChar *URI) argument
3670 xmlCatalogLocalResolveURI(void *catalogs, const xmlChar *URI) argument
[all...]
H A Duri.c2 * uri.c: set of generic URI related routines
192 * Generic URI structure functions *
221 * Save the URI as an escaped string
538 * Prints the URI in the stream @stream.
771 * treating them as part of the final URI), by removing them from
933 * @str: the string of the URI to escape
1062 * Escaped URI parsing *
1068 * @uri: pointer to an URI structure
1071 * Parse an URI fragment string and fills in the appropriate fields
1104 * @uri: pointer to an URI structur
1856 xmlBuildURI(const xmlChar *URI, const xmlChar *base) argument
2130 xmlBuildRelativeURI(const xmlChar * URI, const xmlChar * base) argument
[all...]
H A Dentities.c117 if ((entity->URI != NULL) && (!xmlDictOwns(dict, entity->URI)))
118 xmlFree((char *) entity->URI);
131 if (entity->URI != NULL)
132 xmlFree((char *) entity->URI);
214 ret->URI = NULL; /* to be computed by the layer knowing
792 if (ent->URI != NULL)
793 cur->URI = xmlStrdup(ent->URI);

Completed in 201 milliseconds

123