| /expo/ios/versioned/sdk47/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldExtensions.swift | 6 self.init(wrappedValue: wrappedValue, []) 10 self.init(wrappedValue: wrappedValue, options) 19 self.init(wrappedValue: wrappedValue, []) 23 self.init(wrappedValue: wrappedValue, options) 32 self.init(wrappedValue: wrappedValue, []) 36 self.init(wrappedValue: wrappedValue, options) 45 self.init(wrappedValue: wrappedValue, []) 49 self.init(wrappedValue: wrappedValue, options) 58 self.init(wrappedValue: wrappedValue, []) 71 self.init(wrappedValue: wrappedValue, []) [all …]
|
| H A D | Field.swift | 9 public var wrappedValue: Type variable 40 public init(wrappedValue: Type, _ options: FieldOption...) { 41 self.wrappedValue = wrappedValue 49 public init(wrappedValue: Type, _ options: [FieldOption]) { 50 self.wrappedValue = wrappedValue 58 public init(wrappedValue: Type = nil) where Type: ExpressibleByNilLiteral { 59 self.wrappedValue = wrappedValue 62 …public init(wrappedValue: Type = nil, _ options: FieldOption...) where Type: ExpressibleByNilLiter… 63 self.wrappedValue = wrappedValue 71 return wrappedValue in get() [all …]
|
| /expo/packages/expo-modules-core/ios/Swift/Records/ |
| H A D | FieldExtensions.swift | 6 self.init(wrappedValue: wrappedValue, []) 10 self.init(wrappedValue: wrappedValue, options) 19 self.init(wrappedValue: wrappedValue, []) 23 self.init(wrappedValue: wrappedValue, options) 32 self.init(wrappedValue: wrappedValue, []) 36 self.init(wrappedValue: wrappedValue, options) 45 self.init(wrappedValue: wrappedValue, []) 49 self.init(wrappedValue: wrappedValue, options) 58 self.init(wrappedValue: wrappedValue, []) 71 self.init(wrappedValue: wrappedValue, []) [all …]
|
| H A D | Field.swift | 9 public var wrappedValue: Type variable 40 public init(wrappedValue: Type, _ options: FieldOption...) { 41 self.wrappedValue = wrappedValue 49 public init(wrappedValue: Type, _ options: [FieldOption]) { 50 self.wrappedValue = wrappedValue 58 public init(wrappedValue: Type = nil) where Type: ExpressibleByNilLiteral { 59 self.wrappedValue = wrappedValue 62 …public init(wrappedValue: Type = nil, _ options: FieldOption...) where Type: ExpressibleByNilLiter… 63 self.wrappedValue = wrappedValue 71 return wrappedValue in get() [all …]
|
| /expo/ios/versioned/sdk48/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldExtensions.swift | 6 self.init(wrappedValue: wrappedValue, []) 10 self.init(wrappedValue: wrappedValue, options) 19 self.init(wrappedValue: wrappedValue, []) 23 self.init(wrappedValue: wrappedValue, options) 32 self.init(wrappedValue: wrappedValue, []) 36 self.init(wrappedValue: wrappedValue, options) 45 self.init(wrappedValue: wrappedValue, []) 49 self.init(wrappedValue: wrappedValue, options) 58 self.init(wrappedValue: wrappedValue, []) 71 self.init(wrappedValue: wrappedValue, []) [all …]
|
| H A D | Field.swift | 9 public var wrappedValue: Type variable 40 public init(wrappedValue: Type, _ options: FieldOption...) { 41 self.wrappedValue = wrappedValue 49 public init(wrappedValue: Type, _ options: [FieldOption]) { 50 self.wrappedValue = wrappedValue 58 public init(wrappedValue: Type = nil) where Type: ExpressibleByNilLiteral { 59 self.wrappedValue = wrappedValue 62 …public init(wrappedValue: Type = nil, _ options: FieldOption...) where Type: ExpressibleByNilLiter… 63 self.wrappedValue = wrappedValue 71 return wrappedValue in get() [all …]
|
| /expo/ios/versioned/sdk49/ExpoModulesCore/ios/Swift/Records/ |
| H A D | FieldExtensions.swift | 6 self.init(wrappedValue: wrappedValue, []) 10 self.init(wrappedValue: wrappedValue, options) 19 self.init(wrappedValue: wrappedValue, []) 23 self.init(wrappedValue: wrappedValue, options) 32 self.init(wrappedValue: wrappedValue, []) 36 self.init(wrappedValue: wrappedValue, options) 45 self.init(wrappedValue: wrappedValue, []) 49 self.init(wrappedValue: wrappedValue, options) 58 self.init(wrappedValue: wrappedValue, []) 71 self.init(wrappedValue: wrappedValue, []) [all …]
|
| H A D | Field.swift | 9 public var wrappedValue: Type variable 40 public init(wrappedValue: Type, _ options: FieldOption...) { 41 self.wrappedValue = wrappedValue 49 public init(wrappedValue: Type, _ options: [FieldOption]) { 50 self.wrappedValue = wrappedValue 58 public init(wrappedValue: Type = nil) where Type: ExpressibleByNilLiteral { 59 self.wrappedValue = wrappedValue 62 …public init(wrappedValue: Type = nil, _ options: FieldOption...) where Type: ExpressibleByNilLiter… 63 self.wrappedValue = wrappedValue 71 return wrappedValue in get() [all …]
|
| /expo/ios/versioned/sdk48/ExpoBlur/ |
| H A D | BlurEffectView.swift | 65 var wrappedValue: Value variable 67 init(wrappedValue: Value, lowerBound: Value, upperBound: Value) { 68 self.wrappedValue = max(lowerBound, min(upperBound, wrappedValue)) 77 var wrappedValue: Value variable 79 init(wrappedValue: Value, values: [Value]) { 80 let isValueValid = values.contains(wrappedValue) 81 self.wrappedValue = isValueValid ? wrappedValue : values.first!
|
| /expo/ios/versioned/sdk47/EXBlur/EXBlur/ |
| H A D | BlurEffectView.swift | 65 var wrappedValue: Value variable 67 init(wrappedValue: Value, lowerBound: Value, upperBound: Value) { 68 self.wrappedValue = max(lowerBound, min(upperBound, wrappedValue)) 77 var wrappedValue: Value variable 79 init(wrappedValue: Value, values: [Value]) { 80 let isValueValid = values.contains(wrappedValue) 81 self.wrappedValue = isValueValid ? wrappedValue : values.first!
|
| /expo/ios/versioned/sdk49/ExpoBlur/ |
| H A D | BlurEffectView.swift | 80 var wrappedValue: Value variable 82 init(wrappedValue: Value, lowerBound: Value, upperBound: Value) { 83 self.wrappedValue = max(lowerBound, min(upperBound, wrappedValue)) 92 var wrappedValue: Value variable 94 init(wrappedValue: Value, values: [Value]) { 95 let isValueValid = values.contains(wrappedValue) 96 self.wrappedValue = isValueValid ? wrappedValue : values.first!
|
| /expo/packages/expo-blur/ios/ |
| H A D | BlurEffectView.swift | 71 var wrappedValue: Value variable 73 init(wrappedValue: Value, lowerBound: Value, upperBound: Value) { 74 self.wrappedValue = max(lowerBound, min(upperBound, wrappedValue))
|
| /expo/packages/expo-maps/ios/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsKMLs.swift | 164 markerTitle: Field(wrappedValue: point.title), in drawMarkers() 167 color: Field(wrappedValue: color), in drawMarkers() 192 color: Field(wrappedValue: color), in drawPolylines() 193 width: Field(wrappedValue: polylineStyle?.width), in drawPolylines() 227 fillColor: Field(wrappedValue: fillColor), in drawPolygons() 228 strokeColor: Field(wrappedValue: outlineColor), in drawPolygons() 229 strokeWidth: Field(wrappedValue: width), in drawPolygons()
|
| /expo/ios/versioned/sdk48/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsKMLs.swift | 164 markerTitle: Field(wrappedValue: point.title), in drawMarkers() 167 color: Field(wrappedValue: color), in drawMarkers() 192 color: Field(wrappedValue: color), in drawPolylines() 193 width: Field(wrappedValue: polylineStyle?.width), in drawPolylines() 227 fillColor: Field(wrappedValue: fillColor), in drawPolygons() 228 strokeColor: Field(wrappedValue: outlineColor), in drawPolygons() 229 strokeWidth: Field(wrappedValue: width), in drawPolygons()
|
| /expo/ios/versioned/sdk49/ExpoMaps/ExpoMaps/AppleMaps/ |
| H A D | AppleMapsKMLs.swift | 164 markerTitle: Field(wrappedValue: point.title), in drawMarkers() 167 color: Field(wrappedValue: color), in drawMarkers() 192 color: Field(wrappedValue: color), in drawPolylines() 193 width: Field(wrappedValue: polylineStyle?.width), in drawPolylines() 227 fillColor: Field(wrappedValue: fillColor), in drawPolygons() 228 strokeColor: Field(wrappedValue: outlineColor), in drawPolygons() 229 strokeWidth: Field(wrappedValue: width), in drawPolygons()
|