Home
last modified time | relevance | path

Searched refs:_MAXCACHE (Results 1 – 25 of 32) sorted by relevance

12

/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
H A Dtest_fnmatch.py6 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache
7 from fnmatch import fnmatch, fnmatchcase, _MAXCACHE, _cache, _purge
62 for i in range(_MAXCACHE + 1):
65 self.assertLessEqual(len(_cache), _MAXCACHE)
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.jython_8.2.0.202102211157/Lib/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
52 if len(_cache) >= _MAXCACHE:
76 if len(_cache) >= _MAXCACHE:
H A Dre.py224 _MAXCACHE = 100 variable
243 if len(_cache) >= _MAXCACHE:
258 if len(_cache_repl) >= _MAXCACHE:
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
52 if len(_cache) >= _MAXCACHE:
76 if len(_cache) >= _MAXCACHE:
H A Dre.py226 _MAXCACHE = 100 variable
245 if len(_cache) >= _MAXCACHE:
260 if len(_cache_repl) >= _MAXCACHE:
/dports/lang/python-legacy/Python-2.7.18/Lib/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
54 if len(_cache) >= _MAXCACHE:
80 if len(_cache) >= _MAXCACHE:
H A Dre.py228 _MAXCACHE = 100 variable
253 if len(_cache) >= _MAXCACHE:
274 if len(_cache_repl) >= _MAXCACHE:
/dports/lang/python27/Python-2.7.18/Lib/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
54 if len(_cache) >= _MAXCACHE:
80 if len(_cache) >= _MAXCACHE:
H A Dre.py228 _MAXCACHE = 100 variable
253 if len(_cache) >= _MAXCACHE:
274 if len(_cache_repl) >= _MAXCACHE:
/dports/sysutils/py-docker/docker-5.0.3/docker/utils/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
57 if len(_cache) >= _MAXCACHE:
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/docker/utils/
H A Dfnmatch.py18 _MAXCACHE = 100 variable
57 if len(_cache) >= _MAXCACHE:
/dports/lang/python-legacy/Python-2.7.18/Lib/test/
H A Dtest_fnmatch.py8 _MAXCACHE, _cache, _purge)
82 for i in range(_MAXCACHE + 1):
85 self.assertLessEqual(len(_cache), _MAXCACHE)
/dports/lang/python27/Python-2.7.18/Lib/test/
H A Dtest_fnmatch.py8 _MAXCACHE, _cache, _purge)
82 for i in range(_MAXCACHE + 1):
85 self.assertLessEqual(len(_cache), _MAXCACHE)
/dports/lang/python37/Python-3.7.12/Lib/
H A Dre.py272 _MAXCACHE = 512 variable
290 if len(_cache) >= _MAXCACHE:
299 @functools.lru_cache(_MAXCACHE)
/dports/www/py-django-assets/django-assets-2.0/django_assets/
H A Dglob.py24 _MAXCACHE = 100 variable
58 if len(_cache) >= _MAXCACHE:
84 if len(_cache) >= _MAXCACHE:
/dports/lang/python311/Python-3.11.0a3/Lib/
H A Dre.py265 _MAXCACHE = 512 variable
283 if len(_cache) >= _MAXCACHE:
292 @functools.lru_cache(_MAXCACHE)
/dports/databases/py-gdbm/Python-3.8.12/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/databases/py-sqlite3/Python-3.8.12/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/lang/python-tools/Python-3.8.12/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/lang/python39/Python-3.9.9/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/lang/python310/Python-3.10.1/Lib/
H A Dre.py287 _MAXCACHE = 512 variable
305 if len(_cache) >= _MAXCACHE:
314 @functools.lru_cache(_MAXCACHE)
/dports/lang/python38/Python-3.8.12/Lib/
H A Dre.py288 _MAXCACHE = 512 variable
306 if len(_cache) >= _MAXCACHE:
315 @functools.lru_cache(_MAXCACHE)
/dports/finance/electrum/Electrum-4.1.5/packages/yarl/
H A D_url.py1106 _MAXCACHE = 256 variable
1109 @functools.lru_cache(_MAXCACHE)
1117 @functools.lru_cache(_MAXCACHE)
1140 def cache_configure(*, idna_encode_size=_MAXCACHE, idna_decode_size=_MAXCACHE):
/dports/www/py-yarl/yarl-1.7.2/yarl/
H A D_url.py1107 _MAXCACHE = 256 variable
1110 @functools.lru_cache(_MAXCACHE)
1118 @functools.lru_cache(_MAXCACHE)
1141 def cache_configure(*, idna_encode_size=_MAXCACHE, idna_decode_size=_MAXCACHE):

12