Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 50) sorted by relevance

12

/expo/packages/expo-updates/ios/EXUpdates/ASN1Decoder/
H A DX509ExtensionClasses.swift98 guard let sequence = valueAsBlock?.sub(0)?.sub else { variable
101 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 0 }) {
108 guard let sequence = valueAsBlock?.sub(0)?.sub else { variable
111 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 1 }) {
118 guard let sequence = valueAsBlock?.sub(0)?.sub else { variable
121 if let sub = sequence.first(where: { $0.identifier?.tagNumber().rawValue == 2 }) {
H A DX509ExtensionAltName.swift68 if let sequence = item.sub(0) { in generalName() variable
69 return ASN1DistinguishedNameFormatter.string(from: sequence) in generalName()
H A DASN1Encoder.swift32 encoded.append(ASN1Identifier.constructedTag | ASN1Identifier.TagNumber.sequence.rawValue) in encodeSequence()
H A DASN1Identifier.swift51 case sequence = 0x10
/expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Arguments/
H A DEnumerable.swift48 let sequence = AnySequence { () -> AnyIterator<RawValue> in variable
61 return Array(sequence)
/expo/ios/vendored/sdk48/react-native-reanimated/ios/Transitioning/
H A DABI48_0_0REAAllTransitions.h4 @property (nonatomic) BOOL sequence;
/expo/ios/vendored/sdk47/react-native-reanimated/ios/Transitioning/
H A DABI47_0_0REAAllTransitions.h4 @property (nonatomic) BOOL sequence;
/expo/packages/expo-dev-launcher/bundle/components/
H A DActivityIndicator.tsx12 Animated.sequence([
/expo/packages/expo-network/ios/
H A DNetworkModule.swift43 for ifptr in sequence(first: firstAddr, next: { $0.pointee.ifa_next }) { in getIPAddress()
/expo/ios/versioned/sdk49/ExpoNetwork/
H A DNetworkModule.swift43 for ifptr in sequence(first: firstAddr, next: { $0.pointee.ifa_next }) { in getIPAddress()
/expo/ios/versioned/sdk48/ExpoNetwork/
H A DNetworkModule.swift43 for ifptr in sequence(first: firstAddr, next: { $0.pointee.ifa_next }) { in getIPAddress()
/expo/home/components/
H A DQRIndicator.tsx12 Animated.sequence([
/expo/apps/native-component-list/src/screens/
H A DMaskedViewScreen.tsx39 Animated.sequence([
/expo/packages/expo-structured-headers/ios/EXStructuredHeaders/
H A DEXStructuredHeadersParser.m399 if (error) *error = [self errorWithMessage:@"Byte sequence must begin with ':'"];
410 …if (error) *error = [self errorWithMessage:@"Byte sequence can only contain valid base64 character…
417 if (error) *error = [self errorWithMessage:@"Byte sequence must have a closing ':'"];
/expo/ios/versioned/sdk47/EXStructuredHeaders/EXStructuredHeaders/
H A DABI47_0_0EXStructuredHeadersParser.m399 if (error) *error = [self errorWithMessage:@"Byte sequence must begin with ':'"];
410 …if (error) *error = [self errorWithMessage:@"Byte sequence can only contain valid base64 character…
417 if (error) *error = [self errorWithMessage:@"Byte sequence must have a closing ':'"];
/expo/ios/versioned/sdk49/EXStructuredHeaders/EXStructuredHeaders/
H A DABI49_0_0EXStructuredHeadersParser.m399 if (error) *error = [self errorWithMessage:@"Byte sequence must begin with ':'"];
410 …if (error) *error = [self errorWithMessage:@"Byte sequence can only contain valid base64 character…
417 if (error) *error = [self errorWithMessage:@"Byte sequence must have a closing ':'"];
/expo/ios/versioned/sdk48/EXStructuredHeaders/EXStructuredHeaders/
H A DABI48_0_0EXStructuredHeadersParser.m399 if (error) *error = [self errorWithMessage:@"Byte sequence must begin with ':'"];
410 …if (error) *error = [self errorWithMessage:@"Byte sequence can only contain valid base64 character…
417 if (error) *error = [self errorWithMessage:@"Byte sequence must have a closing ':'"];
/expo/ios/versioned-react-native/ABI47_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI47_0_0RCTSurfaceHostingComponent.mm69 // Therefore we also assume that the last layout calculated in a sequence
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI49_0_0RCTSurfaceHostingComponent.mm67 // Therefore we also assume that the last layout calculated in a sequence
/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/Libraries/SurfaceHostingComponent/
H A DABI48_0_0RCTSurfaceHostingComponent.mm67 // Therefore we also assume that the last layout calculated in a sequence
/expo/ios/vendored/sdk47/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift83 …return sequence(first: self, next: { $0.superview }).first(where: { $0 is UIScrollView }) as? UISc… in getScrollView()
/expo/ios/vendored/unversioned/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift81 …return sequence(first: self, next: { $0.superview }).first(where: { $0 is UIScrollView }) as? UISc… in getScrollView()
/expo/ios/vendored/sdk49/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift81 …return sequence(first: self, next: { $0.superview }).first(where: { $0 is UIScrollView }) as? UISc… in getScrollView()
/expo/ios/vendored/sdk48/@shopify/flash-list/ios/Sources/
H A DAutoLayoutView.swift83 …return sequence(first: self, next: { $0.superview }).first(where: { $0 is UIScrollView }) as? UISc… in getScrollView()
/expo/ios/versioned-react-native/ABI49_0_0/ReactNative/Libraries/Animated/
H A DAnimated.d.ts461 export function sequence(

12