| /expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/ |
| H A D | X509Extension.swift | 51 if let valueBlock = block.sub?.last { 58 return block.sub?.last 63 for item in block.sub?.last?.sub?.last?.sub ?? [] {
|
| H A D | X509ExtensionAltName.swift | 45 for item in block.sub?.last?.sub?.last?.sub ?? [] { 60 if let name = item.sub?.last?.sub?.last?.value as? String { in generalName()
|
| /expo/android/versioned-abis/expoview-abi47_0_0/src/main/java/abi47_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 91 if (!last().issuerX500Principal.equals(last().subjectX500Principal)) { in <lambda>() 94 last().verify(last().publicKey) in <lambda>() 98 val rootCert = last() in <lambda>()
|
| /expo/home/components/ |
| H A D | UpdateListItem.tsx | 17 last: boolean; 20 export function UpdateListItem({ id, message, createdAt, manifestPermalink, first, last }: Props) { 31 roundedBottom={last ? 'large' : undefined} 33 borderBottomWidth: last ? 1 : 0, 41 roundedBottom={last ? 'large' : undefined}>
|
| H A D | SnacksListItem.tsx | 15 last: boolean; 27 export function SnacksListItem({ description, isDraft, name, url, first, last }: Props) { 49 roundedBottom={last ? 'large' : undefined} 52 borderBottomWidth: last ? 1 : 0, 60 roundedBottom={last ? 'large' : undefined}>
|
| H A D | BranchListItem.tsx | 21 last: boolean; 34 last, 48 roundedBottom={last ? 'large' : undefined} 50 borderBottomWidth: last ? 1 : 0, 58 roundedBottom={last ? 'large' : undefined}>
|
| H A D | ProjectsListItem.tsx | 26 last: boolean; 46 last, 69 roundedBottom={last ? 'large' : undefined} 72 borderBottomWidth: last ? 1 : 0, 80 roundedBottom={last ? 'large' : undefined}>
|
| /expo/packages/expo-updates/android/src/main/java/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 91 if (!last().issuerX500Principal.equals(last().subjectX500Principal)) { in <lambda>() 94 last().verify(last().publicKey) in <lambda>() 98 val rootCert = last() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi48_0_0/src/main/java/abi48_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 91 if (!last().issuerX500Principal.equals(last().subjectX500Principal)) { in <lambda>() 94 last().verify(last().publicKey) in <lambda>() 98 val rootCert = last() in <lambda>()
|
| /expo/android/versioned-abis/expoview-abi49_0_0/src/main/java/abi49_0_0/expo/modules/updates/codesigning/ |
| H A D | CertificateChain.kt | 91 if (!last().issuerX500Principal.equals(last().subjectX500Principal)) { in <lambda>() 94 last().verify(last().publicKey) in <lambda>() 98 val rootCert = last() in <lambda>()
|
| /expo/packages/@expo/cli/src/start/doctor/apple/ |
| H A D | XcodePrerequisite.ts | 32 const last = execSync('xcodebuild -version', { stdio: 'pipe' }) 36 if (last) { 37 const version = `${last}.0`;
|
| /expo/packages/@expo/cli/src/utils/ |
| H A D | strings.ts | 24 const last = uniqueItems.pop(); constant 25 return `${uniqueItems.join(', ')}${uniqueItems.length >= 2 ? ',' : ''} and ${last}`;
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RNSVGPathMeasure.mm | 92 - (void)addLine:(CGPoint *)last next:(const CGPoint *)next 94 NSArray *line = @[ [NSValue valueWithCGPoint:*last], [NSValue valueWithCGPoint:*next] ]; 95 _pathLength += ABI47_0_0distance(*last, *next); 98 *last = *next; 118 CGPoint last = CGPointMake(0.0, 0.0); 128 origin = last = element.point; 133 [self addLine:&last next:&next]; 145 CGPoint bezier[4] = {last, ctrl1, ctrl2, curveTo}; 160 CGFloat chordLen = ABI47_0_0distance(last, next); 166 [self addLine:&last next:&next]; [all …]
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RNSVGPathMeasure.mm | 92 - (void)addLine:(CGPoint *)last next:(const CGPoint *)next 94 NSArray *line = @[ [NSValue valueWithCGPoint:*last], [NSValue valueWithCGPoint:*next] ]; 95 _pathLength += ABI49_0_0distance(*last, *next); 98 *last = *next; 118 CGPoint last = CGPointMake(0.0, 0.0); 128 origin = last = element.point; 133 [self addLine:&last next:&next]; 145 CGPoint bezier[4] = {last, ctrl1, ctrl2, curveTo}; 160 CGFloat chordLen = ABI49_0_0distance(last, next); 166 [self addLine:&last next:&next]; [all …]
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RNSVGPathMeasure.mm | 92 - (void)addLine:(CGPoint *)last next:(const CGPoint *)next 94 NSArray *line = @[ [NSValue valueWithCGPoint:*last], [NSValue valueWithCGPoint:*next] ]; 95 _pathLength += distance(*last, *next); 98 *last = *next; 118 CGPoint last = CGPointMake(0.0, 0.0); 128 origin = last = element.point; 133 [self addLine:&last next:&next]; 145 CGPoint bezier[4] = {last, ctrl1, ctrl2, curveTo}; 160 CGFloat chordLen = distance(last, next); 166 [self addLine:&last next:&next]; [all …]
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RNSVGPathMeasure.mm | 92 - (void)addLine:(CGPoint *)last next:(const CGPoint *)next 94 NSArray *line = @[ [NSValue valueWithCGPoint:*last], [NSValue valueWithCGPoint:*next] ]; 95 _pathLength += ABI48_0_0distance(*last, *next); 98 *last = *next; 118 CGPoint last = CGPointMake(0.0, 0.0); 128 origin = last = element.point; 133 [self addLine:&last next:&next]; 145 CGPoint bezier[4] = {last, ctrl1, ctrl2, curveTo}; 160 CGFloat chordLen = ABI48_0_0distance(last, next); 166 [self addLine:&last next:&next]; [all …]
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 67 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 72 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 97 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline() 102 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 67 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 72 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 97 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline() 102 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsUtils.swift | 67 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 72 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolygon() 97 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline() 102 LDP[LDP.count - 1] = (LDP.last ?? 0) + patternItem.length in strokePatternToLineDashPatternPolyline()
|
| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | ModuleDefinition.swift | 36 .last? 43 .last
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | ModuleDefinition.swift | 36 .last? 43 .last
|
| /expo/docs/ui/components/Table/ |
| H A D | Cell.tsx | 28 '&:last-child': { 32 '> *:last-child': {
|
| /expo/packages/expo-modules-core/ios/Swift/Modules/ |
| H A D | ModuleDefinition.swift | 36 .last? 43 .last
|
| /expo/packages/expo-dev-menu/ios/OverlayContainer/ |
| H A D | OverlayContainerTransitionCoordinator.swift | 33 return reachableIndexes.last.flatMap { height(forNotchAt: $0) } ?? 0 in height() 41 return notchIndexes.last.flatMap { height(forNotchAt: $0) } ?? 0 in height()
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Modules/ |
| H A D | ModuleDefinition.swift | 36 .last? 43 .last
|