| /expo/docs/public/static/schemas/unversioned/ |
| H A D | eas-json-build-common-schema.js | 5 description: [ 12 description: [ 19 description: [ 28 description: [ 37 description: [ 48 description: [ 57 description: [ 67 description: [ 77 description: [ 87 description: [ [all …]
|
| H A D | eas-json-build-ios-schema.js | 3 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 D | eas-json-submit-ios-schema.js | 10 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 D | eas-json-build-android-schema.js | 3 …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 D | eas-json-submit-android-schema.js | 5 …description: ['Path to the JSON file with service account key used to authenticate with Google Pla… 10 description: ['The track of the application to use.'] 15 …description: ['The status of a release. [Learn more](https://developers.google.com/android-publish… 20 …description: ['The initial fraction of users who are eligible to receive the release. Should be a … 25 …description: ['Indicates that the changes sent with this submission will not be reviewed until the… 30 description: [
|
| /expo/docs/public/static/ |
| H A D | talks.ts | 5 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 D | Exception.swift | 32 …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 D | CodedError.swift | 8 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 D | Exception.swift | 32 …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 D | CodedError.swift | 8 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 D | Exception.swift | 32 …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 D | CodedError.swift | 8 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 D | Exception.swift | 32 …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 D | CodedError.swift | 8 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 D | generate-codegen-artifacts.js | 18 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 D | generate-artifacts.js | 18 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 D | generate-codegen-artifacts.js | 18 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 D | TestReporterRule.kt | 24 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 D | RetryTestRule.kt | 8 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 D | schema.mdx | 44 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 D | JsInspector.ts | 6 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 D | Head.tsx | 4 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 D | EXAppLoaderRequestTests.m | 17 description:@"AppLoader should load something for Native Component List"]; 25 … description:@"AppLoader should not load a valid app running an unsupported SDK version"]; 31 …description:@"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 D | metroInspectorResponse.ts | 5 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 D | Promise.swift | 15 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()
|