| /expo/packages/@expo/config-plugins/src/utils/ |
| H A D | commonCodeMod.ts | 17 offset: number 20 if (offset < 0 || offset > srcContentsLength) { 23 if (offset === 0) { 25 } else if (offset === srcContentsLength) { 29 const prefix = srcContents.substring(0, offset); 30 const suffix = srcContents.substring(offset); 72 export function searchFromOffset(source: string, regexp: RegExp, offset: number): number { 73 const target = source.substring(offset); 75 return matchedIndex < 0 ? matchedIndex : matchedIndex + offset;
|
| /expo/packages/@expo/config-plugins/build/utils/ |
| H A D | commonCodeMod.js | 16 function insertContentsAtOffset(srcContents, insertion, offset) { argument 18 if (offset < 0 || offset > srcContentsLength) { 21 if (offset === 0) { 23 } else if (offset === srcContentsLength) { 26 const prefix = srcContents.substring(0, offset); 27 const suffix = srcContents.substring(offset); 58 function searchFromOffset(source, regexp, offset) { argument 59 const target = source.substring(offset); 61 return matchedIndex < 0 ? matchedIndex : matchedIndex + offset;
|
| H A D | commonCodeMod.js.map | 1 …offset","srcContentsLength","length","Error","prefix","substring","suffix","replaceContentsWithOff…
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/ |
| H A D | ABI48_0_0MapBufferBuilder.cpp | 84 auto offset = dynamicData_.size(); in putString() local 85 dynamicData_.resize(offset + INT_SIZE + strSize, 0); in putString() 86 memcpy(dynamicData_.data() + offset, &strSize, INT_SIZE); in putString() 93 reinterpret_cast<uint8_t const *>(&offset), in putString() 100 auto offset = dynamicData_.size(); in putMapBuffer() local 103 dynamicData_.resize(offset + INT_SIZE + mapBufferSize, 0); in putMapBuffer() 112 reinterpret_cast<uint8_t const *>(&offset), in putMapBuffer() 119 int32_t offset = dynamicData_.size(); in putMapBufferList() local 125 dynamicData_.resize(offset + INT_SIZE, 0); in putMapBufferList() 126 memcpy(dynamicData_.data() + offset, &dataSize, INT_SIZE); in putMapBufferList() [all …]
|
| H A D | ABI48_0_0MapBuffer.cpp | 86 int32_t offset = getInt(key); in getString() local 88 bytes_.data() + dynamicDataOffset + offset); in getString() 90 bytes_.data() + dynamicDataOffset + offset + sizeof(int); in getString() 100 int32_t offset = getInt(key); in getMapBuffer() local 102 bytes_.data() + dynamicDataOffset + offset); in getMapBuffer() 108 bytes_.data() + dynamicDataOffset + offset + sizeof(int32_t), in getMapBuffer() 118 int32_t offset = getInt(key); in getMapBufferList() local 120 bytes_.data() + dynamicDataOffset + offset); in getMapBufferList() 121 offset = offset + sizeof(uint32_t); in getMapBufferList() 126 bytes_.data() + dynamicDataOffset + offset + curLen); in getMapBufferList() [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/ |
| H A D | ABI49_0_0MapBufferBuilder.cpp | 84 auto offset = dynamicData_.size(); in putString() local 85 dynamicData_.resize(offset + INT_SIZE + strSize, 0); in putString() 86 memcpy(dynamicData_.data() + offset, &strSize, INT_SIZE); in putString() 93 reinterpret_cast<uint8_t const *>(&offset), in putString() 100 auto offset = dynamicData_.size(); in putMapBuffer() local 103 dynamicData_.resize(offset + INT_SIZE + mapBufferSize, 0); in putMapBuffer() 112 reinterpret_cast<uint8_t const *>(&offset), in putMapBuffer() 119 int32_t offset = dynamicData_.size(); in putMapBufferList() local 125 dynamicData_.resize(offset + INT_SIZE, 0); in putMapBufferList() 126 memcpy(dynamicData_.data() + offset, &dataSize, INT_SIZE); in putMapBufferList() [all …]
|
| H A D | ABI49_0_0MapBuffer.cpp | 86 int32_t offset = getInt(key); in getString() local 88 bytes_.data() + dynamicDataOffset + offset); in getString() 90 bytes_.data() + dynamicDataOffset + offset + sizeof(int); in getString() 100 int32_t offset = getInt(key); in getMapBuffer() local 102 bytes_.data() + dynamicDataOffset + offset); in getMapBuffer() 108 bytes_.data() + dynamicDataOffset + offset + sizeof(int32_t), in getMapBuffer() 118 int32_t offset = getInt(key); in getMapBufferList() local 120 bytes_.data() + dynamicDataOffset + offset); in getMapBufferList() 121 offset = offset + sizeof(uint32_t); in getMapBufferList() 126 bytes_.data() + dynamicDataOffset + offset + curLen); in getMapBufferList() [all …]
|
| /expo/apps/native-component-list/src/screens/SVG/examples/ |
| H A D | Gradients.tsx | 18 <Stop offset="1" stopColor="red" /> 34 <Stop offset="100%" stopColor="red" stopOpacity="1" /> 56 <Stop offset="0%" stopColor="#000" stopOpacity="1" /> 71 <Stop offset="0%" stopColor="#000" stopOpacity="1" /> 90 <Stop offset="100%" stopColor="red" stopOpacity="1" /> 119 <Stop offset="0" stopColor="#ff0" stopOpacity="1" /> 122 <Stop offset="1" stopColor="#83a" stopOpacity="1" /> 138 <Stop offset="0%" stopColor="#fff" stopOpacity="1" /> 155 <Stop offset="0%" stopColor="#fff" stopOpacity="0" /> 172 <Stop offset="0%" stopColor="#fff" stopOpacity="1" /> [all …]
|
| /expo/home/graphql/queries/ |
| H A D | ProfileSnacksQuery.query.graphql | 1 query Home_ProfileSnacks($limit: Int!, $offset: Int!) { 4 snacks(limit: $limit, offset: $offset) {
|
| H A D | ProfileProjectsQuery.query.graphql | 1 query Home_MyApps($limit: Int!, $offset: Int!) { 5 apps(limit: $limit, offset: $offset, includeUnpublished: true) {
|
| H A D | BranchesForProjectQuery.query.graphql | 6 $offset: Int! 26 updateBranches(limit: $limit, offset: $offset) { 29 updates(limit: 1, offset: 0, filter: { platform: $platform, sdkVersions: $sdkVersions }) {
|
| H A D | SnacksListQuery.query.graphql | 1 query Home_AccountSnacks($accountName: String!, $limit: Int!, $offset: Int!) { 6 snacks(limit: $limit, offset: $offset) {
|
| H A D | ProjectsListQuery.query.graphql | 1 query Home_AccountApps($accountName: String!, $limit: Int!, $offset: Int!) { 6 apps(limit: $limit, offset: $offset, includeUnpublished: true) {
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/mapbuffer/ |
| H A D | ABI47_0_0MapBufferBuilder.cpp | 85 auto offset = dynamicData_.size(); in putString() local 86 dynamicData_.resize(offset + INT_SIZE + strSize, 0); in putString() 87 memcpy(dynamicData_.data() + offset, &strSize, INT_SIZE); in putString() 88 memcpy(dynamicData_.data() + offset + INT_SIZE, strData, strSize); in putString() 94 reinterpret_cast<uint8_t const *>(&offset), in putString() 101 auto offset = dynamicData_.size(); in putMapBuffer() local 104 dynamicData_.resize(offset + INT_SIZE + mapBufferSize, 0); in putMapBuffer() 105 memcpy(dynamicData_.data() + offset, &mapBufferSize, INT_SIZE); in putMapBuffer() 107 memcpy(dynamicData_.data() + offset + INT_SIZE, map.data(), mapBufferSize); in putMapBuffer() 113 reinterpret_cast<uint8_t const *>(&offset), in putMapBuffer()
|
| /expo/ios/vendored/sdk47/react-native-svg/apple/Utils/ |
| H A D | ABI47_0_0RCTConvert+RNSVG.mm | 138 + (CGRect)ABI47_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset 141 if (arr.count < offset + 4) { 146 {[self CGFloat:arr[offset]], [self CGFloat:arr[offset + 1]]}, 147 {[self CGFloat:arr[offset + 2]], [self CGFloat:arr[offset + 3]]}, 151 + (ABI47_0_0RNSVGColor *)ABI47_0_0RNSVGColor:(id)json offset:(NSUInteger)offset 154 if (arr.count == offset + 1) { 155 return [self ABI47_0_0RNSVGColor:[arr objectAtIndex:offset]]; 157 if (arr.count < offset + 4) { 161 return [self ABI47_0_0RNSVGColor:[arr subarrayWithRange:(NSRange){offset, 4}]]; 173 CGFloat offset = (CGFloat)[arr[stopIndex] doubleValue]; [all …]
|
| H A D | ABI47_0_0RCTConvert+RNSVG.h | 30 + (CGRect)ABI47_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI47_0_0RNSVGColor *)ABI47_0_0RNSVGColor:(id)json offset:(NSUInteger)offset;
|
| /expo/ios/vendored/sdk49/react-native-svg/apple/Utils/ |
| H A D | ABI49_0_0RCTConvert+RNSVG.mm | 138 + (CGRect)ABI49_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset 141 if (arr.count < offset + 4) { 146 {[self CGFloat:arr[offset]], [self CGFloat:arr[offset + 1]]}, 147 {[self CGFloat:arr[offset + 2]], [self CGFloat:arr[offset + 3]]}, 151 + (ABI49_0_0RNSVGColor *)ABI49_0_0RNSVGColor:(id)json offset:(NSUInteger)offset 154 if (arr.count == offset + 1) { 155 return [self ABI49_0_0RNSVGColor:[arr objectAtIndex:offset]]; 157 if (arr.count < offset + 4) { 161 return [self ABI49_0_0RNSVGColor:[arr subarrayWithRange:(NSRange){offset, 4}]]; 173 CGFloat offset = (CGFloat)[arr[stopIndex] doubleValue]; [all …]
|
| H A D | ABI49_0_0RCTConvert+RNSVG.h | 30 + (CGRect)ABI49_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI49_0_0RNSVGColor *)ABI49_0_0RNSVGColor:(id)json offset:(NSUInteger)offset;
|
| /expo/ios/vendored/unversioned/react-native-svg/apple/Utils/ |
| H A D | RCTConvert+RNSVG.mm | 138 + (CGRect)RNSVGCGRect:(id)json offset:(NSUInteger)offset 141 if (arr.count < offset + 4) { 146 {[self CGFloat:arr[offset]], [self CGFloat:arr[offset + 1]]}, 147 {[self CGFloat:arr[offset + 2]], [self CGFloat:arr[offset + 3]]}, 151 + (RNSVGColor *)RNSVGColor:(id)json offset:(NSUInteger)offset 154 if (arr.count == offset + 1) { 155 return [self RNSVGColor:[arr objectAtIndex:offset]]; 157 if (arr.count < offset + 4) { 161 return [self RNSVGColor:[arr subarrayWithRange:(NSRange){offset, 4}]]; 173 CGFloat offset = (CGFloat)[arr[stopIndex] doubleValue]; [all …]
|
| H A D | RCTConvert+RNSVG.h | 30 + (CGRect)RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (RNSVGColor *)RNSVGColor:(id)json offset:(NSUInteger)offset;
|
| /expo/ios/vendored/sdk48/react-native-svg/apple/Utils/ |
| H A D | ABI48_0_0RCTConvert+RNSVG.mm | 138 + (CGRect)ABI48_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset 141 if (arr.count < offset + 4) { 146 {[self CGFloat:arr[offset]], [self CGFloat:arr[offset + 1]]}, 147 {[self CGFloat:arr[offset + 2]], [self CGFloat:arr[offset + 3]]}, 151 + (ABI48_0_0RNSVGColor *)ABI48_0_0RNSVGColor:(id)json offset:(NSUInteger)offset 154 if (arr.count == offset + 1) { 155 return [self ABI48_0_0RNSVGColor:[arr objectAtIndex:offset]]; 157 if (arr.count < offset + 4) { 161 return [self ABI48_0_0RNSVGColor:[arr subarrayWithRange:(NSRange){offset, 4}]]; 173 CGFloat offset = (CGFloat)[arr[stopIndex] doubleValue]; [all …]
|
| H A D | ABI48_0_0RCTConvert+RNSVG.h | 30 + (CGRect)ABI48_0_0RNSVGCGRect:(id)json offset:(NSUInteger)offset; 31 + (ABI48_0_0RNSVGColor *)ABI48_0_0RNSVGColor:(id)json offset:(NSUInteger)offset;
|
| /expo/android/vendored/unversioned/react-native-pager-view/android/src/main/java/com/reactnativepagerview/event/ |
| H A D | PageScrollEvent.kt | 21 class PageScrollEvent(viewTag: Int, private val mPosition: Int, offset: Float) : Event<PageScrollEv… 22 private val mOffset: Float = if (isInfinite(offset) || isNaN(offset)) 0.0f else offset
|
| /expo/ios/vendored/sdk49/react-native-pager-view/ios/ |
| H A D | ABI49_0_0RCTOnPageScrollEvent.m | 18 offset:(NSNumber *)offset; 25 _offset = offset; 51 @"offset": _offset
|
| /expo/android/vendored/sdk48/react-native-pager-view/android/src/main/java/abi48_0_0/com/reactnativepagerview/event/ |
| H A D | PageScrollEvent.kt | 21 class PageScrollEvent(viewTag: Int, private val mPosition: Int, offset: Float) : Event<PageScrollEv… 22 private val mOffset: Float = if (isInfinite(offset) || isNaN(offset)) 0.0f else offset
|