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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DDirectoryHistoryReader.java136 History hist = null;
139 hist = HistoryGuru.getInstance().getHistory(f);
145 if (hist == null) {
148 readFromHistory(hist, rpath);
223 private void readFromHistory(History hist, String rpath) { argument
224 for (HistoryEntry entry : hist.getHistoryEntries()) {
/opengrok-jel/src/org/opensolaris/opengrok/search/
H A DQueryBuilder.java47 static final String HIST = "hist";
120 * Set search string for the "hist" field.
121 * @param hist query string to set
124 public QueryBuilder setHist(String hist) { argument
125 return addQueryText(HIST, hist);
128 * Get search string for the "hist" field.

Completed in 6 milliseconds