HomeSort by relevance Sort by last modified time
    Searched refs:HREF (Results 1 - 7 of 7) sorted by null

  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 19 public HyperRef (final String href, final String text, final boolean nbsp)
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?
Attribute.java 29 public static final Attribute HREF = new AttributeImpl ("HREF");
HTMLDocument.java 138 public void addLINK (final String type, final String href)
145 link.getAttributes ().set (Attribute.HREF, href); // TODO: escape
146 link.getAttributes ().set (Attribute.SRC, href); // TODO: escape
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 800 final String HREF = getItemHREF (item, path [l]);
801 cell.add (new HyperRef (HREF, name, true));
835 final String HREF = getItemHREF (item, path [l]);
836 cell.add (new HyperRef (HREF, name, true));
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/emma/lib/
emma.jar 
  /external/bison/tests/
testsuite     [all...]

Completed in 210 milliseconds