Home
last modified time | relevance | path

Searched refs:fields (Results 1 – 25 of 142) sorted by relevance

123456

/expo/home/api/
H A DApolloClient.ts54 fields: {
64 fields: {
70 fields: {
/expo/packages/expo-updates/cli/
H A DconfigureCodeSigningAsync.ts34 const fields: ExpoConfig['updates'] = { constant
46 ...fields,
51 ...fields,
/expo/apps/test-suite/tests/
H A DContacts.js125 const fields = { variable
130 return createContact(fields);
137 const fields = { variable
143 return createContact(fields);
262 fields: [Contacts.Fields.PhoneNumbers], property
279 fields: [], property
289 fields: [], property
309 fields: [Contacts.SortTypes.LastName], property
321 fields: [Contacts.Fields.PhoneNumbers], property
326 fields: [Contacts.Fields.PhoneNumbers], property
[all …]
/expo/android/vendored/sdk47/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLType.h179 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
247 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
250 DSLType Struct(std::string_view name, SkSpan<DSLField> fields,
254 DSLType Struct(std::string_view name, Field... fields) { in Struct() argument
255 DSLField fieldTypes[] = {std::move(fields)...}; in Struct()
H A DDSLModifiers.h54 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
/expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/include/sksl/
H A DDSLType.h184 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
255 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
258 DSLType Struct(std::string_view name, SkSpan<DSLField> fields,
262 DSLType Struct(std::string_view name, Field... fields) { in Struct() argument
263 DSLField fieldTypes[] = {std::move(fields)...}; in Struct()
H A DDSLModifiers.h58 friend DSLType Struct(std::string_view name, SkSpan<DSLField> fields, Position pos);
/expo/packages/expo-maps/ios/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGooglePlacesFetchPlace.swift28 let fields = GMSPlaceField(rawValue: UInt(GMSPlaceField.name.rawValue) in search() variable
31 …placesClient.fetchPlace(fromPlaceID: placeId, placeFields: fields, sessionToken: token, callback: … in search()
/expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGooglePlacesFetchPlace.swift28 let fields = GMSPlaceField(rawValue: UInt(GMSPlaceField.name.rawValue) in search() variable
31 …placesClient.fetchPlace(fromPlaceID: placeId, placeFields: fields, sessionToken: token, callback: … in search()
/expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/GoogleMaps/PlacesUtils/
H A DGooglePlacesFetchPlace.swift28 let fields = GMSPlaceField(rawValue: UInt(GMSPlaceField.name.rawValue) in search() variable
31 …placesClient.fetchPlace(fromPlaceID: placeId, placeFields: fields, sessionToken: token, callback: … in search()
/expo/packages/expo-updates/android/src/main/java/expo/modules/updates/db/dao/
H A DJSONDataDao.kt46 open fun setMultipleFields(fields: Map<String, String>, scopeKey: String) { in setMultipleFields()
47 val iterator = fields.entries.iterator() in setMultipleFields()
/expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetViewManager.kt35 fun setAdditionalFields(view: AddressSheetView, fields: ReadableMap) { in setAdditionalFields()
36 view.setAdditionalFields(fields) in setAdditionalFields()
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetViewManager.kt36 fun setAdditionalFields(view: AddressSheetView, fields: ReadableMap) { in setAdditionalFields()
37 view.setAdditionalFields(fields) in setAdditionalFields()
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/components/reactnativestripesdk/addresssheet/
H A DAddressSheetViewManager.kt36 fun setAdditionalFields(view: AddressSheetView, fields: ReadableMap) { in setAdditionalFields()
37 view.setAdditionalFields(fields) in setAdditionalFields()
/expo/android/expoview/src/main/java/host/exp/exponent/
H A DRNObject.kt305 val fields = clazz!!.fields in getFieldWithType() constant
306 for (i in fields.indices) { in getFieldWithType()
307 val field = fields[i] in getFieldWithType()
/expo/packages/expo-structured-headers/
H A DREADME.md7 The Java implementation is a derivative of https://github.com/reschke/structured-fields, modified f…
H A DCHANGELOG.md129 …droid implementation of the structured fields specification, based on https://github.com/reschke/s…
130 - Added a partial iOS implementation of the structured fields specification - parsing, no serializa…
/expo/packages/expo-contacts/build/
H A DContacts.d.ts387 fields?: FieldType[];
558 export declare function getContactByIdAsync(id: string, fields?: FieldType[]): Promise<Contact | un…
/expo/docs/pages/versions/unversioned/sdk/
H A Dsensors.mdx15 …essing device sensors to measure motion, orientation, pressure, magnetic fields, ambient light, an…
83 description="Measures magnetic fields on Android and iOS platforms."
/expo/docs/pages/versions/v48.0.0/sdk/
H A Dsensors.mdx15 …essing device sensors to measure motion, orientation, pressure, magnetic fields, ambient light, an…
83 description="Measures magnetic fields on Android and iOS platforms."
/expo/docs/pages/versions/v49.0.0/sdk/
H A Dsensors.mdx15 …essing device sensors to measure motion, orientation, pressure, magnetic fields, ambient light, an…
83 description="Measures magnetic fields on Android and iOS platforms."
/expo/docs/pages/versions/v46.0.0/sdk/
H A Dcontacts.mdx35 fields: [Contacts.Fields.Emails],
124 fields: [Contacts.Fields.Emails],
133 ### `Contacts.getContactByIdAsync(contactId, fields)`
136 Contacts.getContactByIdAsync(contactId: string, fields: FieldType[]): Promise<Contact>
146 | fields | `FieldType[]` | If available the fields defined will be returned. If `nil` then all f…
532 A set of fields that define information about a single entity.
729 | fields | `FieldType[]` | If available the fields defined will be returned. If `nil` then all…
875 …e common calendar format used to specify how a date is calculated in `nonGregorianBirthday` fields.
900 This table illustrates what fields will be added on demand to every contact.
/expo/packages/expo-contacts/src/
H A DContacts.ts408 fields?: FieldType[];
632 fields?: FieldType[]
644 fields,
/expo/ios/vendored/sdk49/react-native-reanimated/ios/native/
H A DABI49_0_0REAMessageThread.mm13 // Essentially the same as ABI49_0_0RCTMessageThread, but with public fields.
/expo/ios/vendored/unversioned/react-native-reanimated/ios/native/
H A DREAMessageThread.mm13 // Essentially the same as RCTMessageThread, but with public fields.

123456