Searched refs:pattern (Results 1 – 8 of 8) sorted by relevance
190 pattern = "\\b"+old_cert16+"\\b"191 (data, num) = re.subn(pattern, new_cert16, data, flags=re.IGNORECASE)
347 def UnzipTemp(filename, pattern=None): argument362 if pattern is not None:363 cmd.append(pattern)
643 /* UI tables and other things found in Writing style and Settings pattern */
212 var pattern = '(?:^^|[+-]';214 pattern += '|' + preceders[i].replace(/([^=<>:&a-z])/g, '\\$1');216 pattern += ')\\s*'; // matches at end, and matches empty string217 return pattern;
911 /* UI tables and other things found in Writing style and Settings pattern */
907 /* UI tables and other things found in Writing style and Settings pattern */
974 /* UI tables and other things found in Writing style and Settings pattern */