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

/opengrok/src/org/opensolaris/opengrok/search/context/
H A DPrefixMatcher.java37 public int match(String token) { method in class:PrefixMatcher
H A DTokenSetMatcher.java49 public int match(String token) { method in class:TokenSetMatcher
H A DPhraseMatcher.java40 public int match(String token) { method in class:PhraseMatcher
47 //System.out.println(" PhraseMatcher match complete with " + token);
H A DWildCardMatcher.java38 public int match(String token) { method in class:WildCardMatcher
H A DRegexpMatcher.java55 public int match(String line) { method in class:RegexpMatcher
H A DLineMatcher.java93 public abstract int match(String line); method in class:LineMatcher
/opengrok/src/org/opensolaris/opengrok/index/
H A DFilter.java103 * Does the file match any of the filenames, patterns or paths ?
107 public boolean match(File file) { method in class:Filter
116 // Try to match the basename first.
140 * Does the file name match any of the filenames, patterns or paths ?
144 public boolean match(String name) { method in class:Filter
145 return match(new File(name));
149 * Add a pattern to the correct list of internal filters to match
171 * @param pattern a pattern to match file names against
176 // other characters should be quoted to ensure exact match.
/opengrok/src/org/opensolaris/opengrok/configuration/
H A DGroups.java61 String match = null;
101 match = getopt.getOptarg();
136 if (match != null) {
143 matchGroups(System.out, cfg.getGroups(), match);
241 * Finds groups which would match the project.
245 * @param match project description
247 private static void matchGroups(PrintStream out, Set<Group> groups, String match) { argument
249 p.setDescription(match);
255 if (g.match(p)) {
262 out.println(matched.size() + " group(s) match(e
[all...]
H A DGroup.java148 * Test group for a match
153 public boolean match(Project p) { method in class:Group
/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 Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 59 milliseconds