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

/opengrok-jel/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.java370 boolean alt = (ii % 2 == 0);
414 fragments[jj].toString(), "", true, alt);
438 ret.add(new Hit(filename, "...", "", false, alt));
/opengrok-jel/src/org/opensolaris/opengrok/search/context/
H A DContext.java127 private boolean alt = true; field in class:Context
150 alt = !alt;
177 desc[1], false, alt);
259 tokens.setAlt(alt);
H A DPlainLineTokenizer.lex70 boolean alt;
90 hit = new Hit(filename, null, null, false, alt);
102 public void setAlt(boolean alt) {
103 this.alt = alt;
266 hit = new Hit(url, null, null, false, alt);
376 "<b>" + desc[0] + "</b>"), desc[1], false, alt);
428 hit = new Hit(url, null, null, false, alt);

Completed in 11 milliseconds