Searched refs:order (Results 1 - 4 of 4) sorted by relevance

/opengrok-jel/src/org/opensolaris/opengrok/analysis/
H A DXrefHeader.java105 bb.order(ByteOrder.BIG_ENDIAN);
123 bb.order(ByteOrder.BIG_ENDIAN);
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DSearchHelper.java85 /** the order to use to ordery query results */
86 public SortOrder order; field in class:SearchHelper
111 /** the lucene sort instruction based on {@link #order} created via
137 * <li>{@link #order} (falls back to relevance if unset)</li>
202 switch (order) {
H A DPageConfig.java464 * @return a possible empty list which contains the sort order values in
465 * the same order supplied by the request parameter or cookie(s).
1081 * or the related source file is younger) having the same order as the
1190 sh.order = sortOrders.isEmpty() ? SortOrder.RELEVANCY : sortOrders.get(0);
/opengrok-jel/src/org/opensolaris/opengrok/analysis/executables/
H A DELFAnalyzer.java261 fmap.order(ByteOrder.LITTLE_ENDIAN);
263 fmap.order(ByteOrder.BIG_ENDIAN);

Completed in 16 milliseconds