Lines Matching defs:Text

54   def Text(self, text):
58 text: Text to add.
136 f.head.E('title').Text(title)
161 hdr.Text('Coverage for ')
166 '../' * (num_dirs - i - 2) + 'index.html')).Text(dirs[i] + '/')
167 hdr.Text(dirs[-1])
178 hdr.Text('Coverage for ')
183 '../' * (num_dirs - i - 1) + 'index.html')).Text(dirs[i] + '/')
184 hdr.Text(dirs[-1] + '/')
197 table.E('tr').E('th', e_class='secdesc', colspan=8).Text(caption)
202 sec_hdr.E('th', e_class='section').Text(itemtype)
204 sec_hdr.E('th', e_class='section').Text('Coverage')
205 sec_hdr.E('th', e_class='section', colspan=3).Text(
209 graph.E('span', style='color:#00FF00').Text('exe')
210 graph.Text(' / ')
211 graph.E('span', style='color:#FFFF00').Text('inst')
212 graph.Text(' / ')
213 graph.E('span', style='color:#FF0000').Text('miss')
216 sec_hdr.E('th', e_class='section').Text('Language')
217 sec_hdr.E('th', e_class='section').Text('Group')
238 item_elem.Text(itemname)
248 row.E('td', e_class='number').Text(stat_cov)
249 row.E('td', e_class='number').Text(stat_ins)
250 row.E('td', e_class='number').Text(stat_exe - stat_ins)
259 percent.Text('%.1f%%' % percent_cov)
271 graph.Text('.')
280 row.E('td', e_class='stat').Text(attrs.get('language'))
281 row.E('td', e_class='stat').Text(attrs.get('group'))
305 body.E('h2').Text('Line-by-line coverage:')
319 code_table.E('span', e_class=e_class).Text('%4d %s : %s\n' % (
326 body.Text('Line-by-line coverage not available. Make sure the directory'
328 body.E('B').Text('add_files')
329 body.Text(' in a configuration file, or the ')
330 body.E('B').Text('--addfiles')
331 body.Text(' command line option.')
336 body.E('p', e_class='time').Text(self.time_string)
371 body.E('h2').Text(title)
374 table.E('h3').Text('Coverage by Group')
384 table.E('h3').Text('Subdirectories')
394 table.E('h3').Text('Files in This Directory')
403 body.E('p', e_class='time').Text(self.time_string)