Home
last modified time | relevance | path

Searched refs:attributes (Results 1 – 25 of 207) sorted by relevance

123456789

/expo/ios/versioned-react-native/ABI48_0_0/ReactNative/ReactCommon/react/renderer/attributedstring/
H A DABI48_0_0ParagraphAttributes.h92 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 DABI47_0_0ParagraphAttributes.h92 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 DABI49_0_0ParagraphAttributes.h92 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 DABI47_0_0RCTAttributedTextUtils.mm117 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 DABI49_0_0RCTAttributedTextUtils.mm187 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 DABI48_0_0RCTAttributedTextUtils.mm187 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 Dstatic-rendering.test.ts169 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 Dbase-path.test.ts82 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 Dsingle-page-app.test.ts93 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 DABI47_0_0EXFileSystemLocalFileHandler.m14 … 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 DABI48_0_0EXFileSystemLocalFileHandler.m14 … 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 DNSAttributedString+utilities.swift15 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 DNSAttributedString+utilities.swift15 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 DNSAttributedString+utilities.swift15 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 DEXFileSystemLocalFileHandler.m15 … 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 DABI49_0_0EXFileSystemLocalFileHandler.m15 … 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 DNSAttributedString+utilities.swift17 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 Ddocumentation.yml7 attributes:
10 attributes:
16 attributes:
21 attributes:
24 attributes:
H A Ddev_client_bug_report.yml6 attributes:
9 attributes:
14 attributes:
18 attributes:
26 attributes:
36 attributes:
45 attributes:
49 attributes:
55 attributes:
64 attributes:
[all …]
H A Dbug_report_cli.yml6 attributes:
9 attributes:
14 attributes:
22 attributes:
32 attributes:
36 attributes:
42 attributes:
51 attributes:
54 attributes:
H A Dbug_report_router.yml6 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 DxcodeCodeSigning.ts90 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 Dnew_architecture.rb49 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 DProvisioningProfile.ts51 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 DProvisioningProfile.js53 if (!item.attributes.TargetAttributes[nativeTargetId]) {
54 item.attributes.TargetAttributes[nativeTargetId] = {};
56 item.attributes.TargetAttributes[nativeTargetId].DevelopmentTeam = quotedAppleTeamId;
57 item.attributes.TargetAttributes[nativeTargetId].ProvisioningStyle = 'Manual';

123456789