Lines Matching refs:write

62     out.write(yycharat(0));
63 out.write("<strong>");
64 out.write(Util.htmlize(yytext().substring(1)));
65 out.write("</strong>");
116 | "property-write"
130 "<" | "</" { out.write(Util.htmlize(yytext())); yypush(TAG_NAME, ""); }
133 out.write("<span class=\"c\">&lt;!--"); spans.push("c");
140 out.write("<span class=\"n\">");
141 out.write(yytext());
142 out.write("</span>");
147 out.write("<span class=\"n\">");
150 out.write(yytext().substring(0,i));
151 out.write("</span>:<span class=\"n\">");
152 out.write(yytext().substring(i + 1));
153 out.write("</span>");
160 out.write("<strong>");
161 out.write(yytext()); //attribute
162 out.write("</strong>");
167 out.write("=<span class=\"s\">"); spans.push("s");
168 out.write(yytext().substring(1));
180 ">" { out.write("&gt;"); yypop(); } //to YYINITIAL
185 out.write("<strong>");
186 out.write(Util.htmlize(yytext()));
187 out.write("</strong>");
193 out.write("</span>"); spans.pop();
198 out.write(yytext());
199 out.write("</span>"); spans.pop();
202 ">" { out.write("&gt;</span>"); spans.pop(); yypop(); yypop(); } //pop twice
205 <ATTRIBUTE_DOUBLE>\" { out.write("\"</span>"); spans.pop(); yypop(); }
206 <ATTRIBUTE_SINGLE>\' { out.write("'</span>"); spans.pop(); yypop(); }
210 out.write("</span>"); spans.pop();
212 out.write("<span class=\"s\">"); spans.push("s");
218 out.write("</span><strong>"); spans.pop();
219 out.write(Util.htmlize(yytext()));
220 out.write("</strong>");
227 out.write("--&gt;</span>"); spans.pop();
232 out.write("</span>"); spans.pop();
234 out.write("<span class=\"c\">"); spans.push("c");
238 out.write("</span><strong>"); spans.pop();
239 out.write(Util.htmlize(yytext()));
240 out.write("</strong>");
249 out.write("$");
258 out.write("(");
260 while (isTabOrSpace(i)) { out.write(yycharat(i++)); }
262 out.write("<em>");
265 out.write(yytext().substring(i, j));
266 out.write("</em>");
268 out.write(yytext().substring(j, yylength()));
273 if (yycharat(0) == 'b') { out.write('b'); }
274 out.write("<span class=\"s\">\""); spans.push("s");
279 if (yycharat(0) == 'b') { out.write('b'); }
280 out.write("<span class=\"s\">\'"); spans.push("s");
283 ` { yypush(BACKQUOTE, ""); out.write("<span class=\"s\">`"); spans.push("s"); }
286 if (yycharat(0) == 'b') { out.write('b'); }
287 out.write("&lt;&lt;&lt;");
290 out.write(yycharat(i++));
298 out.write(yycharat(i));
299 out.write("<span class=\"b\">");
300 out.write(text);
301 out.write("</span>");
302 out.write(yycharat(i));
307 out.write("<span class=\"b\">");
308 out.write(text);
309 out.write("</span>");
312 out.write("<span class=\"s\">"); spans.push("s");
315 {Number} { out.write("<span class=\"n\">"); out.write(yytext()); out.write("</span>"); }
317 "#"|"//" { yypush(SCOMMENT, ""); out.write("<span class=\"c\">" + yytext()); spans.push("c"); }
318 "/**" { yypush(DOCCOMMENT, ""); out.write("<span class=\"c\">/*"); yypushback(1); spans.push("c"); }
319 "/*" { yypush(COMMENT, ""); out.write("<span class=\"c\">/*"); spans.push("c"); }
321 \{ { out.write(yytext()); yypush(IN_SCRIPT, ""); }
323 out.write(yytext());
335 out.write("<strong>");
336 out.write(Util.htmlize(yytext()));
337 out.write("</strong>");
344 \\\" { out.write("<strong>"); out.write(yytext()); out.write("</strong>"); }
345 \" { out.write("\"</span>"); spans.pop(); yypop(); }
349 "\\`" { out.write("<strong>"); out.write(yytext()); out.write("</strong>"); }
350 "`" { out.write("`</span>"); spans.pop(); yypop(); }
355 out.write(yytext());
359 out.write("<strong>");
360 out.write(yytext());
361 out.write("</strong>");
365 out.write("</span>$"); spans.pop();
370 out.write("</span>"); spans.pop();
371 out.write(yytext());
381 out.write("</span>"); spans.pop();
382 out.write("{");
390 out.write("<strong>");
391 out.write(yytext());
392 out.write("</strong>");
395 \' { out.write("\"</span>"); spans.pop(); yypop(); }
406 out.write("</span><span class=\"b\">"); spans.pop();
407 out.write(text);
408 out.write("</span>");
409 if (hasSemi) out.write(";");
412 out.write(yytext().substring(0,i+1));
413 if (hasSemi) out.write(";");
419 out.write("</span>"); spans.pop();
421 out.write("<span class=\"s\">"); spans.push("s");
428 out.write("[<span class=\"n\">");
429 out.write(yytext().substring(1, yylength()-1));
430 out.write("</span>]");
436 out.write("[<span class=\"s\">");
437 out.write(yytext().substring(1, yylength()-1));
438 out.write("</span>]");
443 out.write("[$");
445 out.write("]");
450 out.write("-&gt;");
462 \} { out.write('}'); yypop(); }
463 \[ { out.write('['); yybegin(IN_SCRIPT); } /* don't push. when we find '}'
471 out.write("</span><strong>"); spans.pop();
472 out.write(Util.htmlize(yytext()));
473 out.write("</strong>");
478 out.write("</span>"); spans.pop();
505 do { out.write(yycharat(i++)); } while (isTabOrSpace(i));
512 out.write(c);
518 out.write("<em>");
520 out.write("</em>");
532 do { out.write(yycharat(i++)); } while (isTabOrSpace(i));
534 out.write("<em>$");
536 out.write("</em>");
545 out.write("</span>"); spans.pop();
547 out.write("<span class=\"c\">"); spans.push("c");
549 "*/" { out.write("*/</span>"); spans.pop(); yypop(); }
553 "&" { out.write( "&amp;"); }
554 "<" { out.write( "&lt;"); }
555 ">" { out.write( "&gt;"); }
560 out.write(yytext());
562 [!-~] { out.write(yycharat(0)); }
568 { out.write(Util.breadcrumbPath(urlPrefix+"path=",yytext(),'/'));}
573 out.write("<a href=\""+urlPrefix+"path=");
574 out.write(path);
576 out.write("\">");
577 out.write(path);
578 out.write("</a>");}
583 out.write("<a href=\"");
584 out.write(Util.uriEncodeURL(url));out.write("\">");
585 out.write(Util.htmlize(url));out.write("</a>");}