Searched refs:patt (Results 1 – 5 of 5) sorted by relevance
22 patt = re.compile(29 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)]
207 String patt ="<[\\s]*pubDate[\\s]*>(.+?)</pubDate[\\s]*>"; in parseRssDocPubDate() local208 Pattern p = Pattern.compile(patt); in parseRssDocPubDate()
40 patt = re.compile(44 match = patt.match(path)
833 patt = re.compile('^([A-Za-z_]+)\t+(.*)$')835 match = patt.match(line)2320 patt = re.compile(path[7:])2324 if patt.match(path):2406 patt = re.compile('([^:]*):\\s*(.*)')2409 match = patt.match(line)