Searched refs:desc (Results 1 - 15 of 15) sorted by relevance

/opengrok-sun/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 DDirectoryListing.java47 private final EftarFileReader desc; field in class:DirectoryListing
51 desc = null;
55 public DirectoryListing(EftarFileReader desc) { argument
56 this.desc = desc;
112 if (desc != null) {
113 parentFNode = desc.getNode(path);
168 String briefDesc = desc.getChildTag(parentFNode, file);
H A DEftarFile.java76 public Node put(long hash, String desc) { argument
78 children.put(hash, new Node(hash, desc));
220 String desc = line.substring(tab + 1);
226 n.tag = desc;
H A DEftarFileReader.java200 byte[] desc = new byte[tagLength];
201 int len = f.read(desc);
205 return new String(desc, 0, len);
H A DSearchHelper.java85 public EftarFileReader desc; field in class:SearchHelper
H A DPageConfig.java1178 sh.desc = getEftarReader();
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DPlainLineTokenizer.lex169 String[] desc = tags.remove(prevLn);
170 out.write(desc[2]);
219 String[] desc = tags.remove(prevLn);
220 hit.setTag(desc[2]);
326 String[] desc = tags.remove(prevLn);
327 out.write(desc[2]);
335 String[] desc = tags.remove(prevLn);
336 hit.setTag(desc[2]);
347 String[] desc = tags.get(rem);
350 out.write(desc[
[all...]
H A DContext.java147 /* desc[0] is matched symbol
148 * desc[1] is line number
149 * desc[2] is type
150 * desc[3] is matching line;
152 String[] desc = {
160 Util.htmlize(desc[3]).replace(
161 desc[0], "<b>" + desc[0] + "</b>"),
162 desc[1], false, alt);
170 out.write(desc[
[all...]
/opengrok-sun/src/org/opensolaris/opengrok/configuration/
H A DProject.java161 * @param desc description of the project
164 public static Project getByDescription(String desc) { argument
169 if (desc.indexOf(proj.getDescription()) == 0) {
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAnnotation.java49 private final Map<String, String> desc = new HashMap<String, String>(); field in class:Annotation
159 desc.put(revision, Util.encode(description));
163 return desc.get(revision);
185 out.append("<script type=\"text/javascript\">\nvar desc = new Object();\n");
186 for (Entry<String, String> entry : desc.entrySet()) {
187 out.append("desc['");
/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DArchive.java163 protected String desc = new String(); field in class:Archive
177 * @param desc The archives description (not the log message).
179 public Archive(String text, String desc) argument
181 this(text, desc, new Version(1, 1));
189 * @param desc The archives description (not the log message).
192 public Archive(String text, String desc, String vernum) argument
194 this(text, desc, new Version(vernum));
202 * @param desc The archives description (not the log message).
205 public Archive(String text, String desc, Version vernum) argument
219 this.head.setLog(desc);
[all...]
H A DArchiveParser.jj189 < DESC: "desc" >
254 desc(arc)
298 void desc(Archive arc) :
H A DArchiveParser.java96 desc(arc);
363 final public void desc(Archive arc) throws ParseException { method in class:ArchiveParser
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DResults.java167 if (sh.desc != null) {
169 out.write(sh.desc.get(parent)); // htmlize ???
/opengrok-sun/lib/
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...

Completed in 32 milliseconds