Searched defs:full (Results 1 - 2 of 2) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DDiffData.java57 /** If {@code true} a full diff is desired (request parameter {@code full=1} */
58 public boolean full; field in class:DiffData
/opengrok/src/org/opensolaris/opengrok/analysis/executables/
H A DJavaClassAnalyzer.java96 List<String> full = new ArrayList<>();
101 getContent(out, fout, classparser.parse(), defs, refs, full);
116 for (String fl : full) {
126 doc.add(new TextField("full", fullout));
127 doc.add(new TextField("full", constants, Store.NO));
184 List<String> defs, List<String> refs, List<String> full)
371 full.add(constantToString(constant, cp, v));
183 getContent(Writer out, Writer fout, JavaClass c, List<String> defs, List<String> refs, List<String> full) argument

Completed in 12 milliseconds