Home
last modified time | relevance | path

Searched refs:wcheck (Results 1 – 25 of 83) sorted by relevance

1234

/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/util/
H A Dwait.py72 wcheck = []
76 wcheck.append(sock)
82 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/util/
H A Dwait.py72 wcheck = []
76 wcheck.append(sock)
82 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/util/
H A Dwait.py72 wcheck = []
76 wcheck.append(sock)
82 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/www/firefox-esr/firefox-91.8.0/third_party/python/urllib3/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/python/urllib3/src/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/lang/spidermonkey78/firefox-78.9.0/obj-x86_64-pc-linux-gnu/_virtualenvs/init/lib/python2.7/site-packages/pip/_vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/devel/py-pip/pip-20.3.4/src/pip/_vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/devel/py-pipenv/pipenv-2021.5.29/pipenv/patched/notpip/_vendor/urllib3/util/
H A Dwait.py75 wcheck = []
79 wcheck.append(sock)
85 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/devel/py-oci/oci-2.53.1/src/oci/_vendor/urllib3/util/
H A Dwait.py80 wcheck = []
84 wcheck.append(sock)
90 fn = partial(select.select, rcheck, wcheck, wcheck)
/dports/lang/spidermonkey60/firefox-60.9.0/third_party/python/pytest/_pytest/
H A Drecwarn.py100 wcheck = WarningsChecker(expected_warning)
102 return wcheck
110 with wcheck:
115 with wcheck:
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/emulator/test/
H A Dbs_match_misc_SUITE.erl349 ok1 = wcheck(<<3>>),
350 ok2 = wcheck(<<1,2,3>>),
351 ok3 = wcheck(<<4>>),
352 {error,<<1,2,3,4>>} = wcheck(<<1,2,3,4>>),
353 {error,<<>>} = wcheck(<<>>),
356 wcheck(<<A>>) when A==3-> function
358 wcheck(<<_,_:2/binary>>) -> function
360 wcheck(<<_>>) -> function
362 wcheck(Other) -> function
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/debugger/test/
H A Dbs_match_misc_SUITE.erl374 ok1 = wcheck(<<3>>),
375 ok2 = wcheck(<<1,2,3>>),
376 ok3 = wcheck(<<4>>),
377 {error,<<1,2,3,4>>} = wcheck(<<1,2,3,4>>),
378 {error,<<>>} = wcheck(<<>>),
381 wcheck(<<A>>) when A==3-> function
383 wcheck(<<_,_:2/binary>>) -> function
385 wcheck(<<_>>) -> function
387 wcheck(Other) -> function

1234