| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI48_0_0ParagraphAttributes.h | 92 const ABI48_0_0facebook::ABI48_0_0React::ParagraphAttributes &attributes) const { 95 attributes.maximumNumberOfLines, 96 attributes.ellipsizeMode, 97 attributes.textBreakStrategy, 98 attributes.adjustsFontSizeToFit, 99 attributes.minimumFontSize, 100 attributes.maximumFontSize, 101 attributes.includeFontPadding, 102 attributes.android_hyphenationFrequency);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI47_0_0ParagraphAttributes.h | 92 const ABI47_0_0facebook::ABI47_0_0React::ParagraphAttributes &attributes) const { 95 attributes.maximumNumberOfLines, 96 attributes.ellipsizeMode, 97 attributes.textBreakStrategy, 98 attributes.adjustsFontSizeToFit, 99 attributes.minimumFontSize, 100 attributes.maximumFontSize, 101 attributes.includeFontPadding, 102 attributes.android_hyphenationFrequency);
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/ |
| H A D | ABI49_0_0ParagraphAttributes.h | 92 const ABI49_0_0facebook::ABI49_0_0React::ParagraphAttributes &attributes) const { 95 attributes.maximumNumberOfLines, 96 attributes.ellipsizeMode, 97 attributes.textBreakStrategy, 98 attributes.adjustsFontSizeToFit, 99 attributes.minimumFontSize, 100 attributes.maximumFontSize, 101 attributes.includeFontPadding, 102 attributes.android_hyphenationFrequency);
|
| /expo/ios/versioned-react-native/ABI47_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI47_0_0RCTAttributedTextUtils.mm | 117 attributes[NSFontAttributeName] = font; 124 attributes[NSForegroundColorAttributeName] = effectiveForegroundColor; 133 attributes[NSKernAttributeName] = @(textAttributes.letterSpacing); 167 attributes[NSParagraphStyleAttributeName] = paragraphStyle; 182 attributes[NSUnderlineStyleAttributeName] = @(style); 185 attributes[NSUnderlineColorAttributeName] = textDecorationColor; 192 attributes[NSStrikethroughStyleAttributeName] = @(style); 195 attributes[NSStrikethroughColorAttributeName] = textDecorationColor; 207 attributes[NSShadowAttributeName] = shadow; 212 attributes[ABI47_0_0RCTAttributedStringIsHighlightedAttributeName] = @YES; [all …]
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/react/renderer/textlayoutmanager/ |
| H A D | ABI49_0_0RCTAttributedTextUtils.mm | 187 attributes[NSFontAttributeName] = font; 194 attributes[NSForegroundColorAttributeName] = effectiveForegroundColor; 203 attributes[NSKernAttributeName] = @(textAttributes.letterSpacing); 243 attributes[NSParagraphStyleAttributeName] = paragraphStyle; 258 attributes[NSUnderlineStyleAttributeName] = @(style); 261 attributes[NSUnderlineColorAttributeName] = textDecorationColor; 268 attributes[NSStrikethroughStyleAttributeName] = @(style); 271 attributes[NSStrikethroughColorAttributeName] = textDecorationColor; 283 attributes[NSShadowAttributeName] = shadow; 288 attributes[ABI49_0_0RCTAttributedStringIsHighlightedAttributeName] = @YES; [all …]
|
| /expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/textlayoutmanager/platform/ios/ |
| H A D | ABI48_0_0RCTAttributedTextUtils.mm | 187 attributes[NSFontAttributeName] = font; 194 attributes[NSForegroundColorAttributeName] = effectiveForegroundColor; 203 attributes[NSKernAttributeName] = @(textAttributes.letterSpacing); 243 attributes[NSParagraphStyleAttributeName] = paragraphStyle; 258 attributes[NSUnderlineStyleAttributeName] = @(style); 261 attributes[NSUnderlineColorAttributeName] = textDecorationColor; 268 attributes[NSStrikethroughStyleAttributeName] = @(style); 271 attributes[NSStrikethroughColorAttributeName] = textDecorationColor; 283 attributes[NSShadowAttributeName] = shadow; 288 attributes[ABI48_0_0RCTAttributedStringIsHighlightedAttributeName] = @YES; [all …]
|
| /expo/packages/@expo/cli/e2e/__tests__/export/ |
| H A D | static-rendering.test.ts | 169 indexHtml.querySelector(`html > head > meta[name="${name}"]`)?.attributes.content; 213 return link.attributes.as !== 'font'; 222 expect(link.attributes.href).toMatch(/^\/_expo\/static\/css\/.*\.css$/); 240 fs.readFileSync(path.join(outputDir, links[0].attributes.href), 'utf-8') 245 fs.readFileSync(path.join(outputDir, links[2].attributes.href), 'utf-8') 263 expect(links[0].attributes.href).toBe( 286 expect(aboutLinks[1].attributes.href).toMatch( 308 )?.attributes.content 314 )?.attributes.content 320 )?.attributes.content [all …]
|
| H A D | base-path.test.ts | 82 const jsFiles = indexHtml.querySelectorAll('script').map((script) => script.attributes.src); 89 return link.attributes.as !== 'font'; 92 const cssFiles = links.map((link) => link.attributes.href); 101 const fontFiles = fontLinks.map((link) => link.attributes.href); 136 )?.attributes.content 142 )?.attributes.content 148 )?.attributes.content 160 )?.attributes.href
|
| H A D | single-page-app.test.ts | 93 indexHtml.querySelector(`html > head > meta[name="${name}"]`)?.attributes.content; 105 const jsBundle = fs.readFileSync(path.join(outputDir, script.attributes.src), 'utf8'); 143 expect(link.attributes.href).toMatch(/^\/_expo\/static\/css\/.*\.css$/); 161 fs.readFileSync(path.join(outputDir, links[0].attributes.href), 'utf-8') 166 fs.readFileSync(path.join(outputDir, links[2].attributes.href), 'utf-8')
|
| /expo/ios/versioned/sdk47/EXFileSystem/EXFileSystem/ |
| H A D | ABI47_0_0EXFileSystemLocalFileHandler.m | 14 … NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:nil]; 22 …esult[@"size"] = @([ABI47_0_0EXFileSystemLocalFileHandler getFileSize:path attributes:attributes]); 23 result[@"modificationTime"] = @(attributes.fileModificationDate.timeIntervalSince1970); 30 …signed long long)getFileSize:(NSString *)path attributes:(NSDictionary<NSFileAttributeKey, id> *)a… 32 if (attributes.fileType != NSFileTypeDirectory) { 33 return attributes.fileSize; 44 …folderSize += [ABI47_0_0EXFileSystemLocalFileHandler getFileSize:filePath attributes:fileAttribute…
|
| /expo/ios/versioned/sdk48/EXFileSystem/EXFileSystem/ |
| H A D | ABI48_0_0EXFileSystemLocalFileHandler.m | 14 … NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:nil]; 22 …esult[@"size"] = @([ABI48_0_0EXFileSystemLocalFileHandler getFileSize:path attributes:attributes]); 23 result[@"modificationTime"] = @(attributes.fileModificationDate.timeIntervalSince1970); 30 …signed long long)getFileSize:(NSString *)path attributes:(NSDictionary<NSFileAttributeKey, id> *)a… 32 if (attributes.fileType != NSFileTypeDirectory) { 33 return attributes.fileSize; 44 …folderSize += [ABI48_0_0EXFileSystemLocalFileHandler getFileSize:filePath attributes:fileAttribute…
|
| /expo/ios/versioned/sdk48/ExpoClipboard/ |
| H A D | NSAttributedString+utilities.swift | 15 let attributes: [DocumentAttributeKey: Any] = [ variable 19 return try? self.data(from: range, documentAttributes: attributes) 25 let attributes: [DocumentAttributeKey: Any] = [ variable 28 let htmlData = try self.data(from: range, documentAttributes: attributes)
|
| /expo/ios/versioned/sdk47/ExpoClipboard/ |
| H A D | NSAttributedString+utilities.swift | 15 let attributes: [DocumentAttributeKey: Any] = [ variable 19 return try? self.data(from: range, documentAttributes: attributes) 25 let attributes: [DocumentAttributeKey: Any] = [ variable 28 let htmlData = try self.data(from: range, documentAttributes: attributes)
|
| /expo/ios/versioned/sdk49/ExpoClipboard/ |
| H A D | NSAttributedString+utilities.swift | 15 let attributes: [DocumentAttributeKey: Any] = [ variable 19 return try? self.data(from: range, documentAttributes: attributes) 25 let attributes: [DocumentAttributeKey: Any] = [ variable 28 let htmlData = try self.data(from: range, documentAttributes: attributes)
|
| /expo/packages/expo-file-system/ios/ |
| H A D | EXFileSystemLocalFileHandler.m | 15 … NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:nil]; 23 result[@"size"] = @([EXFileSystemLocalFileHandler getFileSize:path attributes:attributes]); 24 result[@"modificationTime"] = @(attributes.fileModificationDate.timeIntervalSince1970); 31 …signed long long)getFileSize:(NSString *)path attributes:(NSDictionary<NSFileAttributeKey, id> *)a… 33 if (attributes.fileType != NSFileTypeDirectory) { 34 return attributes.fileSize; 45 folderSize += [EXFileSystemLocalFileHandler getFileSize:filePath attributes:fileAttributes];
|
| /expo/ios/versioned/sdk49/EXFileSystem/EXFileSystem/ |
| H A D | ABI49_0_0EXFileSystemLocalFileHandler.m | 15 … NSDictionary *attributes = [[NSFileManager defaultManager] attributesOfItemAtPath:path error:nil]; 23 …esult[@"size"] = @([ABI49_0_0EXFileSystemLocalFileHandler getFileSize:path attributes:attributes]); 24 result[@"modificationTime"] = @(attributes.fileModificationDate.timeIntervalSince1970); 31 …signed long long)getFileSize:(NSString *)path attributes:(NSDictionary<NSFileAttributeKey, id> *)a… 33 if (attributes.fileType != NSFileTypeDirectory) { 34 return attributes.fileSize; 45 …folderSize += [ABI49_0_0EXFileSystemLocalFileHandler getFileSize:filePath attributes:fileAttribute…
|
| /expo/packages/expo-clipboard/ios/ |
| H A D | NSAttributedString+utilities.swift | 17 let attributes: [DocumentAttributeKey: Any] = [ variable 21 return try? self.data(from: range, documentAttributes: attributes) 28 let attributes: [DocumentAttributeKey: Any] = [ variable 31 let htmlData = try self.data(from: range, documentAttributes: attributes)
|
| /expo/.github/ISSUE_TEMPLATE/ |
| H A D | documentation.yml | 7 attributes: 10 attributes: 16 attributes: 21 attributes: 24 attributes:
|
| H A D | dev_client_bug_report.yml | 6 attributes: 9 attributes: 14 attributes: 18 attributes: 26 attributes: 36 attributes: 45 attributes: 49 attributes: 55 attributes: 64 attributes: [all …]
|
| H A D | bug_report_cli.yml | 6 attributes: 9 attributes: 14 attributes: 22 attributes: 32 attributes: 36 attributes: 42 attributes: 51 attributes: 54 attributes:
|
| H A D | bug_report_router.yml | 6 attributes: 9 attributes: 12 attributes: 23 attributes: 28 attributes: 38 attributes: 45 attributes: 53 attributes:
|
| /expo/packages/@expo/cli/src/run/ios/codeSigning/ |
| H A D | xcodeCodeSigning.ts | 90 if (!item.attributes.TargetAttributes) { 91 item.attributes.TargetAttributes = {}; 94 if (!item.attributes.TargetAttributes[nativeTargetId]) { 95 item.attributes.TargetAttributes[nativeTargetId] = {}; 98 item.attributes.TargetAttributes[nativeTargetId].DevelopmentTeam = quotedAppleTeamId; 99 item.attributes.TargetAttributes[nativeTargetId].ProvisioningStyle = 'Automatic';
|
| /expo/ios/versioned-react-native/ABI49_0_0/ReactNative/scripts/cocoapods/ |
| H A D | new_architecture.rb | 49 config_file.attributes['OTHER_CPLUSPLUSFLAGS'] = @@new_arch_cpp_flags 52 …config_file.attributes['OTHER_CPLUSPLUSFLAGS'] = config_file.attributes['OTHER_CPLUSPLUSFLAGS'] + … 53 …other_cflags = config_file.attributes['OTHER_CFLAGS'] != nil ? config_file.attributes['OTHER_CFLAG… 54 config_file.attributes['OTHER_CFLAGS'] = other_cflags + ndebug_flag
|
| /expo/packages/@expo/config-plugins/src/ios/ |
| H A D | ProvisioningProfile.ts | 51 if (!item.attributes.TargetAttributes[nativeTargetId]) { 52 item.attributes.TargetAttributes[nativeTargetId] = {}; 54 item.attributes.TargetAttributes[nativeTargetId].DevelopmentTeam = quotedAppleTeamId; 55 item.attributes.TargetAttributes[nativeTargetId].ProvisioningStyle = 'Manual';
|
| /expo/packages/@expo/config-plugins/build/ios/ |
| H A D | ProvisioningProfile.js | 53 if (!item.attributes.TargetAttributes[nativeTargetId]) { 54 item.attributes.TargetAttributes[nativeTargetId] = {}; 56 item.attributes.TargetAttributes[nativeTargetId].DevelopmentTeam = quotedAppleTeamId; 57 item.attributes.TargetAttributes[nativeTargetId].ProvisioningStyle = 'Manual';
|