Searched refs:fnmatch (Results 1 - 11 of 11) sorted by relevance
/pkg/src/modules/ |
H A D | choose.py | 8 import fnmatch namespace 15 # Derived from fnmatch.filter 22 match = re.compile(fnmatch.translate(pat), flag).match
|
H A D | facet.py | 29 import fnmatch namespace 285 self.__res[item] = re.compile(fnmatch.translate(item)) 341 self.__res[item] = re.compile(fnmatch.translate(item))
|
H A D | query_parser.py | 29 import fnmatch namespace 1155 re.compile(fnmatch.translate(self.pkg_name), 1486 (glob and fnmatch.fnmatch(tok, term)) or 1488 fnmatch.fnmatch(tok.lower(), term.lower())))
|
H A D | fmri.py | 27 import fnmatch namespace 575 return fnmatch.fnmatchcase(pkg_name, pattern)
|
H A D | manifest.py | 32 import fnmatch namespace 57 dictionary of fnmatch patterns.""" 61 re.compile(fnmatch.translate(pat), re.IGNORECASE).match
|
H A D | misc.py | 37 import fnmatch namespace 2759 pat = re.compile(fnmatch.translate(pat)).match
|
H A D | catalog.py | 33 import fnmatch namespace 1822 uses fnmatch rules for pattern matching (shell- 3002 if not fnmatch.fnmatchcase(stem, 3188 patterns containing '*' will using fnmatch rules; the default
|
/pkg/src/ |
H A D | publish.py | 28 import fnmatch namespace 456 if fnmatch.fnmatch(basename, pattern): 560 if fnmatch.fnmatch(basename, pattern): 592 if fnmatch.fnmatch(basename, pattern):
|
H A D | setup.py | 27 import fnmatch namespace
|
/pkg/src/modules/client/ |
H A D | api.py | 61 import fnmatch namespace 4025 if not fnmatch.fnmatchcase(stem, 5467 uses fnmatch rules for pattern matching (shell-
|
H A D | imageplan.py | 31 import fnmatch namespace 1549 for a in fnmatch.filter(os.listdir(dir_loc), pattern) 5198 patterns containing '*' will using fnmatch rules; the default 5384 patterns containing '*' will using fnmatch rules; the default
|
Completed in 86 milliseconds