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

/opengrok-sun/jrcs/src/main/java/org/apache/commons/jrcs/rcs/
H A DLines.java108 super.add(new Line(release, text[i]));
112 public boolean add(Object o) method in class:Lines
114 return super.add((Line) o);
H A DPath.java93 * @param node The Node to add.
95 public void add(Node node) method in class:Path
97 path.add(node);
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSummary.java91 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-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java13 * If applicable, add the following below this CDDL HEADER, with the
78 add(s);
86 public void add(String pattern) { method in class:Filter
88 items.add(pattern);
160 * @param pattern the pattern to add
164 patterns.add(compilePattern(pattern));
167 path.add(pattern);
169 path.add(File.separator + pattern);
172 filename.add(pattern);
219 public boolean add(Strin method in class:Filter.PatternList
[all...]
/opengrok-sun/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 1089 milliseconds