Home
last modified time | relevance | path

Searched refs:JSONEscape (Results 1 – 4 of 4) sorted by relevance

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/ios/
H A Djs_password_manager.mm70 NSString* JSONEscape(NSString* JSONString) {
104 JSONEscape(formName)];
118 JSONString, JSONEscape(username), JSONEscape(password)];
133 JSONEscape(formName), JSONEscape(newPasswordIdentifier),
134 JSONEscape(confirmPasswordIdentifier),
135 JSONEscape(generatedPassword)];
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/keybase/go-jsonw/
H A Djsonw.go712 const JSONEscape = byte('\\') const
752 } else if b == JSONEscape {
/dports/devel/godot/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DStringExtensions.cs597 public static string JSONEscape(this string instance) in JSONEscape() method in Godot.StringExtensions
/dports/devel/godot-tools/godot-3.2.3-stable/modules/mono/glue/GodotSharp/GodotSharp/Core/
H A DStringExtensions.cs597 public static string JSONEscape(this string instance) in JSONEscape() method in Godot.StringExtensions