Lines Matching refs:anchor
336 @var anchor The link text.
357 def __init__(self, anchor, server, job_string, bug_info=None, reason=None,
361 @param anchor The link text.
369 self.anchor = anchor
410 anchor_text = '%(anchor)s: %(info)s' % {
411 'anchor': self.anchor.strip(), 'info': info}
413 anchor_text = self.anchor.strip()
423 return '%s%s' % (self.anchor, self.url)
1156 anchor=v.get_testname().ljust(
1309 test_name = link.anchor.strip()