Home
last modified time | relevance | path

Searched refs:UNRESERVED_CHARS (Results 1 – 25 of 33) sorted by relevance

12

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/packages/rfc3986/
H A Dmisc.py35 'unreserved_chars': abnf_regexp.UNRESERVED_CHARS,
47 UNRESERVED_CHARS = abnf_regexp.UNRESERVED_CHARS_SET variable
H A Dabnf_regexp.py30 UNRESERVED = UNRESERVED_CHARS = ALPHA + DIGIT + r'._!-'
31 UNRESERVED_CHARS_SET = set(UNRESERVED_CHARS)
/dports/www/py-rfc3986/rfc3986-1.5.0/src/rfc3986/
H A Dmisc.py35 "unreserved_chars": abnf_regexp.UNRESERVED_CHARS,
47 UNRESERVED_CHARS = abnf_regexp.UNRESERVED_CHARS_SET variable
H A Dabnf_regexp.py30 UNRESERVED = UNRESERVED_CHARS = ALPHA + DIGIT + r"._!-~"
31 UNRESERVED_CHARS_SET = set(UNRESERVED_CHARS)
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/packages/rfc3986/
H A Dmisc.py35 'unreserved_chars': abnf_regexp.UNRESERVED_CHARS,
47 UNRESERVED_CHARS = abnf_regexp.UNRESERVED_CHARS_SET variable
H A Dabnf_regexp.py30 UNRESERVED = UNRESERVED_CHARS = ALPHA + DIGIT + r'._!-'
31 UNRESERVED_CHARS_SET = set(UNRESERVED_CHARS)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/packages/rfc3986/
H A Dmisc.py35 'unreserved_chars': abnf_regexp.UNRESERVED_CHARS,
47 UNRESERVED_CHARS = abnf_regexp.UNRESERVED_CHARS_SET variable
H A Dabnf_regexp.py30 UNRESERVED = UNRESERVED_CHARS = ALPHA + DIGIT + r'._!-'
31 UNRESERVED_CHARS_SET = set(UNRESERVED_CHARS)
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/rfc3986/
H A Dmisc.py46 UNRESERVED_CHARS = set(important_characters['unreserved_chars']) variable
47 NON_PCT_ENCODED = RESERVED_CHARS.union(UNRESERVED_CHARS).union('%')
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/rfc3986/
H A Dmisc.py46 UNRESERVED_CHARS = set(important_characters['unreserved_chars']) variable
47 NON_PCT_ENCODED = RESERVED_CHARS.union(UNRESERVED_CHARS).union('%')
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/rfc3986/
H A Dmisc.py46 UNRESERVED_CHARS = set(important_characters['unreserved_chars']) variable
47 NON_PCT_ENCODED = RESERVED_CHARS.union(UNRESERVED_CHARS).union('%')
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/tools/third_party/hyper/hyper/packages/rfc3986/
H A Dmisc.py46 UNRESERVED_CHARS = set(important_characters['unreserved_chars']) variable
47 NON_PCT_ENCODED = RESERVED_CHARS.union(UNRESERVED_CHARS).union('%')
/dports/devel/py-weblib/weblib-0.1.30/weblib/
H A Dhttp.py35 UNRESERVED_CHARS = r'-._~a-zA-Z0-9' variable
37 UNRESERVED_CHARS +
/dports/finance/electrum/Electrum-4.1.5/packages/pip/_vendor/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/editors/cudatext/CudaText-1.151.0/app/py/sys/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/swarming_client/third_party/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/www/firefox/firefox-99.0/third_party/python/urllib3/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/www/firefox/firefox-99.0/third_party/python/pip/pip/_vendor/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/net/py-urllib3/stage/usr/local/lib/python3.8/site-packages/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/net/py-urllib3/urllib3-1.26.7/src/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/net/py-urllib3/urllib3-1.26.7/build/lib/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/python/urllib3/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)
/dports/editors/cudatext/CudaText-1.151.0/app/cudatext.app/Contents/Resources/py/sys/urllib3/util/
H A Durl.py73 UNRESERVED_CHARS = set( variable
77 USERINFO_CHARS = UNRESERVED_CHARS | SUB_DELIM_CHARS | {":"}
291 zone_id = "%" + _encode_invalid_chars(zone_id, UNRESERVED_CHARS)

12