Home
last modified time | relevance | path

Searched refs:textField (Results 1 – 22 of 22) sorted by relevance

/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DCardFieldView.swift144 inMonth: textField.formattedExpirationMonth ?? "" in paymentCardTextFieldDidChange()
149 "expiryMonth": textField.expirationMonth, in paymentCardTextFieldDidChange()
150 "expiryYear": textField.expirationYear, in paymentCardTextFieldDidChange()
151 "complete": textField.isValid, in paymentCardTextFieldDidChange()
153 "last4": textField.paymentMethodParams.card!.last4 ?? "", in paymentCardTextFieldDidChange()
159 cardData["postalCode"] = textField.postalCode ?? "" in paymentCardTextFieldDidChange()
162 cardData["number"] = textField.cardNumber ?? "" in paymentCardTextFieldDidChange()
163 cardData["cvc"] = textField.cvc ?? "" in paymentCardTextFieldDidChange()
167 if (textField.isValid) { in paymentCardTextFieldDidChange()
168 self.cardParams = textField.paymentMethodParams in paymentCardTextFieldDidChange()
[all …]
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DCardFieldView.swift144 inMonth: textField.formattedExpirationMonth ?? "" in paymentCardTextFieldDidChange()
149 "expiryMonth": textField.expirationMonth, in paymentCardTextFieldDidChange()
150 "expiryYear": textField.expirationYear, in paymentCardTextFieldDidChange()
151 "complete": textField.isValid, in paymentCardTextFieldDidChange()
153 "last4": textField.paymentMethodParams.card!.last4 ?? "", in paymentCardTextFieldDidChange()
159 cardData["postalCode"] = textField.postalCode ?? "" in paymentCardTextFieldDidChange()
162 cardData["number"] = textField.cardNumber ?? "" in paymentCardTextFieldDidChange()
163 cardData["cvc"] = textField.cvc ?? "" in paymentCardTextFieldDidChange()
167 if (textField.isValid) { in paymentCardTextFieldDidChange()
168 self.cardParams = textField.paymentMethodParams in paymentCardTextFieldDidChange()
[all …]
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DCardFieldView.swift138 inMonth: textField.formattedExpirationMonth ?? "" in paymentCardTextFieldDidChange()
143 "expiryMonth": textField.expirationMonth, in paymentCardTextFieldDidChange()
144 "expiryYear": textField.expirationYear, in paymentCardTextFieldDidChange()
145 "complete": textField.isValid, in paymentCardTextFieldDidChange()
147 "last4": textField.cardParams.last4 ?? "", in paymentCardTextFieldDidChange()
153 cardData["postalCode"] = textField.postalCode ?? "" in paymentCardTextFieldDidChange()
156 cardData["number"] = textField.cardNumber ?? "" in paymentCardTextFieldDidChange()
157 cardData["cvc"] = textField.cvc ?? "" in paymentCardTextFieldDidChange()
161 if (textField.isValid) { in paymentCardTextFieldDidChange()
162 self.cardParams = textField.cardParams in paymentCardTextFieldDidChange()
[all …]
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DCardFieldView.swift138 inMonth: textField.formattedExpirationMonth ?? "" in paymentCardTextFieldDidChange()
143 "expiryMonth": textField.expirationMonth, in paymentCardTextFieldDidChange()
144 "expiryYear": textField.expirationYear, in paymentCardTextFieldDidChange()
145 "complete": textField.isValid, in paymentCardTextFieldDidChange()
147 "last4": textField.paymentMethodParams.card!.last4 ?? "", in paymentCardTextFieldDidChange()
153 cardData["postalCode"] = textField.postalCode ?? "" in paymentCardTextFieldDidChange()
156 cardData["number"] = textField.cardNumber ?? "" in paymentCardTextFieldDidChange()
157 cardData["cvc"] = textField.cvc ?? "" in paymentCardTextFieldDidChange()
161 if (textField.isValid) { in paymentCardTextFieldDidChange()
162 self.cardParams = textField.paymentMethodParams in paymentCardTextFieldDidChange()
[all …]
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/CoreModules/
H A DABI49_0_0RCTAlertManager.mm119 textField.secureTextEntry = NO;
120 textField.text = defaultValue;
121 textField.keyboardType = keyboardType;
127 textField.placeholder = ABI49_0_0RCTUIKitLocalizedString(@"Password");
128 textField.secureTextEntry = YES;
129 textField.text = defaultValue;
130 textField.keyboardType = keyboardType;
136 textField.placeholder = ABI49_0_0RCTUIKitLocalizedString(@"Login");
137 textField.text = defaultValue;
138 textField.keyboardType = keyboardType;
[all …]
H A DABI49_0_0RCTDevMenu.mm350 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
351 textField.placeholder = @"0.0.0.0";
353 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
354 textField.placeholder = @"8081";
356 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
357 textField.placeholder = @"index";
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/CoreModules/
H A DABI47_0_0RCTAlertManager.mm132 textField.secureTextEntry = NO;
133 textField.text = defaultValue;
134 textField.keyboardType = keyboardType;
140 textField.placeholder = ABI47_0_0RCTUIKitLocalizedString(@"Password");
141 textField.secureTextEntry = YES;
142 textField.text = defaultValue;
143 textField.keyboardType = keyboardType;
149 textField.placeholder = ABI47_0_0RCTUIKitLocalizedString(@"Login");
150 textField.text = defaultValue;
151 textField.keyboardType = keyboardType;
[all …]
H A DABI47_0_0RCTDevMenu.mm350 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
351 textField.placeholder = @"0.0.0.0";
353 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
354 textField.placeholder = @"8081";
356 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
357 textField.placeholder = @"index";
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/CoreModules/
H A DABI48_0_0RCTAlertManager.mm133 textField.secureTextEntry = NO;
134 textField.text = defaultValue;
135 textField.keyboardType = keyboardType;
141 textField.placeholder = ABI48_0_0RCTUIKitLocalizedString(@"Password");
142 textField.secureTextEntry = YES;
143 textField.text = defaultValue;
144 textField.keyboardType = keyboardType;
150 textField.placeholder = ABI48_0_0RCTUIKitLocalizedString(@"Login");
151 textField.text = defaultValue;
152 textField.keyboardType = keyboardType;
[all …]
H A DABI48_0_0RCTDevMenu.mm350 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
351 textField.placeholder = @"0.0.0.0";
353 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
354 textField.placeholder = @"8081";
356 … [alertController addTextFieldWithConfigurationHandler:^(UITextField *textField) {
357 textField.placeholder = @"index";
/expo/packages/expo-clipboard/src/web/
H A DClipboardModule.ts74 const textField = document.createElement('textarea'); constant
75 textField.textContent = text;
76 document.body.appendChild(textField);
77 textField.select();
84 document.body.removeChild(textField);
/expo/packages/expo-clipboard/build/web/
H A DClipboardModule.js54 const textField = document.createElement('textarea'); constant
55 textField.textContent = text;
56 document.body.appendChild(textField);
57 textField.select();
66 document.body.removeChild(textField);
H A DClipboardModule.js.map1textField = document.createElement('textarea');\n textField.textContent = text;\n document.b…
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBackedTextInputDelegateAdapter.m44 - (BOOL)textFieldShouldBeginEditing:(__unused UITextField *)textField
49 - (void)textFieldDidBeginEditing:(__unused UITextField *)textField
54 - (BOOL)textFieldShouldEndEditing:(__unused UITextField *)textField
59 - (void)textFieldDidEndEditing:(__unused UITextField *)textField
71 - (BOOL)textField:(__unused UITextField *)textField shouldChangeCharactersInRange:(NSRange)range re…
101 - (BOOL)textFieldShouldReturn:(__unused UITextField *)textField
126 - (BOOL)keyboardInputShouldDelete:(__unused UITextField *)textField
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI49_0_0RCTBackedTextInputDelegateAdapter.m48 - (BOOL)textFieldShouldBeginEditing:(__unused UITextField *)textField
53 - (void)textFieldDidBeginEditing:(__unused UITextField *)textField
58 - (BOOL)textFieldShouldEndEditing:(__unused UITextField *)textField
63 - (void)textFieldDidEndEditing:(__unused UITextField *)textField
75 - (BOOL)textField:(__unused UITextField *)textField
105 - (BOOL)textFieldShouldReturn:(__unused UITextField *)textField
132 - (BOOL)keyboardInputShouldDelete:(__unused UITextField *)textField
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI48_0_0RCTBackedTextInputDelegateAdapter.m48 - (BOOL)textFieldShouldBeginEditing:(__unused UITextField *)textField
53 - (void)textFieldDidBeginEditing:(__unused UITextField *)textField
58 - (BOOL)textFieldShouldEndEditing:(__unused UITextField *)textField
63 - (void)textFieldDidEndEditing:(__unused UITextField *)textField
75 - (BOOL)textField:(__unused UITextField *)textField
105 - (BOOL)textFieldShouldReturn:(__unused UITextField *)textField
132 - (BOOL)keyboardInputShouldDelete:(__unused UITextField *)textField
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts823 focusTextInput(textField?: React.ElementRef<HostComponent<unknown>>): void;
830 blurTextInput(textField?: React.ElementRef<HostComponent<unknown>>): void;
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Components/TextInput/
H A DTextInput.d.ts868 focusTextInput(textField?: React.ElementRef<HostComponent<unknown>>): void;
875 blurTextInput(textField?: React.ElementRef<HostComponent<unknown>>): void;
/expo/ios/vendored/sdk49/react-native-webview/apple/
H A DABI49_0_0RNCWebViewImpl.m1119 [alert addTextFieldWithConfigurationHandler:^(UITextField *textField) {
1120 textField.text = defaultText;
1137 NSTextField *textField = [[NSTextField alloc] initWithFrame:ABI49_0_0RCTSingleTextFieldFrame];
1138 textField.cell.scrollable = YES;
1140 textField.maximumNumberOfLines = 1;
1142 textField.stringValue = defaultText;
1143 [alert setAccessoryView:textField];
1149 completionHandler([textField stringValue]);
/expo/ios/vendored/unversioned/react-native-webview/apple/
H A DRNCWebViewImpl.m1119 [alert addTextFieldWithConfigurationHandler:^(UITextField *textField) {
1120 textField.text = defaultText;
1137 NSTextField *textField = [[NSTextField alloc] initWithFrame:RCTSingleTextFieldFrame];
1138 textField.cell.scrollable = YES;
1140 textField.maximumNumberOfLines = 1;
1142 textField.stringValue = defaultText;
1143 [alert setAccessoryView:textField];
1149 completionHandler([textField stringValue]);
/expo/ios/vendored/sdk48/react-native-webview/apple/
H A DABI48_0_0RNCWebView.m1064 [alert addTextFieldWithConfigurationHandler:^(UITextField *textField) {
1065 textField.text = defaultText;
1082 NSTextField *textField = [[NSTextField alloc] initWithFrame:ABI48_0_0RCTSingleTextFieldFrame];
1083 textField.cell.scrollable = YES;
1085 textField.maximumNumberOfLines = 1;
1087 textField.stringValue = defaultText;
1088 [alert setAccessoryView:textField];
1094 completionHandler([textField stringValue]);
/expo/ios/vendored/sdk47/react-native-webview/apple/
H A DABI47_0_0RNCWebView.m1044 [alert addTextFieldWithConfigurationHandler:^(UITextField *textField) {
1045 textField.text = defaultText;
1062 NSTextField *textField = [[NSTextField alloc] initWithFrame:ABI47_0_0RCTSingleTextFieldFrame];
1063 textField.cell.scrollable = YES;
1065 textField.maximumNumberOfLines = 1;
1067 textField.stringValue = defaultText;
1068 [alert setAccessoryView:textField];
1074 completionHandler([textField stringValue]);