| /expo/home/components/ |
| H A D | ProjectsListItem.tsx | 88 ellipsizeMode="tail" 99 ellipsizeMode="tail" 112 ellipsizeMode="tail"
|
| H A D | SnacksListItem.tsx | 63 <Text type="InterSemiBold" ellipsizeMode="tail" numberOfLines={1}> 69 <Text type="InterSemiBold" size="small" ellipsizeMode="tail" numberOfLines={1}>
|
| H A D | BranchListItem.tsx | 64 <Text ellipsizeMode="tail" numberOfLines={1} type="InterMedium"> 89 ellipsizeMode="tail"
|
| H A D | UpdateListItem.tsx | 56 ellipsizeMode="tail"
|
| /expo/home/screens/HomeScreen/DevelopmentServerListItem/ |
| H A D | DevelopmentServerTitle.tsx | 18 <Text style={{ flex: 1 }} type="InterSemiBold" ellipsizeMode="tail" numberOfLines={1}>
|
| H A D | DevelopmentServerSubtitle.tsx | 30 ellipsizeMode="tail"
|
| /expo/apps/native-component-list/src/screens/ |
| H A D | TextScreen.tsx | 20 <Text numberOfLines={1} ellipsizeMode="tail">
|
| /expo/android/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/ios/vendored/unversioned/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/android/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/ios/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/ios/vendored/sdk49/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 317 void add(TextRange tail) { in add() 318 SkASSERT(fRange.end == tail.start); in add() 319 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/ios/vendored/sdk47/@shopify/react-native-skia/cpp/skia/modules/skparagraph/include/ |
| H A D | TextStyle.h | 340 void add(TextRange tail) { in add() 341 SkASSERT(fRange.end == tail.start); in add() 342 fRange = TextRange(fRange.start, fRange.start + fRange.width() + tail.width()); in add()
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/scripts/ |
| H A D | sync-css-layout.sh | 26 tail -n +9 $1 >> /tmp/yogasync.tmp
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/scripts/ |
| H A D | sync-css-layout.sh | 26 tail -n +9 $1 >> /tmp/yogasync.tmp
|
| /expo/home/screens/HomeScreen/RecentlyOpenedListItem/ |
| H A D | index.tsx | 38 <Text type="InterSemiBold" ellipsizeMode="tail" numberOfLines={1}>
|
| /expo/android/vendored/sdk48/@shopify/react-native-skia/cpp/skia/src/core/ |
| H A D | SkLRUCache.h | 65 this->remove(fLRU.tail()->fKey); in insert()
|
| H A D | SkTInternalLList.h | 189 T* tail() const { return fTail; } in tail() function
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | codeMod.js.map | 1 …tail' | 'tailBeforeLastReturn';\n indent?: number;\n}\n\n/**\n * Add Objective-C import\n * @para…
|
| /expo/docs/pages/versions/v49.0.0/config/ |
| H A D | metro.mdx | 407 …equire('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [… 428 …ODE_BINARY" -e "require('expo/scripts/resolveAppEntry')" "$PROJECT_ROOT" ios relative | tail -n 1)" 482 …equire('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif […
|
| /expo/docs/pages/versions/unversioned/config/ |
| H A D | metro.mdx | 438 …equire('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif [… 459 …ODE_BINARY" -e "require('expo/scripts/resolveAppEntry')" "$PROJECT_ROOT" ios relative | tail -n 1)" 513 …equire('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif […
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/ |
| H A D | VirtualizedList-test.js.snap | 2717 exports[`renders a zero-height tail spacer on initial render if getItemLayout not defined 1`] = ` 2803 exports[`renders full tail spacer if all cells measured 1`] = ` 3377 exports[`renders tail spacer up to last measured index if getItemLayout not defined 1`] = ` 3481 exports[`renders tail spacer up to last measured with irregular layout when getItemLayout undefined… 3905 exports[`renders zero-height tail spacer on batch render if cells not yet measured and getItemLayou…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/Lists/__tests__/__snapshots__/ |
| H A D | VirtualizedList-test.js.snap | 3610 exports[`renders a zero-height tail spacer on initial render if getItemLayout not defined 1`] = ` 3699 exports[`renders full tail spacer if all cells measured 1`] = ` 4272 exports[`renders tail spacer up to last measured index if getItemLayout not defined 1`] = ` 4381 exports[`renders tail spacer up to last measured with irregular layout when getItemLayout undefined… 4827 exports[`renders zero-height tail spacer on batch render if cells not yet measured and getItemLayou…
|
| /expo/packages/@expo/config-plugins/src/plugins/__tests__/fixtures/project-files/ios/ |
| H A D | project.pbxproj | 215 …equire('expo/scripts/resolveAppEntry')\" \"$PROJECT_ROOT\" ios relative | tail -n 1)\"\nfi\n\nif […
|