Home
last modified time | relevance | path

Searched refs:either (Results 1 – 25 of 322) sorted by relevance

12345678910>>...13

/expo/packages/expo-modules-core/ios/Tests/
H A DEitherSpec.swift14 expect(either.is(String.self)) == true in spec()
15 expect(either.is(Int.self)) == false in spec()
18 let either = Either<String, Int>(123) in spec() variable
20 expect(either.is(Int.self)) == true in spec()
25 expect(either.is(Int.self)) == false in spec()
29 let value: String? = either.get() in spec()
34 let value: Int? = either.get() in spec()
40 expect(either.is(Int.self)) == true in spec()
48 let value: [String]? = either.get() in spec()
56 let color: UIColor? = either.get() in spec()
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DEitherSpec.swift14 expect(either.is(String.self)) == true in spec()
15 expect(either.is(Int.self)) == false in spec()
18 let either = Either<String, Int>(123) in spec() variable
20 expect(either.is(Int.self)) == true in spec()
25 expect(either.is(Int.self)) == false in spec()
29 let value: String? = either.get() in spec()
34 let value: Int? = either.get() in spec()
40 expect(either.is(Int.self)) == true in spec()
48 let value: [String]? = either.get() in spec()
56 let color: UIColor? = either.get() in spec()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessAspectRatio-test.js.snap3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a …
5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a …
7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a …
9 …Ratio should not accept non string truthy types 1`] = `"aspectRatio must either be a number, a rat…
11 …Ratio should not accept non string truthy types 2`] = `"aspectRatio must either be a number, a rat…
13 …Ratio should not accept non string truthy types 3`] = `"aspectRatio must either be a number, a rat…
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/StyleSheet/__tests__/__snapshots__/
H A DprocessAspectRatio-test.js.snap3 exports[`processAspectRatio should not accept invalid formats 1`] = `"aspectRatio must either be a …
5 exports[`processAspectRatio should not accept invalid formats 2`] = `"aspectRatio must either be a …
7 exports[`processAspectRatio should not accept invalid formats 3`] = `"aspectRatio must either be a …
9 …Ratio should not accept non string truthy types 1`] = `"aspectRatio must either be a number, a rat…
11 …Ratio should not accept non string truthy types 2`] = `"aspectRatio must either be a number, a rat…
13 …Ratio should not accept non string truthy types 3`] = `"aspectRatio must either be a number, a rat…
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Nodes/
H A DABI48_0_0REASetNode.m18 …_whatNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing…
21 …_valueNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missi…
H A DABI48_0_0REACondNode.m18 …_condNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missin…
21 …_ifBlockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missin…
H A DABI48_0_0READebugNode.m18 …_valueNodeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is mis…
H A DABI48_0_0REAAlwaysNode.m19 …_nodeToBeEvaluated, @"Reanimated: First argument passed to always node is either of wrong type or …
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Nodes/
H A DABI47_0_0REASetNode.m18 …_whatNodeID, @"Reanimated: First argument passed to set node is either of wrong type or is missing…
21 …_valueNodeID, @"Reanimated: Second argument passed to set node is either of wrong type or is missi…
H A DABI47_0_0REACondNode.m18 …_condNodeID, @"Reanimated: First argument passed to cond node is either of wrong type or is missin…
21 …_ifBlockID, @"Reanimated: Second argument passed to cond node is either of wrong type or is missin…
H A DABI47_0_0READebugNode.m18 …_valueNodeID, @"Reanimated: Second argument passed to debug node is either of wrong type or is mis…
H A DABI47_0_0REAAlwaysNode.m19 …_nodeToBeEvaluated, @"Reanimated: First argument passed to always node is either of wrong type or …
/expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/
H A DJSIFunctionsTest.kt471 Function("eitherFirst") { either: Either<Int, String> -> in <lambda>() method
472 Truth.assertThat(either.`is`(Int::class)).isTrue() in <lambda>()
473 either.get(Int::class) in <lambda>()
475 Function("eitherSecond") { either: Either<Int, String> -> in <lambda>() method
476 Truth.assertThat(either.`is`(String::class)).isTrue() in <lambda>()
477 either.get(String::class) in <lambda>()
/expo/docs/pages/preview/
H A Dsupport.mdx7 Please direct all of your support questions and feedback to either a partner Slack channel (if you …
/expo/ios/versioned/sdk47/EXScreenOrientation/EXScreenOrientation/
H A DABI47_0_0EXScreenOrientationRegistry.m184 …// Mask allows only proper portrait - we know that the device is in either proper portrait or upsi…
189 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
205 …// Mask allows only proper landspace - we know that the device is in either proper landspace left …
210 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
/expo/ios/versioned/sdk48/EXScreenOrientation/EXScreenOrientation/
H A DABI48_0_0EXScreenOrientationRegistry.m184 …// Mask allows only proper portrait - we know that the device is in either proper portrait or upsi…
189 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
205 …// Mask allows only proper landspace - we know that the device is in either proper landspace left …
210 …// Mask allows only upside down portrait - we know that the device is in either proper portrait or…
/expo/ios/versioned/sdk47/EXCamera/EXCamera/
H A DABI47_0_0EXCameraPermissionRequester.m23 …ABI47_0_0EXFatal(ABI47_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
/expo/ios/versioned/sdk49/EXCamera/EXCamera/
H A DABI49_0_0EXCameraPermissionRequester.m23 …ABI49_0_0EXFatal(ABI49_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
/expo/ios/versioned/sdk48/EXCamera/EXCamera/
H A DABI48_0_0EXCameraPermissionRequester.m23 …ABI48_0_0EXFatal(ABI48_0_0EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription…
/expo/packages/expo-camera/ios/EXCamera/
H A DEXCameraPermissionRequester.m23 …EXFatal(EXErrorWithMessage(@"This app is missing either NSCameraUsageDescription or NSMicrophoneUs…
/expo/packages/@expo/config-plugins/build/utils/
H A DBuildProperties.types.js.map1 …*ios/Podfile.properties.json**.\n *\n */\n\n/**\n * Source config can be either expo config or gen…
/expo/packages/expo-notifications/build/
H A DdismissNotificationAsync.js.map1 …\n * @param notificationIdentifier The notification identifier, obtained either via `setNotificati…
/expo/ios/Exponent/Kernel/Environment/
H A DEXClientReleaseType.m17 // In all other scenarios, we don't restrict the projects the client can run and can return either
/expo/packages/expo-updates/build/
H A DUseUpdates.types.js.map1either the embedded bundle or a downloaded update).\n */\nexport type CurrentlyRunningInfo = {\n …
/expo/packages/expo-standard-web-crypto/
H A DREADME.md38 In either case, if your runtime environment already defines `crypto` globally, this package uses th…

12345678910>>...13