/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/ |
H A D | KeywordsFormat.java | 114 .replaceAll(ID_RE, Id_FORMAT.format(revisionInfo)) 115 .replaceAll(HEADER_RE, Header_FORMAT.format(revisionInfo)) 116 .replaceAll(SOURCE_RE, Source_FORMAT.format(revisionInfo)) 117 .replaceAll(RCSFILE_RE, RCSFile_FORMAT.format(revisionInfo)) 118 .replaceAll(REVISION_RE, Revision_FORMAT.format(revisionInfo)) 119 .replaceAll(DATE_RE, Date_FORMAT.format(revisionInfo)) 120 .replaceAll(AUTHOR_RE, Author_FORMAT.format(revisionInfo)) 121 .replaceAll(STATE_RE, State_FORMAT.format(revisionInfo)) 122 .replaceAll(LOCKER_RE, Locker_FORMAT.format(revisionInfo));
|
H A D | Lines.java | 146 o = annotationFormat.format(new Object[]{rev.getVersion(), rev.getAuthor(), rev.getDate(), o});
|
H A D | Node.java | 326 // the last newline belongs to the file format 339 * The deltas are codified in a format similar to the one used by Unix diff.</p> 359 * The deltas are codified in a format similar to the one used by Unix diff. 661 s.append("\t" + formatter.format(date));
|
/opengrok-sun/src/org/opensolaris/opengrok/ |
H A D | ConsoleFormatter.java | 33 * Creates a logentry on the console using the following format 45 return formatter.format(date); 48 public String format(LogRecord record) { method in class:ConsoleFormatter
|
H A D | SimpleConsoleFormatter.java | 33 * Creates a logentry on the console using the following format 45 return formatter.format(date); 49 public String format(LogRecord record) { method in class:SimpleConsoleFormatter
|
H A D | FileLogFormatter.java | 33 * Creates a logentry in the logfile on the following format 46 return formatter.format(date); 54 public String format(LogRecord record) { method in class:FileLogFormatter
|
H A D | SimpleFileLogFormatter.java | 33 * Creates a logentry in the logfile on the following format 46 return formatter.format(date); 55 public String format(LogRecord record) { method in class:SimpleFileLogFormatter
|
/opengrok-sun/tools/ |
H A D | img_combine.sh | 53 [ -n "$ECHO" ] && $ECHO "identify -format '%f %w %h\\\n' $FILES $OUT.png" 54 identify -format "%f %w %h\n" $FILES $OUT.png | while read F W H T; do
|
/opengrok-sun/src/org/opensolaris/opengrok/history/ |
H A D | SubversionHistoryParser.java | 62 final DateFormat format; field in class:SubversionHistoryParser.Handler 71 format = df; 92 entry.setDate(format.parse(s));
|
H A D | HistoryGuru.java | 395 log.info(String.format("Update %s repository in %s", 402 log.warning(String.format("Skipping update of %s repository" 409 log.warning(String.format("Skipping update of %s repository in " 429 log.info(String.format("Update %s repository in %s", type, 436 log.warning(String.format("Skipping update of %s repository" 444 log.warning(String.format("Skipping update of %s repository in" 505 String.format(
|
/opengrok-sun/src/org/opensolaris/opengrok/web/ |
H A D | Util.java | 403 return formatter.format(l) + ' '; // for none-dirs append 'B'? ... 405 return (formatter.format(l / 1024) + " KiB"); 407 return ("<b>" + formatter.format(l / 1048576) + " MiB</b>"); 456 * Write out line information wrt. to the given annotation in the format:
|
H A D | DirectoryListing.java | 81 out.write(dateFormatter.format(lastm));
|
/opengrok-sun/src/org/opensolaris/opengrok/index/ |
H A D | CommandLineOptions.java | 173 out.print(DateFormat.getDateInstance(DateFormat.MEDIUM).format(new Date()));
|
/opengrok-sun/src/org/opensolaris/opengrok/management/client/ |
H A D | NotificationsFrame.java | 54 return formatter.format(new Date(timestamp));
|
/opengrok-sun/lib/ |
H A D | bcel-5.2.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |