/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
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/faqwiz/ |
faqconf.py | 158 <A HREF="%(HOMEURL)s">%(HOMENAME)s</A> /
159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> /
160 Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A>
204 <LI><A HREF="%(FAQCGI)s?req=index">FAQ index</A>
205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A>
206 <LI><A HREF="%(FAQCGI)s?req=recent">What's new in the FAQ?</A>
207 <LI><A HREF="%(FAQCGI)s?req=roulette">FAQ roulette</A>
208 <LI><A HREF="%(FAQCGI)s?req=add">Add a FAQ entry</A>
209 <LI><A HREF="%(FAQCGI)s?req=delete">Delete a FAQ entry</A>
224 <LI><A HREF="%(FAQCGI)s?req=new&section=%(sec)s">Add new entry</A> [all...] |
/external/python/cpython2/Tools/faqwiz/ |
faqconf.py | 158 <A HREF="%(HOMEURL)s">%(HOMENAME)s</A> / 159 <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> / 160 Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A> 204 <LI><A HREF="%(FAQCGI)s?req=index">FAQ index</A> 205 <LI><A HREF="%(FAQCGI)s?req=all">The whole FAQ</A> 206 <LI><A HREF="%(FAQCGI)s?req=recent">What's new in the FAQ?</A> 207 <LI><A HREF="%(FAQCGI)s?req=roulette">FAQ roulette</A> 208 <LI><A HREF="%(FAQCGI)s?req=add">Add a FAQ entry</A> 209 <LI><A HREF="%(FAQCGI)s?req=delete">Delete a FAQ entry</A> 224 <LI><A HREF="%(FAQCGI)s?req=new&section=%(sec)s">Add new entry</A [all...] |
/external/pcre/dist2/ |
132html | 66 Return to the <a href="index.html">PCRE2 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">PCRE2 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 | 117 private static final String HREF = "href"; [all...] |
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
texi2html.py | 134 self.write(label, ': <A HREF="', addr, '"', \
153 ' <LINK REL=Next HREF="'
155 ' <LINK REL=Previous HREF="'
157 ' <LINK REL=Up HREF="'
196 ' HREF="#footnotetext%(id)s">' \
199 ' HREF="#footnoteref%(id)s">' \
407 self.write(' <LI><A HREF="',
715 href = makefile(nodename)
717 href = '../' + file + '/' + href
[all...] |
/external/python/cpython2/Tools/scripts/ |
texi2html.py | 134 self.write(label, ': <A HREF="', addr, '"', \ 153 ' <LINK REL=Next HREF="' 155 ' <LINK REL=Previous HREF="' 157 ' <LINK REL=Up HREF="' 196 ' HREF="#footnotetext%(id)s">' \ 199 ' HREF="#footnoteref%(id)s">' \ 407 self.write(' <LI><A HREF="', 715 href = makefile(nodename) 717 href = '../' + file + '/' + href [all...] |
/prebuilts/go/darwin-x86/src/html/template/ |
escape_test.go | 118 `<a href="/search?q={{"'a<b'"}}">`, 119 `<a href="/search?q=%27a%3cb%27">`, 128 `<a href='{{"/foo/bar?a=b&c=d"}}'>`, 129 `<a href='/foo/bar?a=b&c=d'>`, 133 `<a href='{{"http://example.com/foo/bar?a=b&c=d"}}'>`, 134 `<a href='http://example.com/foo/bar?a=b&c=d'>`, 138 `<a href='{{"//example.com:8000/foo/bar?a=b&c=d"}}'>`, 139 `<a href='//example.com:8000/foo/bar?a=b&c=d'>`, 143 `<a href="{{"/javascript:80/foo/bar"}}">`, 144 `<a href="/javascript:80/foo/bar">` [all...] |
/prebuilts/go/linux-x86/src/html/template/ |
escape_test.go | 118 `<a href="/search?q={{"'a<b'"}}">`, 119 `<a href="/search?q=%27a%3cb%27">`, 128 `<a href='{{"/foo/bar?a=b&c=d"}}'>`, 129 `<a href='/foo/bar?a=b&c=d'>`, 133 `<a href='{{"http://example.com/foo/bar?a=b&c=d"}}'>`, 134 `<a href='http://example.com/foo/bar?a=b&c=d'>`, 138 `<a href='{{"//example.com:8000/foo/bar?a=b&c=d"}}'>`, 139 `<a href='//example.com:8000/foo/bar?a=b&c=d'>`, 143 `<a href="{{"/javascript:80/foo/bar"}}">`, 144 `<a href="/javascript:80/foo/bar">` [all...] |
/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/com/google/errorprone/javac/9-dev-r3297-4/ |
javac-9-dev-r3297-4.jar | |
/prebuilts/tools/common/m2/repository/net/sourceforge/saxon/saxon/9.1.0.8/ |
saxon-9.1.0.8.jar | |
/prebuilts/tools/linux-x86_64/kythe/extractors/ |
javac_extractor.jar | |
/prebuilts/tools/linux-x86_64/kythe/indexers/ |
java_indexer.jar | |