Searched defs:name (Results 1 - 25 of 71) sorted by relevance

123

/opengrok/src/org/opensolaris/opengrok/analysis/archive/
H A DBZip2AnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
31 private static final String name = "Bzip(2)"; field in class:BZip2AnalyzerFactory
42 super(null, null, SUFFIXES, MAGICS, null, null, null, name);
H A DGZIPAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
31 private static final String name = "GZIP"; field in class:GZIPAnalyzerFactory
42 super(null, null, SUFFIXES, MAGICS, null, null, null, name);
H A DTarAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
32 private static final String name = "Tar"; field in class:TarAnalyzerFactory
39 super(null, null, SUFFIXES, null, null, null, Genre.XREFABLE, name);
H A DZipAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
35 private static final String name = "Zip"; field in class:ZipAnalyzerFactory
105 super(null, null, SUFFIXES, null, MATCHER, null, Genre.XREFABLE, name);
/opengrok/src/org/opensolaris/opengrok/analysis/data/
H A DImageAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
35 private static final String name = "Image file"; field in class:ImageAnalyzerFactory
42 super(null, null, SUFFIXES, null, null, null, Genre.IMAGE, name);
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
32 private static final String name = "ELF"; field in class:ELFAnalyzerFactory
39 super(null, null, null, MAGICS, null, null, Genre.XREFABLE, name);
H A DJarAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
32 private static final String name = "Jar"; field in class:JarAnalyzerFactory
43 super(null, null, SUFFIXES, null, null, null, Genre.XREFABLE, name);
H A DJavaClassAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
32 private static final String name = "Java class"; field in class:JavaClassAnalyzerFactory
43 super(null, null, SUFFIXES, MAGICS, null, null, Genre.XREFABLE, name);
/opengrok/src/org/opensolaris/opengrok/web/
H A DSuggestion.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
32 /** index name */
33 public String name; field in class:Suggestion
43 * @param name index name.
45 public Suggestion(String name) { argument
46 this.name = name;
/opengrok/src/org/opensolaris/opengrok/index/
H A DIgnoredFiles.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
80 * @param name the name of the file to check
83 public boolean ignore(String name) { argument
84 return match(name);
H A DIgnoredDirs.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
66 * @param name the name of the file to check
69 public boolean ignore(String name) { argument
70 return match(name);
/opengrok/jrcs/src/main/java/org/apache/commons/jrcs/tools/
H A DJDiff.java82 static final String[] loadFile(String name) throws IOException argument
84 BufferedReader data = new BufferedReader(new FileReader(name));
94 static final void usage(String name) argument
96 System.err.println("Usage: " + name + " file1 file2");
/opengrok/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "C"; field in class:CAnalyzerFactory
55 super(null, null, SUFFIXES, null, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "C#"; field in class:CSharpAnalyzerFactory
48 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "Troff"; field in class:TroffAnalyzerFactory
45 super(null, null, null, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/erlang/
H A DErlangAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "Erlang"; field in class:ErlangAnalyzerFactory
48 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
37 private static final String name = "Fortran"; field in class:FortranAnalyzerFactory
45 super(null, null, SUFFIXES, null, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/haskell/
H A DHaskellAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
42 private static final String name = "Haskell"; field in class:HaskellAnalyzerFactory
52 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "JavaScript"; field in class:JavaScriptAnalyzerFactory
48 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "Lisp"; field in class:LispAnalyzerFactory
48 super(null, null, SUFFIXES, null, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/php/
H A DPhpAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "PHP"; field in class:PhpAnalyzerFactory
54 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
40 private static final String name = "Plain Text"; field in class:PlainAnalyzerFactory
94 super(null, null, null, null, MATCHER, "text/plain", Genre.PLAIN, name);
H A DXMLAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
38 private static final String name = "XML"; field in class:XMLAnalyzerFactory
51 super(null, null, SUFFIXES, MAGICS, null, "text/html", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/python/
H A DPythonAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
43 private static final String name = "Python"; field in class:PythonAnalyzerFactory
58 super(null, null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN, name);
/opengrok/src/org/opensolaris/opengrok/analysis/scala/
H A DScalaAnalyzerFactory.java15 * information: Portions Copyright [yyyy] [name of copyright owner]
43 private static final String name = "Scala"; field in class:ScalaAnalyzerFactory
50 super(null, null, SUFFIXES, null, null, "text/plain", Genre.PLAIN, name);

Completed in 82 milliseconds

123