Searched refs:project (Results 1 - 25 of 77) sorted by relevance

1234

/opengrok/test/org/opensolaris/opengrok/util/
H A DTestRepository.java94 public File addDummyFile(String project) throws IOException { argument
95 File dummy = new File(getSourceRoot() + File.separator + project + File.separator + dummyS);
102 public void addDummyFile(String project, String contents) throws IOException { argument
103 File dummy = addDummyFile(project);
107 public void removeDummyFile(String project) { argument
108 File dummy = new File(getSourceRoot() + File.separator + project + File.separator + dummyS);
/opengrok/src/org/opensolaris/opengrok/authorization/
H A DIAuthorizationPlugin.java54 * display the project.
60 * @param project
61 * @return true if request is allowed to see this project
63 boolean isAllowed(HttpServletRequest request, Project project); argument
74 * for project if you want to display content of the group.
/opengrok/src/org/opensolaris/opengrok/analysis/document/
H A DTroffAnalyzer.java85 xref.project = project;
99 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
101 xref.project = project;
H A DTroffAnalyzerFactory.java54 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/plain/
H A DXMLAnalyzer.java74 xref.project = project;
86 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
89 xref.project = project;
H A DPlainAnalyzer.java72 return ExpandTabsReader.wrap(super.getReader(stream), project);
117 xref.project = project;
129 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
132 xref.project = project;
H A DAbstractSourceCodeAnalyzer.java89 * @param project project where this xref belongs to
92 static protected void writeXref(JFlexXref lxref, Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
96 lxref.project = project;
/opengrok/src/org/opensolaris/opengrok/analysis/uue/
H A DUuencodeAnalyzer.java84 xref.project = project;
96 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
99 xref.project = project;
/opengrok/plugins/src/main/java/
H A DSampleAuthorizationPlugin.java44 public boolean isAllowed(HttpServletRequest request, Project project) { argument
/opengrok/test/org/opensolaris/opengrok/authorization/
H A DTestPlugin.java40 public boolean isAllowed(HttpServletRequest request, Project project) { argument
/opengrok/src/org/opensolaris/opengrok/analysis/sql/
H A DPLSQLAnalyzer.java55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 xref.project = project;
H A DSQLAnalyzer.java55 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 xref.project = project;
/opengrok/src/org/opensolaris/opengrok/analysis/
H A DFileAnalyzer.java58 protected Project project; field in class:FileAnalyzer
115 public void setProject(Project project) { argument
116 this.project = project;
188 case "project":
/opengrok/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java84 * one index database per project.
93 private Project project; field in class:IndexDatabase
132 * Create a new instance of an Index Database for a given project
134 * @param project the project to create the database for
138 public IndexDatabase(Project project) throws IOException { argument
139 this.project = project;
167 for (Project project : env.getProjects()) {
168 dbs.add(new IndexDatabase(project));
[all...]
/opengrok/src/org/opensolaris/opengrok/analysis/c/
H A DCAnalyzerFactory.java64 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.java57 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/erlang/
H A DErlangAnalyzer.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DErlangAnalyzerFactory.java57 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.java56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DFortranAnalyzerFactory.java54 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.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DHaskellAnalyzerFactory.java61 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.java61 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
63 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);
H A DJavaScriptAnalyzerFactory.java57 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.java56 static void writeXref(Reader in, Writer out, Definitions defs, Annotation annotation, Project project) throws IOException { argument
58 AbstractSourceCodeAnalyzer.writeXref(xref, in, out, defs, annotation, project);

Completed in 23 milliseconds

1234