Searched refs:URI (Results 176 - 200 of 243) sorted by relevance

12345678910

/macosx-10.10/vim-55/runtime/autoload/xml/
H A Dxhtml10f.vim371 \ 'action' : ['*URI', ''],
389 \ 'data' : ['URI', ''],
399 \ 'href' : ['*URI', ''],
405 \ 'longdesc' : ['URI', ''],
430 \ 'profile' : ['URI', ''],
441 \ 'src' : ['*URI', ''],
448 \ 'usemap' : ['URI', ''],
452 \ 'xmlns' : ['URI', '']
H A Dxhtml10t.vim363 \ 'action' : ['*URI', ''],
381 \ 'data' : ['URI', ''],
391 \ 'href' : ['*URI', ''],
397 \ 'longdesc' : ['URI', ''],
422 \ 'profile' : ['URI', ''],
433 \ 'src' : ['*URI', ''],
440 \ 'usemap' : ['URI', ''],
444 \ 'xmlns' : ['URI', '']
H A Dxhtml11.vim339 \ 'action' : ['*URI', ''],
357 \ 'data' : ['URI', ''],
367 \ 'href' : ['*URI', ''],
373 \ 'longdesc' : ['URI', ''],
398 \ 'profile' : ['URI', ''],
409 \ 'src' : ['*URI', ''],
416 \ 'usemap' : ['URI', ''],
420 \ 'xmlns' : ['URI', '']
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm72 # set the template variables from the URI
202 template and the URI of the request.
249 C</> in the URI path are replaced by the separator used by File::Spec.
346 Given a request for the L<http://search.cpan.org/dist/HTTP-Proxy/> URI,
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/Proxy/BodyFilter/
H A Dsave.pm72 # set the template variables from the URI
204 template and the URI of the request.
251 C</> in the URI path are replaced by the separator used by File::Spec.
348 Given a request for the L<http://search.cpan.org/dist/HTTP-Proxy/> URI,
/macosx-10.10/libxslt-13/libxslt/libxslt/
H A Dtransform.c2806 const xmlChar *URI = NULL; local
2820 URI = (const xmlChar *)
2822 if (URI != NULL)
2827 if (URI == UNDEFINED_DEFAULT_NS)
2829 if (URI == NULL)
2830 URI = ns->href;
2836 if ((ret == NULL) || (!xmlStrEqual(ret->href, URI)))
2838 xmlNewNs(copy, URI, ns->prefix);
3369 "xsltDocumentElem: href/URI-Reference not found\n");
3447 const xmlChar *URI; local
3562 const xmlChar *URI; local
[all...]
H A Dpreproc.c1288 const xmlChar *URI; local
1298 * @prop will be in the string dict afterwards, @URI not.
1300 URI = xsltGetQNameURI2(style, inst, &prop);
1307 if (URI != NULL) {
1314 *nsName = xmlDictLookup(style->dict, URI, -1);
/macosx-10.10/libxml2-26/libxml2/
H A Dparser.c380 errmsg = "SYSTEM or PUBLIC, the URI is missing";
1788 * @URI: the element namespace name
1796 const xmlChar *prefix, const xmlChar *URI, int nsNr)
1822 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1833 * Pops the top element/prefix/URI name from the name stack
4671 xmlChar *URI = NULL; local
4683 URI = xmlParseSystemLiteral(ctxt);
4684 if (URI == NULL) {
4722 URI = xmlParseSystemLiteral(ctxt);
4723 if (URI
1795 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
5401 xmlChar *URI = NULL, *literal = NULL; local
8255 xmlChar *URI = NULL; local
9217 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, const xmlChar **URI, int *tlen) argument
9657 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
9935 const xmlChar *URI = NULL; local
11340 const xmlChar *URI = NULL; local
[all...]
H A Dxmlreader.c690 * @URI: the element namespace name if available
692 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
695 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
704 const xmlChar *URI,
718 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
735 * @URI: the element namespace name if available
743 const xmlChar * URI)
752 reader->endElementNs(ctx, localname, prefix, URI);
2049 * @URI: the URI informatio
701 xmlTextReaderStartElementNs(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
740 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2056 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) argument
2167 xmlNewTextReaderFilename(const char *URI) argument
[all...]
H A Dxmllint.c1524 const xmlChar *URI,
1541 if (URI == NULL)
1544 fprintf(stdout, ", '%s'", (char *) URI);
1581 const xmlChar *URI)
1591 if (URI == NULL)
1594 fprintf(stdout, ", '%s')\n", (char *) URI);
1521 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, 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
1578 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/libxml2-src/
H A Dparser.c344 errmsg = "SYSTEM or PUBLIC, the URI is missing\n";
1611 * @URI: the element namespace name
1619 const xmlChar *prefix, const xmlChar *URI, int nsNr)
1645 ctxt->pushTab[ctxt->nameNr * 3 + 1] = (void *) URI;
1656 * Pops the top element/prefix/URI name from the name stack
4328 xmlChar *URI = NULL; local
4340 URI = xmlParseSystemLiteral(ctxt);
4341 if (URI == NULL) {
4379 URI = xmlParseSystemLiteral(ctxt);
4380 if (URI
1618 nameNsPush(xmlParserCtxtPtr ctxt, const xmlChar * value, const xmlChar *prefix, const xmlChar *URI, int nsNr) argument
5007 xmlChar *URI = NULL, *literal = NULL; local
7806 xmlChar *URI = NULL; local
8722 xmlParseStartTag2(xmlParserCtxtPtr ctxt, const xmlChar **pref, const xmlChar **URI, int *tlen) argument
9160 xmlParseEndTag2(xmlParserCtxtPtr ctxt, const xmlChar *prefix, const xmlChar *URI, int line, int nsNr, int tlen) argument
9425 const xmlChar *URI = NULL; local
10806 const xmlChar *URI = NULL; local
[all...]
H A Dxmlreader.c687 * @URI: the element namespace name if available
689 * @namespaces: pointer to the array of prefix/URI pairs namespace definitions
692 * @attributes: pointer to the array of (localname/prefix/URI/value/end)
701 const xmlChar *URI,
715 reader->startElementNs(ctx, localname, prefix, URI, nb_namespaces,
732 * @URI: the element namespace name if available
740 const xmlChar * URI)
749 reader->endElementNs(ctx, localname, prefix, URI);
2030 * @URI: the URI informatio
698 xmlTextReaderStartElementNs(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
737 xmlTextReaderEndElementNs(void *ctx, const xmlChar * localname, const xmlChar * prefix, const xmlChar * URI) argument
2037 xmlNewTextReader(xmlParserInputBufferPtr input, const char *URI) argument
2147 xmlNewTextReaderFilename(const char *URI) argument
[all...]
H A Dxmllint.c1518 const xmlChar *URI,
1535 if (URI == NULL)
1538 fprintf(stdout, ", '%s'", (char *) URI);
1575 const xmlChar *URI)
1585 if (URI == NULL)
1588 fprintf(stdout, ", '%s')\n", (char *) URI);
1515 startElementNsDebug(void *ctx ATTRIBUTE_UNUSED, 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
1572 endElementNsDebug(void *ctx ATTRIBUTE_UNUSED, const xmlChar *localname, const xmlChar *prefix, const xmlChar *URI) argument
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/lib/HTTP/
H A DProxy.pm853 scheme - the URI scheme
854 host - the URI authority (host:port)
855 path - the URI path
856 query - the URI query string
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/lib/HTTP/
H A DProxy.pm853 scheme - the URI scheme
854 host - the URI authority (host:port)
855 path - the URI path
856 query - the URI query string
/macosx-10.10/CPANInternal-159.1/SOAP-Lite-1.11/lib/SOAP/
H A DTest.pm147 ok($@ =~ /^URI is not specified/);
H A DLite.pm689 warn "Usage of '::' in URI ($uri) deprecated. Use '/' instead\n"
1555 && warn("URI is not provided as an attribute for method ($method)\n"),
2053 use URI::Escape qw{uri_unescape};
2099 my $uri = URI->new($location);
2734 # try to find URI/method from on_dispatch call first
2760 die "URI path shall map to class" unless defined ($class = URI->new($method_uri)->path);
2883 # preserve name, specify URI
3079 my $location = URI->new_abs($_->location->value, $base)->as_string;
3447 require URI;
[all...]
/macosx-10.10/ruby-106/ruby/lib/rubygems/
H A Ddependency_resolver.rb104 @dep_uri = URI 'https://rubygems.org/api/v1/dependencies'
/macosx-10.10/ruby-106/ruby/test/webrick/
H A Dtest_httpproxy.rb196 :ProxyURI => URI.parse("http://localhost:#{up_port}"),
/macosx-10.10/security_ocspd-55124/server/
H A DcrlRefresh.cpp99 DB_ATTRIBUTE(URI, BLOB), // 5
700 * Not all CRLs have a URI attribute, which is required for
705 ocspdCrlDebug("Expired CRL with no URI at dex %u", dex);
728 * from this CA/URI.
/macosx-10.10/vim-55/runtime/indent/
H A Ddtd.vim252 " further for (possibly) a public ID and an URI followed by the NDATA
253 " keyword and the actual notation name. For the public ID and URI, indent
/macosx-10.10/WebCore-7600.1.25/css/
H A DCSSGrammar.y.in55 case URI:
197 %token <string> URI
547 string_or_uri: STRING | URI ;
1491 | URI maybe_space { $$.id = CSSValueInvalid; $$.string = $1; $$.unit = CSSPrimitiveValue::CSS_URI; }
/macosx-10.10/apr-32/apr-util/apr-util/
H A Dapr-util.spec20 for XML, LDAP, database interfaces, URI parsing and more.
/macosx-10.10/vim-55/runtime/keymap/
H A Dbulgarian-bds.vim7 " URI: http://www.math.bas.bg/bantchev/vim/bulgarian-bds.vim
/macosx-10.10/vim-55/runtime/syntax/
H A Dldapconf.vim26 syn keyword ldapconfOption contained URI

Completed in 244 milliseconds

12345678910