Home | History | Annotate | Download | only in rh

Lines Matching full:regex

219       include_list: list of regex that when matched with a file path will cause
221 a regex in the exclude_list.
222 exclude_list: list of regex that when matched with a file will prevent it
224 regex in the include_list.
331 regex = r'^%s: (None|[0-9]+(, [0-9]+)*)$' % (field,)
332 check_re = re.compile(regex)
344 '%s') % (field, regex)
355 regex = r'^%s: I[a-f0-9]+$' % (field,)
356 check_re = re.compile(regex)
368 '%s') % (field, regex)
409 regex = r'^%s: .*$' % (field,)
410 check_re = re.compile(regex)
421 error = TEST_MSG % (regex)