Home
last modified time | relevance | path

Searched refs:form (Results 1 – 25 of 139) sorted by relevance

123456

/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift63 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 DCardFormView.swift40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift63 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 DCardFormView.swift40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift63 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 DCardFormView.swift40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DAuBECSDebitFormView.swift63 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 DCardFormView.swift40 func cardFormView(_ form: STPCardFormView, didChangeToStateComplete complete: Bool) { in cardFormView()
/expo/packages/@expo/cli/src/start/server/middleware/
H A DExpoGoManifestHandlerMiddleware.ts175 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 Dserver.ts104 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 DEXUpdatesParameterParserTests.m32 …@[@"form-data; name=\"manifest\"; filename=\"hello2\"", @{@"form-data": [NSNull null], @"name": @"…
/expo/packages/expo-structured-headers/android/
H A DLICENSE26 "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 DTHIRD-PARTY-LICENSES64 "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 Dsitemap.mdx12 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 DProvider.types.js.map1 …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 Dversions.js.map1form of x.y.z`);\n }\n}\n\nexport function lteSdkVersion(exp: Pick<ExpoConfig, 'sdkVersion'>, sdk…
/expo/docs/ui/components/Snippet/blocks/
H A DSnackInline.tsx79 <form action={SNACK_URL} method="POST" target="_blank" className="contents">
108 </form>
/expo/packages/@expo/cli/src/start/server/__tests__/__snapshots__/
H A DwebTemplate-test.ts.snap82 <form
123 </form>
/expo/packages/expo-maps/build/
H A DCluster.js.map1 …n */\n name: string;\n /**\n * Minimal number of markers to form the cluster\n *…
/expo/docs/pages/eas-update/
H A Dexpo-dev-client.mdx48 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 DRandom.js.map1form of a `Uint8Array`.\n * Falls back to `Math.random` during development to prevent issues with …
/expo/.github/ISSUE_TEMPLATE/
H A Dbug_report.yml7 …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 DbytesToUuid.js.map1 …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 DABI48_0_0EXMediaLibraryImageLoader.m41 // form of an NSURL which is what assets-library uses.
/expo/packages/expo-media-library/ios/EXMediaLibrary/
H A DEXMediaLibraryImageLoader.m41 // form of an NSURL which is what assets-library uses.

123456