Home | History | Annotate | Download | only in www

Lines Matching defs:avail

103     avail = 'Unknown'
106 avail = 'SVN'
109 avail = 'Clang %s' % status
112 avail = 'Yes'
115 avail = 'Partial'
118 avail = 'No'
121 avail = 'N/A'
125 avail = 'Superseded by <a href="#%s">%s</a>' % (dup, dup)
133 avail = 'Duplicate of <a href="#%s">%s</a>' % (dup, dup)
137 return (avail + avail_suffix, avail_style)
147 avail = 'Not resolved'
152 avail, avail_style = availability(dr.issue)
153 if not avail.startswith('Sup') and not avail.startswith('Dup'):
154 count[avail] = count.get(avail, 0) + 1
162 </tr>''' % (row_style, dr.issue, dr.url, dr.issue, dr.status, dr.title, avail_style, avail)