Searched refs:href (Results 26 - 50 of 206) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DTest-iri-disabled.px36 Link to page 1 <a href="http://localhost:{{port}}/p1_fran${ccedilla_l15}ais.html">La seule page en fran&ccedil;ais</a>.
37 Link to page 3 <a href="http://localhost:{{port}}/p3_${eurosign_l15}${eurosign_l15}${eurosign_l15}.html">My tailor is rich</a>.
51 Link to page 2 <a href="http://localhost:{{port}}/p2_${eacute_l1}${eacute_l1}n.html">Die enkele nerderlangstalige pagina</a>.
H A DTest-iri-forced-remote.px40 Link to page 1 <a href="http://localhost:{{port}}/p1_fran${ccedilla_l15}ais.html">La seule page en fran&ccedil;ais</a>.
41 Link to page 3 <a href="http://localhost:{{port}}/p3_${eurosign_l15}${eurosign_l15}${eurosign_l15}.html">My tailor is rich</a>.
55 Link to page 2 <a href="http://localhost:{{port}}/p2_${eacute_l1}${eacute_l1}n.html">Die enkele nerderlangstalige pagina</a>.
H A DTest-iri-percent.px26 href="http://localhost:{{port}}/hello_${ccedilla_l15_pct}${eacute_l1}.html">La seule page en fran&ccedil;ais</a>.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dxinclude.c492 xmlChar *href; local
511 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
512 if (href == NULL) {
513 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
514 if (href == NULL)
517 if ((href[0] == '#') || (href[0] == 0))
528 if (href != NULL)
529 xmlFree(href);
1993 xmlChar *href; local
[all...]
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A Drunsuite.c790 xmlChar *href = NULL; local
800 href = getString(cur,
801 "string(ts:instanceDocument/@xlink:href)");
802 if ((href == NULL) || (href[0] == 0)) {
803 test_log("testGroup line %ld misses href for schemaDocument\n",
808 path = xmlBuildURI(href, BAD_CAST base);
812 xmlGetLineNo(cur), href);
871 if (href != NULL) xmlFree(href);
887 xmlChar *href = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dxinclude.c492 xmlChar *href; local
511 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
512 if (href == NULL) {
513 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
514 if (href == NULL)
517 if ((href[0] == '#') || (href[0] == 0))
528 if (href != NULL)
529 xmlFree(href);
1993 xmlChar *href; local
[all...]
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A Drunsuite.c790 xmlChar *href = NULL; local
800 href = getString(cur,
801 "string(ts:instanceDocument/@xlink:href)");
802 if ((href == NULL) || (href[0] == 0)) {
803 test_log("testGroup line %ld misses href for schemaDocument\n",
808 path = xmlBuildURI(href, BAD_CAST base);
812 xmlGetLineNo(cur), href);
871 if (href != NULL) xmlFree(href);
887 xmlChar *href = NULL; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dxinclude.c495 xmlChar *href; local
514 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
515 if (href == NULL) {
516 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
517 if (href == NULL)
521 if (href[0] == '#')
532 if (href != NULL)
533 xmlFree(href);
545 URI = xmlBuildURI(href, ctx
1985 xmlChar *href; local
[all...]
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A Dxlink.in.h30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dxinclude.c495 xmlChar *href; local
514 href = xmlXIncludeGetProp(ctxt, cur, XINCLUDE_HREF);
515 if (href == NULL) {
516 href = xmlStrdup(BAD_CAST ""); /* @@@@ href is now optional */
517 if (href == NULL)
521 if (href[0] == '#')
532 if (href != NULL)
533 xmlFree(href);
545 URI = xmlBuildURI(href, ctx
1985 xmlChar *href; local
[all...]
H A Dc14n.c410 const xmlChar *href; local
423 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
424 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
432 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
443 const xmlChar *href; local
456 href = ((ns == NULL) || (ns->href
[all...]
H A Dxlink.in.h30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/custom/
H A Dlong_double.c125 if (*soap->href)
126 p = (long double*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(long double), 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dexport_report.pl26 my ($href) = @_;
28 while (my ($mod, $list) = each %$href) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/custom/
H A Dlong_double.c125 if (*soap->href)
126 p = (long double*)soap_id_forward(soap, soap->href, p, 0, t, 0, sizeof(long double), 0, NULL);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dxlink.h30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
H A DSAX.h131 const xmlChar *href,
143 const xmlChar *href,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dxlink.h30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dxlink.h30 * href attributes by using the base mechanism if found.
75 * @href: the target of the link
84 const xlinkHRef href,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/
H A DsoapC.c156 *type = soap_lookup_type(soap, soap->href);
1759 if (soap->body && !*soap->href)
1819 { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL);
1878 if (soap->body && !*soap->href)
1898 { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL);
1959 if (soap->body && !*soap->href)
1984 { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL);
2047 if (soap->body && !*soap->href)
2072 { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL);
2124 if (soap->body && !*soap->href)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/
H A DsoapC.c156 *type = soap_lookup_type(soap, soap->href);
1759 if (soap->body && !*soap->href)
1819 { a = (struct SOAP_ENV__Fault *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Fault, 0, sizeof(struct SOAP_ENV__Fault), 0, NULL);
1878 if (soap->body && !*soap->href)
1898 { a = (struct SOAP_ENV__Reason *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Reason, 0, sizeof(struct SOAP_ENV__Reason), 0, NULL);
1959 if (soap->body && !*soap->href)
1984 { a = (struct SOAP_ENV__Detail *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Detail, 0, sizeof(struct SOAP_ENV__Detail), 0, NULL);
2047 if (soap->body && !*soap->href)
2072 { a = (struct SOAP_ENV__Code *)soap_id_forward(soap, soap->href, (void*)a, 0, SOAP_TYPE_SOAP_ENV__Code, 0, sizeof(struct SOAP_ENV__Code), 0, NULL);
2124 if (soap->body && !*soap->href)
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp271 wxString href(link);
316 // Looks for a href in a variable stored as a cookie. The href can be
351 // This used in a link or href will take you back in the history.
357 // This used in a link or href will take you forward in the history
366 (node->GetData())->OnLinkClicked(wxHtmlLinkInfo(href));
369 m_openedlast = href;
370 bool stat = wxHtmlWindow::LoadPage(href);
619 href - webpage to go to.
627 wxString& href,
624 VirtualData( wxString& name, wxString& group, wxString& href, wxString& plugin ) argument
[all...]

Completed in 255 milliseconds

123456789