Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 1490) sorted by relevance

12345678910>>...60

/expo/docs/public/static/schemas/unversioned/
H A Deas-json-build-common-schema.js5 description: [
12 description: [
19 description: [
28 description: [
37 description: [
48 description: [
57 description: [
67 description: [
77 description: [
87 description: [
[all …]
H A Deas-json-build-ios-schema.js3 const iosResourcesList = iosResources.map(({symbol, description}) => `- \`${symbol}\`: ${descriptio…
9 description: [
27 description: [
41 description: [
48 description: [
64 description: [ 'Version of [bundler](https://bundler.io/).' ],
69 description: [ 'Version of fastlane.' ],
74 description: [ 'Version of CocoaPods.' ],
79 description: [
92 description: [
[all …]
H A Deas-json-submit-ios-schema.js10 description: [
18 description: ['Your Apple Developer Team ID.'],
23 description: [
30 description: ['Primary language. Defaults to "en-US".'],
35 description: [
42 description: [
49 description: [
56 description: [
63 description: [
70 description: [
[all …]
H A Deas-json-build-android-schema.js3 …droidResourcesList = androidResources.map(({symbol, description}) => `- \`${symbol}\`: ${descripti…
9 description: [
16 description: [
23 description: [
40 description: [ 'Version of Android NDK.' ],
45 description: [
59 description: [
68 description: [
76 description: [
H A Deas-json-submit-android-schema.js5description: ['Path to the JSON file with service account key used to authenticate with Google Pla…
10 description: ['The track of the application to use.']
15description: ['The status of a release. [Learn more](https://developers.google.com/android-publish…
20description: ['The initial fraction of users who are eligible to receive the release. Should be a …
25description: ['Indicates that the changes sent with this submission will not be reviewed until the…
30 description: [
/expo/docs/public/static/
H A Dtalks.ts5 description: "Charlie Cheever & James Ide",
12 description: "Jon Samp",
19 description: "Evan Bacon",
26 description: "Cedric van Putten",
33 description: 'Kudo Chien',
39 description: 'Keith Kurak',
45 description: 'Charlie Cheever, Evan Bacon, Tomasz Sapeta',
51 description: 'Kudo Chien',
57 description: 'Quinlan Jung',
63 description: 'Evan Bacon',
[all …]
/expo/packages/expo-modules-core/ios/Swift/Exceptions/
H A DException.swift32 …public init(name: String, description: String, code: String? = nil, file: String = #fileID, line: …
36 self.description = description
51 open lazy var description: String = concatDescription(reason, withCause: cause, debug: false) variable
64 private func concatDescription(_ description: String, withCause cause: Error?, debug: Bool = false)… in concatDescription()
68 return description + causeSeparator + (debug ? cause.debugDescription : cause.description) in concatDescription()
71 return description + causeSeparator + cause.description in concatDescription()
73 return description + causeSeparator + cause.localizedDescription in concatDescription()
75 return description in concatDescription()
H A DCodedError.swift8 var description: String { get } variable
26 var description: String { variable
37 public var description: String variable
39 init(_ code: String, _ description: String) {
41 self.description = description
/expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Exceptions/
H A DException.swift32 …public init(name: String, description: String, code: String? = nil, file: String = #fileID, line: …
36 self.description = description
51 open lazy var description: String = concatDescription(reason, withCause: cause, debug: false) variable
64 private func concatDescription(_ description: String, withCause cause: Error?, debug: Bool = false)… in concatDescription()
68 return description + causeSeparator + (debug ? cause.debugDescription : cause.description) in concatDescription()
71 return description + causeSeparator + cause.description in concatDescription()
73 return description + causeSeparator + cause.localizedDescription in concatDescription()
75 return description in concatDescription()
H A DCodedError.swift8 var description: String { get } variable
26 var description: String { variable
37 public var description: String variable
39 init(_ code: String, _ description: String) {
41 self.description = description
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Exceptions/
H A DException.swift32 …public init(name: String, description: String, code: String? = nil, file: String = #fileID, line: …
36 self.description = description
51 open lazy var description: String = concatDescription(reason, withCause: cause, debug: false) variable
64 private func concatDescription(_ description: String, withCause cause: Error?, debug: Bool = false)… in concatDescription()
68 return description + causeSeparator + (debug ? cause.debugDescription : cause.description) in concatDescription()
71 return description + causeSeparator + cause.description in concatDescription()
73 return description + causeSeparator + cause.localizedDescription in concatDescription()
75 return description in concatDescription()
H A DCodedError.swift8 var description: String { get } variable
26 var description: String { variable
37 public var description: String variable
39 init(_ code: String, _ description: String) {
41 self.description = description
/expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Exceptions/
H A DException.swift32 …public init(name: String, description: String, code: String? = nil, file: String = #fileID, line: …
36 self.description = description
51 open lazy var description: String = concatDescription(reason, withCause: cause, debug: false) variable
64 private func concatDescription(_ description: String, withCause cause: Error?, debug: Bool = false)… in concatDescription()
68 return description + causeSeparator + (debug ? cause.debugDescription : cause.description) in concatDescription()
71 return description + causeSeparator + cause.description in concatDescription()
73 return description + causeSeparator + cause.localizedDescription in concatDescription()
75 return description in concatDescription()
H A DCodedError.swift8 var description: String { get } variable
26 var description: String { variable
37 public var description: String variable
39 init(_ code: String, _ description: String) {
41 self.description = description
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js18 description: 'Path to React Native application', property
22 description: 'Path where generated artifacts will be output to', property
27 description: 'The file that contains the codegen configuration.',
32 description:
38 description: 'A flag to control whether to generate fabric components.',
44 description:
50 description: 'Path to the node executable.',
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/
H A Dgenerate-artifacts.js18 description: 'Path to React Native application', property
22 description: 'Path where generated artifacts will be output to', property
27 description: 'The file that contains the codegen configuration.',
32 description:
38 description: 'A flag to control whether to generate fabric components.',
44 description:
50 description: 'Path to the node executable.',
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/
H A Dgenerate-codegen-artifacts.js18 description: 'Path to React Native application', property
22 description: 'Path where generated artifacts will be output to', property
27 description: 'The file that contains the codegen configuration.',
32 description:
38 description: 'A flag to control whether to generate fabric components.',
44 description:
50 description: 'Path to the node executable.',
/expo/android/app/src/androidTest/java/host/exp/exponent/utils/
H A DTestReporterRule.kt24 override fun apply(base: Statement, description: Description): Statement { in apply()
25 return statement(base, description) in apply()
28 private fun statement(base: Statement, description: Description): Statement { in statement()
32 Log.d(TAG, "start_test_" + description.displayName) in statement()
36 Log.d(TAG, "end_test_" + description.displayName) in statement()
37 reportResult(true, description.displayName) in statement()
40 Log.d(TAG, "end_test_" + description.displayName) in statement()
41 reportResult(false, description.displayName) in statement()
H A DRetryTestRule.kt8 override fun apply(base: Statement, description: Description): Statement { in apply()
9 return statement(base, description) in apply()
12 private fun statement(base: Statement, description: Description): Statement { in statement()
23 System.err.println(description.displayName + ": run " + (i + 1) + " failed") in statement()
26 … System.err.println(description.displayName + ": giving up after " + retryCount + " failures") in statement()
/expo/docs/pages/eas/metadata/
H A Dschema.mdx44 description: [
55 description:
68 description:
95 description:
225 description:
306 description:
311 description:
320 description:
325 description:
330 description:
[all …]
/expo/packages/@expo/cli/src/start/server/middleware/inspector/
H A DJsInspector.ts6 description: string; property
44 return apps.find((app) => app.description === appId) ?? null;
62 if (app.description !== "don't use") {
64 const appId = app.description;
70 if (app.description === "don't use") {
72 app.description = deviceIdToAppId[deviceId] ?? app.description;
/expo/docs/components/
H A DHead.tsx4 type HeadProps = PropsWithChildren<{ title?: string; description?: string }>;
9 const Head = ({ title, description, children }: HeadProps) => (
17 <meta name="description" content={description === '' ? BASE_DESCRIPTION : description} />
25 <meta property="og:description" content={description === '' ? BASE_DESCRIPTION : description} />
31 name="twitter:description"
32 content={description === '' ? BASE_DESCRIPTION : description}
/expo/ios/Tests/AppLoader/
H A DEXAppLoaderRequestTests.m17 description:@"AppLoader should load something for Native Component List"];
25description:@"AppLoader should not load a valid app running an unsupported SDK version"];
31description:@"AppLoader should not load anything from a valid app with a nonexistent release chann…
37 description:@"AppLoader should not load anything from a nonexistent app url"];
42 - (void)_testDoesUrlFailToLoad:(NSURL *)url description:(NSString *)description
44 XCTestExpectation *expectToSucceed = [[XCTestExpectation alloc] initWithDescription:description];
46 XCTestExpectation *expectToFail = [[XCTestExpectation alloc] initWithDescription:description];
58 - (void)_testDoesUrlLoadSuccessfully:(NSURL *)url description:(NSString *)description
60 XCTestExpectation *expectToSucceed = [[XCTestExpectation alloc] initWithDescription:description];
61 XCTestExpectation *expectToFail = [[XCTestExpectation alloc] initWithDescription:description];
/expo/packages/@expo/cli/src/start/server/middleware/inspector/__tests__/fixtures/
H A DmetroInspectorResponse.ts5 description: 'io.expo.test.devclient',
16 description: "don't use",
27 description: 'io.expo.test.hermes',
38 description: "don't use",
/expo/packages/expo-modules-core/ios/Swift/
H A DPromise.swift15 return { code, description, _ in
16 reject(code ?? "", description ?? "")
36 public func reject(_ code: String, _ description: String) { in reject()
37 rejecter(Exception(name: code, description: description, code: code)) in reject()

12345678910>>...60