| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI47_0_0PlatformColorParser.h | 23 float blue = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI48_0_0PlatformColorParser.h | 23 float blue = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/cxx/react/renderer/graphics/ |
| H A D | ABI49_0_0PlatformColorParser.h | 23 float blue = 0; in parsePlatformColor() local 25 return {red, green, blue, alpha}; in parsePlatformColor()
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKPolygon.swift | 4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25) 5 var strokeColor: UIColor = UIColor.blue
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKPolygon.swift | 4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25) 5 var strokeColor: UIColor = UIColor.blue
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/CustomTypes/ |
| H A D | ExpoMKPolygon.swift | 4 var fillColor: UIColor = UIColor.blue.withAlphaComponent(0.25) 5 var strokeColor: UIColor = UIColor.blue
|
| /expo/tools/src/publish-packages/tasks/ |
| H A D | checkRepositoryStatus.ts | 9 const { cyan, yellow, blue } = chalk; constant 73 `It's recommended to publish from ${blue('main')} branch, while you're at ${blue(branchName)}`
|
| H A D | commitStagedChanges.ts | 9 const { blue } = chalk; constant 35 logger.info(`\n Committing changes with message: ${blue(commitMessage)}`);
|
| /expo/scripts/ |
| H A D | check-cocoapods-lockfiles.sh | 10 blue="tput setaf 4" 29 …printf "\\n⚠️ $($yellow)Update your local CocoaPods with $($blue)et pod-install$($yellow) if you'…
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Rect.tsx | 36 fill="blue" 59 fill="blue" 80 fill="blue" 100 fill="blue"
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/tools/src/commands/ |
| H A D | CherryPickCommand.ts | 73 `\nLooking for commits to cherry-pick from ${chalk.bold(chalk.blue(source))} to ${chalk.bold( 74 chalk.blue(destination) 153 message: `Choose which commits to cherry-pick from ${chalk.blue(source)} to ${chalk.blue( 174 logger.info(`Checking out ${chalk.bold(chalk.blue(destination))} branch...`);
|
| H A D | CommentatorCommand.ts | 28 `To add "Hello!" comment on issue #1234, run it with ${chalk.blue.italic( 59 link(chalk.blue('#' + issue), `https://github.com/expo/expo/issues/${issue}`)
|
| H A D | ClientInstall.ts | 30 console.log(`Installing Expo client from ${chalk.blue(clientUrl)} on iOS simulator...`); 40 console.log(`Launching Expo client with identifier ${chalk.blue(appIdentifier)}...`); 72 `Installing Expo client from ${chalk.blue(clientUrl)} on Android ${device.type}...`
|
| /expo/packages/expo-modules-core/ios/Swift/ |
| H A D | Conversions.swift | 122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/ |
| H A D | Conversions.swift | 122 let blue = CGFloat(argb & 0xff) / 255.0 in toColor() variable 123 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor() 135 let blue = CGFloat((rgba >> 8) & 0xff) / 255.0 in toColor() variable 137 return UIColor(red: red, green: green, blue: blue, alpha: alpha) in toColor()
|
| /expo/packages/expo-dev-launcher/ios/Tests/ |
| H A D | EXDevLauncherManifestHelperTests.swift | 23 …XCTAssertEqual(UIColor.init(red: 192.0/255.0, green: 1.0, blue: 51.0/255.0, alpha: 1.0), EXDevLaun… in testHexStringToColor() 24 …XCTAssertEqual(UIColor.init(red: 0.0, green: 0.0, blue: 0.0, alpha: 1.0), EXDevLauncherManifestHel… in testHexStringToColor()
|
| /expo/ios/ |
| H A D | podfile_helpers.rb | 7 def blue(message) method 21 puts brown "#{message} #{blue relative_file_path}"
|
| /expo/tools/src/ |
| H A D | Formatter.ts | 7 const { white, cyan, red, green, yellow, blue, gray, dim, reset } = chalk; constant 35 `(${blue.bold(link('#$1', 'https://github.com/expo/expo/pull/$1'))})` 58 .replace(/\[(#\d+|@\w+)\]\(([^)]+?)\)/g, blue.bold(link('$1', '$2')))
|
| /expo/packages/expo-modules-core/android/src/test/java/expo/modules/kotlin/types/ |
| H A D | ColorTypeConverterTest.kt | 25 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from CSS named color() 47 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from int() 65 Truth.assertThat(color.blue()).isEqualTo(expectedColor[2]) in converts from double array()
|
| /expo/tools/src/generate-module/ |
| H A D | generateModuleAsync.ts | 23 console.log(`Using custom module template: ${chalk.blue(options.template)}`); 29 `Using local module template from ${chalk.blue(path.relative(EXPO_DIR, templatePath))}`
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI47_0_0ColorComponents.h | 16 float blue{0};
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI48_0_0ColorComponents.h | 16 float blue{0};
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/ |
| H A D | ABI49_0_0ColorComponents.h | 16 float blue{0};
|