| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI48_0_0conversions.h | 178 if (stringValue == "ltr") { in fromRawValue() 182 if (stringValue == "rtl") { in fromRawValue() 196 if (stringValue == "row") { in fromRawValue() 256 if (stringValue == "auto") { in fromRawValue() 324 if (stringValue == "wrap") { in fromRawValue() 364 if (stringValue == "flex") { in fromRawValue() 368 if (stringValue == "none") { in fromRawValue() 391 folly::to<float>(stringValue.substr(0, stringValue.length() - 1)), in fromRawValue() 524 if (stringValue == "auto") { in fromRawValue() 528 if (stringValue == "none") { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI47_0_0conversions.h | 178 if (stringValue == "ltr") { in fromRawValue() 182 if (stringValue == "rtl") { in fromRawValue() 196 if (stringValue == "row") { in fromRawValue() 256 if (stringValue == "auto") { in fromRawValue() 324 if (stringValue == "wrap") { in fromRawValue() 364 if (stringValue == "flex") { in fromRawValue() 368 if (stringValue == "none") { in fromRawValue() 391 folly::to<float>(stringValue.substr(0, stringValue.length() - 1)), in fromRawValue() 524 if (stringValue == "auto") { in fromRawValue() 528 if (stringValue == "none") { in fromRawValue() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/view/ |
| H A D | ABI49_0_0conversions.h | 182 if (stringValue == "ltr") { in fromRawValue() 186 if (stringValue == "rtl") { in fromRawValue() 204 if (stringValue == "row") { in fromRawValue() 272 if (stringValue == "auto") { in fromRawValue() 348 if (stringValue == "wrap") { in fromRawValue() 396 if (stringValue == "flex") { in fromRawValue() 400 if (stringValue == "none") { in fromRawValue() 429 std::string_view(stringValue).substr(0, stringValue.length() - 1)); in fromRawValue() 586 if (stringValue == "auto") { in fromRawValue() 590 if (stringValue == "none") { in fromRawValue() [all …]
|
| /expo/packages/expo-modules-core/android/src/androidTest/java/expo/modules/kotlin/jni/ |
| H A D | NetTypeConversionTest.kt | 20 val stringValue = evaluateScript("expo.modules.TestModule.url('https://expo.dev/')").getString() in <lambda>() constant 21 Truth.assertThat(stringValue).isEqualTo("https://expo.dev/") in <lambda>() 31 …val stringValue = evaluateScript("expo.modules.TestModule.uri('http://api.example.org/data/2.5/for… in <lambda>() constant 32 …Truth.assertThat(stringValue).isEqualTo("http://api.example.org/data/2.5/forecast/daily?q=94043&mo… in <lambda>() 42 …val stringValue = evaluateScript("expo.modules.TestModule.uri('http://api.example.org/data/2.5/for… in <lambda>() constant 43 …Truth.assertThat(stringValue).isEqualTo("http://api.example.org/data/2.5/forecast/daily?q=94043&mo… in <lambda>()
|
| H A D | IOTypeConversionTest.kt | 19 val stringValue = evaluateScript("expo.modules.TestModule.file('/path/to/file')").getString() in <lambda>() constant 20 Truth.assertThat(stringValue).isEqualTo("/path/to/file") in <lambda>() 30 val stringValue = evaluateScript("expo.modules.TestModule.path('/path/to/file')").getString() in <lambda>() constant 31 Truth.assertThat(stringValue).isEqualTo("/path/to/file") in <lambda>()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI48_0_0conversions.h | 108 auto stringValue = (std::string)value; in fromRawValue() local 109 if (stringValue == "cover") { in fromRawValue() 111 } else if (stringValue == "contain") { in fromRawValue() 113 } else if (stringValue == "stretch") { in fromRawValue() 115 } else if (stringValue == "center") { in fromRawValue() 117 } else if (stringValue == "repeat") { in fromRawValue() 120 LOG(ERROR) << "Unsupported ImageResizeMode value: " << stringValue; in fromRawValue()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI49_0_0conversions.h | 108 auto stringValue = (std::string)value; in fromRawValue() local 109 if (stringValue == "cover") { in fromRawValue() 111 } else if (stringValue == "contain") { in fromRawValue() 113 } else if (stringValue == "stretch") { in fromRawValue() 115 } else if (stringValue == "center") { in fromRawValue() 117 } else if (stringValue == "repeat") { in fromRawValue() 120 LOG(ERROR) << "Unsupported ImageResizeMode value: " << stringValue; in fromRawValue()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/components/image/ |
| H A D | ABI47_0_0conversions.h | 108 auto stringValue = (std::string)value; in fromRawValue() local 109 if (stringValue == "cover") { in fromRawValue() 111 } else if (stringValue == "contain") { in fromRawValue() 113 } else if (stringValue == "stretch") { in fromRawValue() 115 } else if (stringValue == "center") { in fromRawValue() 117 } else if (stringValue == "repeat") { in fromRawValue() 120 LOG(ERROR) << "Unsupported ImageResizeMode value: " << stringValue; in fromRawValue()
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/ViewManagers/ |
| H A D | RNSVGTextManager.mm | 55 NSString *stringValue = (NSString *)json; 56 view.baselineShift = stringValue; 68 NSString *stringValue = (NSString *)json; 69 view.font = @{@"fontSize" : stringValue}; 80 NSString *stringValue = (NSString *)json; 81 view.font = @{@"fontWeight" : stringValue};
|
| H A D | RNSVGGroupManager.mm | 27 NSString *stringValue = (NSString *)json; 28 view.font = @{@"fontSize" : stringValue}; 39 NSString *stringValue = (NSString *)json; 40 view.font = @{@"fontWeight" : stringValue};
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/ViewManagers/ |
| H A D | ABI49_0_0RNSVGTextManager.mm | 55 NSString *stringValue = (NSString *)json; 56 view.baselineShift = stringValue; 68 NSString *stringValue = (NSString *)json; 69 view.font = @{@"fontSize" : stringValue}; 80 NSString *stringValue = (NSString *)json; 81 view.font = @{@"fontWeight" : stringValue};
|
| H A D | ABI49_0_0RNSVGGroupManager.mm | 27 NSString *stringValue = (NSString *)json; 28 view.font = @{@"fontSize" : stringValue}; 39 NSString *stringValue = (NSString *)json; 40 view.font = @{@"fontWeight" : stringValue};
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/ViewManagers/ |
| H A D | ABI48_0_0RNSVGTextManager.mm | 56 NSString *stringValue = (NSString *)json; 57 view.baselineShift = stringValue; 69 NSString *stringValue = (NSString *)json; 70 view.font = @{@"fontSize" : stringValue}; 81 NSString *stringValue = (NSString *)json; 82 view.font = @{@"fontWeight" : stringValue};
|
| H A D | ABI48_0_0RNSVGGroupManager.mm | 27 NSString *stringValue = (NSString *)json; 28 view.font = @{@"fontSize" : stringValue}; 39 NSString *stringValue = (NSString *)json; 40 view.font = @{@"fontWeight" : stringValue};
|
| H A D | ABI48_0_0RNSVGNodeManager.mm | 20 NSString *stringValue = (NSString *)json; 21 if ([stringValue hasSuffix:@"deg"]) { 22 CGFloat degrees = [[stringValue substringToIndex:stringValue.length - 3] floatValue]; 25 if ([stringValue hasSuffix:@"rad"]) { 26 return [[stringValue substringToIndex:stringValue.length - 3] floatValue];
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/ViewManagers/ |
| H A D | ABI47_0_0RNSVGTextManager.mm | 56 NSString *stringValue = (NSString *)json; 57 view.baselineShift = stringValue; 69 NSString *stringValue = (NSString *)json; 70 view.font = @{@"fontSize" : stringValue}; 81 NSString *stringValue = (NSString *)json; 82 view.font = @{@"fontWeight" : stringValue};
|
| H A D | ABI47_0_0RNSVGGroupManager.mm | 27 NSString *stringValue = (NSString *)json; 28 view.font = @{@"fontSize" : stringValue}; 39 NSString *stringValue = (NSString *)json; 40 view.font = @{@"fontWeight" : stringValue};
|
| H A D | ABI47_0_0RNSVGNodeManager.mm | 20 NSString *stringValue = (NSString *)json; 21 if ([stringValue hasSuffix:@"deg"]) { 22 CGFloat degrees = [[stringValue substringToIndex:stringValue.length - 3] floatValue]; 25 if ([stringValue hasSuffix:@"rad"]) { 26 return [[stringValue substringToIndex:stringValue.length - 3] floatValue];
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Views/ |
| H A D | ABI48_0_0RCTConvert+Transform.m | 17 NSString *stringValue = (NSString *)json; 18 if ([stringValue hasSuffix:@"deg"]) { 19 CGFloat degrees = [[stringValue substringToIndex:stringValue.length - 3] floatValue]; 22 if ([stringValue hasSuffix:@"rad"]) { 23 return [[stringValue substringToIndex:stringValue.length - 3] floatValue];
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Views/ |
| H A D | ABI49_0_0RCTConvert+Transform.m | 17 NSString *stringValue = (NSString *)json; 18 if ([stringValue hasSuffix:@"deg"]) { 19 CGFloat degrees = [[stringValue substringToIndex:stringValue.length - 3] floatValue]; 22 if ([stringValue hasSuffix:@"rad"]) { 23 return [[stringValue substringToIndex:stringValue.length - 3] floatValue];
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Views/ |
| H A D | ABI47_0_0RCTConvert+Transform.m | 17 NSString *stringValue = (NSString *)json; 18 if ([stringValue hasSuffix:@"deg"]) { 19 CGFloat degrees = [[stringValue substringToIndex:stringValue.length - 3] floatValue]; 22 if ([stringValue hasSuffix:@"rad"]) { 23 return [[stringValue substringToIndex:stringValue.length - 3] floatValue];
|
| /expo/packages/expo-dev-menu/android/src/test/java/expo/modules/devmenu/ |
| H A D | DevMenuUtilsTest.kt | 28 val stringValue = getPrivateFiled<String>( in checks if getPrivateFiled returns correct value of private field() constant 35 Truth.assertThat(stringValue).isEqualTo("expo is awesome") in checks if getPrivateFiled returns correct value of private field()
|
| /expo/android/vendored/unversioned/react-native-reanimated/android/src/paper/java/com/swmansion/reanimated/ |
| H A D | NativeProxy.java | 64 String stringValue = values.get(key).toString(); in createNativeMethodsHolder() local 66 preparedValues.put(key, simplifyStringNumbersList(stringValue)); in createNativeMethodsHolder() 68 preparedValues.put(key, stringValue); in createNativeMethodsHolder()
|
| /expo/android/vendored/sdk49/react-native-reanimated/android/src/paper/java/abi49_0_0/com/swmansion/reanimated/ |
| H A D | NativeProxy.java | 64 String stringValue = values.get(key).toString(); in createNativeMethodsHolder() local 66 preparedValues.put(key, simplifyStringNumbersList(stringValue)); in createNativeMethodsHolder() 68 preparedValues.put(key, stringValue); in createNativeMethodsHolder()
|
| /expo/android/expoview/src/main/java/host/exp/exponent/utils/ |
| H A D | BundleJSONConverter.kt | 57 for (stringValue in listValue) { in convertToJSON() constant 58 jsonArray.put(stringValue) in convertToJSON() 180 for (stringValue in value as Array<String>) { in setOnBundle() constant 181 jsonArray.put(stringValue) in setOnBundle()
|