Searched refs:patt (Results 1 – 5 of 5) sorted by relevance
21 patt = re.compile(28 if not patt.match(filename):
109 patt = re.compile('|'.join('(?:' + re.escape(x) +')' for x in prefixes))110 return [line for line in lines if not patt.match(line)]
40 patt = re.compile(44 match = patt.match(path)
207 String patt ="<[\\s]*pubDate[\\s]*>(.+?)</pubDate[\\s]*>"; in parseRssDocPubDate() local208 Pattern p = Pattern.compile(patt); in parseRssDocPubDate()
833 patt = re.compile('^([A-Za-z_]+)\t+(.*)$')835 match = patt.match(line)2232 patt = re.compile(path[7:])2236 if patt.match(path):2318 patt = re.compile('([^:]*):\\s*(.*)')2321 match = patt.match(line)