Searched defs:names (Results 1 - 3 of 3) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzerFactory.java45 /** List of file names on which this kind of analyzer should be used. */
46 private final List<String> names; field in class:FileAnalyzerFactory
72 * @param names list of file names to recognize (possibly {@code null})
81 String[] names, String[] suffixes, String[] magics,
85 this.names = asList(names);
111 * Get the list of file names recognized by this analyzer (names must
114 * @return list of file names
80 FileAnalyzerFactory( String[] names, String[] suffixes, String[] magics, Matcher matcher, String contentType, Genre genre) argument
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DUtil.java353 * <var>names</var> and optionally all redundant information like "." and
356 * @param names
357 * names to check
360 * @return a possible empty array of names all with a length &gt; 0.
362 private static String[] normalize(String[] names, boolean canonical) { argument
364 if (names == null || names.length == 0) {
367 for (int i = 0; i < names.length; i++ ) {
368 if (names[i] == null || names[
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 31 milliseconds