Searched refs:footer (Results 1 - 7 of 7) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/markup/
H A DHtmlStyle.java52 footer, enum constant in enum:HtmlStyle
/openjdk7/jdk/src/share/classes/sun/security/provider/
H A DX509Factory.java563 // Step 4: Consume the footer
564 StringBuffer footer = new StringBuffer("-");
572 if (next != '\r') footer.append((char)next);
575 checkHeaderFooter(header.toString(), footer.toString());
583 String footer) throws IOException {
588 if (footer.length() < 14 || !footer.startsWith("-----END ") ||
589 !footer.endsWith("-----")) {
590 throw new IOException("Illegal footer: " + footer);
582 checkHeaderFooter(String header, String footer) argument
[all...]
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DGenDoc.java77 private static final String footer = field in class:GenDoc
374 out.write(body2 + footer);
437 "</NOFRAMES>\n" + footer);
503 out2.write("</TD>\n</TR>\n</TABLE>\n" + body2 + footer);
508 out1.write("</FONT></TD>\n</TR></TABLE>\n" + body2 + footer);
560 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
596 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
642 out1.write("</FONT></TD>\n</TR>\n</TABLE>\n" + body2 + footer);
669 body2 + footer);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/formats/html/
H A DConfigurationImpl.java80 * Argument for command line option "-footer".
82 public String footer = ""; field in class:ConfigurationImpl
229 if (opt.equals("-footer")) {
230 footer = os[1];
322 } else if (option.equals("-footer") ||
H A DPackageIndexWriter.java208 div.addStyle(HtmlStyle.footer);
231 * @param the documentation tree to which the navigation bar footer will be added
H A DHtmlDocletWriter.java129 * as -header, -footer, -top and -bottom, and when converting a relative
467 * Print user specified header and the footer.
470 * user provided footer.
477 if (configuration.footer.length() != 0) {
478 print(replaceDocRootDir(configuration.footer));
487 * Get user specified header and the footer.
490 * user provided footer.
497 if (configuration.footer.length() != 0) {
498 content = replaceDocRootDir(configuration.footer);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/resources/
H A Dstylesheet.css183 Page header and footer styles
185 .header, .footer {
208 .footer ul {
211 .header ul li, .footer ul li {

Completed in 47 milliseconds