Searched refs:find (Results 1 - 17 of 17) sorted by relevance

/opengrok-jel/test/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuruTest.java86 // should not find analyzer for this unlikely extension
87 assertNull(AnalyzerGuru.find("file.unlikely_extension"));
92 assertSame(AnalyzerGuru.find("myscript.sh"), faf);
97 AnalyzerGuru.find("file.unlikely_extension").getClass());
101 assertNull(AnalyzerGuru.find("file.unlikely_extension"));
138 FileAnalyzerFactory faf = AnalyzerGuru.find("foo.hxx");
145 FileAnalyzerFactory f1 = AnalyzerGuru.find("main.c");
147 FileAnalyzerFactory f2 = AnalyzerGuru.find("main.cc");
158 FileAnalyzerFactory faf = AnalyzerGuru.find("/path/to/Makefile");
160 faf = AnalyzerGuru.find("GNUMakefil
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DAnalyzerGuru.java215 FileAnalyzerFactory factory = find(in, file);
287 FileAnalyzerFactory factory = find(in, file);
329 return getGenre(find(file));
340 return getGenre(find(in));
404 * InputStream to find a suitable analyzer.
406 * Use if you just want to find file type.
414 public static FileAnalyzerFactory find(InputStream in, String file) method in class:AnalyzerGuru
417 FileAnalyzerFactory factory = find(file);
425 return find(in);
434 public static FileAnalyzerFactory find(Strin method in class:AnalyzerGuru
465 public static FileAnalyzerFactory find(InputStream in) throws IOException { method in class:AnalyzerGuru
497 private static FileAnalyzerFactory find(byte[] signature) method in class:AnalyzerGuru
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DJarAnalyzer.java68 FileAnalyzerFactory fac = AnalyzerGuru.find(ename);
/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAccuRevRepository.java122 if (matcher.find()) {
125 logger.warning("Did not find annotation in line " + lineno
298 // TODO: is it ever possible to find a match if not
301 if (depotMatch.find()) {
306 logger.warning("Could not find AccuRev repository for '"
H A DPerforceHistoryParser.java125 if (matcher.find()) {
160 if (matcher.find()) {
H A DRazorHistoryParser.java118 if (infoMatcher.find()) {
143 if (actionMatcher.find()) {
H A DSCCSRepository.java115 if (matcher.find()) {
120 logger.log(Level.WARNING, "Did not find authors in line {0} [{1}]",
173 if (matcher.find()) {
181 logger.log(Level.WARNING, "Did not find annotations in line {0} [{1}]",
H A DGitRepository.java121 if (matcher.find()) {
418 if (matcher.find()) {
471 if (matcher.find()) {
477 "Did not find annotation in line {0} [{1}] of {2}",
H A DBazaarRepository.java197 if (matcher.find()) {
203 "Did not find annotation in line {0} [{1}]",
H A DCVSRepository.java319 if (matcher.find()) {
324 logger.log(Level.WARNING, "Did not find annotation in line {0} [{1}]",
H A DMonotoneRepository.java189 if (matcher.find()) {
H A DPerforceRepository.java100 if (matcher.find()) {
105 logger.warning("Did not find annotation in line "
H A DMercurialRepository.java409 if (matcher.find()) {
431 logger.warning("Did not find annotation in line "
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpSymbolTokenizer.lex250 \[ { yybegin(IN_SCRIPT); } /* don't push. when we find '}'
281 /* The rules here had to be substantially changed because we cannot find
H A DPhpXref.lex463 \[ { out.write('['); yybegin(IN_SCRIPT); } /* don't push. when we find '}'
/opengrok-jel/test/org/opensolaris/opengrok/index/
H A DIndexerTest.java100 System.out.println("Skipping test. Could not find a ctags I could use in path.");
185 System.out.println("Skipping test. Could not find a ctags I could use in path.");
254 + " or could not find a ctags or an sccs I could use in path.");
264 FileAnalyzerFactory factory = AnalyzerGuru.find(f.getAbsolutePath());
300 System.out.println("Skipping test. Could not find a ctags I could use in path.");
308 System.out.println("Skipping test for bug 11896. Could not find a mkfifo in path.");
336 System.out.println("Skipping test. Could not find a ctags I could use in path.");
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java344 if (email_matcher.find()) {
553 * is, that this method tries to find out, whether the URL already contains

Completed in 217 milliseconds