Home
last modified time | relevance | path

Searched refs:givenName (Results 1 – 25 of 31) sorted by relevance

12

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DASN1DistinguishedNames.swift41 …public static let givenName = ASN1DistinguishedNames(oid: "2.5.4.42", representation:… variable
97 case .givenName: return "GIVENNAME" in shortRepresentation()
H A DOID.swift83 case givenName = "2.5.4.42"
/expo/ios/versioned/sdk47/EXAppleAuthentication/EXAppleAuthentication/
H A DABI47_0_0EXAppleAuthenticationMappings.m81 @"givenName": ABI47_0_0EXNullIfNil(nameComponents.givenName),
/expo/packages/expo-apple-authentication/src/
H A DAppleAuthentication.types.ts181 givenName: string | null;
/expo/packages/expo-apple-authentication/build/
H A DAppleAuthentication.types.d.ts158 givenName: string | null;
H A DAppleAuthentication.types.js.map1 …t type AppleAuthenticationFullName = {\n namePrefix: string | null;\n givenName: string | null;\…
/expo/ios/versioned/sdk48/ExpoAppleAuthentication/
H A DAppleAuthenticationUtils.swift61 "givenName": nameComponents?.givenName, in nameComponentsToDict()
/expo/ios/versioned/sdk49/ExpoAppleAuthentication/
H A DAppleAuthenticationUtils.swift61 "givenName": nameComponents?.givenName, in nameComponentsToDict()
/expo/packages/expo-apple-authentication/ios/
H A DAppleAuthenticationUtils.swift61 "givenName": nameComponents?.givenName, in nameComponentsToDict()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI47_0_0RCTTextInputUtils.mm199 @"givenName" : UITextContentTypeGivenName,
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI49_0_0RCTTextInputUtils.mm198 @"givenName" : UITextContentTypeGivenName,
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/React/Fabric/Mounting/ComponentViews/TextInput/
H A DABI48_0_0RCTTextInputUtils.mm199 @"givenName" : UITextContentTypeGivenName,
/expo/ios/versioned/sdk47/EXContacts/EXContacts/
H A DABI47_0_0EXContacts.m637 …if ([self _fieldHasValue:person.givenName]) contact[ABI47_0_0EXContactsKeyFirstName] = person.give…
741 …if (data[ABI47_0_0EXContactsKeyFirstName]) contact.givenName = data[ABI47_0_0EXContactsKeyFirstNam…
H A DABI47_0_0EXContacts+Serialization.m260 if (person.givenName) {
/expo/packages/expo-contacts/ios/EXContacts/
H A DEXContacts.m637 if ([self _fieldHasValue:person.givenName]) contact[EXContactsKeyFirstName] = person.givenName;
741 if (data[EXContactsKeyFirstName]) contact.givenName = data[EXContactsKeyFirstName];
H A DEXContacts+Serialization.m260 if (person.givenName) {
/expo/ios/versioned/sdk49/EXContacts/EXContacts/
H A DABI49_0_0EXContacts.m637 …if ([self _fieldHasValue:person.givenName]) contact[ABI49_0_0EXContactsKeyFirstName] = person.give…
741 …if (data[ABI49_0_0EXContactsKeyFirstName]) contact.givenName = data[ABI49_0_0EXContactsKeyFirstNam…
H A DABI49_0_0EXContacts+Serialization.m260 if (person.givenName) {
/expo/ios/versioned/sdk48/EXContacts/EXContacts/
H A DABI48_0_0EXContacts.m637 …if ([self _fieldHasValue:person.givenName]) contact[ABI48_0_0EXContactsKeyFirstName] = person.give…
741 …if (data[ABI48_0_0EXContactsKeyFirstName]) contact.givenName = data[ABI48_0_0EXContactsKeyFirstNam…
H A DABI48_0_0EXContacts+Serialization.m260 if (person.givenName) {
/expo/ios/vendored/unversioned/@stripe/stripe-react-native/ios/
H A DMappers.swift210 "givenName": shippingContact.name?.givenName ?? "", in mapFromShippingContact()
/expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/
H A DMappers.swift199 "givenName": shippingContact.name?.givenName ?? "", in mapFromShippingContact()
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Text/TextInput/
H A DABI47_0_0RCTBaseTextInputView.m233 @"givenName": UITextContentTypeGivenName,
/expo/ios/vendored/sdk48/@stripe/stripe-react-native/ios/
H A DMappers.swift210 "givenName": shippingContact.name?.givenName ?? "", in mapFromShippingContact()
/expo/ios/vendored/sdk49/@stripe/stripe-react-native/ios/
H A DMappers.swift210 "givenName": shippingContact.name?.givenName ?? "", in mapFromShippingContact()

12