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

/opengrok-jel/src/org/opensolaris/opengrok/analysis/document/
H A DTroffXref.lex97 protected void cleanup() {
112 cleanup();
132 ^\.(SH|TH|SS|IP|NH|TL|UH) { yybegin(HEADER); cleanup(); openDiv("mnhd");}
137 {EOL} { yybegin(YYINITIAL); cleanup(); closeDiv(); yyline++;}
161 cleanup();
165 ^\.(RS)[^\n]* { cleanup(); openDiv("mnrs"); openPara(); }
166 ^\.(RE)[^\n]* { cleanup(); closeDiv(); }
173 ^".fi" {cleanup(); out.write("</pre>"); }
179 ^\.TS { cleanup(); yybegin(TBL);out.write("<table rules=\"all\"><tr><td>");}
186 \007 { cleanup(); ou
[all...]
/opengrok-jel/src/org/opensolaris/opengrok/web/
H A DWebappListener.java132 PageConfig.cleanup(e.getServletRequest());
H A DPageConfig.java64 * {@link #cleanup(ServletRequest)} should be called before the page context
524 * not close it once used: {@link #cleanup(ServletRequest)} takes care to
1242 * @param sr request to check, cleanup. Ignored if {@code null}.
1246 public static void cleanup(ServletRequest sr) { method in class:PageConfig
/opengrok-jel/web/static/
H A Dopengrok.js243 var cleanup = function (msg) {
254 cleanup(e.name + ": " + e.message);
259 cleanup(resp.errors.join('<br/>'));
266 cleanup("data format error");
363 cleanup();

Completed in 13 milliseconds