OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/pcre/
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/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/emma/lib/
emma.jar
/external/bison/tests/
testsuite
[
all
...]
Completed in 495 milliseconds