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

/opengrok/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.java146 o = annotationFormat.format(new Object[]{rev.getVersion(), rev.getAuthor(), rev.getDate(), o});
H A DNode.java326 // 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/src/org/opensolaris/opengrok/logger/formatter/
H A DLogFormatter.java51 private String format; field in class:LogFormatter
58 public LogFormatter(String format, String version) { argument
59 this.format = format;
64 public String format(LogRecord record) { method in class:LogFormatter
87 return String.format(format,
/opengrok/src/org/opensolaris/opengrok/util/
H A DStringUtils.java90 output += String.format("%d day", days);
99 return output + String.format("%d:%02d:%02d", hours, minutes, seconds);
102 return output + String.format("%d.%d seconds", seconds, milliseconds);
105 return output + String.format("%d ms", milliseconds);
/opengrok/web/js/
H A Dtablesorter.parsers.js29 format: function (s) {
47 format: function (s) {
H A Dutils.js185 $(inner.format(inner.options.clickSelector, {parent: inner.options.parent})).click (function (e){
254 var slc = inner.format(inner.options.linkSelectorTemplate, { "parent": inner.options.parent,
260 format: function(format) {
263 return format.replace(/{([a-zA-Z0-9_-]+)}/g, function(match, number) {
281 scrollTop: $(inner.format(inner.options.linkSelectorTemplate, {
301 $(inner.format(inner.options.clickSelector, {parent: inner.options.parent}))
/opengrok/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/test/org/opensolaris/opengrok/condition/
H A DRepositoryInstalled.java63 return String.format("junit-force-%s", name);
H A DConditionalRunRule.java123 throw new IllegalArgumentException(String.format(msg, conditionType.getName()));
/opengrok/test/org/opensolaris/opengrok/history/
H A DSubversionHistoryParserTest.java178 String format = dates[i][1];
209 assertEquals(new SimpleDateFormat(format).parse(date), e.getDate());
H A DGitHistoryParserTest.java318 String format = dates[i][1];
319 Date parsedDate = new SimpleDateFormat(format).parse(date);
/opengrok/src/org/opensolaris/opengrok/history/
H A DSubversionHistoryParser.java63 final DateFormat format; field in class:SubversionHistoryParser.Handler
72 format = df;
93 entry.setDate(format.parse(s));
H A DHistoryGuru.java438 LOGGER.info(String.format("Update %s repository in %s",
445 LOGGER.warning(String.format("Skipping update of %s repository"
452 LOGGER.warning(String.format("Skipping update of %s repository in "
473 LOGGER.info(String.format("Update %s repository in %s", type,
480 LOGGER.warning(String.format("Skipping update of %s repository"
488 LOGGER.warning(String.format("Skipping update of %s repository in"
546 String.format(
H A DSubversionRepository.java228 public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition) {
229 return formatter.format(date, toAppendTo, fieldPosition);
H A DGitRepository.java186 * @return DateFormat which accepts the optional day format
202 public StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition) {
203 return formatter.format(date, toAppendTo, fieldPosition);
505 argv.add("--format=commit:%H" + System.getProperty("line.separator")
677 cmd.add("--date=format:%Y-%m-%d %H:%M");
/opengrok/src/org/opensolaris/opengrok/web/
H A DUtil.java420 return formatter.format(l) + ' '; // for none-dirs append 'B'? ...
422 return (formatter.format(l / 1024) + " KiB");
424 return ("<b>" + formatter.format(l / 1048576) + " MiB</b>");
426 return ("<b>" + formatter.format(l / 1073741824) + " GiB</b>");
477 * Write out line information wrt. to the given annotation in the format:
955 out.write(Util.encode(df.format(m.getExpiration())));
957 out.write(Util.encode(df.format(m.getCreated())));
983 message.put("expiration", Util.encode(df.format(m.getExpiration())));
984 message.put("created", Util.encode(df.format(m.getCreated())));
999 * @param tag return messages in json format fo
[all...]
H A DDirectoryListing.java81 out.write(dateFormatter.format(lastm));
/opengrok/src/org/opensolaris/opengrok/management/client/
H A DNotificationsFrame.java54 return formatter.format(new Date(timestamp));
/opengrok/src/org/opensolaris/opengrok/index/
H A DCommandLineOptions.java170 out.print(DateFormat.getDateInstance(DateFormat.MEDIUM).format(new Date()));
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java471 String.format("Duplicate group name '%s' in configuration.",
1009 String.format("Duplicate group name '%s' in configuration.",
/opengrok/src/org/opensolaris/opengrok/search/
H A DResults.java199 String dd = df.format(DateTools.stringToDate(doc.get("date")));
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 67 milliseconds