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

Lines Matching refs:_S

20 _S = '[ \t\r\n]+'                       # white space
31 space = re.compile(_S + '$')
35 _S + '(?P<name>' + _Name + ')'
56 'PUBLIC'+_S+_PublicLiteral%'pubid'+ \
57 ')'+_S+_SystemLiteral%'syslit'
58 doctype = re.compile('<!DOCTYPE'+_S+'(?P<name>'+_Name+')'
59 '(?:'+_S+_ExternalId+')?'+_opS)
60 xmldecl = re.compile('<\?xml'+_S+
62 '(?:'+_S+'encoding'+_opS+'='+_opS+
65 '(?:'+_S+'standalone'+_opS+'='+_opS+