Searched defs:names (Results 1 - 3 of 3) sorted by relevance
/opengrok/src/org/opensolaris/opengrok/analysis/ |
H A D | FileAnalyzerFactory.java | 45 /** List of file names on which this kind of analyzer should be used. */ 46 private final List<String> names; field in class:FileAnalyzerFactory 77 * @param names list of file names to recognize (possibly {@code null}) 88 String[] names, String[] prefixes, String[] suffixes, 92 this.names = asList(names); 120 * Get the list of file names recognized by this analyzer (names must 123 * @return list of file names 87 FileAnalyzerFactory( String[] names, String[] prefixes, String[] suffixes, String[] magics, Matcher matcher, String contentType, Genre genre, String name) argument [all...] |
/opengrok/src/org/opensolaris/opengrok/web/ |
H A D | Util.java | 354 * <var>names</var> and optionally all redundant information like "." and 357 * @param names names to check 359 * @return a possible empty array of names all with a length > 0. 361 private static String[] normalize(String[] names, boolean canonical) { argument 363 if (names == null || names.length == 0) { 366 for (String name : names) { 383 return res.size() == names.length ? names [all...] |
/opengrok/lib/ |
H A D | bcel-6.0.jar | META-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ... |
Completed in 25 milliseconds