Searched refs:fnmatch (Results 1 - 11 of 11) sorted by relevance

/pkg/src/modules/
H A Dchoose.py8 import fnmatch namespace
15 # Derived from fnmatch.filter
22 match = re.compile(fnmatch.translate(pat), flag).match
H A Dfacet.py29 import fnmatch namespace
285 self.__res[item] = re.compile(fnmatch.translate(item))
341 self.__res[item] = re.compile(fnmatch.translate(item))
H A Dquery_parser.py29 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 Dfmri.py27 import fnmatch namespace
575 return fnmatch.fnmatchcase(pkg_name, pattern)
H A Dmanifest.py32 import fnmatch namespace
57 dictionary of fnmatch patterns."""
61 re.compile(fnmatch.translate(pat), re.IGNORECASE).match
H A Dmisc.py37 import fnmatch namespace
2759 pat = re.compile(fnmatch.translate(pat)).match
H A Dcatalog.py33 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 Dpublish.py28 import fnmatch namespace
456 if fnmatch.fnmatch(basename, pattern):
560 if fnmatch.fnmatch(basename, pattern):
592 if fnmatch.fnmatch(basename, pattern):
H A Dsetup.py27 import fnmatch namespace
/pkg/src/modules/client/
H A Dapi.py61 import fnmatch namespace
4025 if not fnmatch.fnmatchcase(stem,
5467 uses fnmatch rules for pattern matching (shell-
H A Dimageplan.py31 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