OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HREF
(Results
1 - 15
of
15
) 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/chromium_org/android_webview/javatests/src/org/chromium/android_webview/test/
WebKitHitTestTest.java
32
private static final String
HREF
= "http://foo/";
59
private static String fullPageLink(String
href
, String anchorText) {
60
return CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\"
href
=\"" +
61
href
+ "\" " + "onclick=\"return false;\">" + anchorText + "</a>");
110
return stringEquals(expectedHref, data.
href
) &&
133
String page = fullPageLink(
HREF
, ANCHOR_TEXT);
136
pollForHitTestDataOnUiThread(HitTestResult.SRC_ANCHOR_TYPE,
HREF
);
137
pollForHrefAndImageSrcOnUiThread(
HREF
, ANCHOR_TEXT, null);
264
String page = CommonResources.makeHtmlPageFrom("", "<a class=\"full_view\"
href
=\"" +
265
HREF
+ "\"onclick=\"return false;\"><img class=\"full_view\" src=\""
[
all
...]
/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/chromium_org/third_party/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/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/chromium_org/chrome/browser/ui/webui/options/chromeos/
bluetooth_options_browsertest.js
72
assertEquals(this.browsePreload, document.location.
href
);
86
assertEquals(this.browsePreload, document.location.
href
);
170
assertEquals(this.browsePreload, document.location.
href
);
228
assertEquals(this.browsePreload, document.location.
href
);
299
assertEquals(this.browsePreload, document.location.
href
);
308
'<A
HREF
=\\"data:text/html;base64,' +
320
'<BASE
HREF
=\\"javascript:1;/**/\\"><IMG SRC=\\"alert(1)\\">',
/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/owasp/sanitizer/tools/emma/lib/
emma.jar
/external/owasp/sanitizer/lib/htmlparser-1.3/
htmlparser-1.3-with-transitions.jar
htmlparser-1.3.jar
/external/chromium_org/third_party/dom_distiller_js/package/js/
domdistiller.js
52
function ai(b,a){b.
href
=a}
[
all
...]
Completed in 1079 milliseconds