Home
last modified time | relevance | path

Searched defs:UrlDecode (Results 1 – 25 of 84) sorted by relevance

1234

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Web.HttpUtility/src/System/Web/
H A DHttpUtility.cs166 … public static string UrlDecode(string str) => str == null ? null : UrlDecode(str, Encoding.UTF8); in UrlDecode() method in System.Web.HttpUtility
168 …public static string UrlDecode(byte[] bytes, Encoding e) => bytes == null ? null : UrlDecode(bytes… in UrlDecode() method in System.Web.HttpUtility
194 public static string UrlDecode(string str, Encoding e) => HttpEncoder.UrlDecode(str, e); in UrlDecode() method in System.Web.HttpUtility
196 public static string UrlDecode(byte[] bytes, int offset, int count, Encoding e) => in UrlDecode() method in System.Web.HttpUtility
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Web.HttpUtility/ref/
H A DSystem.Web.HttpUtility.cs21 public static string UrlDecode(string str, System.Text.Encoding e) { throw null; } in UrlDecode() method in System.Web.HttpUtility
22 …public static string UrlDecode(byte[] bytes, int offset, int count, System.Text.Encoding e) { thro… in UrlDecode() method in System.Web.HttpUtility
23 public static string UrlDecode(string str) { throw null; } in UrlDecode() method in System.Web.HttpUtility
24 public static string UrlDecode(byte[] bytes, System.Text.Encoding e) { throw null; } in UrlDecode() method in System.Web.HttpUtility
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Web/System.Web/
H A DHttpUtility.cs96 public static string UrlDecode (string str) in UrlDecode() method in System.Web.HttpUtility
115 public static string UrlDecode (string str, Encoding e) in UrlDecode() method in System.Web.HttpUtility
163 public static string UrlDecode (byte [] bytes, Encoding e) in UrlDecode() method in System.Web.HttpUtility
218 public static string UrlDecode (byte [] bytes, int offset, int count, Encoding e) in UrlDecode() method in System.Web.HttpUtility
H A DHttpServerUtilityWrapper.cs178 public override string UrlDecode (string s) in UrlDecode() method in System.Web.HttpServerUtilityWrapper
183 public override void UrlDecode (string s, TextWriter output) in UrlDecode() method in System.Web.HttpServerUtilityWrapper
H A DHttpServerUtility.cs354 public string UrlDecode (string s) in UrlDecode() method in System.Web.HttpServerUtility
363 public void UrlDecode (string s, TextWriter output) in UrlDecode() method in System.Web.HttpServerUtility
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Web.HttpUtility/src/System/Web/Util/
H A DHttpEncoder.cs248 internal static byte[] UrlDecode(byte[] bytes, int offset, int count) in UrlDecode() method
293 internal static string UrlDecode(byte[] bytes, int offset, int count, Encoding encoding) in UrlDecode() method
355 internal static string UrlDecode(string value, Encoding encoding) in UrlDecode() method
/dports/www/gitea/gitea-1.16.5/vendor/github.com/unknwon/com/
H A Durl.go28 func UrlDecode(str string) (string, error) { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/unknwon/com/
H A Durl.go28 func UrlDecode(str string) (string, error) { func
/dports/audio/audacity/audacity-Audacity-3.1.3/libraries/lib-string-utils/
H A DUrlDecode.cpp18 std::string UrlDecode (const std::string& url) in UrlDecode() function
/dports/security/modsecurity3/modsecurity-v3.0.5/src/actions/transformations/
H A Durl_decode.cc35 UrlDecode::UrlDecode(const std::string &action) in UrlDecode() function in modsecurity::actions::transformations::UrlDecode
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/
H A Dhttpserverutility.cs1018 public string UrlDecode(string s) { in UrlDecode() method in System.Web.HttpServerUtility
1030 public void UrlDecode(string s, TextWriter output) { in UrlDecode() method in System.Web.HttpServerUtility
1436 public static string UrlDecode(string str) { in UrlDecode() method in System.Web.HttpUtility
1446 public static string UrlDecode(string str, Encoding e) { in UrlDecode() method in System.Web.HttpUtility
1454 public static string UrlDecode(byte[] bytes, Encoding e) { in UrlDecode() method in System.Web.HttpUtility
1464 public static string UrlDecode(byte[] bytes, int offset, int count, Encoding e) { in UrlDecode() method in System.Web.HttpUtility
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Util/
H A DHttpEncoder.cs461 internal byte[] UrlDecode(byte[] bytes, int offset, int count) { in UrlDecode() method in System.Web.Util.HttpEncoder
498 internal string UrlDecode(byte[] bytes, int offset, int count, Encoding encoding) { in UrlDecode() method in System.Web.Util.HttpEncoder
551 internal string UrlDecode(string value, Encoding encoding) { in UrlDecode() method in System.Web.Util.HttpEncoder
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/liquid-lib-0.22.0/src/stdlib/filters/
H A Durl.rs44 pub struct UrlDecode; struct
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/liquid-lib-0.23.0/src/stdlib/filters/
H A Durl.rs44 pub struct UrlDecode; struct
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web/Abstractions/
H A DHttpServerUtilityBase.cs134 public virtual string UrlDecode(string s) { in UrlDecode() method in System.Web.HttpServerUtilityBase
140 public virtual void UrlDecode(string s, TextWriter output) { in UrlDecode() method in System.Web.HttpServerUtilityBase
H A DHttpServerUtilityWrapper.cs126 public override string UrlDecode(string s) { in UrlDecode() method in System.Web.HttpServerUtilityWrapper
130 public override void UrlDecode(string s, TextWriter output) { in UrlDecode() method in System.Web.HttpServerUtilityWrapper
/dports/devel/upp/upp/uppsrc/Core/
H A DInetUtil.cpp140 String UrlDecode(const char *b, const char *e) in UrlDecode() function
162 String UrlDecode(const char *s, int len) in UrlDecode() function
167 String UrlDecode(const String& s) in UrlDecode() function
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.ServiceModel/
H A DDummy_XM_4_5.cs135 public static string UrlDecode (string s, Encoding e) in UrlDecode() method in System.ServiceModel.Channels.UrlUtility
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Net.Http.Formatting/Internal/
H A DUriQueryUtility.cs216 public static string UrlDecode(string str) in UrlDecode() method in System.Net.Http.Internal.UriQueryUtility
/dports/multimedia/mswebrtc/mswebrtc-1.1.1/webrtc/webrtc/base/
H A Durlencode.cc85 int UrlDecode(const char *source, char *dest) { in UrlDecode() function
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/libjingle/talk/base/
H A Durlencode.cc94 int UrlDecode(const char *source, char *dest) { in UrlDecode() function
/dports/net/ulxmlrpcpp/ulxmlrpcpp-1.7.5/ulxmlrpcpp/tests/
H A Drpc_server.cpp87 ulxr::MethodResponse TestClass::getInput (const ulxr::MethodCall &calldata) in UrlDecode()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Runtime.Extensions/tests/System/Net/
H A DWebUtility.cs219 public static void UrlDecode(string encodedValue, string expected) in UrlDecode() method in System.Net.Tests.WebUtilityTests
/dports/graphics/blender/blender-2.91.0/intern/ghost/intern/
H A DGHOST_DropTargetX11.cpp123 void GHOST_DropTargetX11::UrlDecode(char *decodedOut, int bufferSize, const char *encodedIn) in UrlDecode() function in GHOST_DropTargetX11
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Http/Internal/
H A DUriQueryUtility.cs414 public static string UrlDecode(string str) in UrlDecode() method in System.Web.Http.Internal.UriQueryUtility

1234