Home
last modified time | relevance | path

Searched refs:attributesAtIndex (Results 1 – 25 of 98) sorted by relevance

1234

/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSAttributedString/
H A Dtest00.m20 PASS_EQUAL([s attributesAtIndex: 0 effectiveRange: NULL],
32 obj = [astr1 attributesAtIndex: 0 effectiveRange: &range];
35 "-attributesAtIndex:effectiveRange: works");
/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSMutableAttributedString/
H A Dtest01.m25 return [[self attributesAtIndex:loc
36 attrEqual= [[self attributesAtIndex:aRange.location + (aRange.length - 1)
123 aBegin = [as attributesAtIndex: (start == 0) ? length : 0
125 aEnd = [as attributesAtIndex: ((start + length) == 8) ? (start - 1) : 8
149 aBegin = [as attributesAtIndex:index effectiveRange:NULL];
H A Dtest00.m42 return [[self attributesAtIndex:loc
53 attrEqual= [[self attributesAtIndex: aRange.location + (aRange.length - 1)
77 PASS_EQUAL([s attributesAtIndex: 0 effectiveRange: NULL],
83 PASS([[s attributesAtIndex: 0 effectiveRange: NULL] count] == 1,
85 PASS([[s attributesAtIndex: 3 effectiveRange: NULL] count] == 0,
91 PASS([[s attributesAtIndex: 0 effectiveRange: NULL] count] == 1,
93 PASS([[s attributesAtIndex: 3 effectiveRange: NULL] count] == 1,
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/ui/util/
H A Dlabel_link_controller_unittest.mm105 [[label_ attributedText] attributesAtIndex:linkRange.location
111 attrs = [[label_ attributedText] attributesAtIndex:linkRange.location
115 attrs = [[label_ attributedText] attributesAtIndex:0 effectiveRange:nullptr];
120 attrs = [[label_ attributedText] attributesAtIndex:linkRange.location
140 [[label_ attributedText] attributesAtIndex:linkRange.location
146 attrs = [[label_ attributedText] attributesAtIndex:linkRange.location
150 attrs = [[label_ attributedText] attributesAtIndex:0 effectiveRange:nullptr];
155 attrs = [[label_ attributedText] attributesAtIndex:linkRange.location
161 attrs = [[label_ attributedText] attributesAtIndex:linkRange.location
/dports/lang/gnustep-base/libs-base-base-1_27_0/Source/
H A DNSAttributedString.m123 getSel = @selector(attributesAtIndex:effectiveRange:);
192 attrs = [self attributesAtIndex: 0 effectiveRange: &range];
206 [attrs addObject: [self attributesAtIndex: pos
230 attrs = [self attributesAtIndex: index effectiveRange: &r];
411 (attrs = [self attributesAtIndex: index effectiveRange: &r]) != nil)
444 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
456 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
631 ownDictionary = [self attributesAtIndex: 0
633 otherDictionary = [otherString attributesAtIndex: 0
657 attributesAtIndex: NSMaxRange(otherEffectiveRange)
[all …]
H A DGSAttributedString.m72 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
87 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
353 attr = [attributedString attributesAtIndex: aRange.location
362 attr = [attributedString attributesAtIndex: loc
540 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
661 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSAttributedString.h83 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
85 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/content/common/mac/
H A Dattributed_string_coder_unittest.mm66 NSDictionary* attrs = [decoded attributesAtIndex:0 effectiveRange:&range];
127 NSDictionary* attrs = [decoded attributesAtIndex:0 effectiveRange:&range];
132 attrs = [decoded attributesAtIndex:5 effectiveRange:&range];
H A Dattributed_string_coder.mm28 NSDictionary* ns_attributes = [str attributesAtIndex:i
/dports/www/chromium-legacy/chromium-88.0.4324.182/content/common/mac/
H A Dattributed_string_type_converters_unittest.mm64 NSDictionary* attrs = [ns_attributed_string attributesAtIndex:0
128 NSDictionary* attrs = [ns_attributed_string attributesAtIndex:0
134 attrs = [ns_attributed_string attributesAtIndex:5 effectiveRange:&range];
H A Dattributed_string_type_converters.mm72 [ns_attributed_string attributesAtIndex:i
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSAttributedString.inc30 …ocation: NSUInteger; range: NSRangePointer): NSDictionary; message 'attributesAtIndex:effectiveRan…
46 …range: NSRangePointer; rangeLimit: NSRange): NSDictionary; message 'attributesAtIndex:longestEffec…
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebKit2/Shared/mac/
H A DArgumentCodersMac.mm173 …RetainPtr<NSDictionary> attributesAtIndex = [string attributesAtIndex:position effectiveRange:&eff…
178 ranges.append(make_pair(effectiveRange, attributesAtIndex));
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/fonts/mac/
H A Dattributed_string_type_converter.mm27 [ns_attributed_string attributesAtIndex:i
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/cocoa/org/eclipse/swt/internal/cocoa/
H A DNSAttributedString.java60 public NSDictionary attributesAtIndex(long location, long range, NSRange rangeLimit) { in attributesAtIndex() method in NSAttributedString
/dports/x11-toolkits/gnustep-gui/libs-gui-gui-0_28_0/Source/
H A DNSSecureTextField.m198 attribs = [attrStr attributesAtIndex: 0
275 attributes = [attrstr attributesAtIndex: *index
H A DGSTextStorage.m424 attr = [attributedString attributesAtIndex: aRange.location
434 attr = [attributedString attributesAtIndex: loc
649 - (NSDictionary*) attributesAtIndex: (NSUInteger)index
/dports/games/zoom/zoom-1.1.5/src/zoomCocoa/
H A DZoomTextView.m255 NSDictionary* currentAttributes = [editedStr attributesAtIndex: 0
272 currentAttributes = [editedStr attributesAtIndex: newPos
H A DZoomUpperWindow.m205 attr = [string attributesAtIndex: attributedRange.location
/dports/graphics/pixen/Pixen-0.1/
H A DSubviewTableViewCell.m87 …leDictionary dictionaryWithDictionary:[[self attributedStringValue] attributesAtIndex:0 effectiveR…
/dports/cad/ldview/ldview-4.4/MacOSX/LDView/
H A DViewOwnerBase.mm115 …NSMutableDictionary *attributes = [[titleString attributesAtIndex:0 effectiveRange:&range] mutable…
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSAttributedString.inc77 StrNSAttributedString_attributesAtIndex_effectiveRange = 'attributesAtIndex:effectiveRange:';
82 …StrNSAttributedString_attributesAtIndex_longestEffectiveRange_inRange = 'attributesAtIndex:longest…
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSAttributedString.inc77 StrNSAttributedString_attributesAtIndex_effectiveRange = 'attributesAtIndex:effectiveRange:';
82 …StrNSAttributedString_attributesAtIndex_longestEffectiveRange_inRange = 'attributesAtIndex:longest…
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSAttributedString.inc77 StrNSAttributedString_attributesAtIndex_effectiveRange = 'attributesAtIndex:effectiveRange:';
82 …StrNSAttributedString_attributesAtIndex_longestEffectiveRange_inRange = 'attributesAtIndex:longest…
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSAttributedString.inc77 StrNSAttributedString_attributesAtIndex_effectiveRange = 'attributesAtIndex:effectiveRange:';
82 …StrNSAttributedString_attributesAtIndex_longestEffectiveRange_inRange = 'attributesAtIndex:longest…

1234