Searched refs:URI (Results 201 - 225 of 243) sorted by relevance

12345678910

/macosx-10.10/libxml2-26/libxml2/
H A Dxpointer.c1064 xmlChar *URI; local
1092 URI = xmlSaveUri(value);
1094 if (URI == NULL) {
1101 xmlXPathRegisterNs(ctxt->context, prefix, URI);
1103 xmlFree(URI);
H A DdebugXML.c696 if (ent->URI != NULL) {
698 fprintf(ctxt->output, " URI=%s\n", (char *) ent->URI);
800 if (ent->URI) {
802 fprintf(ctxt->output, "URI=%s\n", (char *) ent->URI);
2628 * @dtd: the DTD URI (optional)
2902 fprintf(ctxt->output, "\tsetbase URI change the XML base of the node\n");
H A Dxpath.c4849 * @ns_uri: the function namespace URI
4922 * @ns_uri: the function namespace URI
4997 * @ns_uri: the variable namespace URI
5072 * @ns_uri: the variable namespace URI
8755 * namespace URI of the expanded name of the node in the argument
8758 * URI, an empty string is returned. If the argument is omitted it
12104 const xmlChar *URI = NULL; local
12143 URI = xmlXPathNsLookup(xpctxt, prefix);
12144 if (URI == NULL) {
12437 (xmlStrEqual(URI, cu
13488 const xmlChar *URI; local
13537 const xmlChar *URI = NULL; local
[all...]
H A Dtestapi.c1532 const char * filename; /* an optional file name or URI */
3141 xmlChar * URI; /* URI for the dtd, or NULL */ local
3149 URI = gen_const_xmlChar_ptr(n_URI, 0);
3152 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3155 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3182 xmlChar * URI; /* URI for the dtd, or NULL */ local
3190 URI = gen_const_xmlChar_ptr(n_URI, 0);
3193 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (cons
4112 xmlChar * URI; /* the element namespace name if available */ local
5084 xmlChar * URI; /* the element namespace name if available */ local
5862 xmlChar * URI; /* the URI */ local
6128 xmlChar * URI; /* the URI */ local
6291 xmlChar * URI; /* the URI */ local
24345 xmlChar * URI; /* the URI reference under consideration */ local
24384 xmlChar * URI; /* the URI instance found in the document */ local
28503 const char * URI; /* a C string containing the URI or filename */ local
28816 const char * URI; /* a C string containing the URI or filename */ local
29984 const char * URI; /* the URI information for the source if available */ local
30023 const char * URI; /* the URI of the resource to process */ local
[all...]
H A Dxmlschemas.c422 const xmlChar *schemaLocation; /* The URI of the schema document. */
2803 * @refURI: the referenced namespace URI
4646 * a namespace URI of @uri.
5778 * @uri: the resulting namespace URI if found
5780 * Extracts the local name and the URI of a QName value and validates it.
5859 * @uri: the resulting namespace URI if found
5892 * @uri: the resulting namespace URI if found
10011 * @schemaLocation: the URI of the schema document
10241 * Build an absolue location URI.
10247 xmlChar *base, *URI; local
27283 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28495 startElementNsSplit(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
28517 endElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
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 DdebugXML.c697 if (ent->URI != NULL) {
699 fprintf(ctxt->output, " URI=%s\n", (char *) ent->URI);
801 if (ent->URI) {
803 fprintf(ctxt->output, "URI=%s\n", (char *) ent->URI);
2626 * @dtd: the DTD URI (optional)
2894 fprintf(ctxt->output, "\tsetbase URI change the XML base of the node\n");
H A Dxpath.c4735 * @ns_uri: the function namespace URI
4808 * @ns_uri: the function namespace URI
4883 * @ns_uri: the variable namespace URI
4958 * @ns_uri: the variable namespace URI
8617 * namespace URI of the expanded name of the node in the argument
8620 * URI, an empty string is returned. If the argument is omitted it
11923 const xmlChar *URI = NULL; local
11966 URI = xmlXPathNsLookup(xpctxt, prefix);
11967 if (URI == NULL) {
12286 (xmlStrEqual(URI, cu
13329 const xmlChar *URI; local
13372 const xmlChar *URI = NULL; local
[all...]
H A Dtestapi.c1536 const char * filename; /* an optional file name or URI */
3145 xmlChar * URI; /* URI for the dtd, or NULL */ local
3153 URI = gen_const_xmlChar_ptr(n_URI, 0);
3156 ret_val = htmlNewDoc((const xmlChar *)URI, (const xmlChar *)ExternalID);
3159 des_const_xmlChar_ptr(n_URI, (const xmlChar *)URI, 0);
3186 xmlChar * URI; /* URI for the dtd, or NULL */ local
3194 URI = gen_const_xmlChar_ptr(n_URI, 0);
3197 ret_val = htmlNewDocNoDtD((const xmlChar *)URI, (cons
4116 xmlChar * URI; /* the element namespace name if available */ local
5088 xmlChar * URI; /* the element namespace name if available */ local
5866 xmlChar * URI; /* the URI */ local
6132 xmlChar * URI; /* the URI */ local
6295 xmlChar * URI; /* the URI */ local
24170 xmlChar * URI; /* the URI reference under consideration */ local
24209 xmlChar * URI; /* the URI instance found in the document */ local
28328 const char * URI; /* a C string containing the URI or filename */ local
28597 const char * URI; /* a C string containing the URI or filename */ local
29763 const char * URI; /* the URI information for the source if available */ local
29802 const char * URI; /* the URI of the resource to process */ local
[all...]
H A Dxmlschemas.c422 const xmlChar *schemaLocation; /* The URI of the schema document. */
2784 * @refURI: the referenced namespace URI
4627 * a namespace URI of @uri.
5759 * @uri: the resulting namespace URI if found
5761 * Extracts the local name and the URI of a QName value and validates it.
5840 * @uri: the resulting namespace URI if found
5873 * @uri: the resulting namespace URI if found
9992 * @schemaLocation: the URI of the schema document
10222 * Build an absolue location URI.
10228 xmlChar *base, *URI; local
27232 xmlSchemaSAXHandleStartElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix ATTRIBUTE_UNUSED, const xmlChar * URI, int nb_namespaces, const xmlChar ** namespaces, int nb_attributes, int nb_defaulted ATTRIBUTE_UNUSED, const xmlChar ** attributes) argument
28414 startElementNsSplit(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
28436 endElementNsSplit(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
[all...]
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dpattern.c105 const xmlChar *modeURI; /* the mode URI */
629 * @modeURI: the mode URI or NULL
1552 const xmlChar *URI = NULL; local
1669 URI = xsltGetQNameURI(ctxt->elem, &token);
1674 if (URI != NULL)
1675 URL = xmlStrdup(URI);
2065 * @modeURI: the mode URI or NULL
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Dtest_case.rb258 @uri = URI.parse @gem_repo
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Ddns.tcl213 array set URI [uri::split $query]
219 set state(query) $URI(query)
1325 # URI quoting to be accounted for.
/macosx-10.10/vim-55/runtime/syntax/
H A Dexim.vim2 " This is a GENERATED FILE. Please always refer to source file at the URI below.
H A Dgtkrc.vim2 " This is a GENERATED FILE. Please always refer to source file at the URI below.
H A Dpov.vim2 " This is a GENERATED FILE. Please always refer to source file at the URI below.
H A Dxf86conf.vim2 " This is a GENERATED FILE. Please always refer to source file at the URI below.
H A Dapache.vim2 " This is a GENERATED FILE. Please always refer to source file at the URI below.
/macosx-10.10/BerkeleyDB-21/db/perl/BerkeleyDB/t/Test/
H A DMore.pm904 local $TODO = "URI::Geller not finished";
907 is( URI::Geller->your_card, $card, 'Is THIS your card?' );
910 URI::Geller->bend_spoon;
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/back-sql/rdbms_depend/oracle/
H A Dtestdb_metadata.sql116 -- url the URI of the referral
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/tests/scripts/
H A Dtest024-unique139 echo Dynamically trying to add a URI with legacy attrs present...
/macosx-10.10/ruby-106/ruby/lib/net/
H A Dhttp.rb39 # Net::HTTP is designed to work closely with URI. URI::HTTP#host,
40 # URI::HTTP#port and URI::HTTP#request_uri are designed to work with
61 # === GET by URI
63 # uri = URI('http://example.com/index.html?count=10')
68 # uri = URI('http://example.com/index.html')
70 # uri.query = URI.encode_www_form(params)
77 # uri = URI('http://www.example.com/search.cgi')
83 # uri = URI('htt
[all...]
/macosx-10.10/Security-57031.1.35/SecurityTests/regressions/inc/Test/
H A DMore.pm1050 local $TODO = "URI::Geller not finished";
1053 is( URI::Geller->your_card, $card, 'Is THIS your card?' );
1056 URI::Geller->bend_spoon;
/macosx-10.10/ruby-106/ruby/test/rss/
H A Drss-assertions.rb345 args = ["x", Atom::URI, tag_name]
524 args = ["x", Atom::URI, "content"]
/macosx-10.10/ruby-106/ruby/lib/rss/
H A Drss.rb58 URI = "http://purl.org/rss/1.0/"

Completed in 564 milliseconds

12345678910