| /expo/docs/ui/components/CommandMenu/ |
| H A D | expoEntries.ts | 18 label: 'Account Settings', 23 label: 'User Settings', constant 28 label: 'Snacks', constant 33 label: 'Project Overview', constant 38 label: 'Project Insights', constant 48 label: 'Project Builds', constant 58 label: 'Project Channels', constant 63 label: 'Project Branches', constant 68 label: 'Project Updates', constant 78 label: 'Project Secrets', constant [all …]
|
| /expo/ios/versioned/sdk47/EXContacts/EXContacts/ |
| H A D | ABI47_0_0EXContacts+Serialization.m | 166 profile[@"label"] = container.label; 188 address[@"label"] = container.label; 301 label = [self decodeLabel:label]; 332 return label; 337 label = [ABI47_0_0EXContacts decodeLabel:label]; 352 return label; 357 label = [ABI47_0_0EXContacts decodeLabel:label]; 365 label = [ABI47_0_0EXContacts decodeLabel:label]; 373 label = [ABI47_0_0EXContacts decodeLabel:label]; 381 label = [ABI47_0_0EXContacts decodeLabel:label]; [all …]
|
| /expo/packages/expo-contacts/ios/EXContacts/ |
| H A D | EXContacts+Serialization.m | 166 profile[@"label"] = container.label; 188 address[@"label"] = container.label; 301 label = [self decodeLabel:label]; 332 return label; 337 label = [EXContacts decodeLabel:label]; 352 return label; 357 label = [EXContacts decodeLabel:label]; 365 label = [EXContacts decodeLabel:label]; 373 label = [EXContacts decodeLabel:label]; 381 label = [EXContacts decodeLabel:label]; [all …]
|
| /expo/ios/versioned/sdk49/EXContacts/EXContacts/ |
| H A D | ABI49_0_0EXContacts+Serialization.m | 166 profile[@"label"] = container.label; 188 address[@"label"] = container.label; 301 label = [self decodeLabel:label]; 332 return label; 337 label = [ABI49_0_0EXContacts decodeLabel:label]; 352 return label; 357 label = [ABI49_0_0EXContacts decodeLabel:label]; 365 label = [ABI49_0_0EXContacts decodeLabel:label]; 373 label = [ABI49_0_0EXContacts decodeLabel:label]; 381 label = [ABI49_0_0EXContacts decodeLabel:label]; [all …]
|
| /expo/ios/versioned/sdk48/EXContacts/EXContacts/ |
| H A D | ABI48_0_0EXContacts+Serialization.m | 166 profile[@"label"] = container.label; 188 address[@"label"] = container.label; 301 label = [self decodeLabel:label]; 332 return label; 337 label = [ABI48_0_0EXContacts decodeLabel:label]; 352 return label; 357 label = [ABI48_0_0EXContacts decodeLabel:label]; 365 label = [ABI48_0_0EXContacts decodeLabel:label]; 373 label = [ABI48_0_0EXContacts decodeLabel:label]; 381 label = [ABI48_0_0EXContacts decodeLabel:label]; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/hermes/inspector/docs/ |
| H A D | InspectorFSM.gv | 9 RD -> RD [ label = " didPause" ]; 10 RD -> PWE [ label = " debuggerStmt " ]; 11 RWE -> PWE [ label = " didPause " ]; 12 RWP -> P [label = " didPause " ]; 13 RD -> R [ label = " enable " ]; 14 PWE -> P [label = " enable " ]; 15 RWE -> RWP [ label = " enable" ]; 17 R -> R [ label = " implicitPause "]; 19 P -> RD [ label = " disable "]; 20 R -> RD [ label = " disable "]; [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/hermes/inspector/docs/ |
| H A D | InspectorFSM.gv | 9 RD -> RD [ label = " didPause" ]; 10 RD -> PWE [ label = " debuggerStmt " ]; 11 RWE -> PWE [ label = " didPause " ]; 12 RWP -> P [label = " didPause " ]; 13 RD -> R [ label = " enable " ]; 14 PWE -> P [label = " enable " ]; 15 RWE -> RWP [ label = " enable" ]; 17 R -> R [ label = " implicitPause "]; 19 P -> RD [ label = " disable "]; 20 R -> RD [ label = " disable "]; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/hermes/inspector/docs/ |
| H A D | InspectorFSM.gv | 9 RD -> RD [ label = " didPause" ]; 10 RD -> PWE [ label = " debuggerStmt " ]; 11 RWE -> PWE [ label = " didPause " ]; 12 RWP -> P [label = " didPause " ]; 13 RD -> R [ label = " enable " ]; 14 PWE -> P [label = " enable " ]; 15 RWE -> RWP [ label = " enable" ]; 17 R -> R [ label = " implicitPause "]; 19 P -> RD [ label = " disable "]; 20 R -> RD [ label = " disable "]; [all …]
|
| /expo/packages/expo/src/ts-declarations/ |
| H A D | console.d.ts | 25 count(label?: string): void; 36 markTimeline(label?: string): void; 40 time(label?: string): void; 41 timeEnd(label?: string): void; 42 timeStamp(label?: string): void; 43 timeline(label?: string): void; 44 timelineEnd(label?: string): void;
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Record.swift | 65 return Mirror(reflecting: record).children.compactMap { (label: String?, value: Any) in in fieldsOf() 66 …guard var field = value as? AnyFieldInternal, let key = field.key ?? convertLabelToKey(label) else… in fieldsOf() 77 private func convertLabelToKey(_ label: String?) -> String? { in convertLabelToKey() 78 return (label != nil && label!.starts(with: "_")) ? String(label!.dropFirst()) : label in convertLabelToKey()
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Record.swift | 65 return Mirror(reflecting: record).children.compactMap { (label: String?, value: Any) in in fieldsOf() 66 …guard var field = value as? AnyFieldInternal, let key = field.key ?? convertLabelToKey(label) else… in fieldsOf() 77 private func convertLabelToKey(_ label: String?) -> String? { in convertLabelToKey() 78 return (label != nil && label!.starts(with: "_")) ? String(label!.dropFirst()) : label in convertLabelToKey()
|
| /expo/packages/expo-modules-core/ios/Swift/Records/ |
| H A D | Record.swift | 65 return Mirror(reflecting: record).children.compactMap { (label: String?, value: Any) in in fieldsOf() 66 …guard var field = value as? AnyFieldInternal, let key = field.key ?? convertLabelToKey(label) else… in fieldsOf() 77 private func convertLabelToKey(_ label: String?) -> String? { in convertLabelToKey() 78 return (label != nil && label!.starts(with: "_")) ? String(label!.dropFirst()) : label in convertLabelToKey()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/ |
| H A D | Record.swift | 65 return Mirror(reflecting: record).children.compactMap { (label: String?, value: Any) in in fieldsOf() 66 …guard var field = value as? AnyFieldInternal, let key = field.key ?? convertLabelToKey(label) else… in fieldsOf() 77 private func convertLabelToKey(_ label: String?) -> String? { in convertLabelToKey() 78 return (label != nil && label!.starts(with: "_")) ? String(label!.dropFirst()) : label in convertLabelToKey()
|
| /expo/ios/vendored/sdk47/@stripe/stripe-react-native/ios/ |
| H A D | ApplePayUtils.swift | 16 let label = item["label"] as? String ?? "" in createDeferredPaymentSummaryItem() variable 20 label: label, in createDeferredPaymentSummaryItem() 24 throw ApplePayUtilsError.missingParameter(label, "deferredDate") in createDeferredPaymentSummaryItem() 32 let label = item["label"] as? String ?? "" in createRecurringPaymentSummaryItem() variable 36 label: label, in createRecurringPaymentSummaryItem() 40 throw ApplePayUtilsError.missingParameter(label, "intervalCount") in createRecurringPaymentSummaryItem() 71 let label = item["label"] as? String ?? "" in createImmediatePaymentSummaryItem() variable 75 label: label, in createImmediatePaymentSummaryItem() 150 case .missingParameter(let label, let parameter):
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/host/exp/exponent/modules/api/netinfo/types/ |
| H A D | ConnectionType.java | 21 public final String label; field in ConnectionType 23 ConnectionType(String label) { in ConnectionType() argument 24 this.label = label; in ConnectionType()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/host/exp/exponent/modules/api/netinfo/types/ |
| H A D | ConnectionType.java | 21 public final String label; field in ConnectionType 23 ConnectionType(String label) { in ConnectionType() argument 24 this.label = label; in ConnectionType()
|
| /expo/android/expoview/src/main/java/versioned/host/exp/exponent/modules/api/netinfo/types/ |
| H A D | ConnectionType.java | 21 public final String label; field in ConnectionType 23 ConnectionType(String label) { in ConnectionType() argument 24 this.label = label; in ConnectionType()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/host/exp/exponent/modules/api/netinfo/types/ |
| H A D | ConnectionType.java | 21 public final String label; field in ConnectionType 23 ConnectionType(String label) { in ConnectionType() argument 24 this.label = label; in ConnectionType()
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | PickerScreen.tsx | 45 <Picker.Item label="Really really really really really really really long label" /> 53 <Picker.Item label="Really really really really really really really long label" /> 95 <Picker.Item label="Java" value="java" /> 96 <Picker.Item label="JavaScript" value="js" /> 98 <Picker.Item label="Swift" value="swift" /> 117 <Picker.Item label="Java" value="java" /> 118 <Picker.Item label="JavaScript" value="js" /> 120 <Picker.Item label="Swift" value="swift" /> 134 <Picker.Item label="Java" value="java" /> 135 <Picker.Item label="JavaScript" value="js" /> [all …]
|
| /expo/packages/expo-updates/cli/utils/ |
| H A D | log.ts | 1 export function time(label?: string): void { 2 console.time(label); 5 export function timeEnd(label?: string): void { 6 console.timeEnd(label);
|
| /expo/ios/versioned-react-native/ABI48_0_0/Expo/ExpoKit/Core/Api/Components/Picker/ |
| H A D | ABI48_0_0RNCPicker.m | 85 return [ABI48_0_0RCTConvert NSString:_items[row][@"label"]]; 108 [view insertSubview:label atIndex:0]; 111 ABI48_0_0RNCPickerLabel* label = view.subviews[0]; 112 label.font = _font; 114 label.textColor = [ABI48_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color; 116 label.textAlignment = _textAlign; 117 label.text = [self pickerView:pickerView titleForRow:row forComponent:component]; 118 label.accessibilityIdentifier = _items[row][@"testID"]; 120 label.numberOfLines = _numberOfLines; 122 label.leftInset = 20.0; [all …]
|
| /expo/ios/versioned-react-native/ABI47_0_0/Expo/ExpoKit/Core/Api/Components/Picker/ |
| H A D | ABI47_0_0RNCPicker.m | 85 return [ABI47_0_0RCTConvert NSString:_items[row][@"label"]]; 108 [view insertSubview:label atIndex:0]; 111 ABI47_0_0RNCPickerLabel* label = view.subviews[0]; 112 label.font = _font; 114 label.textColor = [ABI47_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color; 116 label.textAlignment = _textAlign; 117 label.text = [self pickerView:pickerView titleForRow:row forComponent:component]; 118 label.accessibilityIdentifier = _items[row][@"testID"]; 120 label.numberOfLines = _numberOfLines; 122 label.leftInset = 20.0; [all …]
|
| /expo/packages/expo-contacts/android/src/main/java/expo/modules/contacts/models/ |
| H A D | ExtraNameModel.java | 25 public int mapStringToType(String label) { in mapStringToType() argument 26 switch (label) { in mapStringToType() 44 String label = super.getLabelFromCursor(cursor); in getLabelFromCursor() local 45 if (label != null) in getLabelFromCursor() 46 return label; in getLabelFromCursor()
|
| /expo/ios/versioned-react-native/ABI49_0_0/Expo/ExpoKit/Core/Api/Components/Picker/ |
| H A D | ABI49_0_0RNCPicker.m | 86 return [ABI49_0_0RCTConvert NSString:_items[row][@"label"]]; 109 [view insertSubview:label atIndex:0]; 118 ABI49_0_0RNCPickerLabel* label = view.subviews[0]; 119 label.font = _font; 121 label.textColor = [ABI49_0_0RCTConvert UIColor:_items[row][@"textColor"]] ?: _color; 123 label.textAlignment = _textAlign; 124 label.text = [self pickerView:pickerView titleForRow:row forComponent:component]; 125 label.accessibilityIdentifier = _items[row][@"testID"]; 127 label.numberOfLines = _numberOfLines; 129 label.leftInset = 20.0; [all …]
|
| /expo/ios/Exponent/Versioned/Core/Api/Components/Picker/ |
| H A D | RNCPicker.m | 86 return [RCTConvert NSString:_items[row][@"label"]]; 102 RNCPickerLabel* label = [[RNCPickerLabel alloc] initWithFrame:(CGRect) { 109 [view insertSubview:label atIndex:0]; 118 RNCPickerLabel* label = view.subviews[0]; 119 label.font = _font; 121 label.textColor = [RCTConvert UIColor:_items[row][@"textColor"]] ?: _color; 123 label.textAlignment = _textAlign; 125 label.accessibilityIdentifier = _items[row][@"testID"]; 127 label.numberOfLines = _numberOfLines; 129 label.leftInset = 20.0; [all …]
|