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

/opengrok/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/src/org/opensolaris/opengrok/index/
H A DIgnoredNames.java13 * If applicable, add the following below this CDDL HEADER, with the
51 public void add(String pattern) { method in class:IgnoredNames
53 ignoredFiles.add(pattern.substring(2));
55 ignoredDirs.add(pattern.substring(2));
58 ignoredFiles.add(pattern);
65 add(s);
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);
151 * @param pattern the pattern to add
155 patterns.add(compilePattern(pattern));
158 paths.add(pattern);
160 paths.add(File.separator + pattern);
163 filenames.add(pattern);
210 public boolean add(Strin method in class:Filter.PatternList
[all...]
/opengrok/egrok/src/org/opensolaris/opengrok/egrok/model/
H A DHitContainer.java17 public void add(Hit hit) { method in class:HitContainer
18 hits.add(hit);
/opengrok/src/org/opensolaris/opengrok/search/
H A DSummary.java91 public void add(Fragment fragment) { fragments.add(fragment); } method in class:Summary
H A DSummarizer.java83 tokenSet.add(token);
111 public void add(Summary.Fragment fragment) { method in class:Summarizer.Excerpt
112 passages.add(fragment);
197 excerpt.add(new Summary.Ellipsis());
212 excerpt.add(new Summary.Fragment(text.substring(offset, t.startOffset())));
213 excerpt.add(new Summary.Highlight(text.substring(t.startOffset(), t.endOffset())));
226 // we need to add the trailing edge of text.
229 // text to add. (We haven't hit the end of the source doc.)
233 excerpt.add(new Summary.Fragment(text.substring(offset, tokens[j].endOffset())));
244 excerptSet.add(excerp
[all...]
/opengrok/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 Djson-simple-1.1.1.jar ... setSP (java.lang.String) String sp public void add (int, java.lang.String) int i String item ...
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
/opengrok/egrok/lib/
H A Djson-simple-1.1.1.jar ... setSP (java.lang.String) String sp public void add (int, java.lang.String) int i String item ...

Completed in 26 milliseconds