Lines Matching refs:out

62     Writer out;
75 * @param out The new writer to write to
77 public void setWriter(Writer out) {
79 this.out = out;
111 * @param out where to write htmlized results
115 public void reInit(char[] buf, int len, Writer out, String url,
118 reInit(new CharArrayReader(buf, 0, len), out, url, tags);
125 * @param out where to write htmlized results
129 public void reInit(Reader in, Writer out, String url,
142 this.out = out;
174 out.write("<b>");
184 out.write("</b>");
186 out.write("</a>");
188 out.write(" <span class=\"rshd\"> ");
190 out.write(desc[2]);
191 out.write(" </span>");
193 out.write("<br/>");
197 out.write("<span class=\"rshh\">");
199 out.write("<a class=\"rsh\" href=\"");
200 out.write(url);
202 out.write(num);
203 out.write("\"><span class=\"l\">");
204 out.write(num);
205 out.write("</span> ");
207 out.write("<b>");
211 out.write("&lt;");
214 out.write("&gt;");
217 out.write("&amp;");
220 out.write(ch);
224 out.write("</b>");
279 if (out != null) {
280 out.write("<a class=\"rsh\" href=\"");
281 out.write(url);
283 out.write(num);
284 out.write("\"><span class=\"l\">");
285 out.write(num);
286 out.write("</span> ");
289 if (out != null) {
322 if (out != null) {
332 out.write(" (&hellip;)");
334 out.write("</a>");
336 out.write(" <span class=\"rshd\"> ");
338 out.write(desc[2]);
339 out.write(" </span>");
341 out.write("<br/>");
356 if (out != null) {
359 out.write("<a class=\"rsh\" href=\"");
360 out.write(url);
361 out.write(desc[1]);
362 out.write("\"><span class=\"l\">");
363 out.write(desc[1]);
364 out.write("</span> ");
365 out.write(Util.htmlize(desc[3]).replace(desc[0],
367 out.write("</a> <span class=\"rshd\"> ");
368 out.write(desc[2]);
369 out.write(" </span><br/>");
409 if (out != null) {
411 out.write("</a>");
413 out.write(" <span class=\"rshd\"> ");
415 out.write(desc[2]);
416 out.write("</span> ");
418 out.write("<br/>");