Home
last modified time | relevance | path

Searched refs:PCT_ENCODED (Results 1 – 25 of 52) sorted by relevance

123

/dports/net-p2p/bazarr/bazarr-1.0.2/libs/urllib3/packages/rfc3986/
H A Dabnf_regexp.py37 PERCENT_ENCODED = PCT_ENCODED = '%[A-Fa-f0-9]{2}'
38 PCHAR = '([' + UNRESERVED_RE + SUB_DELIMITERS_RE + ':@]|%s)' % PCT_ENCODED
121 ZONE_ID = '(?:[' + UNRESERVED_RE + ']|' + PCT_ENCODED + ')+'
138 PCT_ENCODED
167 '^([/?:@' + UNRESERVED_RE + SUB_DELIMITERS_RE + ']|%s)*$' % PCT_ENCODED
216 IPCHAR = u'([' + IUNRESERVED_RE + SUB_DELIMITERS_RE + u':@]|%s)' % PCT_ENCODED
245 PCT_ENCODED
249 + u']|%s)*$' % PCT_ENCODED)
251 + IPRIVATE + u']|%s)*$' % PCT_ENCODED)
/dports/www/py-rfc3986/rfc3986-1.5.0/src/rfc3986/
H A Dabnf_regexp.py37 PERCENT_ENCODED = PCT_ENCODED = "%[A-Fa-f0-9]{2}"
38 PCHAR = "([" + UNRESERVED_RE + SUB_DELIMITERS_RE + ":@]|%s)" % PCT_ENCODED
121 ZONE_ID = "(?:[" + UNRESERVED_RE + "]|" + PCT_ENCODED + ")+"
138 "^([" + UNRESERVED_RE + SUB_DELIMITERS_RE + ":]|%s)+" % (PCT_ENCODED)
171 "^([/?:@" + UNRESERVED_RE + SUB_DELIMITERS_RE + "]|%s)*$" % PCT_ENCODED
218 IPCHAR = u"([" + IUNRESERVED_RE + SUB_DELIMITERS_RE + u":@]|%s)" % PCT_ENCODED
251 u"^(?:[" + IUNRESERVED_RE + SUB_DELIMITERS_RE + u":]|%s)+" % (PCT_ENCODED)
258 + u"]|%s)*$" % PCT_ENCODED
265 + u"]|%s)*$" % PCT_ENCODED
/dports/math/py-cypari2/cypari2-2.1.2/venv/lib/python3.7/site-packages/pip/_vendor/urllib3/packages/rfc3986/
H A Dabnf_regexp.py37 PERCENT_ENCODED = PCT_ENCODED = '%[A-Fa-f0-9]{2}'
38 PCHAR = '([' + UNRESERVED_RE + SUB_DELIMITERS_RE + ':@]|%s)' % PCT_ENCODED
121 ZONE_ID = '(?:[' + UNRESERVED_RE + ']|' + PCT_ENCODED + ')+'
138 PCT_ENCODED
167 '^([/?:@' + UNRESERVED_RE + SUB_DELIMITERS_RE + ']|%s)*$' % PCT_ENCODED
216 IPCHAR = u'([' + IUNRESERVED_RE + SUB_DELIMITERS_RE + u':@]|%s)' % PCT_ENCODED
245 PCT_ENCODED
249 + u']|%s)*$' % PCT_ENCODED)
251 + IPRIVATE + u']|%s)*$' % PCT_ENCODED)
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/urllib3/urllib3/packages/rfc3986/
H A Dabnf_regexp.py37 PERCENT_ENCODED = PCT_ENCODED = '%[A-Fa-f0-9]{2}'
38 PCHAR = '([' + UNRESERVED_RE + SUB_DELIMITERS_RE + ':@]|%s)' % PCT_ENCODED
121 ZONE_ID = '(?:[' + UNRESERVED_RE + ']|' + PCT_ENCODED + ')+'
138 PCT_ENCODED
167 '^([/?:@' + UNRESERVED_RE + SUB_DELIMITERS_RE + ']|%s)*$' % PCT_ENCODED
216 IPCHAR = u'([' + IUNRESERVED_RE + SUB_DELIMITERS_RE + u':@]|%s)' % PCT_ENCODED
245 PCT_ENCODED
249 + u']|%s)*$' % PCT_ENCODED)
251 + IPRIVATE + u']|%s)*$' % PCT_ENCODED)
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/uri-js/src/
H A Duri.ts84 PCT_ENCODED : RegExp, property
149 …if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED,…
150 …erinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar)…
151 …t).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEnc…
152 …l.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PAT…
153 …ts.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).…
154 …agment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar)…
300 …components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLo…
399 …components.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, p…
555 …tring().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), …
/dports/misc/netron/node_modules/uri-js/src/
H A Duri.ts84 PCT_ENCODED : RegExp, property
149 …if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED,…
150 …erinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar)…
151 …t).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEnc…
152 …l.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PAT…
153 …ts.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).…
154 …agment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar)…
300 …components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLo…
399 …components.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, p…
555 …tring().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), …
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/uri-js/src/
H A Duri.ts84 PCT_ENCODED : RegExp, property
149 …if (components.scheme) components.scheme = String(components.scheme).replace(protocol.PCT_ENCODED,…
150 …erinfo).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_USERINFO, pctEncChar)…
151 …t).replace(protocol.PCT_ENCODED, decodeUnreserved).toLowerCase().replace(protocol.NOT_HOST, pctEnc…
152 …l.PCT_ENCODED, decodeUnreserved).replace((components.scheme ? protocol.NOT_PATH : protocol.NOT_PAT…
153 …ts.query).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_QUERY, pctEncChar).…
154 …agment).replace(protocol.PCT_ENCODED, decodeUnreserved).replace(protocol.NOT_FRAGMENT, pctEncChar)…
300 …components.host = punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, pctDecChars).toLo…
399 …components.host = (!options.iri ? punycode.toASCII(components.host.replace(protocol.PCT_ENCODED, p…
555 …tring().replace((!options || !options.iri ? URI_PROTOCOL.PCT_ENCODED : IRI_PROTOCOL.PCT_ENCODED), …
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/uri-js/src/schemes/
H A Dmailto.ts60 const PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); constant
143 …const localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCO…
168 …name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, …
170 …headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT…
/dports/misc/netron/node_modules/uri-js/src/schemes/
H A Dmailto.ts60 const PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); constant
143 …const localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCO…
168 …name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, …
170 …headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/uri-js/src/schemes/
H A Dmailto.ts60 const PCT_ENCODED = new RegExp(PCT_ENCODED$, "g"); constant
143 …const localPart = (toAddr.slice(0, atIdx)).replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCO…
168 …name.replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT_HFNAME, …
170 …headers[name].replace(PCT_ENCODED, decodeUnreserved).replace(PCT_ENCODED, toUpperCase).replace(NOT…
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/feedback/
H A Dredaction_tool.cc222 #define PCT_ENCODED "%" HEXDIG HEXDIG macro
290 NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS \
307 NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS \
322 #define IREG_NAME NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS) "*"
326 NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS \
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/feedback/
H A Danonymizer_tool.cc226 #define PCT_ENCODED "%" HEXDIG HEXDIG macro
278 #define IPCHAR NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS "|" "[:@]")
285 NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS \
297 #define IREG_NAME NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS) "*"
300 #define IUSERINFO NCG(IUNRESERVED "|" PCT_ENCODED "|" SUB_DELIMS "|" ":") "*"
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
H A Duri.all.d.ts40 PCT_ENCODED: RegExp; property
H A Duri.all.min.d.ts40 PCT_ENCODED: RegExp; property
/dports/misc/netron/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
H A Duri.all.d.ts40 PCT_ENCODED: RegExp; property
H A Duri.all.min.d.ts40 PCT_ENCODED: RegExp; property
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
H A Duri.all.d.ts40 PCT_ENCODED: RegExp; property
/dports/textproc/write-good/write-good-1.0.8/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
/dports/www/node10/node-v10.24.1/deps/npm/node_modules/uri-js/dist/es5/
H A Duri.all.min.js.map1PCT_ENCODED$","SUB_DELIMS$$","RESERVED$$","UCSCHAR$$","DEC_OCTET_RELAXED$","H16$","LS32$","IPV4ADD…
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/uri-js/dist/esnext/
H A Duri.d.ts40 PCT_ENCODED: RegExp; property
/dports/misc/netron/node_modules/uri-js/dist/esnext/
H A Duri.d.ts40 PCT_ENCODED: RegExp; property

123