| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/documentpicker/ |
| H A D | DocumentPickerOptions.kt | 5 data class DocumentPickerOptions(val copyToCacheDirectory: Boolean, val types: Array<String>) { constant in abi47_0_0.expo.modules.documentpicker.DocumentPickerOptions 14 val types = it as ArrayList<*> in optionsFromMap() constant 15 if (types.isEmpty() || types[0] !is String) { in optionsFromMap() 20 mimeTypes = types as ArrayList<String> in optionsFromMap() 41 if (!types.contentEquals(other.types)) return false in equals() 48 result = 31 * result + types.contentHashCode() in hashCode()
|
| /expo/packages/expo-notifications/build/ |
| H A D | NotificationsEmitterModule.types.js.map | 1 …types.js","sourceRoot":"","sources":["../src/NotificationsEmitterModule.types.ts"],"names":[],"map…
|
| H A D | NotificationsHandlerModule.types.js.map | 1 …types.js","sourceRoot":"","sources":["../src/NotificationsHandlerModule.types.ts"],"names":[],"map…
|
| H A D | NotificationPermissionsModule.types.js.map | 1 …types.js","sourceRoot":"","sources":["../src/NotificationPermissionsModule.types.ts"],"names":[],"…
|
| H A D | NotificationPresenterModule.types.js.map | 1 …types.js","sourceRoot":"","sources":["../src/NotificationPresenterModule.types.ts"],"names":[],"ma…
|
| H A D | NotificationCategoriesModule.types.js.map | 1 …types.js","sourceRoot":"","sources":["../src/NotificationCategoriesModule.types.ts"],"names":[],"m…
|
| /expo/packages/expo-modules-test-core/src/ |
| H A D | mockgen.ts | 81 const returnType = mapSwiftTypeToTsType(fnStructure.types?.returnType); 90 fnStructure?.types?.parameters.map((p) => 111 .flatMap((t) => (Array.isArray(t) ? t?.map((t2) => (t2 as Closure)?.types) : [] ?? [])) 112 .forEach((types: ClosureTypes | null) => { 113 types?.parameters.forEach(({ typename }) => { 116 types?.returnType && foundTypes.push(maybeUnwrapSwiftArray(types.returnType)); 123 function getMockedTypes(types: Set<string>) { 124 return Array.from(types).map((type) => {
|
| /expo/packages/@expo/server/build/ |
| H A D | types.js.map | 1 {"version":3,"file":"types.js","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings":…
|
| /expo/packages/expo-application/build/ |
| H A D | Application.types.d.ts.map | 1 {"version":3,"file":"Application.types.d.ts","sourceRoot":"","sources":["../src/Application.types.t…
|
| H A D | Application.types.js.map | 1 {"version":3,"file":"Application.types.js","sourceRoot":"","sources":["../src/Application.types.ts"…
|
| /expo/packages/@expo/fingerprint/build/ |
| H A D | Fingerprint.types.js.map | 1 {"version":3,"file":"Fingerprint.types.js","sourceRoot":"","sources":["../src/Fingerprint.types.ts"…
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewModule.java | 411 private Boolean acceptsImages(String types) { 412 String mimeType = types; 413 if (types.matches("\\.\\w+")) { 424 private Boolean acceptsVideo(String types) { 429 String mimeType = types; 430 if (types.matches("\\.\\w+")) { 436 private Boolean acceptsVideo(String[] types) { 455 if (noAcceptTypesSet(types)) { 459 for (int i = 0; i < types.length; i++) { 460 String t = types[i]; [all …]
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewModuleImpl.java | 415 private Boolean acceptsImages(String types) { 416 String mimeType = types; 417 if (types.matches("\\.\\w+")) { 428 private Boolean acceptsVideo(String types) { 433 String mimeType = types; 434 if (types.matches("\\.\\w+")) { 440 private Boolean acceptsVideo(String[] types) { 459 if (noAcceptTypesSet(types)) { 463 for (int i = 0; i < types.length; i++) { 464 String t = types[i]; [all …]
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewModuleImpl.java | 415 private Boolean acceptsImages(String types) { 416 String mimeType = types; 417 if (types.matches("\\.\\w+")) { 428 private Boolean acceptsVideo(String types) { 433 String mimeType = types; 434 if (types.matches("\\.\\w+")) { 440 private Boolean acceptsVideo(String[] types) { 459 if (noAcceptTypesSet(types)) { 463 for (int i = 0; i < types.length; i++) { 464 String t = types[i]; [all …]
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/webview/ |
| H A D | RNCWebViewModule.java | 411 private Boolean acceptsImages(String types) { 412 String mimeType = types; 413 if (types.matches("\\.\\w+")) { 424 private Boolean acceptsVideo(String types) { 429 String mimeType = types; 430 if (types.matches("\\.\\w+")) { 436 private Boolean acceptsVideo(String[] types) { 455 if (noAcceptTypesSet(types)) { 459 for (int i = 0; i < types.length; i++) { 460 String t = types[i]; [all …]
|
| /expo/packages/expo-av/build/ |
| H A D | index.js.map | 1 … } from './Video';\n\nexport * from './AV.types';\nexport * from './Audio.types';\nexport * from '…
|
| /expo/packages/expo-gl/build/ |
| H A D | types.d.ts.map | 1 {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../src/types.ts"],"names":[],"mappings…
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/functions/ |
| H A D | TypeConverterHelperTest.kt | 9 import expo.modules.kotlin.types.convert in <lambda>() 33 fun `cast dynamic to basic types`() { in <lambda>() 35 …val types = listOf(typeOf<Int>(), typeOf<Double>(), typeOf<String>(), typeOf<Boolean>(), typeOf<Re… in <lambda>() constant 38 val casted = types.withIndex().map { (index, type) -> in <lambda>() 63 val types = listOf(typeOf<List<Int>>(), typeOf<List<String?>>()) in <lambda>() constant 66 val casted = types.withIndex().map { (index, type) -> in <lambda>()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | QRCodeScreen.tsx | 44 return types; 50 // Available camera types, null when loading types. 51 types: CameraType[] | null; 56 const types = useCameraTypes(); 59 if (!types) return; 63 setType(types[0]); 65 }, [types]); 68 types && types.length > 1 72 setType(types[nextIndex]); 73 return types[nextIndex]; [all …]
|
| /expo/packages/expo-modules-core/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 33 … testChainedExceptionTypes(error: error, types: [TestException.self, TestExceptionCause.self]) in spec() 50 …testChainedExceptionTypes(error: error, types: [TestException.self, TestExceptionCause.self, TestE… in spec() 96 private func testChainedExceptionTypes(error: Error, types: [Error.Type]) { in testChainedExceptionTypes() 99 for errorType in types { in testChainedExceptionTypes()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/ |
| H A D | ExceptionsSpec.swift | 33 … testChainedExceptionTypes(error: error, types: [TestException.self, TestExceptionCause.self]) in spec() 50 …testChainedExceptionTypes(error: error, types: [TestException.self, TestExceptionCause.self, TestE… in spec() 96 private func testChainedExceptionTypes(error: Error, types: [Error.Type]) { in testChainedExceptionTypes() 99 for errorType in types { in testChainedExceptionTypes()
|
| /expo/packages/expo-modules-test-core/build/ |
| H A D | mockgen.js | 95 const returnType = mapSwiftTypeToTsType(fnStructure.types?.returnType); 99 …].filter((f) => !!f), undefined, name, undefined, fnStructure?.types?.parameters.map((p) => typesc… 106 .flatMap((t) => (Array.isArray(t) ? t?.map((t2) => t2?.types) : [] ?? [])) 107 .forEach((types) => { 108 types?.parameters.forEach(({ typename }) => { 111 types?.returnType && foundTypes.push(maybeUnwrapSwiftArray(types.returnType)); 115 function getMockedTypes(types) { argument 116 return Array.from(types).map((type) => {
|
| /expo/apps/test-suite/functions/ |
| H A D | yarn.lock | 47 "@firebase/database-types@0.9.17", "@firebase/database-types@^0.9.13": 222 "@types/connect@*": 242 "@types/qs" "*" 251 "@types/qs" "*" 290 "@types/long@^4.0.0", "@types/long@^4.0.1": 303 "@types/mdurl@*": 308 "@types/mime@*": 313 "@types/node@*": 318 "@types/node@>=12.12.47", "@types/node@>=13.7.0": 323 "@types/qs@*": [all …]
|
| /expo/packages/expo-modules-core/build/ |
| H A D | NativeModulesProxy.types.js.map | 1 {"version":3,"file":"NativeModulesProxy.types.js","sourceRoot":"","sources":["../src/NativeModulesP…
|
| /expo/packages/expo-haptics/android/src/main/java/expo/modules/haptics/arguments/ |
| H A D | HapticsImpactType.kt | 4 private val types = mapOf( constant 23 fun fromString(style: String): HapticsVibrationType = types.getOrElse(style) { in <lambda>()
|