Home
last modified time | relevance | path

Searched refs:escapedString (Results 1 – 6 of 6) sorted by relevance

/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI47_0_0EXScopedNotificationsUtils.m23 NSString *scope = [ABI47_0_0EXScopedNotificationsUtils escapedString:scopeKey];
24 NSString *escapedCategoryId = [ABI47_0_0EXScopedNotificationsUtils escapedString:unscopedId];
62 + (NSString *)escapedString:(NSString*)string
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI49_0_0EXScopedNotificationsUtils.m23 NSString *scope = [ABI49_0_0EXScopedNotificationsUtils escapedString:scopeKey];
24 NSString *escapedCategoryId = [ABI49_0_0EXScopedNotificationsUtils escapedString:unscopedId];
62 + (NSString *)escapedString:(NSString*)string
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/
H A DABI48_0_0EXScopedNotificationsUtils.m23 NSString *scope = [ABI48_0_0EXScopedNotificationsUtils escapedString:scopeKey];
24 NSString *escapedCategoryId = [ABI48_0_0EXScopedNotificationsUtils escapedString:unscopedId];
62 + (NSString *)escapedString:(NSString*)string
/expo/ios/Exponent/Versioned/Core/UniversalModules/EXNotifications/
H A DEXScopedNotificationsUtils.m23 NSString *scope = [EXScopedNotificationsUtils escapedString:scopeKey];
24 NSString *escapedCategoryId = [EXScopedNotificationsUtils escapedString:unscopedId];
62 + (NSString *)escapedString:(NSString*)string
/expo/ios/versioned/sdk49/EXUpdates/EXUpdates/AppLoader/
H A DStringStringDictionarySerializer.swift57 …let escapedString = value.replacingOccurrences(of: "\\", with: "\\\\").replacingOccurrences(of: "\… in serializeValue() variable
/expo/packages/expo-updates/ios/EXUpdates/AppLoader/
H A DStringStringDictionarySerializer.swift57 …let escapedString = value.replacingOccurrences(of: "\\", with: "\\\\").replacingOccurrences(of: "\… in serializeValue() variable