Home | History | Annotate | Download | only in scripts

Lines Matching refs:cout

208   cout << "{| cellpadding=\"5\"\n";
209 cout << "!\n";
210 cout << "! Lines changed\n";
211 cout << "!\n";
218 if(i%2) cout << "|-\n";
219 else cout << "|- style=\"background:#FFFFD0\"\n";
221 cout << "| [" << itc->url << " " << itc->name << "]\n";
223 cout << "| " << itc->name << "\n";
225 cout << "| " << itc->changedlines << "\n";
227 cout << "| (no information)\n";
228 cout << "| " << itc->misc << "\n";
231 cout << "|}" << endl;