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

/opengrok-jel/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLines.java112 super.add(new Line(release, text[i]));
118 public boolean add(Object o) method in class:Lines
120 return super.add((Line) o);
H A DPath.java94 * @param node The Node to add.
97 public void add(Node node) method in class:Path
99 path.add(node);
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DSummary.java98 * @param fragment fragment ot add */
99 public void add(Fragment fragment) { fragments.add(fragment); } method in class:Summary
H A DSummarizer.java78 tokenSet.add(token);
106 public void add(Summary.Fragment fragment) { method in class:Summarizer.Excerpt
107 passages.add(fragment);
187 excerpt.add(new Summary.Ellipsis());
202 excerpt.add(new Summary.Fragment(text.substring(offset, t.startOffset())));
203 excerpt.add(new Summary.Highlight(text.substring(t.startOffset(),t.endOffset())));
216 // we need to add the trailing edge of text.
219 // text to add. (We haven't hit the end of the source doc.)
223 excerpt.add(new Summary.Fragment(text.substring(offset,tokens[j].endOffset())));
234 excerptSet.add(excerp
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DFilter.java13 * If applicable, add the following below this CDDL HEADER, with the
63 * @param patterns patterns to add to this instance.
72 add(s);
101 add(s);
109 public void add(String pattern) { method in class:Filter
110 if (items.add(pattern)) {
172 * @param pattern the pattern to add
176 patterns.add(compilePattern(pattern));
179 paths.add(pattern);
181 paths.add(Fil
[all...]
/opengrok-jel/lib/
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...
H A Djrcs.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/jrcs/ ...
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 41 milliseconds