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

12345

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
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...]
H A Dxlink.c134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A Dtree.c706 * @href: the URI associated
712 * We use href==NULL in the case of an element creation where the namespace
717 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
737 if (href != NULL)
738 cur->href = xmlStrdup(href);
805 if (cur->href != NULL) xmlFree((char *) cur->href);
2893 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3321 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
5758 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
H A DtestC14N.c286 if(xmlXPathRegisterNs(ctx, ns->prefix, ns->href) != 0) {
287 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", ns->prefix, ns->href);
335 ns->prefix, ns->href,
H A Dschematron.c51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
1012 xmlChar *href = NULL;
1019 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1020 if (href == NULL) {
1023 "Include has no href attribute", NULL, NULL);
1029 URI = xmlBuildURI(href, bas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
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,
H A DSAX.in.h131 const xmlChar *href,
143 const xmlChar *href,
H A Dxlink.c134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A Dtree.c701 * @href: the URI associated
707 * We use href==NULL in the case of an element creation where the namespace
712 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
732 if (href != NULL)
733 cur->href = xmlStrdup(href);
800 if (cur->href != NULL) xmlFree((char *) cur->href);
2874 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
H A Dschematron.c51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
1004 xmlChar *href = NULL; local
1011 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1012 if (href == NULL) {
1015 "Include has no href attribute", NULL, NULL);
1021 URI = xmlBuildURI(href, bas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
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,
H A DSAX.in.h131 const xmlChar *href,
143 const xmlChar *href,
H A Dxlink.c134 (xmlStrEqual(node->ns->href, XHTML_NAMESPACE))) {
H A Dtree.c701 * @href: the URI associated
707 * We use href==NULL in the case of an element creation where the namespace
712 xmlNewNs(xmlNodePtr node, const xmlChar *href, const xmlChar *prefix) { argument
732 if (href != NULL)
733 cur->href = xmlStrdup(href);
800 if (cur->href != NULL) xmlFree((char *) cur->href);
2874 attr = xmlHasNsProp(cur->parent, prop->name, prop->ns->href);
3302 lastattr = xmlHasNsProp(parent, cur->name, cur->ns->href);
5700 xmlSearchNsByHref(xmlDocPtr doc, xmlNodePtr node, const xmlChar * href) argument
[all...]
H A Dschematron.c51 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
52 (xmlStrEqual(node->ns->href, xmlOldSchematronNs))))
57 ((xmlStrEqual(node->ns->href, xmlSchematronNs)) || \
58 (xmlStrEqual(node->ns->href, xmlOldSchematronNs)))) \
1004 xmlChar *href = NULL; local
1011 href = xmlGetNoNsProp(cur, BAD_CAST "href");
1012 if (href == NULL) {
1015 "Include has no href attribute", NULL, NULL);
1021 URI = xmlBuildURI(href, bas
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/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,
H A DSAX.h131 const xmlChar *href,
143 const xmlChar *href,
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/prebuilt/WW/www/
H A Dfunc.js207 top.helpframe.location.href=fname+"_h.htm";
209 top.helpframe.location.href=fname+"_h.htm#" + anchname;
H A Dbas_l2tp.js482 location.href="RU_isp_spoof.htm";
486 location.href="RU_isp_l2tp_static.htm";
489 location.href="RU_manual_l2tp_dual.htm";
630 location.href="RU_manual_spoof.htm";
H A Dbas_pptp.js494 location.href="RU_isp_spoof.htm";
498 location.href="RU_isp_pptp_static.htm";
501 location.href="RU_manual_pptp_dual.htm";
642 location.href="RU_manual_spoof.htm";
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-runtime/libasprintf/
H A Dtexi2html1262 $href = $node2href{$node};
1263 $_ = "${before}${type}section " . &anchor('', $href, $sec) . $after;
1277 $href = $bib2href{$what};
1278 if (defined($href) && $post !~ /^[^<]*<\/A>/) {
1279 $done .= $pre . &anchor('', $href, $what);
1293 $href = $gloss2href{$entry};
1294 if (defined($href) && $post !~ /^[^<]*<\/A>/) {
1295 $done .= $pre . &anchor('', $href, $what);
1735 local($href);
1738 $href
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/doc/
H A Dtexi2html1262 $href = $node2href{$node};
1263 $_ = "${before}${type}section " . &anchor('', $href, $sec) . $after;
1277 $href = $bib2href{$what};
1278 if (defined($href) && $post !~ /^[^<]*<\/A>/) {
1279 $done .= $pre . &anchor('', $href, $what);
1293 $href = $gloss2href{$entry};
1294 if (defined($href) && $post !~ /^[^<]*<\/A>/) {
1295 $done .= $pre . &anchor('', $href, $what);
1735 local($href);
1738 $href
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/dist/
H A Dvx_buildcd91 {BerkeleyDB.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH} {Berkeley DB} {<b>BerkeleyDB.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH</b>} {<b><a href="./index.html">BerkeleyDB.$DB_VERSION_MAJOR.$DB_VERSION_MINOR.$DB_VERSION_PATCH</a></b>} {BerkeleyDB} {} {} {}

Completed in 169 milliseconds

12345