OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:reportFileName
(Results
1 - 4
of
4
) sorted by null
/external/jdiff/src/jdiff/
HTMLFiles.java
52
String tlfLink = h_.
reportFileName
+ "/jdiff_topleftframe" + h_.reportFileExt;
53
String allDiffsLink = h_.
reportFileName
+ "/alldiffs_index_all" + h_.reportFileExt;
54
String csnLink = h_.
reportFileName
+ "/" + h_.
reportFileName
+ "-summary" + h_.reportFileExt;
144
h_.writeText(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + h_.
reportFileName
+ "-summary" + h_.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Overview</B></FONT></A> </TD>");
167
h_.writeText(" <A HREF=\"" + "../" + h_.
reportFileName
+ h_.reportFileExt + "\" TARGET=\"_top\"><B>FRAMES</B></A> ");
211
h_.writeText("The <a href=\"" + h_.
reportFileName
+ "-summary" +
Diff.java
340
diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + HTMLReportGenerator.
reportFileName
+ "-summary" + HTMLReportGenerator.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Overview</B></FONT></A> </TD>");
370
diffFile.println(" <A HREF=\"" + "../" + HTMLReportGenerator.
reportFileName
+ HTMLReportGenerator.reportFileExt + "\" TARGET=\"_top\"><B>FRAMES</B></A> ");
472
diffFile.println(" <TD BGCOLOR=\"#EEEEFF\" CLASS=\"NavBarCell1\"> <A HREF=\"" + HTMLReportGenerator.
reportFileName
+ "-summary" + HTMLReportGenerator.reportFileExt + "\"><FONT CLASS=\"NavBarFont1\"><B>Overview</B></FONT></A> </TD>");
493
diffFile.println(" <A HREF=\"" + "../" + HTMLReportGenerator.
reportFileName
+ HTMLReportGenerator.reportFileExt + "\" TARGET=\"_top\"><B>FRAMES</B></A> ");
[
all
...]
HTMLReportGenerator.java
42
String fullReportFileName =
reportFileName
;
44
fullReportFileName = outputDir + JDiff.DIR_SEP +
reportFileName
;
66
reportFileName
+ "-summary" + reportFileExt;
90
writeNavigationBar(
reportFileName
+ "-summary", null, null,
273
localReportFileName =
reportFileName
+ JDiff.DIR_SEP + "pkg_" + pkgName + reportFileExt;
446
localReportFileName =
reportFileName
+ JDiff.DIR_SEP + pkgName + "." + className + reportFileExt;
[
all
...]
HTMLIndexes.java
306
h_.writeText("<A HREF=\"" + h_.
reportFileName
+ "-summary" + h_.reportFileExt + "#" + pkg.name_ + "\" class=\"hiddenlink\" target=\"rightframe\"><strike>" + pkg.name_ + "</strike></A><br>");
308
h_.writeText("<A HREF=\"" + h_.
reportFileName
+ "-summary" + h_.reportFileExt + "#" + pkg.name_ + "\" class=\"hiddenlink\" target=\"rightframe\"><b>" + pkg.name_ + "</b></A><br>");
[
all
...]
Completed in 58 milliseconds