| /expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/ |
| H A D | AuBECSDebitFormView.swift | 63 func auBECSDebitForm(_ form: STPAUBECSDebitFormView, didChangeToStateComplete complete: Bool) { in auBECSDebitForm() 65 "accountNumber": form.paymentMethodParams?.auBECSDebit?.accountNumber ?? "", in auBECSDebitForm() 66 "bsbNumber": form.paymentMethodParams?.auBECSDebit?.bsbNumber ?? "", in auBECSDebitForm() 67 "name": form.paymentMethodParams?.billingDetails?.name ?? "", in auBECSDebitForm() 68 "email": form.paymentMethodParams?.billingDetails?.email ?? "" in auBECSDebitForm()
|
| H A D | CardFormView.swift | 40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
|
| /expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/ |
| H A D | AuBECSDebitFormView.swift | 63 func auBECSDebitForm(_ form: STPAUBECSDebitFormView, didChangeToStateComplete complete: Bool) { in auBECSDebitForm() 65 "accountNumber": form.paymentMethodParams?.auBECSDebit?.accountNumber ?? "", in auBECSDebitForm() 66 "bsbNumber": form.paymentMethodParams?.auBECSDebit?.bsbNumber ?? "", in auBECSDebitForm() 67 "name": form.paymentMethodParams?.billingDetails?.name ?? "", in auBECSDebitForm() 68 "email": form.paymentMethodParams?.billingDetails?.email ?? "" in auBECSDebitForm()
|
| H A D | CardFormView.swift | 40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
|
| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/ |
| H A D | AuBECSDebitFormView.swift | 63 func auBECSDebitForm(_ form: STPAUBECSDebitFormView, didChangeToStateComplete complete: Bool) { in auBECSDebitForm() 65 "accountNumber": form.paymentMethodParams?.auBECSDebit?.accountNumber ?? "", in auBECSDebitForm() 66 "bsbNumber": form.paymentMethodParams?.auBECSDebit?.bsbNumber ?? "", in auBECSDebitForm() 67 "name": form.paymentMethodParams?.billingDetails?.name ?? "", in auBECSDebitForm() 68 "email": form.paymentMethodParams?.billingDetails?.email ?? "" in auBECSDebitForm()
|
| H A D | CardFormView.swift | 40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
|
| /expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/ |
| H A D | AuBECSDebitFormView.swift | 63 func auBECSDebitForm(_ form: STPAUBECSDebitFormView, didChangeToStateComplete complete: Bool) { in auBECSDebitForm() 65 "accountNumber": form.paymentMethodParams?.auBECSDebit?.accountNumber ?? "", in auBECSDebitForm() 66 "bsbNumber": form.paymentMethodParams?.auBECSDebit?.bsbNumber ?? "", in auBECSDebitForm() 67 "name": form.paymentMethodParams?.billingDetails?.name ?? "", in auBECSDebitForm() 68 "email": form.paymentMethodParams?.billingDetails?.email ?? "" in auBECSDebitForm()
|
| H A D | CardFormView.swift | 40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
|
| /expo/packages/@expo/cli/src/start/server/middleware/ |
| H A D | ExpoGoManifestHandlerMiddleware.ts | 175 const form = this.getFormData({ constant 180 headers.set('content-type', `multipart/mixed; boundary=${form.getBoundary()}`); 182 body: form.getBuffer().toString(), 235 const form = new FormData(); constant 236 form.append('manifest', stringifiedManifest, { 243 form.append('certificate_chain', certificateChainBody, { 247 return form;
|
| /expo/packages/expo-updates/e2e/fixtures/project_files/e2e/tests/utils/ |
| H A D | server.ts | 104 const form = new FormData(); constant 107 form.append('manifest', JSON.stringify(multipartResponseToServe.manifest), { 117 form.append('directive', JSON.stringify(multipartResponseToServe.directive), { 130 res.setHeader('content-type', `multipart/mixed; boundary=${form.getBoundary()}`); 131 res.write(form.getBuffer());
|
| /expo/packages/expo-updates/ios/Tests/ |
| H A D | EXUpdatesParameterParserTests.m | 32 …@[@"form-data; name=\"manifest\"; filename=\"hello2\"", @{@"form-data": [NSNull null], @"name": @"…
|
| /expo/packages/expo-structured-headers/android/ |
| H A D | LICENSE | 26 "Source" form shall mean the preferred form for making modifications, 30 "Object" form shall mean any form resulting from mechanical 31 transformation or translation of a Source form, including but 36 Object form, made available under the License, as indicated by a 41 form, that is based on (or derived from) the Work and for which the 54 means any form of electronic, verbal, or written communication sent 71 Work and such Derivative Works in Source or Object form. 91 modifications, and in Source or Object form, provided that You 100 (c) You must retain, in the Source form of any Derivative Works 102 attribution notices from the Source form of the Work, [all …]
|
| /expo/ |
| H A D | THIRD-PARTY-LICENSES | 64 "Source" form shall mean the preferred form for making modifications, 68 "Object" form shall mean any form resulting from mechanical 69 transformation or translation of a Source form, including but 74 Object form, made available under the License, as indicated by a 109 Work and such Derivative Works in Source or Object form. 129 modifications, and in Source or Object form, provided that You 140 attribution notices from the Source form of the Work, 275 "Source" form shall mean the preferred form for making modifications, 279 "Object" form shall mean any form resulting from mechanical 320 Work and such Derivative Works in Source or Object form. [all …]
|
| /expo/docs/pages/router/reference/ |
| H A D | sitemap.mdx | 12 For example, if you want to launch the Expo Go app on iOS to the `/form-sheet` route, run: 14 <Terminal cmd={['$ npx uri-scheme open exp://192.168.87.39:19000/--/form-sheet --ios']} />
|
| /expo/packages/expo-auth-session/build/providers/ |
| H A D | Provider.types.js.map | 1 …ends AuthRequestConfig {\n /**\n * Language for the sign in UI, in the form of ISO 639-1 langua…
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | versions.js.map | 1 …form of x.y.z`);\n }\n}\n\nexport function lteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdk…
|
| /expo/docs/ui/components/Snippet/blocks/ |
| H A D | SnackInline.tsx | 79 <form action={SNACK_URL} method="POST" target="_blank" className="contents"> 108 </form>
|
| /expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/ |
| H A D | webTemplate-test.ts.snap | 82 <form 123 </form>
|
| /expo/packages/expo-maps/build/ |
| H A D | Cluster.js.map | 1 …n */\n name: string;\n /**\n * Minimal number of markers to form the cluster\n *…
|
| /expo/docs/pages/eas-update/ |
| H A D | expo-dev-client.mdx | 48 exp+form-duo://expo-development-client/?url=https://u.expo.dev/675cb1f0-fa3c-11e8-ac99-6374d9643cb2… 54 - `form-duo`: This is the project slug found in **app.json**/**app.config.js**.
|
| /expo/packages/expo-random/build/ |
| H A D | Random.js.map | 1 …form of a `Uint8Array`.\n * Falls back to `Math.random` during development to prevent issues with …
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | bug_report.yml | 7 …a bug in Expo tools, this is the right place. Please fill out this entire form. The most important…
|
| /expo/packages/expo-modules-core/build/uuid/lib/ |
| H A D | bytesToUuid.js.map | 1 …t":["/**\n * Convert array of 16 byte values to UUID string format of the form:\n * XXXXXXXX-XXXX-…
|
| /expo/ios/versioned/sdk48/EXMediaLibrary/EXMediaLibrary/ |
| H A D | ABI48_0_0EXMediaLibraryImageLoader.m | 41 // form of an NSURL which is what assets-library uses.
|
| /expo/packages/expo-media-library/ios/EXMediaLibrary/ |
| H A D | EXMediaLibraryImageLoader.m | 41 // form of an NSURL which is what assets-library uses.
|