Searched refs:author (Results 1 - 24 of 24) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DHistoryEntry.java38 * @author Trond Norbye
44 private String author; field in class:HistoryEntry
66 * @param author the authors name and email-address (if available).
72 String author, String message, boolean active)
77 this.author = author;
85 return revision + " " + date + " " + author + " " + message + "\n";
97 log.log(Level.FINE, "HistoryEntry : author = {0}", author);
118 return author;
71 HistoryEntry(String revision, String oldRevision, Date date, String author, String message, boolean active) argument
148 setAuthor(String author) argument
[all...]
H A DAnnotation.java36 * Class representing file annotation, i.e., revision and author for the last
87 * Gets the author who last modified the specified line.
90 * @return author, or an empty string if there is no information about the
95 return idx < 0 ? "" : infos.get(idx).author;
118 * Returns the widest author name in the file (used for pretty printing).
120 * @return number of characters in the widest author string
128 String author; // email aka author column in html view field in class:Annotation.RevInfo
130 public RevInfo(String rev, String author, Desc desc) { argument
132 this.author
145 addLine(String revision, String author) argument
[all...]
H A DSCCSHistoryParser.java55 private String author; field in class:SCCSHistoryParser
106 * rev date time author comments(s)
132 author = f[4];
136 author = null;
159 * @return get the author of current log record
163 return author;
H A DMercurialRepository.java75 + "user: {author}\\ndate: {date|rfc3339date}\\n"
80 + "user: {author}\\ndate: {date|rfc3339date}\\n"
346 /** Pattern used to extract author/revision from hg annotate. */
408 String author = "N/A";
412 // Use the history index hash map to get the author.
415 author = he.getAuthor();
416 // no different strings for the same author
417 String tmp = authorMap.get(author);
421 ? author
422 : Util.getEmail(author);
[all...]
H A DMonotoneRepository.java45 * @author Trond Norbye
152 /** Pattern used to extract author/revision from hg annotate. */
184 String author = null;
191 author = matcher.group(2);
192 ret.addLine(rev, author);
194 ret.addLine(rev, author);
H A DSCCSRepository.java175 String author = authors_cache.get(rev);
176 if (author == null) {
177 author = "unknown";
179 a.addLine(rev, author);
H A DRCSRepository.java114 String author = n.getAuthor();
115 a.addLine(rev, author);
H A DDirectoryHistoryReader.java60 * @author Chandan
61 * @author Lubos Kosco update for lucene 3.0.0
174 private void put(Date date, String author, String comment, String path) { argument
184 Map<String, SortedSet<String>> cf = ac.get(author);
187 ac.put(author, cf);
H A DSubversionRepository.java56 * @author Trond Norbye
282 String author; field in class:SubversionRepository.AnnotateHandler
298 author = null;
306 if ("author".equals(qname)) {
307 author = sb.toString();
309 annotation.addLine(rev, author);
H A DBazaarRepository.java149 /** Pattern used to extract author/revision from bzr blame. */
199 String author = matcher.group(2).trim();
200 ret.addLine(rev, author);
H A DCVSRepository.java286 /** Pattern used to extract author/revision from cvs annotate. */
321 String author = matcher.group(2).trim();
322 ret.addLine(rev, author);
H A DPerforceRepository.java45 * @author Emilio Monti - emilmont@gmail.com
102 String author = revAuthor.get(revision);
103 a.addLine(revision, author);
H A DJDBCHistoryCache.java574 String author = rs.getString(2);
579 time, author, message, true);
928 * Get a map from author names to their ids in the database. The authors
932 * @param history the history to get the author names from
934 * @return a map from author names to author ids
955 String author = entry.getAuthor();
956 if (!map.containsKey(author)) {
958 insert.setString(2, author);
961 map.put(author, i
[all...]
H A DGitRepository.java374 /** Pattern used to extract author/revision from git blame. */
473 String author = matcher.group(2).trim();
474 ret.addLine(rev, author);
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DNode.java92 * @author <a href="mailto:juanco@suigeneris.org">Juanco Anez</a>
108 protected String author = System.getProperty("user.name"); field in class:Node
153 this.author = other.author;
288 * Set the author of the node's revision.
289 * @param user A symbol that identifies the author.
293 author = user.intern();
682 if (author != null)
684 s.append(" " + author);
830 return author;
[all...]
/opengrok-jel/web/static/default/
H A Dprint.css290 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
294 #nums, #revision, #author {
304 #author {
323 .a { /* author name "column" (annotation) */
H A Dstyle.css719 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
723 #nums, #revision, #author {
734 #author {
741 .r, .a { /* old annotation block: revision, author */
753 .a { /* old author name "column" (annotation) */
/opengrok-jel/web/static/offwhite/
H A Dprint.css308 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
312 #nums, #revision, #author {
322 #author {
341 .a { /* author name "column" (annotation) */
H A Dstyle.css763 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
767 #nums, #revision, #author {
778 #author {
785 .r, .a { /* old annotation block: revision, author */
798 .a { /* old author name "column" (annotation) */
/opengrok-jel/web/static/polished/
H A Dprint.css310 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
314 #nums, #revision, #author {
324 #author {
343 .a { /* author name "column" (annotation) */
H A Dstyle.css808 #nids, #nums, #revision, #author, #lines { /* sub containers of the above */
812 #nums, #revision, #author {
823 #author {
830 .r, .a { /* old annotation block: revision, author */
843 .a { /* old author name "column" (annotation) */
/opengrok-jel/web/static/
H A Dopengrok.js286 // generate rev and author column
291 var acol = '<div id="author">';
297 acol += '<div name="' + rid + '">' + rev.author + '</div>';
349 Y.one('#author').delegate('click', function(e) {
356 + encodeURIComponent(a.revs[rid].author);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java334 * Get email address of the author.
336 * @param author
337 * string containing author and possibly email address.
341 public static String getEmail(String author) { argument
342 Matcher email_matcher = EMAIL_PATTERN.matcher(author);
343 String email = author;
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 47 milliseconds