Searched defs:data (Results 1 - 5 of 5) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/analysis/data/
H A DIgnorantAnalyzerFactory.java25 package org.opensolaris.opengrok.analysis.data;
32 * text data, but ignores them.
H A DImageAnalyzerFactory.java25 package org.opensolaris.opengrok.analysis.data;
/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java111 private String data; field in class:SearchEngine
232 data = RuntimeEnvironment.getInstance().getDataRootPath();
354 } else if (Genre.XREFABLE == genre && data != null && summarizer != null) {
358 r = new TagFilter(new BufferedReader(new InputStreamReader(new GZIPInputStream(new FileInputStream(data + "/xref" + filename + ".gz")))));
360 r = new TagFilter(new BufferedReader(new FileReader(data + "/xref" + filename)));
/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java109 * Add the given data to the <head> section of the html page to
112 * @param data data to add. It is copied as is, so remember to escape
115 public void addHeaderData(String data) { argument
116 if (data == null || data.length() == 0) {
122 headLines.append(data);
126 * Get addition data, which should be added as is to the <head>
129 * @return an empty string if nothing to add, the data otherwise.
136 * Get all data require
[all...]
/opengrok-sun/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 22 milliseconds