Home
last modified time | relevance | path

Searched refs:to (Results 1 – 25 of 4218) sorted by relevance

12345678910>>...169

/expo/packages/expo-modules-core/android/src/main/java/expo/modules/kotlin/types/
H A DColorTypeConverter.kt20 "aqua" to arrayOf(0, 255, 255, 255), in <lambda>()
22 "azure" to arrayOf(240, 255, 255, 255), in <lambda>()
23 "beige" to arrayOf(245, 245, 220, 255), in <lambda>()
25 "black" to arrayOf(0, 0, 0, 255), in <lambda>()
27 "blue" to arrayOf(0, 0, 255, 255), in <lambda>()
29 "brown" to arrayOf(165, 42, 42, 255), in <lambda>()
38 "cyan" to arrayOf(0, 255, 255, 255), in <lambda>()
72 "green" to arrayOf(0, 128, 0, 255), in <lambda>()
100 "lime" to arrayOf(0, 255, 0, 255), in <lambda>()
119 "navy" to arrayOf(0, 0, 128, 255), in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/kotlin/types/
H A DColorTypeConverter.kt18 "aqua" to arrayOf(0, 255, 255, 255), in <lambda>()
20 "azure" to arrayOf(240, 255, 255, 255), in <lambda>()
21 "beige" to arrayOf(245, 245, 220, 255), in <lambda>()
23 "black" to arrayOf(0, 0, 0, 255), in <lambda>()
25 "blue" to arrayOf(0, 0, 255, 255), in <lambda>()
27 "brown" to arrayOf(165, 42, 42, 255), in <lambda>()
36 "cyan" to arrayOf(0, 255, 255, 255), in <lambda>()
70 "green" to arrayOf(0, 128, 0, 255), in <lambda>()
98 "lime" to arrayOf(0, 255, 0, 255), in <lambda>()
117 "navy" to arrayOf(0, 0, 128, 255), in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/kotlin/types/
H A DColorTypeConverter.kt18 "aqua" to arrayOf(0, 255, 255, 255), in <lambda>()
20 "azure" to arrayOf(240, 255, 255, 255), in <lambda>()
21 "beige" to arrayOf(245, 245, 220, 255), in <lambda>()
23 "black" to arrayOf(0, 0, 0, 255), in <lambda>()
25 "blue" to arrayOf(0, 0, 255, 255), in <lambda>()
27 "brown" to arrayOf(165, 42, 42, 255), in <lambda>()
36 "cyan" to arrayOf(0, 255, 255, 255), in <lambda>()
70 "green" to arrayOf(0, 128, 0, 255), in <lambda>()
98 "lime" to arrayOf(0, 255, 0, 255), in <lambda>()
117 "navy" to arrayOf(0, 0, 128, 255), in <lambda>()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/kotlin/types/
H A DColorTypeConverter.kt20 "aqua" to arrayOf(0, 255, 255, 255), in <lambda>()
22 "azure" to arrayOf(240, 255, 255, 255), in <lambda>()
25 "black" to arrayOf(0, 0, 0, 255), in <lambda>()
27 "blue" to arrayOf(0, 0, 255, 255), in <lambda>()
29 "brown" to arrayOf(165, 42, 42, 255), in <lambda>()
38 "cyan" to arrayOf(0, 255, 255, 255), in <lambda>()
69 "gold" to arrayOf(255, 215, 0, 255), in <lambda>()
72 "green" to arrayOf(0, 128, 0, 255), in <lambda>()
100 "lime" to arrayOf(0, 255, 0, 255), in <lambda>()
119 "navy" to arrayOf(0, 0, 128, 255), in <lambda>()
[all …]
/expo/packages/expo-manifests/ios/Tests/
H A DLegacyManifestSpec.swift27 expect(manifest.bundleKey()).to(beNil()) in spec()
33 expect(manifest.easProjectId()).to(beNil()) in spec()
39 expect(manifest.revisionId()).to(beNil()) in spec()
40 expect(manifest.slug()).to(beNil()) in spec()
41 expect(manifest.appKey()).to(beNil()) in spec()
42 expect(manifest.name()).to(beNil()) in spec()
43 expect(manifest.version()).to(beNil()) in spec()
45 expect(manifest.updatesInfo()).to(beNil()) in spec()
46 expect(manifest.iosConfig()).to(beNil()) in spec()
47 expect(manifest.hostUri()).to(beNil()) in spec()
[all …]
H A DBareManifestSpec.swift29 expect(manifest.metadata()).to(beNil()) in spec()
34 expect(manifest.easProjectId()).to(beNil()) in spec()
39 expect(manifest.revisionId()).to(beNil()) in spec()
40 expect(manifest.slug()).to(beNil()) in spec()
41 expect(manifest.appKey()).to(beNil()) in spec()
42 expect(manifest.name()).to(beNil()) in spec()
43 expect(manifest.version()).to(beNil()) in spec()
45 expect(manifest.updatesInfo()).to(beNil()) in spec()
46 expect(manifest.iosConfig()).to(beNil()) in spec()
47 expect(manifest.hostUri()).to(beNil()) in spec()
[all …]
H A DNewManifestSpec.swift30 expect(manifest.assets()).to(beNil()) in spec()
34 expect(manifest.revisionId()).to(beNil()) in spec()
35 expect(manifest.slug()).to(beNil()) in spec()
36 expect(manifest.appKey()).to(beNil()) in spec()
37 expect(manifest.name()).to(beNil()) in spec()
38 expect(manifest.version()).to(beNil()) in spec()
40 expect(manifest.updatesInfo()).to(beNil()) in spec()
41 expect(manifest.iosConfig()).to(beNil()) in spec()
42 expect(manifest.hostUri()).to(beNil()) in spec()
43 expect(manifest.orientation()).to(beNil()) in spec()
[all …]
/expo/packages/expo-crypto/android/src/test/java/expo/modules/crypto/
H A DExpectedEncodingResults.kt5 DigestOptions.Encoding.HEX to mapOf(
6 DigestAlgorithm.SHA1 to "c275355dc46ac171633935033d113e3872d595e5",
7 DigestAlgorithm.SHA256 to "f5e5cae536b49d394e1e72d4368d64b00a23298ec5ae11f3a9102a540e2532dc",
8 …DigestAlgorithm.SHA384 to "aa356c88afdbd8a7a5a9c3133541af0035e4b04e82438a223aa1939240ccb6b3ca28294…
10 DigestAlgorithm.MD5 to "c29f23f279126757ba18ec74d0d27cfa"
12 DigestOptions.Encoding.BASE64 to mapOf(
13 DigestAlgorithm.SHA1 to "wnU1XcRqwXFjOTUDPRE+OHLVleU=",
14 DigestAlgorithm.SHA256 to "9eXK5Ta0nTlOHnLUNo1ksAojKY7FrhHzqRAqVA4lMtw=",
15 DigestAlgorithm.SHA384 to "qjVsiK/b2KelqcMTNUGvADXksE6CQ4oiOqGTkkDMtrPKKClLWsD0JwOxUYP0wBb8",
16 …DigestAlgorithm.SHA512 to "8ZJPPmGqxOTKp/1WZZG4q7VBsOZCzXvwxxVzJnz6zxttr+kFvW5CYzv7pnxZd04HAJXhmnw…
[all …]
/expo/packages/expo-modules-core/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift53 expect(self.mockDelegate.events.count).to(equal(5)) in spec()
61 expect(method).to(equal("Network.requestWillBeSent")) in spec()
76 expect(method).to(equal("Network.responseReceived")) in spec()
78 expect(response["status"] as? Int).to(equal(200)) in spec()
95 expect(method).to(equal("Network.loadingFinished")) in spec()
109 expect(self.mockDelegate.events.count).to(equal(7)) in spec()
144 expect(method).to(equal("Network.responseReceived")) in spec()
146 expect(response["status"] as? Int).to(equal(200)) in spec()
171 expect(self.mockDelegate.events.count).to(equal(5)) in spec()
182 expect(response["status"] as? Int).to(equal(200)) in spec()
[all …]
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Tests/
H A DExpoRequestCdpInterceptorSpec.swift53 expect(self.mockDelegate.events.count).to(equal(5)) in spec()
61 expect(method).to(equal("Network.requestWillBeSent")) in spec()
76 expect(method).to(equal("Network.responseReceived")) in spec()
78 expect(response["status"] as? Int).to(equal(200)) in spec()
95 expect(method).to(equal("Network.loadingFinished")) in spec()
109 expect(self.mockDelegate.events.count).to(equal(7)) in spec()
144 expect(method).to(equal("Network.responseReceived")) in spec()
146 expect(response["status"] as? Int).to(equal(200)) in spec()
171 expect(self.mockDelegate.events.count).to(equal(5)) in spec()
182 expect(response["status"] as? Int).to(equal(200)) in spec()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/localization/
H A DLocalizationModule.kt53 "currency" to getCurrencyCode(locale),
56 "isoCurrencyCodes" to ISOCurrencyCodes,
58 "isRTL" to isRTL,
60 "locale" to localeNames[0],
61 "locales" to localeNames,
62 "region" to region,
63 "timezone" to TimeZone.getDefault().id
114 "languageTag" to locale.toLanguageTag(), in getPreferredLocales()
115 "regionCode" to getRegionCode(locale), in getPreferredLocales()
117 "languageCode" to locale.language, in getPreferredLocales()
[all …]
/expo/packages/expo-dev-menu-interface/ios/Tests/
H A DDevMenuActionTest.swift19 expect(serilizedData["type"] as? Int).to(equal(ItemType.action.rawValue)) in spec()
20 expect(serilizedData["actionId"] as? String).to(equal("action-1")) in spec()
21 expect(serilizedData["isAvailable"] as? Bool).to(beTrue()) in spec()
22 expect(serilizedData["isEnabled"] as? Bool).to(beTrue()) in spec()
23 expect(serilizedData["label"] as? String).to(equal("action-1-label")) in spec()
24 expect(serilizedData["detail"] as? String).to(equal("action-1-details")) in spec()
25 expect(serilizedData["glyphName"] as? String).to(equal("action-1-glyphname")) in spec()
29 expect(keyCommand["input"] as? String).to(equal("r")) in spec()
30 expect(keyCommand["modifiers"] as? Int).to(equal(1 << 2)) in spec()
39 expect(wasCalled).to(beTrue()) in spec()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerModule.kt27 "BarCodeType" to mapOf( in <lambda>()
28 "aztec" to Barcode.AZTEC, in <lambda>()
29 "ean13" to Barcode.EAN_13, in <lambda>()
30 "ean8" to Barcode.EAN_8, in <lambda>()
31 "qr" to Barcode.QR_CODE, in <lambda>()
32 "pdf417" to Barcode.PDF417, in <lambda>()
33 "upc_e" to Barcode.UPC_E, in <lambda>()
35 "code39" to Barcode.CODE_39, in <lambda>()
37 "itf14" to Barcode.ITF, in <lambda>()
40 "upc_a" to Barcode.UPC_A, in <lambda>()
[all …]
/expo/packages/expo-updates/ios/Tests/
H A DResponseHeaderDataSpec.swift20 expect(NSDictionary(dictionary: expected).isEqual(to: actual!)).to(beTrue()) in spec()
29 expect(NSDictionary(dictionary: expected).isEqual(to: actual!)).to(beTrue()) in spec()
38 expect(NSDictionary(dictionary: expected).isEqual(to: actual!)).to(beTrue()) in spec()
45 expect(NSDictionary(dictionary: expected).isEqual(to: actual!)).to(beTrue()) in spec()
50 expect(ResponseHeaderData.dictionaryWithStructuredHeader(header)).to(beNil()) in spec()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/localization/
H A DLocalizationModule.kt77 "currency" to getCurrencyCode(locale),
80 "isoCurrencyCodes" to ISOCurrencyCodes,
82 "isRTL" to isRTL,
84 "locale" to localeNames[0],
85 "locales" to localeNames,
86 "region" to region,
87 "timezone" to TimeZone.getDefault().id
138 "languageTag" to locale.toLanguageTag(), in getPreferredLocales()
139 "regionCode" to getRegionCode(locale), in getPreferredLocales()
141 "languageCode" to locale.language, in getPreferredLocales()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerModule.kt35 "BarCodeType" to mapOf( in getName()
36 "aztec" to Barcode.AZTEC, in getName()
37 "ean13" to Barcode.EAN_13, in getName()
38 "ean8" to Barcode.EAN_8, in getName()
39 "qr" to Barcode.QR_CODE, in getName()
40 "pdf417" to Barcode.PDF417, in getName()
41 "upc_e" to Barcode.UPC_E, in getName()
43 "code39" to Barcode.CODE_39, in getName()
45 "itf14" to Barcode.ITF, in getName()
48 "upc_a" to Barcode.UPC_A, in getName()
[all …]
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/barcodescanner/scanners/
H A DZxingBarCodeScanner.kt125 BarcodeFormat.AZTEC to Barcode.AZTEC,
126 BarcodeFormat.EAN_13 to Barcode.EAN_13,
127 BarcodeFormat.EAN_8 to Barcode.EAN_8,
128 BarcodeFormat.QR_CODE to Barcode.QR_CODE,
129 BarcodeFormat.PDF_417 to Barcode.PDF417,
130 BarcodeFormat.UPC_E to Barcode.UPC_E,
132 BarcodeFormat.CODE_39 to Barcode.CODE_39,
133 BarcodeFormat.CODE_93 to Barcode.CODE_93,
134 BarcodeFormat.ITF to Barcode.ITF,
135 BarcodeFormat.CODABAR to Barcode.CODABAR,
[all …]
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/barcodescanner/scanners/
H A DZxingBarCodeScanner.kt125 BarcodeFormat.AZTEC to Barcode.AZTEC,
126 BarcodeFormat.EAN_13 to Barcode.EAN_13,
127 BarcodeFormat.EAN_8 to Barcode.EAN_8,
128 BarcodeFormat.QR_CODE to Barcode.QR_CODE,
129 BarcodeFormat.PDF_417 to Barcode.PDF417,
130 BarcodeFormat.UPC_E to Barcode.UPC_E,
132 BarcodeFormat.CODE_39 to Barcode.CODE_39,
133 BarcodeFormat.CODE_93 to Barcode.CODE_93,
134 BarcodeFormat.ITF to Barcode.ITF,
135 BarcodeFormat.CODABAR to Barcode.CODABAR,
[all …]
/expo/packages/expo-localization/android/src/main/java/expo/modules/localization/
H A DLocalizationModule.kt94 "currency" to getCurrencyCode(locale),
97 "isoCurrencyCodes" to ISOCurrencyCodes,
99 "isRTL" to isRTL,
101 "locale" to localeNames[0],
102 "locales" to localeNames,
103 "region" to region,
104 "timezone" to TimeZone.getDefault().id
147 "languageTag" to locale.toLanguageTag(), in getPreferredLocales()
148 "regionCode" to getRegionCode(locale), in getPreferredLocales()
150 "languageCode" to locale.language, in getPreferredLocales()
[all …]
/expo/packages/expo-updates/android/src/androidTest/java/expo/modules/updates/loader/
H A DFileDownloaderManifestParsingTest.kt463 "expo-sfv-version" to "0", in testManifestParsing_JSONBodySigned()
464 "content-type" to contentType, in testManifestParsing_JSONBodySigned()
518 "expo-sfv-version" to "0", in testManifestParsing_MultipartBodySigned()
519 "content-type" to contentType, in testManifestParsing_MultipartBodySigned()
604 "expo-sfv-version" to "0", in testManifestParsing_JSONBodySigned_UnsignedRequest()
605 "content-type" to contentType, in testManifestParsing_JSONBodySigned_UnsignedRequest()
657 "expo-sfv-version" to "0", in testManifestParsing_MultipartBodySignedCertificateParticularExperience()
755 "expo-sfv-version" to "0", in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInManifest()
840 "expo-sfv-version" to "0", in testManifestParsing_MultipartBodySignedCertificateParticularExperience_IncorrectExperienceInDirective()
918 "expo-sfv-version" to "0", in testManifestParsing_JSONBodySigned_UnsignedRequest_ManifestSignatureOptional()
[all …]
/expo/packages/expo-barcode-scanner/android/src/main/java/expo/modules/barcodescanner/
H A DBarCodeScannerModule.kt34 "BarCodeType" to mapOf( in <lambda>()
35 "aztec" to Barcode.FORMAT_AZTEC, in <lambda>()
36 "ean13" to Barcode.FORMAT_EAN_13, in <lambda>()
37 "ean8" to Barcode.FORMAT_EAN_8, in <lambda>()
38 "qr" to Barcode.FORMAT_QR_CODE, in <lambda>()
39 "pdf417" to Barcode.FORMAT_PDF417, in <lambda>()
40 "upc_e" to Barcode.FORMAT_UPC_E, in <lambda>()
42 "code39" to Barcode.FORMAT_CODE_39, in <lambda>()
44 "itf14" to Barcode.FORMAT_ITF, in <lambda>()
47 "upc_a" to Barcode.FORMAT_UPC_A, in <lambda>()
[all …]
/expo/guides/
H A DOur Open Source Standards.md10 …and makes the judgement call on whether to accept them. An Expo team member will look at each PR a…
12 …nable PR as described above is the best way to get it reviewed timely and potentially accepted. Th…
18to one idea and implement it coherently. This idea may be a feature that spans several parts of th…
20 …nse on its own. Similarly, it should be easy to revert each commit. This keeps the commit history …
24 Code is much more expensive to maintain than it is to write. A maintainable PR is much more likely
26to understand and often small in scope. It is robust and unlikely to break if another part of the …
28to include them. In particular, use tests to demonstrate the behavior of edge cases that are less …
30to update even when refactoring code that doesn't change its public API. They consume time and att…
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/localization/
H A DLocalizationModule.kt94 "currency" to getCurrencyCode(locale),
97 "isoCurrencyCodes" to ISOCurrencyCodes,
99 "isRTL" to isRTL,
101 "locale" to localeNames[0],
102 "locales" to localeNames,
103 "region" to region,
104 "timezone" to TimeZone.getDefault().id
156 "languageTag" to locale.toLanguageTag(), in getPreferredLocales()
157 "regionCode" to getRegionCode(locale), in getPreferredLocales()
159 "languageCode" to locale.language, in getPreferredLocales()
[all …]
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/barcodescanner/
H A DBarCodeScannerModule.kt34 "BarCodeType" to mapOf( in <lambda>()
35 "aztec" to Barcode.FORMAT_AZTEC, in <lambda>()
36 "ean13" to Barcode.FORMAT_EAN_13, in <lambda>()
37 "ean8" to Barcode.FORMAT_EAN_8, in <lambda>()
38 "qr" to Barcode.FORMAT_QR_CODE, in <lambda>()
39 "pdf417" to Barcode.FORMAT_PDF417, in <lambda>()
40 "upc_e" to Barcode.FORMAT_UPC_E, in <lambda>()
42 "code39" to Barcode.FORMAT_CODE_39, in <lambda>()
44 "itf14" to Barcode.FORMAT_ITF, in <lambda>()
47 "upc_a" to Barcode.FORMAT_UPC_A, in <lambda>()
[all …]
/expo/docs/pages/app-signing/
H A Dmanaged-credentials.mdx3 description: Learn how to automatically manage your app credentials with EAS.
6to be distributed in an app store, it needs to be digitally signed with credentials such as a keys…
8 …'s all that you need to know about any of this to build an app with EAS Build, but if you would li…
10 Read on to learn how EAS can automatically manage credentials for you and your team.
14 …s build`, you will be prompted to generate credentials if you have not done so already. Follow the…
16 …distribution certificate, provisioning profile, and push key) requires you to sign in with an [App…
18to your Apple Developer account through EAS CLI, please refer to the ["Security"](/app-signing/sec…
28 If you haven't set up your Push Notifications key yet, EAS CLI will ask you to set it up during the…
34to give them access to perform builds on their own. [Ensure that your project is configured for co…
36 …erated your iOS credentials, it's no longer necessary to have access to the Apple Developer team t…
[all …]

12345678910>>...169