| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Base/ |
| H A D | ABI47_0_0RCTConvert.h | 29 + (id)id:(id)json; 31 + (BOOL)BOOL:(id)json; 32 + (double)double:(id)json; 33 + (float)float:(id)json; 34 + (int)int:(id)json; 36 + (int64_t)int64_t:(id)json; 47 + (NSSet *)NSSet:(id)json; 48 + (NSData *)NSData:(id)json; 52 + (NSURL *)NSURL:(id)json; 87 + (CGSize)CGSize:(id)json; [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Base/ |
| H A D | ABI49_0_0RCTConvert.h | 30 + (id)id:(id)json; 32 + (BOOL)BOOL:(id)json; 33 + (double)double:(id)json; 34 + (float)float:(id)json; 35 + (int)int:(id)json; 37 + (int64_t)int64_t:(id)json; 48 + (NSSet *)NSSet:(id)json; 49 + (NSData *)NSData:(id)json; 53 + (NSURL *)NSURL:(id)json; 90 + (CGSize)CGSize:(id)json; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Base/ |
| H A D | ABI48_0_0RCTConvert.h | 30 + (id)id:(id)json; 32 + (BOOL)BOOL:(id)json; 33 + (double)double:(id)json; 34 + (float)float:(id)json; 35 + (int)int:(id)json; 37 + (int64_t)int64_t:(id)json; 48 + (NSSet *)NSSet:(id)json; 49 + (NSData *)NSData:(id)json; 53 + (NSURL *)NSURL:(id)json; 89 + (CGSize)CGSize:(id)json; [all …]
|
| /expo/packages/expo-manifests/android/src/main/java/expo/modules/manifests/core/ |
| H A D | BaseLegacyManifest.kt | 5 import org.json.JSONArray 6 import org.json.JSONException 7 import org.json.JSONObject 9 abstract class BaseLegacyManifest(json: JSONObject) : Manifest(json) { 16 override fun getAssets(): JSONArray? = json.getNullable("assets") in getStableLegacyID() 19 override fun getBundleURL(): String = json.require("bundleUrl") in getStableLegacyID() 24 return json in getStableLegacyID() 28 return json in getExpoClientConfigRootObject() 31 override fun getSlug(): String? = json.getNullable("slug") 33 override fun getAppKey(): String? = json.getNullable("appKey") [all …]
|
| H A D | LegacyManifest.kt | 5 import org.json.JSONArray 6 import org.json.JSONException 7 import org.json.JSONObject 9 open class LegacyManifest(json: JSONObject) : BaseLegacyManifest(json) { 11 fun getBundleKey(): String? = json.getNullable("bundleKey") 14 fun getReleaseId(): String = json.require("releaseId") 16 fun getRuntimeVersion(): String? = json.getNullable("runtimeVersion") 19 fun getBundledAssets(): JSONArray? = json.getNullable("bundledAssets") 21 open fun getAssetUrlOverride(): String? = json.getNullable("assetUrlOverride")
|
| H A D | NewManifest.kt | 5 import org.json.JSONArray 6 import org.json.JSONException 7 import org.json.JSONObject 11 class NewManifest(json: JSONObject) : Manifest(json) { 16 fun getID(): String = json.require("id") in getID() 22 return json.require<JSONObject>("extra").require("scopeKey") in getID() 31 fun getRuntimeVersion(): String = json.require("runtimeVersion") in getRuntimeVersion() 56 fun getLaunchAsset(): JSONObject = json.require("launchAsset") in getLaunchAsset() 58 override fun getAssets(): JSONArray? = json.getNullable("assets") in getLaunchAsset() 61 fun getCreatedAt(): String = json.require("createdAt") in getLaunchAsset() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI49_0_0RCTConvert+AirMap.m | 13 + (MKCoordinateSpan)MKCoordinateSpan:(id)json 15 json = [self NSDictionary:json]; 25 [self CLLocationCoordinate2D:json], 26 [self MKCoordinateSpan:json] 30 + (MKMapCamera*)MKMapCamera:(id)json 32 json = [self NSDictionary:json]; 38 json = [self NSDictionary:json]; 44 if (json[@"center"]) { 47 if (json[@"pitch"]) { 50 if (json[@"altitude"]) { [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI47_0_0RCTConvert+AirMap.m | 13 + (MKCoordinateSpan)MKCoordinateSpan:(id)json 15 json = [self NSDictionary:json]; 25 [self CLLocationCoordinate2D:json], 26 [self MKCoordinateSpan:json] 30 + (MKMapCamera*)MKMapCamera:(id)json 32 json = [self NSDictionary:json]; 38 json = [self NSDictionary:json]; 44 if (json[@"center"]) { 47 if (json[@"pitch"]) { 50 if (json[@"altitude"]) { [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Maps/ |
| H A D | ABI48_0_0RCTConvert+AirMap.m | 13 + (MKCoordinateSpan)MKCoordinateSpan:(id)json 15 json = [self NSDictionary:json]; 25 [self CLLocationCoordinate2D:json], 26 [self MKCoordinateSpan:json] 30 + (MKMapCamera*)MKMapCamera:(id)json 32 json = [self NSDictionary:json]; 38 json = [self NSDictionary:json]; 44 if (json[@"center"]) { 47 if (json[@"pitch"]) { 50 if (json[@"altitude"]) { [all …]
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Maps/ |
| H A D | RCTConvert+AirMap.m | 13 + (MKCoordinateSpan)MKCoordinateSpan:(id)json 15 json = [self NSDictionary:json]; 25 [self CLLocationCoordinate2D:json], 26 [self MKCoordinateSpan:json] 30 + (MKMapCamera*)MKMapCamera:(id)json 32 json = [self NSDictionary:json]; 38 json = [self NSDictionary:json]; 44 if (json[@"center"]) { 47 if (json[@"pitch"]) { 50 if (json[@"altitude"]) { [all …]
|
| /expo/packages/expo-modules-autolinking/scripts/ios/ |
| H A D | package.rb | 12 def initialize(json) argument 13 @pod_name = json['podName'] 14 @podspec_dir = json['podspecDir'] 39 def initialize(json) argument 40 @name = json['packageName'] 41 @version = json['packageVersion'] 42 @pods = json['pods'].map { |pod| PackagePod.new(pod) } 43 @flags = json.fetch('flags', {}) 44 @modules = json.fetch('modules', []) 45 @debugOnly = json['debugOnly']
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/firebase/core/ |
| H A D | FirebaseCoreOptions.java | 11 if (json == null) in fromJSON() 15 if (json.containsKey("apiKey")) in fromJSON() 16 builder.setApiKey(json.get("apiKey")); in fromJSON() 17 if (json.containsKey("appId")) in fromJSON() 18 builder.setApplicationId(json.get("appId")); in fromJSON() 19 if (json.containsKey("databaseURL")) in fromJSON() 21 if (json.containsKey("messagingSenderId")) in fromJSON() 23 if (json.containsKey("projectId")) in fromJSON() 24 builder.setProjectId(json.get("projectId")); in fromJSON() 25 if (json.containsKey("storageBucket")) in fromJSON() [all …]
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/devtools/ |
| H A D | ExpoRequestCdpInterceptorTest.kt | 11 import org.json.JSONObject 36 fun `simple json data`() { in simple json data() 42 var method = json.getString("method") in simple json data() 51 method = json.getString("method") in simple json data() 52 params = json.getJSONObject("params") in simple json data() 58 method = json.getString("method") in simple json data() 69 method = json.getString("method") in simple json data() 78 method = json.getString("method") in simple json data() 103 method = json.getString("method") in http 302 redirection() 118 method = json.getString("method") in http 302 redirection() [all …]
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ExpoRequestCdpInterceptorSpec.swift | 57 var method = json["method"] as! String in spec() 66 method = json["method"] as! String in spec() 67 params = json["params"] as! [String: Any] in spec() 73 method = json["method"] as! String in spec() 84 method = json["method"] as! String in spec() 93 method = json["method"] as! String in spec() 113 var method = json["method"] as! String in spec() 124 method = json["method"] as! String in spec() 141 method = json["method"] as! String in spec() 152 method = json["method"] as! String in spec() [all …]
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ExpoRequestCdpInterceptorSpec.swift | 57 var method = json["method"] as! String in spec() 66 method = json["method"] as! String in spec() 67 params = json["params"] as! [String: Any] in spec() 73 method = json["method"] as! String in spec() 84 method = json["method"] as! String in spec() 93 method = json["method"] as! String in spec() 113 var method = json["method"] as! String in spec() 124 method = json["method"] as! String in spec() 141 method = json["method"] as! String in spec() 152 method = json["method"] as! String in spec() [all …]
|
| /expo/apps/router-e2e/__e2e__/server/app/ |
| H A D | methods+api.ts | 5 return ExpoResponse.json({ 11 return ExpoResponse.json({ 17 return ExpoResponse.json({ 23 return ExpoResponse.json({ 29 return ExpoResponse.json({ 35 return ExpoResponse.json({ 41 return ExpoResponse.json({
|
| /expo/packages/expo-auth-session/build/ |
| H A D | Discovery.js | 17 const json = await requestAsync(issuerWithWellKnownUrl(issuer), { 22 discoveryDocument: json, 23 authorizationEndpoint: json.authorization_endpoint, 24 tokenEndpoint: json.token_endpoint, 25 revocationEndpoint: json.revocation_endpoint, 26 userInfoEndpoint: json.userinfo_endpoint, 27 endSessionEndpoint: json.end_session_endpoint, 28 registrationEndpoint: json.registration_endpoint,
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RCTConvert+RNSVG.h | 23 + (ABI47_0_0RNSVGLength *)ABI47_0_0RNSVGLength:(id)json; 24 + (NSArray<ABI47_0_0RNSVGLength *> *)ABI47_0_0RNSVGLengthArray:(id)json; 25 + (ABI47_0_0RNSVGCGFCRule)ABI47_0_0RNSVGCGFCRule:(id)json; 26 + (ABI47_0_0RNSVGVBMOS)ABI47_0_0RNSVGVBMOS:(id)json; 27 + (ABI47_0_0RNSVGUnits)ABI47_0_0RNSVGUnits:(id)json; 28 + (ABI47_0_0RNSVGBrush *)ABI47_0_0RNSVGBrush:(id)json; 30 + (CGRect)ABI47_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI47_0_0RNSVGColor *)ABI47_0_0RNSVGColor:(id)json offset:(NSUInteger)offset; 32 + (CGGradientRef)ABI47_0_0RNSVGCGGradient:(id)json;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RCTConvert+RNSVG.h | 23 + (ABI49_0_0RNSVGLength *)ABI49_0_0RNSVGLength:(id)json; 24 + (NSArray<ABI49_0_0RNSVGLength *> *)ABI49_0_0RNSVGLengthArray:(id)json; 25 + (ABI49_0_0RNSVGCGFCRule)ABI49_0_0RNSVGCGFCRule:(id)json; 26 + (ABI49_0_0RNSVGVBMOS)ABI49_0_0RNSVGVBMOS:(id)json; 27 + (ABI49_0_0RNSVGUnits)ABI49_0_0RNSVGUnits:(id)json; 28 + (ABI49_0_0RNSVGBrush *)ABI49_0_0RNSVGBrush:(id)json; 30 + (CGRect)ABI49_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI49_0_0RNSVGColor *)ABI49_0_0RNSVGColor:(id)json offset:(NSUInteger)offset; 32 + (CGGradientRef)ABI49_0_0RNSVGCGGradient:(id)json;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RCTConvert+RNSVG.h | 23 + (RNSVGLength *)RNSVGLength:(id)json; 24 + (NSArray<RNSVGLength *> *)RNSVGLengthArray:(id)json; 25 + (RNSVGCGFCRule)RNSVGCGFCRule:(id)json; 26 + (RNSVGVBMOS)RNSVGVBMOS:(id)json; 27 + (RNSVGUnits)RNSVGUnits:(id)json; 28 + (RNSVGBrush *)RNSVGBrush:(id)json; 30 + (CGRect)RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (RNSVGColor *)RNSVGColor:(id)json offset:(NSUInteger)offset; 32 + (CGGradientRef)RNSVGCGGradient:(id)json;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RCTConvert+RNSVG.h | 23 + (ABI48_0_0RNSVGLength *)ABI48_0_0RNSVGLength:(id)json; 24 + (NSArray<ABI48_0_0RNSVGLength *> *)ABI48_0_0RNSVGLengthArray:(id)json; 25 + (ABI48_0_0RNSVGCGFCRule)ABI48_0_0RNSVGCGFCRule:(id)json; 26 + (ABI48_0_0RNSVGVBMOS)ABI48_0_0RNSVGVBMOS:(id)json; 27 + (ABI48_0_0RNSVGUnits)ABI48_0_0RNSVGUnits:(id)json; 28 + (ABI48_0_0RNSVGBrush *)ABI48_0_0RNSVGBrush:(id)json; 30 + (CGRect)ABI48_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI48_0_0RNSVGColor *)ABI48_0_0RNSVGColor:(id)json offset:(NSUInteger)offset; 32 + (CGGradientRef)ABI48_0_0RNSVGCGGradient:(id)json;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/ |
| H A D | RNSVGTextManager.mm | 25 view.deltaX = [RCTConvert RNSVGLengthArray:json]; 29 view.deltaY = [RCTConvert RNSVGLengthArray:json]; 46 view.inlineSize = [RCTConvert RNSVGLength:json]; 54 if ([json isKindOfClass:[NSString class]]) { 55 NSString *stringValue = (NSString *)json; 67 if ([json isKindOfClass:[NSString class]]) { 68 NSString *stringValue = (NSString *)json; 71 NSNumber *number = (NSNumber *)json; 79 if ([json isKindOfClass:[NSString class]]) { 80 NSString *stringValue = (NSString *)json; [all …]
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/ |
| H A D | ABI49_0_0RNSVGTextManager.mm | 25 view.deltaX = [ABI49_0_0RCTConvert ABI49_0_0RNSVGLengthArray:json]; 29 view.deltaY = [ABI49_0_0RCTConvert ABI49_0_0RNSVGLengthArray:json]; 46 view.inlineSize = [ABI49_0_0RCTConvert ABI49_0_0RNSVGLength:json]; 54 if ([json isKindOfClass:[NSString class]]) { 55 NSString *stringValue = (NSString *)json; 67 if ([json isKindOfClass:[NSString class]]) { 68 NSString *stringValue = (NSString *)json; 71 NSNumber *number = (NSNumber *)json; 79 if ([json isKindOfClass:[NSString class]]) { 80 NSString *stringValue = (NSString *)json; [all …]
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ViewManagers/ |
| H A D | ABI48_0_0RNSVGTextManager.mm | 25 view.deltaX = [ABI48_0_0RCTConvert ABI48_0_0RNSVGLengthArray:json]; 29 view.deltaY = [ABI48_0_0RCTConvert ABI48_0_0RNSVGLengthArray:json]; 47 view.inlineSize = [ABI48_0_0RCTConvert ABI48_0_0RNSVGLength:json]; 55 if ([json isKindOfClass:[NSString class]]) { 56 NSString *stringValue = (NSString *)json; 68 if ([json isKindOfClass:[NSString class]]) { 69 NSString *stringValue = (NSString *)json; 72 NSNumber *number = (NSNumber *)json; 80 if ([json isKindOfClass:[NSString class]]) { 81 NSString *stringValue = (NSString *)json; [all …]
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ViewManagers/ |
| H A D | ABI47_0_0RNSVGTextManager.mm | 25 view.deltaX = [ABI47_0_0RCTConvert ABI47_0_0RNSVGLengthArray:json]; 29 view.deltaY = [ABI47_0_0RCTConvert ABI47_0_0RNSVGLengthArray:json]; 47 view.inlineSize = [ABI47_0_0RCTConvert ABI47_0_0RNSVGLength:json]; 55 if ([json isKindOfClass:[NSString class]]) { 56 NSString *stringValue = (NSString *)json; 68 if ([json isKindOfClass:[NSString class]]) { 69 NSString *stringValue = (NSString *)json; 72 NSNumber *number = (NSNumber *)json; 80 if ([json isKindOfClass:[NSString class]]) { 81 NSString *stringValue = (NSString *)json; [all …]
|