Home
last modified time | relevance | path

Searched defs:items (Results 1 – 25 of 88) sorted by relevance

1234

/expo/packages/expo-dev-menu-interface/ios/Tests/
H A DDevMenuItemsContainerTest.swift20 let items = container.getRootItems() in spec() variable
35 let items = container.getAllItems() in spec() variable
50 let items = container.serializeItems() in spec() variable
/expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/contacts/
H A DContact.java388 ArrayList<Bundle> items = new ArrayList(); in toMap() local
395 ArrayList<Bundle> items = new ArrayList(); in toMap() local
402 ArrayList<Bundle> items = new ArrayList(); in toMap() local
409 ArrayList<Bundle> items = new ArrayList(); in toMap() local
416 ArrayList<Bundle> items = new ArrayList(); in toMap() local
423 ArrayList<Bundle> items = new ArrayList(); in toMap() local
/expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/
H A DContact.java388 ArrayList<Bundle> items = new ArrayList(); in toMap() local
395 ArrayList<Bundle> items = new ArrayList(); in toMap() local
402 ArrayList<Bundle> items = new ArrayList(); in toMap() local
409 ArrayList<Bundle> items = new ArrayList(); in toMap() local
416 ArrayList<Bundle> items = new ArrayList(); in toMap() local
423 ArrayList<Bundle> items = new ArrayList(); in toMap() local
/expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/contacts/
H A DContact.java388 ArrayList<Bundle> items = new ArrayList(); in toMap() local
395 ArrayList<Bundle> items = new ArrayList(); in toMap() local
402 ArrayList<Bundle> items = new ArrayList(); in toMap() local
409 ArrayList<Bundle> items = new ArrayList(); in toMap() local
416 ArrayList<Bundle> items = new ArrayList(); in toMap() local
423 ArrayList<Bundle> items = new ArrayList(); in toMap() local
/expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/contacts/
H A DContact.java388 ArrayList<Bundle> items = new ArrayList(); in toMap() local
395 ArrayList<Bundle> items = new ArrayList(); in toMap() local
402 ArrayList<Bundle> items = new ArrayList(); in toMap() local
409 ArrayList<Bundle> items = new ArrayList(); in toMap() local
416 ArrayList<Bundle> items = new ArrayList(); in toMap() local
423 ArrayList<Bundle> items = new ArrayList(); in toMap() local
/expo/packages/expo-clipboard/build/web/
H A DUtils.js52 export async function findImageInClipboardAsync(items) { argument
66 export async function findHtmlInClipboardAsync(items) { argument
/expo/packages/expo-dev-menu-interface/android/src/main/java/expo/interfaces/devmenu/items/
H A DDevMenuItemsContainer.kt6 private val items = mutableListOf<DevMenuScreenItem>() constant in expo.interfaces.devmenu.items.DevMenuItemsContainer
/expo/packages/expo-dev-launcher/bundle/functions/
H A DcreateAsyncStack.ts106 const items: StackItem[] = []; constant
212 const items = keys.map((key) => lookup[key]); constant
230 const [items, setItems] = React.useState<StackItem<T>[]>(stack.getState().items); constant
/expo/packages/expo-build-properties/build/
H A DpluginConfig.js46 pickFirst: { type: 'array', items: { type: 'string' }, nullable: true }, property
47 exclude: { type: 'array', items: { type: 'string' }, nullable: true }, property
48 merge: { type: 'array', items: { type: 'string' }, nullable: true }, property
49 doNotStrip: { type: 'array', items: { type: 'string' }, nullable: true }, property
54 extraMavenRepos: { type: 'array', items: { type: 'string' }, nullable: true }, property
72 items: { property
78 … configurations: { type: 'array', items: { type: 'string' }, nullable: true }, property
83 testspecs: { type: 'array', items: { type: 'string' }, nullable: true }, property
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/
H A DABI47_0_0PlatformColorParser.h22 auto items = (butter::map<std::string, RawValue>)value; in parsePlatformColor() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/react/renderer/graphics/
H A DABI49_0_0PlatformColorParser.h22 auto items = (butter::map<std::string, RawValue>)value; in parsePlatformColor() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/graphics/platform/ios/
H A DABI48_0_0PlatformColorParser.h22 auto items = (butter::map<std::string, RawValue>)value; in parsePlatformColor() local
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI47_0_0propsConversions.h66 auto items = (std::vector<RawValue>)rawValue; in fromRawValue() local
92 auto items = (std::vector<std::vector<RawValue>>)rawValue; in fromRawValue() local
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI48_0_0propsConversions.h66 auto items = (std::vector<RawValue>)rawValue; in fromRawValue() local
92 auto items = (std::vector<std::vector<RawValue>>)rawValue; in fromRawValue() local
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/core/
H A DABI49_0_0propsConversions.h65 auto items = (std::vector<RawValue>)rawValue; in fromRawValue() local
91 auto items = (std::vector<std::vector<RawValue>>)rawValue; in fromRawValue() local
/expo/packages/expo-router/build/fork/
H A DvalidatePathConfig.js3 const formatToList = (items) => items.map((key) => `- ${key}`).join('\n'); argument
/expo/packages/expo-dev-menu-interface/ios/MenuItems/
H A DDevMenuItemsContainer.swift7 private var items: [DevMenuScreenItem] = [] variable
/expo/packages/expo-font/src/
H A DExpoFontLoader.web.ts23 const items: RuleItem[] = []; constant
102 const items = getFontFaceRulesMatchingResource(fontFamilyName, options); constant
/expo/packages/expo-dev-menu/build/
H A DDevMenu.js26 export async function registerDevMenuItems(items) { argument
/expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI48_0_0RNCPickerManager.m23 ABI48_0_0RCT_EXPORT_VIEW_PROPERTY(items, NSArray<NSDictionary *>) category
/expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI47_0_0RNCPickerManager.m23 ABI47_0_0RCT_EXPORT_VIEW_PROPERTY(items, NSArray<NSDictionary *>) category
/expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Picker/
H A DABI49_0_0RNCPickerManager.m23 ABI49_0_0RCT_EXPORT_VIEW_PROPERTY(items, NSArray<NSDictionary *>) category
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/components/image/
H A DABI48_0_0conversions.h34 auto items = (butter::map<std::string, RawValue>)value; in fromRawValue() local
/expo/ios/Exponent/Versioned/Core/Api/Components/Picker/
H A DRNCPickerManager.m23 RCT_EXPORT_VIEW_PROPERTY(items, NSArray<NSDictionary *>) category
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/components/image/
H A DABI49_0_0conversions.h34 auto items = (butter::map<std::string, RawValue>)value; in fromRawValue() local

1234