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

/opengrok-jel/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-jel/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java121 private String data; field in class:SearchEngine
260 data = cfg.getDataRoot();
391 } else if (Genre.XREFABLE == genre && data != null
395 File file = new File(data + Prefix.XREF_P + filename);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DPageConfig.java110 * 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>
128 * @return an empty string if nothing to add, the data otherwise.
135 * Get all data require
[all...]
/opengrok-jel/lib/
H A Dbcel-5.2.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 28 milliseconds