Searched refs:PLAIN (Results 1 - 25 of 26) sorted by relevance

12

/opengrok-jel/src/org/opensolaris/opengrok/analysis/archive/
H A DBZip2Analyzer.java81 if(fa.getGenre() == Genre.PLAIN || fa.getGenre() == Genre.XREFABLE) {
112 if ((fa != null) && (fa.getGenre() == Genre.PLAIN || fa.getGenre() == Genre.XREFABLE)) {
H A DGZIPAnalyzer.java76 if (fa.getGenre() == Genre.PLAIN || fa.getGenre() == Genre.XREFABLE) {
108 if ((fa != null) && (fa.getGenre() == Genre.PLAIN || fa.getGenre() == Genre.XREFABLE)) {
/opengrok-jel/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java53 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
H A DCxxAnalyzerFactory.java49 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/csharp/
H A DCSharpAnalyzerFactory.java47 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzerFactory.java43 super(null, null, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/fortran/
H A DFortranAnalyzerFactory.java44 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/java/
H A DJavaAnalyzerFactory.java47 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/javascript/
H A DJavaScriptAnalyzerFactory.java46 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/lisp/
H A DLispAnalyzerFactory.java46 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/perl/
H A DPerlAnalyzerFactory.java56 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/php/
H A DPhpAnalyzerFactory.java49 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/plain/
H A DXMLAnalyzerFactory.java49 super(null, SUFFIXES, MAGICS, null, "text/html", Genre.PLAIN);
H A DPlainAnalyzerFactory.java89 super(null, null, null, MATCHER, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/python/
H A DPythonAnalyzerFactory.java56 super(null, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sh/
H A DShAnalyzerFactory.java73 super(NAMES, SUFFIXES, MAGICS, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/sql/
H A DPLSQLAnalyzerFactory.java46 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
H A DSQLAnalyzerFactory.java43 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/tcl/
H A DTclAnalyzerFactory.java50 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/vb/
H A DVBAnalyzerFactory.java48 super(null, SUFFIXES, null, null, "text/plain", Genre.PLAIN);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzer.java67 PLAIN("p"), enum constant in enum:FileAnalyzer.Genre
H A DAnalyzerGuru.java265 if (g == Genre.PLAIN || g == Genre.XREFABLE || g == Genre.HTML) {
314 if (factory.getGenre() == Genre.PLAIN) {
520 entry.getValue().getGenre() == Genre.PLAIN &&
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DResults.java207 FileReader r = genre == Genre.PLAIN
H A DSearchEngine.java386 if (Genre.PLAIN == genre && (source != null)) {
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java618 if (xrefDir != null && (g == Genre.PLAIN || g == Genre.XREFABLE)) {

Completed in 194 milliseconds

12