Searched refs:format (Results 1 - 13 of 13) sorted by relevance

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DKeywordsFormat.java114 .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 DLines.java152 o = annotationFormat.format(new Object[]{rev.getVersion(), rev.getAuthor(), rev.getDate(), o});
H A DNode.java341 // the last newline belongs to the file format
354 * The deltas are codified in a format similar to the one used by Unix diff.</p>
375 * The deltas are codified in a format similar to the one used by Unix diff.
679 s.append("\t" + formatter.format(date));
/opengrok-jel/src/org/opensolaris/opengrok/
H A DConsoleFormatter.java33 * 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 DSimpleConsoleFormatter.java33 * 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 DFileLogFormatter.java33 * 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 DSimpleFileLogFormatter.java33 * 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-jel/tools/
H A Dimg_combine.sh53 [ -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-jel/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java67 final DateFormat format; field in class:SubversionHistoryParser.Handler
76 format = df;
97 entry.setDate(format.parse(s));
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java174 out.print(DateFormat.getDateInstance(DateFormat.MEDIUM).format(new Date()));
/opengrok-jel/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java54 return formatter.format(new Date(timestamp));
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java419 return formatter.format(l) + ' '; // for none-dirs append 'B'? ...
421 return (formatter.format(l / 1024) + " KiB");
423 return ("<b>" + formatter.format(l / 1048576) + " MiB</b>");
1067 * Convert the given array into JSON format and write it to the given stream.
1101 * Convert the given array into JSON format and write it to the given stream.
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 45 milliseconds