Home | History | Annotate | Download | only in www

Lines Matching refs:title

17   def __init__(self, section, issue, url, status, title):
18 self.section, self.issue, self.url, self.status, self.title = \
19 section, issue, url, status, title
21 return '%s (%s): %s' % (self.issue, self.status, self.title)
24 section, issue_link, status, title = [
31 title = title.replace('<issue_title>', '').replace('</issue_title>', '').strip()
32 return DR(section, issue, url, status, title)
58 <title>Clang - C++ Defect Report Status</title>
92 <th>Issue title</th>
162 </tr>''' % (row_style, dr.issue, dr.url, dr.issue, dr.status, dr.title, avail_style, avail)