Searched refs:desc (Results 1 - 14 of 14) 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 DEftarFileReader.java201 byte[] desc = new byte[tagLength];
202 int len = f.read(desc);
206 return new String(desc, 0, len);
H A DSearchHelper.java78 public EftarFileReader desc; field in class:SearchHelper
H A DPageConfig.java1207 sh.desc = getEftarReader();
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DPlainLineTokenizer.lex189 String[] desc = tags.remove(prevLn);
190 out.write(desc[2]);
238 String[] desc = tags.remove(prevLn);
239 hit.setTag(desc[2]);
337 String[] desc = tags.remove(prevLn);
338 out.write(desc[2]);
346 String[] desc = tags.remove(prevLn);
347 hit.setTag(desc[2]);
358 String[] desc = tags.get(rem);
361 out.write(desc[
[all...]
H A DContext.java166 String[] desc = {
175 Util.htmlize(desc[3]).replace(
176 desc[0], "<b>" + desc[0] + "</b>"),
177 desc[1], false, alt);
185 out.write(desc[1]);
187 out.write(desc[1]);
189 out.write(Util.htmlize(desc[3]).replace(
190 desc[0], "<b>" + desc[
[all...]
/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/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/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
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...]
H A DArchiveParser.jj189 < DESC: "desc" >
254 desc(arc)
298 void desc(Archive arc) :
H A DArchiveParser.java97 desc(arc);
355 final public void desc(Archive arc) throws ParseException { method in class:ArchiveParser
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java163 if (sh.desc != null) {
165 out.write(Util.htmlize(sh.desc.get(parent)));
/opengrok-jel/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 26 milliseconds