Home | History | Annotate | Download | only in scripts

Lines Matching refs:href

134             self.write(label, ': <A HREF="', addr, '"', \

153 ' <LINK REL=Next HREF="'
155 ' <LINK REL=Previous HREF="'
157 ' <LINK REL=Up HREF="'
196 ' HREF="#footnotetext%(id)s">' \
199 ' HREF="#footnoteref%(id)s">' \
407 self.write(' <LI><A HREF="',
715 href = makefile(nodename)
717 href = '../' + file + '/' + href
718 self.write('<A HREF="', href, '">', label, '</A>')
727 href = args[0]
729 if not label: label = href
730 self.write('<A HREF="', href, '">', label, '</A>')
856 self.write('<A HREF="', text, '">', text, '</A>')
861 self.write('<A HREF="mailto:', text, '">', text, '</A>')
1076 self.write(label, ': <A HREF="', addr, '" TYPE="',
1199 self.write(' '*level, '<LI> <A HREF="',
1624 self.write('\n<DD><A HREF="%s">%s</A>\n' % (makefile(node), node))
1644 'HREF="#footnotetext%(id)s">' + FN_ID_PATTERN + '</A>'
1646 '<P><A HREF="#footnoteref%(id)s">' + FN_ID_PATTERN \