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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DAnnotation.java127 String rev; // revision column in html view
128 String author; // email aka author column in html view
167 String html; field in class:Annotation.Desc
173 * Converts different html special characters into their encodings used in
174 * html. Currently used only for tooltips of annotation revision number view
227 if (html == null) {
228 html = "changeset: " + encode(changeset, EOL) + EOL
233 return html;
250 * @param description full commit message to add (gets automatically html
268 * @return {@code null} if not found, the html escape
[all...]

Completed in 8 milliseconds