Searched defs:desc (Results 1 - 8 of 8) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSortOrder.java40 private String desc; field in class:SortOrder
42 private SortOrder(String name, String desc) { argument
44 this.desc = desc;
79 return desc;
H A DEftarFile.java77 public Node put(long hash, String desc) { argument
79 children.put(hash, new Node(hash, desc));
221 String desc = line.substring(tab + 1);
227 n.tag = desc;
H A DSearchHelper.java78 public EftarFileReader desc; field in class:SearchHelper
/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DProject.java166 * @param desc description of the project
169 public static Project getByDescription(String desc) { argument
174 if (desc.indexOf(proj.getDescription()) == 0) {
/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchiveParser.java97 desc(arc);
355 final public void desc(Archive arc) throws ParseException { method in class:ArchiveParser
H A DArchive.java172 protected String desc = new String(); field in class:Archive
190 * @param desc The archives description (not the log message).
192 public Archive(String text, String desc) argument
194 this(text, desc, new Version(1, 1));
202 * @param desc The archives description (not the log message).
205 public Archive(String text, String desc, String vernum) argument
207 this(text, desc, new Version(vernum));
215 * @param desc The archives description (not the log message).
218 public Archive(String text, String desc, Version vernum) argument
232 this.head.setLog(desc);
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java129 Desc desc; // tooltip infos field in class:Annotation.RevInfo
130 public RevInfo(String rev, String author, Desc desc) { argument
133 this.desc = desc;
260 info.desc = new Desc(changeset, msg, user, date);
273 return idx == null ? null : infos.get(idx.intValue()).desc.getHtml();
312 .append(",\"msg\":\"").append(info.desc.getJson())
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 18 milliseconds