Home
last modified time | relevance | path

Searched refs:find_suffixes (Results 1 – 5 of 5) sorted by relevance

/dports/devel/py-pytest/pytest-4.6.11/src/_pytest/
H A Dpathlib.py133 def find_suffixes(root, prefix): function
182 max_existing = _max(map(parse_num, find_suffixes(root, prefix)), default=-1)
293 max_existing = _max(map(parse_num, find_suffixes(root, prefix)), default=-1)
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py168 def find_suffixes(root: Path, prefix: str) -> Iterator[str]: function
207 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
322 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py168 def find_suffixes(root: Path, prefix: str) -> Iterator[str]: function
207 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
322 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/pytest/src/_pytest/
H A Dpathlib.py168 def find_suffixes(root: Path, prefix: str) -> Iterator[str]: function
207 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
322 max_existing = max(map(parse_num, find_suffixes(root, prefix)), default=-1)
/dports/sysutils/busybox/busybox-1.26.2/findutils/
H A Dfind.c1369 static const struct suffix_mult find_suffixes[] = { in parse_params() local
1381 ap->size = XATOU_SFX(plus_minus_num(arg1), find_suffixes); in parse_params()