Searched refs:Matcher (Results 1 - 16 of 16) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java55 private final List<Matcher> matchers;
82 Matcher matcher, String contentType,
148 final List<Matcher> getMatchers() {
197 protected interface Matcher { interface in class:FileAnalyzerFactory
H A DAnalyzerGuru.java106 private static final List<FileAnalyzerFactory.Matcher>
107 matchers = new ArrayList<FileAnalyzerFactory.Matcher>();
487 for (FileAnalyzerFactory.Matcher matcher : matchers) {
/opengrok-sun/src/org/opensolaris/opengrok/analysis/archive/
H A DZipAnalyzerFactory.java42 private static final Matcher MATCHER = new Matcher() {
/opengrok-sun/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzerFactory.java40 private static final Matcher MATCHER = new Matcher() {
/opengrok-sun/src/org/opensolaris/opengrok/index/
H A DFilter.java32 import java.util.regex.Matcher;
116 Matcher m = p.matcher(fileName);
/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DAccuRevRepository.java32 import java.util.regex.Matcher;
122 Matcher matcher = annotationPattern.matcher(line);
284 Matcher depotMatch = depotPattern.matcher(line);
H A DPerforceHistoryParser.java34 import java.util.regex.Matcher;
117 Matcher matcher = CHANGE_PATTERN.matcher("");
154 Matcher matcher = REVISION_PATTERN.matcher(line);
H A DRazorHistoryParser.java35 import java.util.regex.Matcher;
100 Matcher actionMatcher = ACTION_TYPE_PATTERN.matcher("");
101 Matcher infoMatcher = ADDITIONAL_INFO_PATTERN.matcher("");
H A DSCCSRepository.java35 import java.util.regex.Matcher;
102 Matcher matcher = AUTHOR_PATTERN.matcher(line);
165 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DGitRepository.java35 import java.util.regex.Matcher;
95 Matcher matcher = commitPattern.matcher(line);
263 Matcher matcher = commitPattern.matcher(line);
309 Matcher matcher = BLAME_PATTERN.matcher(line);
H A DCVSRepository.java36 import java.util.regex.Matcher;
263 Matcher matcher = ANNOTATE_PATTERN.matcher(line);
H A DMonotoneRepository.java35 import java.util.regex.Matcher;
175 Matcher matcher = ANNOTATION_PATTERN.matcher(line);
H A DPerforceRepository.java34 import java.util.regex.Matcher;
90 Matcher matcher = annotation_pattern.matcher(line);
H A DBazaarRepository.java30 import java.util.regex.Matcher;
177 Matcher matcher = BLAME_PATTERN.matcher(line);
H A DMercurialRepository.java34 import java.util.regex.Matcher;
231 Matcher matcher = ANNOTATION_PATTERN.matcher("");
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DUtil.java43 import java.util.regex.Matcher;
326 Matcher email_matcher = EMAIL_PATTERN.matcher(author);

Completed in 1677 milliseconds