Searched defs:in (Results 1 - 25 of 79) sorted by relevance

1234

/opengrok/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
50 "XS", // Mainly found in perl directories
64 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
66 CAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
57 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/erlang/
H A DErlangAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
62 ErlangXref xref = new ErlangXref(in);
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DErlangAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 ErlangAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
57 FortranXref xref = new FortranXref(in);
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DFortranAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
54 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
56 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/haskell/
H A DHaskellAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
62 HaskellXref xref = new HaskellXref(in);
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DHaskellAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
61 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
63 HaskellAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
62 JavaScriptXref xref = new JavaScriptXref(in);
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DJavaScriptAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
57 LispXref xref = new LispXref(in);
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DLispAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 LispAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
60 PerlXref xref = new PerlXref(in);
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/php/
H A DPhpAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
60 PhpXref xref = new PhpXref(in);
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DPhpAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
63 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
65 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/plain/
H A DPlainAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
43 public FileAnalyzerFactory isMagic(byte[] content, InputStream in)
103 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
106 PlainAnalyzer.writeXref(in, out, defs, annotation, project);
H A DXMLAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
60 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
63 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/python/
H A DPythonAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
60 PythonXref xref = new PythonXref(in);
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DPythonAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
67 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
69 PythonAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/scala/
H A DScalaAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
60 ScalaXref xref = new ScalaXref(in);
61 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DScalaAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
59 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
61 ScalaAnalyzer.writeXref(in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/sh/
H A DShAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
60 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
61 ShXref xref = new ShXref(in);
62 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
/opengrok/src/org/opensolaris/opengrok/analysis/sql/
H A DPLSQLAnalyzer.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
50 * @param in input source
55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
56 PLSQLXref xref = new PLSQLXref(in);
H A DPLSQLAnalyzerFactory.java6 * You may not use this file except in compliance with the License.
8 * See LICENSE.txt included in this distribution for the specific
11 * When distributing Covered Code, include this CDDL HEADER in each
57 public void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) argument
59 PLSQLAnalyzer.writeXref(in, out, defs, annotation, project);

Completed in 112 milliseconds

1234