/dports/devel/zls/zls-0.9.0/src/ |
H A D | uri.zig | 5 const reserved_chars = &[_]u8{ 12 var escapes: [reserved_chars.len][3]u8 = [_][3]u8{[_]u8{undefined} ** 3} ** reserved_chars.len; 14 for (reserved_chars) |c, i| { 32 } else if (std.mem.indexOfScalar(u8, reserved_chars, char)) |reserved| { 78 if (std.mem.indexOfScalar(u8, reserved_chars, char)) |reserved| {
|
/dports/multimedia/libquvi09/libquvi-0.9.4/src/misc/ |
H A D | url.c | 54 static const gchar *reserved_chars = "!*'();:@&=+$,/?#[]"; in m_url_escaped_form() local 57 r = g_uri_escape_string(u, reserved_chars, FALSE); in m_url_escaped_form()
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/google-endpoints/apitools/base/py/ |
H A D | util.py | 104 reserved_chars = '' 107 reserved_chars = _RESERVED_URI_CHARS 127 reserved_chars))
|
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/apitools/base/py/ |
H A D | util.py | 113 reserved_chars = '' 116 reserved_chars = _RESERVED_URI_CHARS 136 reserved_chars))
|
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/gsutil/third_party/apitools/apitools/base/py/ |
H A D | util.py | 113 reserved_chars = '' 116 reserved_chars = _RESERVED_URI_CHARS 136 reserved_chars))
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/gsutil/third_party/apitools/apitools/base/py/ |
H A D | util.py | 109 reserved_chars = '' 112 reserved_chars = _RESERVED_URI_CHARS 132 reserved_chars))
|
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/external_bin/gsutil/gsutil_4.28/gsutil/third_party/apitools/apitools/base/py/ |
H A D | util.py | 107 reserved_chars = '' 110 reserved_chars = _RESERVED_URI_CHARS 130 reserved_chars))
|
/dports/multimedia/quvi09/quvi-0.9.5/src/print/ |
H A D | rfc2483_print.c | 73 extern const gchar *reserved_chars; 92 gchar *e = g_uri_escape_string(s, reserved_chars, FALSE); in _print() 280 gchar *e = g_uri_escape_string(s, reserved_chars, FALSE); in lprint_rfc2483_scan_properties()
|
H A D | json_print.c | 106 extern const gchar *reserved_chars; 116 gchar *e = g_uri_escape_string(s, reserved_chars, FALSE); in lprint_json_errmsg() 163 gchar *e = g_uri_escape_string(s, reserved_chars, FALSE); in _set_member() 460 e = g_uri_escape_string(s, reserved_chars, FALSE); in lprint_json_scan_properties()
|
H A D | xml_print.c | 144 extern const gchar *reserved_chars; 151 e = xmlURIEscapeStr(BAD_CAST s, BAD_CAST reserved_chars); in _write_attr() 214 xmlChar *e = xmlURIEscapeStr(BAD_CAST s, BAD_CAST reserved_chars); in lprint_xml_errmsg()
|
/dports/net/wireshark/wireshark-3.6.1/epan/ |
H A D | strutil.h | 206 gchar* format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars…
|
H A D | strutil.c | 1164 format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars) in format_uri() argument 1176 if (reserved_chars) in format_uri() 1177 reserved = reserved_chars; in format_uri()
|
/dports/net/wireshark-lite/wireshark-3.6.1/epan/ |
H A D | strutil.h | 206 gchar* format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars…
|
H A D | strutil.c | 1164 format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars) in format_uri() argument 1176 if (reserved_chars) in format_uri() 1177 reserved = reserved_chars; in format_uri()
|
/dports/net/tshark-lite/wireshark-3.6.1/epan/ |
H A D | strutil.h | 206 gchar* format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars…
|
H A D | strutil.c | 1164 format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars) in format_uri() argument 1176 if (reserved_chars) in format_uri() 1177 reserved = reserved_chars; in format_uri()
|
/dports/net/tshark/wireshark-3.6.1/epan/ |
H A D | strutil.h | 206 gchar* format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars…
|
H A D | strutil.c | 1164 format_uri(wmem_allocator_t* allocator, const GByteArray *bytes, const gchar *reserved_chars) in format_uri() argument 1176 if (reserved_chars) in format_uri() 1177 reserved = reserved_chars; in format_uri()
|
/dports/multimedia/quvi09/quvi-0.9.5/src/ |
H A D | main.c | 32 const gchar *reserved_chars = "!*'();:@&=+$,/?#[]"; variable
|
/dports/net-p2p/transmission-cli/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|
/dports/net-p2p/transmission-qt/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|
/dports/net-p2p/transmission-gtk/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|
/dports/net-p2p/transmission-daemon/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|
/dports/net-p2p/transmission-utils/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|
/dports/www/transmission-web/transmission-3.00/libtransmission/ |
H A D | metainfo.c | 99 char const* const reserved_chars = "<>:\"/\\|?*"; in tr_metainfo_sanitize_path_component() local 113 if (strchr(reserved_chars, ret[i]) != NULL || (unsigned char)ret[i] < 0x20) in tr_metainfo_sanitize_path_component()
|