Searched defs:href (Results 1 - 25 of 40) sorted by path

12

/external/autotest/frontend/client/src/autotest/common/ui/
H A DRealHyperlink.java24 public void setHref(String href) { argument
25 link.setAttribute("href", href);
/external/doclava/src/com/google/doclava/
H A DKeywordEntry.java22 KeywordEntry(String label, String href, String comment) { argument
24 this.href = href;
30 data.setValue(base + ".href", this.href);
43 private String href; field in class:KeywordEntry
H A DLinkReference.java41 public String href; field in class:LinkReference
62 * regex pattern to use when matching explicit 'a href' reference text
65 Pattern.compile("^<a href=\"([^\"]*)\">([^<]*)</a>[ \n\r\t]*$", Pattern.CASE_INSENSITIVE);
79 * and fills in href and label with error text.
369 // explicit "<a href" form
376 result.href = matcher.group(1);
379 if (DBG) System.out.println(" ---- explicit href reference");
381 result.href = result.packageInfo.htmlPage();
383 result.href = result.packageInfo.htmlPage();
408 if (DBG) System.out.println(" --- href
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jar ... .tools.ant.AntClassLoader this$0 void " href="/8.0.0_r4/s?defs= " (org ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help.base_3.5.2.v201011171123.jar ... util.Hashtable decoder static final String[] encoder static void " href="/8.0.0_r4/s?defs= " () public ...
H A Dorg.eclipse.help_3.5.0.v20100524.jar ... .AbstractContentExtensionProvider extends java.lang.Object { public void " href="/8.0.0_r4/s?defs= " () public ...
H A Dorg.eclipse.ui.forms_3.5.2.r36_v20100702.jar ... IManagedForm managedForm private boolean dirty private boolean stale public void " href="/8.0.0_r4/s?defs= " () public ...
H A Dorg.eclipse.ui.ide_3.6.2.M20101117-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.ui.workbench_3.6.1.M20101117-0800.jar ... .ui.ISourceProviderListener[] listeners private int listenerCount static void " href="/8.0.0_r4/s?defs= " () public ...
/external/emma/core/java12/com/vladium/emma/report/html/doc/
H A DHTMLDocument.java138 public void addLINK (final String type, final String href) argument
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
H A DHyperRef.java19 public HyperRef (final String href, final String text, final boolean nbsp) argument
23 if ((href == null) || (href.length () == 0))
24 throw new IllegalArgumentException ("null or empty input: href");
29 getAttributes ().set (Attribute.HREF, href);
31 // TODO: does href need to be URL-encoded?
/external/emma/lib/
H A Demma.jar ... int level java.util.Set filter private void " href="/8.0.0_r4/s?defs= " () } com ...
/external/guice/extensions/struts2/lib/
H A Dant-1.6.5.jar ... .tools.ant.AntClassLoader this$0 void " href="/8.0.0_r4/s?defs= " (org ...
H A Djsp-api-2.1.jar ... servlet.jsp.tagext.BodyContent bodyContent public void " href="/8.0.0_r4/s?defs= " () public ...
H A Dstruts2-core-2.2.1.jar ... javax.servlet.http.HttpServletRequest request public void " href="/8.0.0_r4/s?defs= " (javax ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jar ... .tools.ant.AntClassLoader this$0 void " href="/8.0.0_r4/s?defs= " (org ...
/external/libcxx/test/std/utilities/time/time.duration/time.duration.arithmetic/
H A Dop_++.pass.cpp33 std::chrono::hours& href = ++h; local
34 assert(&href == &h);
H A Dop_--.pass.cpp33 std::chrono::hours& href = --h; local
34 assert(&href == &h);
/external/libjpeg-turbo/
H A Dturbojpeg.c357 int href=1, vref=1; local
360 href=tjMCUWidth[i]/8; vref=tjMCUHeight[i]/8;
362 if(dinfo->comp_info[k].h_samp_factor==href
380 int href=tjMCUHeight[i]/8, vref=tjMCUWidth[i]/8; local
383 href=vref=2;
385 if(dinfo->comp_info[k].h_samp_factor==href
/external/libxml2/
H A Dc14n.c417 const xmlChar *href; local
430 href = ((ns == NULL) || (ns->href == NULL)) ? BAD_CAST "" : ns->href;
431 has_empty_ns = (xmlC14NStrEqual(prefix, NULL) && xmlC14NStrEqual(href, NULL));
439 return(xmlC14NStrEqual(href, (ns1 != NULL) ? ns1->href : NULL));
450 const xmlChar *href; local
463 href = ((ns == NULL) || (ns->href
[all...]
H A DdebugXML.c731 if (ns->href == NULL) {
734 "Incomplete namespace %s href=NULL\n",
738 "Incomplete default namespace href=NULL\n");
742 fprintf(ctxt->output, "namespace %s href=",
745 fprintf(ctxt->output, "default namespace href=");
747 xmlCtxtDumpString(ctxt, ns->href);
1773 fprintf(output, "default -> %s", (char *)ns->href);
1776 (char *)ns->href);
2113 xmlChar* href; local
2133 /* find href */
[all...]
H A Drelaxng.c46 (xmlStrEqual(node->ns->href, xmlRelaxNGNs)))
402 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGInclude
415 xmlChar *href; /* the normalized href value */ member in struct:_xmlRelaxNGDocument
685 if (docu->href != NULL)
686 xmlFree(docu->href);
724 if (incl->href != NULL)
725 xmlFree(incl->href);
1553 xmlChar *href local
7036 xmlChar *href, *ns, *base, *URL; local
7122 xmlChar *href, *ns, *base, *URL; local
[all...]
/external/libxml2/doc/examples/
H A Dxpath1.c150 xmlChar* href; local
178 /* find href */
179 href = next;
186 if(xmlXPathRegisterNs(xpathCtx, prefix, href) != 0) {
187 fprintf(stderr,"Error: unable to register NS with prefix=\"%s\" and href=\"%s\"\n", prefix, href);
224 ns->prefix, ns->href, cur->ns->href, cur->name);
227 ns->prefix, ns->href, cur->name);
233 cur->ns->href, cu
[all...]
/external/libxml2/include/libxml/
H A Dtree.h63 * 2) when creating a tree, xmlNs->href is stored in the dict of xmlDoc.
392 const xmlChar *href; /* URL for the namespace */ member in struct:_xmlNs
768 const xmlChar *href,
773 const xmlChar *href,
993 const xmlChar *href);
/external/libxml2/python/
H A Dlibxml.c2867 xmlChar *href; local
2871 (args, (char *) "Oz:xmlNodeRemoveNsDef", &pyobj_node, &href))
2881 if (href == NULL) {
2890 if (xmlStrEqual(ns->href, href)) {

Completed in 1102 milliseconds

12