Searched refs:html (Results 1 - 2 of 2) 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...]
/opengrok-jel/web/static/
H A Dopengrok-symbols-panel.js251 + Escape.html(symbols[j][0]) + "</a></li>";

Completed in 16 milliseconds