| /expo/packages/@expo/cli/src/api/__tests__/ |
| H A D | updateDevelopmentSession-test.ts | 11 const scope = nock(getExpoApiBaseUrl()) constant 26 expect(scope.isDone()).toBe(true); 29 const scope = nock(getExpoApiBaseUrl()) constant 45 expect(scope.isDone()).toBe(true); 51 const scope = nock(getExpoApiBaseUrl()) constant 72 expect(scope.isDone()).toBe(true); 75 const scope = nock(getExpoApiBaseUrl()) constant 84 expect(scope.isDone()).toBe(true);
|
| H A D | getVersions-test.ts | 12 const scope = nock(getExpoApiBaseUrl()) constant 17 expect(scope.isDone()).toBe(true); 20 const scope = nock(getExpoApiBaseUrl()) constant 24 expect(scope.isDone()).toBe(true);
|
| H A D | getExpoGoIntermediateCertificate-test.ts | 16 const scope = nock(getExpoApiBaseUrl()) constant 25 expect(scope.isDone()).toBe(true); 28 const scope = nock(getExpoApiBaseUrl()) constant 32 expect(scope.isDone()).toBe(true);
|
| H A D | getProjectDevelopmentCertificate-test.ts | 16 const scope = nock(getExpoApiBaseUrl()) constant 24 expect(scope.isDone()).toBe(true); 27 const scope = nock(getExpoApiBaseUrl()) constant 33 expect(scope.isDone()).toBe(true);
|
| H A D | getNativeModuleVersions-test.ts | 12 const scope = nock(getExpoApiBaseUrl()) constant 24 expect(scope.isDone()).toBe(true); 27 const scope = nock(getExpoApiBaseUrl()) constant 31 expect(scope.isDone()).toBe(true);
|
| /expo/packages/@expo/cli/src/utils/__tests__/ |
| H A D | downloadExpoGoAsync-test.ts | 30 const scope = nock(getExpoApiBaseUrl()) constant 40 expect(scope.isDone()).toBe(true); 44 const scope = nock(getExpoApiBaseUrl()) constant 55 expect(scope.isDone()).toBe(true); 69 const scope = nock(getExpoApiBaseUrl()) constant 81 expect(scope.isDone()).toBe(true); 103 const scope = nock(getExpoApiBaseUrl()) constant 115 expect(scope.isDone()).toBe(true); 135 const scope = nock(getExpoApiBaseUrl()) constant 150 expect(scope.isDone()).toBe(true);
|
| H A D | url-test.ts | 22 const scope = nock('http://example.com').get('/').reply(504, ''); constant 24 expect(scope.isDone()).toBe(true); 27 const scope = nock('http://example.com').get('/').reply(200, ''); constant 29 expect(scope.isDone()).toBe(true);
|
| /expo/packages/expo-media-library/ios/EXMediaLibrary/Permissions/ |
| H A D | EXMediaLibraryMediaLibraryPermissionRequester.m | 22 NSString *scope; 38 scope = @"all"; 43 scope = @"limited"; 49 scope = @"none"; 53 scope = @"none"; 59 @"accessPrivileges": scope,
|
| /expo/ios/versioned/sdk47/EXMediaLibrary/EXMediaLibrary/Permissions/ |
| H A D | ABI47_0_0EXMediaLibraryMediaLibraryPermissionRequester.m | 22 NSString *scope; 38 scope = @"all"; 43 scope = @"limited"; 49 scope = @"none"; 53 scope = @"none"; 59 @"accessPrivileges": scope,
|
| /expo/ios/versioned/sdk48/EXMediaLibrary/EXMediaLibrary/Permissions/ |
| H A D | ABI48_0_0EXMediaLibraryMediaLibraryPermissionRequester.m | 22 NSString *scope; 38 scope = @"all"; 43 scope = @"limited"; 49 scope = @"none"; 53 scope = @"none"; 59 @"accessPrivileges": scope,
|
| /expo/ios/versioned/sdk49/EXMediaLibrary/EXMediaLibrary/Permissions/ |
| H A D | ABI49_0_0EXMediaLibraryMediaLibraryPermissionRequester.m | 22 NSString *scope; 38 scope = @"all"; 43 scope = @"limited"; 49 scope = @"none"; 53 scope = @"none"; 59 @"accessPrivileges": scope,
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/ |
| H A D | ABI48_0_0MessageConverters.cpp | 74 m::debugger::Scope scope; in makeCallFrame() local 75 scope.type = "local"; in makeCallFrame() 78 scope.object.type = "object"; in makeCallFrame() 79 scope.object.className = "Object"; in makeCallFrame() 85 m::debugger::Scope scope; in makeCallFrame() local 87 scope.type = "closure"; in makeCallFrame() 92 scope.object.type = "object"; in makeCallFrame() 99 m::debugger::Scope scope; in makeCallFrame() local 100 scope.type = "global"; in makeCallFrame() 101 scope.object.objectId = in makeCallFrame() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/ |
| H A D | ABI47_0_0MessageConverters.cpp | 74 m::debugger::Scope scope; in makeCallFrame() local 75 scope.type = "local"; in makeCallFrame() 78 scope.object.type = "object"; in makeCallFrame() 79 scope.object.className = "Object"; in makeCallFrame() 85 m::debugger::Scope scope; in makeCallFrame() local 87 scope.type = "closure"; in makeCallFrame() 92 scope.object.type = "object"; in makeCallFrame() 99 m::debugger::Scope scope; in makeCallFrame() local 100 scope.type = "global"; in makeCallFrame() 101 scope.object.objectId = in makeCallFrame() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/chrome/ |
| H A D | ABI49_0_0MessageConverters.cpp | 74 m::debugger::Scope scope; in makeCallFrame() local 75 scope.type = "local"; in makeCallFrame() 78 scope.object.type = "object"; in makeCallFrame() 79 scope.object.className = "Object"; in makeCallFrame() 85 m::debugger::Scope scope; in makeCallFrame() local 87 scope.type = "closure"; in makeCallFrame() 92 scope.object.type = "object"; in makeCallFrame() 99 m::debugger::Scope scope; in makeCallFrame() local 100 scope.type = "global"; in makeCallFrame() 101 scope.object.objectId = in makeCallFrame() [all …]
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | ScopedContext.kt | 22 private val scope: String constant 71 return baseContext.getSharedPreferences(scope + name, mode) in getSharedPreferences() 75 return baseContext.moveSharedPreferencesFrom(context, scope + s) in moveSharedPreferencesFrom() 79 return baseContext.deleteSharedPreferences(scope + s) in deleteSharedPreferences() 104 return baseContext.openOrCreateDatabase(scope + name, mode, factory) in openOrCreateDatabase() 113 return baseContext.openOrCreateDatabase(scope + name, mode, factory, errorHandler) in openOrCreateDatabase() 121 return baseContext.deleteDatabase(scope + name) in deleteDatabase() 125 return baseContext.getDatabasePath(scope + name) in getDatabasePath() 131 it.startsWith(scope) in databaseList() 133 it.substring(scope.length) in databaseList() [all …]
|
| /expo/packages/expo-image-picker/ios/ |
| H A D | ImagePickerPermissionRequesters.swift | 107 var scope: String in permissionType() variable 112 scope = "all" in permissionType() 115 scope = "limited" in permissionType() 118 scope = "none" in permissionType() 123 scope = "none" in permissionType() 128 "accessPrivileges": scope in permissionType()
|
| /expo/ios/versioned/sdk49/ExpoImagePicker/ |
| H A D | ImagePickerPermissionRequesters.swift | 107 var scope: String in permissionType() variable 112 scope = "all" in permissionType() 115 scope = "limited" in permissionType() 118 scope = "none" in permissionType() 123 scope = "none" in permissionType() 128 "accessPrivileges": scope in permissionType()
|
| /expo/ios/versioned/sdk48/ExpoImagePicker/ |
| H A D | ImagePickerPermissionRequesters.swift | 107 var scope: String in permissionType() variable 112 scope = "all" in permissionType() 115 scope = "limited" in permissionType() 118 scope = "none" in permissionType() 123 scope = "none" in permissionType() 128 "accessPrivileges": scope in permissionType()
|
| /expo/ios/versioned/sdk47/ExpoImagePicker/ |
| H A D | ImagePickerPermissionRequesters.swift | 107 var scope: String in permissionType() variable 112 scope = "all" in permissionType() 115 scope = "limited" in permissionType() 118 scope = "none" in permissionType() 123 scope = "none" in permissionType() 128 "accessPrivileges": scope in permissionType()
|
| /expo/packages/@expo/cli/src/api/rest/__tests__/ |
| H A D | wrapFetchWithProgress-test.ts | 23 const scope = nock(url) constant 63 expect(scope.isDone()).toBe(true); 70 const scope = nock(url).get('/asset').reply(200, ''); constant 82 expect(scope.isDone()).toBe(true);
|
| /expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/ |
| H A D | ABI47_0_0EXAppleAuthenticationMappings.m | 35 + (ASAuthorizationScope)importScope:(NSNumber *)scope API_AVAILABLE(ios(13.0)) 37 switch ([scope intValue]) { 44 … reason:[NSString stringWithFormat:@"Invalid Apple authentication scope: %@", scope] 53 [scopes enumerateObjectsUsingBlock:^(NSNumber *scope, NSUInteger idx, BOOL *stop) { 54 [importedScopes addObject:[self importScope:scope]];
|
| /expo/packages/expo-auth-session/build/ |
| H A D | TokenRequest.js | 49 scope: params.scope, property 61 scope; field in TokenResponse 70 this.scope = response.scope; 80 this.scope = response.scope ?? this.scope; 90 scope: this.scope, 176 scope: response.scope, property 190 queryBody.scope = this.scopes.join(' ');
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI47_0_0EXScopedNotificationsUtils.m | 23 NSString *scope = [ABI47_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 25 return [NSString stringWithFormat:@"%@/%@", scope, escapedCategoryId]; 36 NSString *scope = @""; 39 "((?:[^/\\\\]|\\\\[/\\\\])*)" // escaped scope key 50 // No delimiter found, so no scope associated with this identifier 53 scope = [scopedIdentifier substringWithRange:[match rangeAtIndex:1]]; 57 components.scopeKey = [ABI47_0_0EXScopedNotificationsUtils unescapedString:scope];
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI49_0_0EXScopedNotificationsUtils.m | 23 NSString *scope = [ABI49_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 25 return [NSString stringWithFormat:@"%@/%@", scope, escapedCategoryId]; 36 NSString *scope = @""; 39 "((?:[^/\\\\]|\\\\[/\\\\])*)" // escaped scope key 50 // No delimiter found, so no scope associated with this identifier 53 scope = [scopedIdentifier substringWithRange:[match rangeAtIndex:1]]; 57 components.scopeKey = [ABI49_0_0EXScopedNotificationsUtils unescapedString:scope];
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/UniversalModules/EXNotifications/ |
| H A D | ABI48_0_0EXScopedNotificationsUtils.m | 23 NSString *scope = [ABI48_0_0EXScopedNotificationsUtils escapedString:scopeKey]; 25 return [NSString stringWithFormat:@"%@/%@", scope, escapedCategoryId]; 36 NSString *scope = @""; 39 "((?:[^/\\\\]|\\\\[/\\\\])*)" // escaped scope key 50 // No delimiter found, so no scope associated with this identifier 53 scope = [scopedIdentifier substringWithRange:[match rangeAtIndex:1]]; 57 components.scopeKey = [ABI48_0_0EXScopedNotificationsUtils unescapedString:scope];
|