HomeSort by relevance Sort by last modified time
    Searched refs:HREF (Results 1 - 16 of 16) 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/pcre/dist/
132html 66 Return to the <a href="index.html">PCRE index page</a>.
148 printf("<li><a name=\"TOC%d\" href=\"#SEC%d\">$title</a>\n",
150 printf TEMP ("<br><a name=\"SEC%d\" href=\"#TOC1\">$title</a><br>\n",
182 # A comment that starts "HREF" takes the next line as a name that
187 elsif (/^\.\\"\s*HREF/)
194 print TEMP "<a href=\"$1.html\">$_</a>\n";
306 Return to the <a href="index.html">PCRE index page</a>.
  /external/skia/tools/
compare_codereview.py 86 For instance, for the tag <A HREF="http://www.cwi.nl/">, this
87 method would be called as handle_starttag('a', [('href',
101 # <a class="build-result" href="*">. Then we save the
104 self._href = attrs.get('href')
205 For instance, for the tag <A HREF="http://www.cwi.nl/">, this
206 method would be called as handle_starttag('a', [('href',
231 href = attrs.get('href')
234 if href.endswith('/logs/stdio'):
235 self._failure_results_url = href
    [all...]
  /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/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/localeconverter/
XLIFF2ICUConverter.java 115 private static final String HREF = "href";
    [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/owasp/sanitizer/tools/emma/lib/
emma.jar 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 
  /external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar 
htmlparser-1.3.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/
saxon-9.1.0.8.jar 

Completed in 580 milliseconds