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

/opengrok/src/org/opensolaris/opengrok/analysis/data/
H A DImageAnalyzerFactory.java24 package org.opensolaris.opengrok.analysis.data;
H A DIgnorantAnalyzerFactory.java24 package org.opensolaris.opengrok.analysis.data;
31 * text data, but ignores them.
/opengrok/web/js/
H A Dsearchable-option-list-2.0.2.js27 // allow setting options as data attribute
28 // e.g. <select data-sol-options="{'allowNullSelection':true}">
29 this.metadata = this.$originalElement.data('sol-options');
57 data: undefined,
58 name: undefined, // name attribute, can also be set as name="" attribute on original element or data-sol-name=""
66 loadingData: 'Still loading data...',
184 .data(sol.DATA_KEY, sol)
186 .data('sol-name', originalName);
198 return this.config.name || this.$originalElement.data('sol-name') || this.$originalElement.attr('name');
233 .data(SearchableOptionLis
828 var data = $(solOption.element).data('messages'); variable
[all...]
/opengrok/src/org/opensolaris/opengrok/search/
H A DSearchEngine.java135 private String data; field in class:SearchEngine
298 data = RuntimeEnvironment.getInstance().getDataRootPath();
310 // data files - so no authorization can be enforced
426 } else if (Genre.XREFABLE == genre && data != null && summarizer != null) {
429 ? new HTMLStripCharFilter(new BufferedReader(new InputStreamReader(new GZIPInputStream(new FileInputStream(data + Prefix.XREF_P + filename + ".gz")))))
430 : new HTMLStripCharFilter(new BufferedReader(new FileReader(data + Prefix.XREF_P + filename)))) {
/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java154 * Add the given data to the &lt;head&gt; section of the html page to
157 * @param data data to add. It is copied as is, so remember to escape
160 public void addHeaderData(String data) { argument
161 if (data == null || data.length() == 0) {
167 headLines.append(data);
171 * Get addition data, which should be added as is to the &lt;head&gt;
174 * @return an empty string if nothing to add, the data otherwise.
181 * Get all data require
[all...]
/opengrok/lib/
H A Dbcel-6.0.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/bcel/ org/apache/bcel/classfile/ ...

Completed in 14 milliseconds