/opengrok-jel/src/org/opensolaris/opengrok/analysis/ |
H A D | XrefReader.java | 28 * @param in stream to use for reading. NOTE: on-the-fly decompression must 33 public XrefReader(XrefInputStream in) throws UnsupportedEncodingException { argument 34 super(in, "UTF-8");
|
H A D | TextAnalyzer.java | 6 * 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 52 public final void analyze(Document doc, InputStream in) throws IOException { argument 55 in.mark(3); 58 int br = in.read(head, 0, 3); 64 in.reset(); 73 in.reset(); 77 analyze(doc, new InputStreamReader(in, charset));
|
H A D | ExpandTabsReader.java | 6 * 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 33 * Wrapper around Reader to expand tabs to spaces in the input. 54 * @param in the original input source 57 ExpandTabsReader(Reader in, int tabSize) { argument 58 super(in); 63 * Wrap a reader in an ExpandTabsReader if the project has custom tab 66 * @param in the reader to wrap 68 * @return {@code in} i 72 wrap(Reader in, Project p) argument [all...] |
/opengrok-jel/src/org/opensolaris/opengrok/analysis/c/ |
H A D | CAnalyzerFactory.java | 6 * 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 48 "XS", // Mainly found in perl directories 62 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 64 CAnalyzer.writeXref(in, out, defs, annotation, project);
|
H A D | CxxAnalyzerFactory.java | 6 * 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 58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 60 CxxAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/csharp/ |
H A D | CSharpAnalyzerFactory.java | 6 * 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 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 58 CSharpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/ |
H A D | TroffAnalyzerFactory.java | 6 * 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 52 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 55 TroffAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/ |
H A D | JarAnalyzer.java | 6 * 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 analyze(Document doc, InputStream in) throws IOException { argument 62 ZipInputStream zis = new ZipInputStream(in);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/ |
H A D | FortranAnalyzerFactory.java | 6 * 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 53 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 55 FortranAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/java/ |
H A D | JavaAnalyzerFactory.java | 6 * 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 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 58 JavaAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/javascript/ |
H A D | JavaScriptAnalyzerFactory.java | 6 * 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 55 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 57 JavaScriptAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/lisp/ |
H A D | LispAnalyzerFactory.java | 6 * 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 55 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 57 LispAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/perl/ |
H A D | PerlAnalyzerFactory.java | 6 * 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 65 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 67 PerlAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/ |
H A D | PhpAnalyzerFactory.java | 6 * 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 58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 60 PhpAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/ |
H A D | PlainAnalyzerFactory.java | 6 * 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) 98 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 101 PlainAnalyzer.writeXref(in, out, defs, annotation, project);
|
H A D | XMLAnalyzerFactory.java | 6 * 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 58 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 61 XMLAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/python/ |
H A D | PythonAnalyzerFactory.java | 6 * 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 65 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 67 PythonAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sh/ |
H A D | ShAnalyzerFactory.java | 6 * 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 88 public void writeXref(Reader in, XrefWriter out, Definitions defs, argument 91 ShAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sql/ |
H A D | PLSQLAnalyzer.java | 6 * 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 * @param in input source 64 static void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 65 PLSQLXref xref = new PLSQLXref(in);
|
H A D | PLSQLAnalyzerFactory.java | 6 * 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 55 public void writeXref(Reader in, XrefWriter out, Definitions defs, argument 59 PLSQLAnalyzer.writeXref(in, out, defs, annotation, project);
|
H A D | SQLAnalyzer.java | 6 * 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 * @param in input source 64 static void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) throws IOException { argument 65 SQLXref xref = new SQLXref(in);
|
H A D | SQLAnalyzerFactory.java | 6 * 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 52 public void writeXref(Reader in, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 54 SQLAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/tcl/ |
H A D | TclAnalyzerFactory.java | 6 * 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, XrefWriter out, Definitions defs, Annotation annotation, Project project) argument 61 TclAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/src/org/opensolaris/opengrok/analysis/vb/ |
H A D | VBAnalyzerFactory.java | 6 * 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, XrefWriter out, Definitions defs, Annotation annotation, Project project)
argument 59 VBAnalyzer.writeXref(in, out, defs, annotation, project);
|
/opengrok-jel/test/org/opensolaris/opengrok/history/ |
H A D | SCCSgetTest.java | 6 * 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 106 InputStream in = getClass().getResourceAsStream("s.note.txt"); 111 while ((nr = in.read(buffer, 0, buffer.length)) != -1) { 115 in.close(); 137 private String readInput(InputStream in) throws IOException { argument 142 while ((len = in.read(buffer)) != -1) {
|