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

/opengrok-sun/src/org/opensolaris/opengrok/search/
H A DHit.java60 * Holds value of property alt used to hightlight alternating files.
62 private boolean alt; field in class:Hit
83 * @param alt Is this the "alternate" file
85 public Hit(String filename, String line, String lineno, boolean binary, boolean alt) { argument
98 this.alt = alt;
232 return alt;
H A DSearchEngine.java334 boolean alt = (ii % 2 == 0);
374 Hit hit = new Hit(filename, fragments[jj].toString(), "", true, alt);
393 ret.add(new Hit(filename, "...", "", false, alt));
/opengrok-sun/src/org/opensolaris/opengrok/search/context/
H A DContext.java114 private boolean alt = true; field in class:Context
131 alt = !alt;
162 desc[1], false, alt);
240 tokens.setAlt(alt);
H A DPlainLineTokenizer.lex70 boolean alt;
88 hit = new Hit(filename, null, null, false, alt);
99 public void setAlt(boolean alt) {
100 this.alt = alt;
249 hit = new Hit(url, null, null, false, alt);
363 desc[1], false, alt);
415 hit = new Hit(url, null, null, false, alt);

Completed in 11 milliseconds