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

/opengrok-jel/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 DWildCardMatcher.java37 public int match(String token) { method in class:WildCardMatcher
H A DPhraseMatcher.java40 public int match(String token) { method in class:PhraseMatcher
47 //System.out.println(" PhraseMatcher match complete with " + token);
H A DLineMatcher.java93 public abstract int match(String line); method in class:LineMatcher
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DFilter.java129 * @return {@code true} if a match was found.
131 public boolean match(File path) { method in class:Filter
163 * @return {@code true} if a match has been found.
165 public boolean match(String path) { method in class:Filter
166 return match(new File(path));
170 * Add a pattern to the correct list of internal filters to match.
192 * @param pattern a pattern to match file names against
197 // other characters should be quoted to ensure exact match.
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...
H A Dswing-layout-0.9.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jdesktop/ org/jdesktop/layout/ org/jdesktop/layout/AquaBaseline ...

Completed in 15 milliseconds