Home | History | Annotate | Download | only in python2.7

Lines Matching refs:ref

28 ref = re.compile('&(' + _Name + '|#[0-9]+|#x[0-9a-fA-F]+)[^-a-zA-Z0-9._:]')
192 res = ref.match(data, s)
800 def unknown_charref(self, ref): pass
862 def unknown_entityref(self, ref):
864 print '*** unknown entity ref: &' + ref + ';'
866 def unknown_charref(self, ref):
868 print '*** unknown char ref: &#' + ref + ';'