Searched refs:NSAttributedString (Results 1 - 25 of 90) sorted by relevance

1234

/macosx-10.10/WebCore-7600.1.25/platform/mac/
H A DWebNSAttributedStringExtras.h28 NSAttributedString *attributedStringByStrippingAttachmentCharacters(NSAttributedString *);
H A DWebNSAttributedStringExtras.mm37 NSAttributedString *attributedStringByStrippingAttachmentCharacters(NSAttributedString *attributedString)
/macosx-10.10/WebCore-7600.1.25/editing/cocoa/
H A DHTMLConverter.h29 OBJC_CLASS NSAttributedString; variable
35 NSAttributedString *attributedStringFromRange(Range&);
37 NSAttributedString *editingAttributedStringFromRange(Range&);
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h1 #import <AppKit/NSAttributedString.h>
3 @interface NSAttributedString (NSAttributedStringHTMLAdditions)
H A DJVChatController.h13 @class NSAttributedString;
46 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message inRoom:(NSString *) room;
47 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message fromUser:(NSString *)user inRoom:(NSString *) room;
H A DMVChatConnection.h87 @class NSAttributedString;
89 @class NSAttributedString;
169 NSAttributedString *_awayMessage;
183 - (void) disconnectWithReason:(NSAttributedString *) reason;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
269 - (void) setTopic:(NSAttributedString *) topic withEncoding:(NSStringEncoding) encoding forRoom:(NSString *) room;
297 - (NSAttributedString *) awayStatusMessage;
298 - (void) setAwayStatusWithMessage:(NSAttributedString *) message;
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h1 #import <AppKit/NSAttributedString.h>
3 @interface NSAttributedString (NSAttributedStringHTMLAdditions)
H A DJVChatController.h13 @class NSAttributedString;
46 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message inRoom:(NSString *) room;
47 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message fromUser:(NSString *)user inRoom:(NSString *) room;
H A DMVChatConnection.h87 @class NSAttributedString;
89 @class NSAttributedString;
169 NSAttributedString *_awayMessage;
183 - (void) disconnectWithReason:(NSAttributedString *) reason;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
269 - (void) setTopic:(NSAttributedString *) topic withEncoding:(NSStringEncoding) encoding forRoom:(NSString *) room;
297 - (NSAttributedString *) awayStatusMessage;
298 - (void) setAwayStatusWithMessage:(NSAttributedString *) message;
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSAttributedStringAdditions.h1 #import <AppKit/NSAttributedString.h>
3 @interface NSAttributedString (NSAttributedStringHTMLAdditions)
H A DJVChatController.h13 @class NSAttributedString;
46 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message inRoom:(NSString *) room;
47 - (BOOL) shouldIgnoreMessage:(NSAttributedString *) message fromUser:(NSString *)user inRoom:(NSString *) room;
H A DMVChatConnection.h87 @class NSAttributedString;
89 @class NSAttributedString;
169 NSAttributedString *_awayMessage;
183 - (void) disconnectWithReason:(NSAttributedString *) reason;
246 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toUser:(NSString *) user asAction:(BOOL) action;
247 - (void) sendMessage:(NSAttributedString *) message withEncoding:(NSStringEncoding) encoding toChatRoom:(NSString *) room asAction:(BOOL) action;
269 - (void) setTopic:(NSAttributedString *) topic withEncoding:(NSStringEncoding) encoding forRoom:(NSString *) room;
297 - (NSAttributedString *) awayStatusMessage;
298 - (void) setAwayStatusWithMessage:(NSAttributedString *) message;
/macosx-10.10/WebKit2-7600.1.25/Shared/mac/
H A DAttributedString.h31 OBJC_CLASS NSAttributedString; variable
44 RetainPtr<NSAttributedString> string;
H A DArgumentCodersMac.h40 // NSAttributedString
41 void encode(ArgumentEncoder&, NSAttributedString *);
42 bool decode(ArgumentDecoder&, RetainPtr<NSAttributedString>&);
/macosx-10.10/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/PyObjCTest/
H A Dtest_nsattributedstring.py20 self.assertArgIsOut(NSAttributedString.attributesAtIndex_effectiveRange_, 1)
21 self.assertArgIsOut(NSAttributedString.attribute_atIndex_effectiveRange_, 2)
22 self.assertArgIsOut(NSAttributedString.attributesAtIndex_longestEffectiveRange_inRange_, 1)
23 self.assertArgIsOut(NSAttributedString.attribute_atIndex_longestEffectiveRange_inRange_, 2)
25 self.assertResultIsBOOL(NSAttributedString.isEqualToAttributedString_)
121 self.assertResultIsBOOL(NSAttributedString.containsAttachments)
122 self.assertArgIsBOOL(NSAttributedString.nextWordFromIndex_forward_, 1)
123 self.assertArgIsOut(NSAttributedString.URLAtIndex_effectiveRange_, 1)
125 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
126 self.assertArgIsOut(NSAttributedString
[all...]
H A Dtest_nsattributedstring_appkit.py112 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
113 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 3)
114 self.assertArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 2)
115 self.assertArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 3)
116 self.assertArgIsOut(NSAttributedString.initWithPath_documentAttributes_, 1)
117 self.assertArgIsOut(NSAttributedString.initWithURL_documentAttributes_, 1)
118 self.assertArgIsOut(NSAttributedString.initWithRTF_documentAttributes_, 1)
119 self.assertArgIsOut(NSAttributedString.initWithRTFD_documentAttributes_, 1)
120 self.assertArgIsOut(NSAttributedString.initWithHTML_documentAttributes_, 1)
121 self.assertArgIsOut(NSAttributedString
[all...]
/macosx-10.10/pyobjc-45/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsattributedstring.py9 self.failUnlessArgIsOut(NSAttributedString.attributesAtIndex_effectiveRange_, 1)
10 self.failUnlessArgIsOut(NSAttributedString.attribute_atIndex_effectiveRange_, 2)
11 self.failUnlessArgIsOut(NSAttributedString.attributesAtIndex_longestEffectiveRange_inRange_, 1)
12 self.failUnlessArgIsOut(NSAttributedString.attribute_atIndex_longestEffectiveRange_inRange_, 2)
14 self.failUnlessResultIsBOOL(NSAttributedString.isEqualToAttributedString_)
110 self.failUnlessResultIsBOOL(NSAttributedString.containsAttachments)
112 self.failUnlessArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
113 self.failUnlessArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 3)
115 self.failUnlessArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 2)
116 self.failUnlessArgIsOut(NSAttributedString
[all...]
H A Dtest_nsattributedstring_appkit.py101 self.failUnlessArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
102 self.failUnlessArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 3)
103 self.failUnlessArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 2)
104 self.failUnlessArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 3)
105 self.failUnlessArgIsOut(NSAttributedString.initWithPath_documentAttributes_, 1)
106 self.failUnlessArgIsOut(NSAttributedString.initWithURL_documentAttributes_, 1)
107 self.failUnlessArgIsOut(NSAttributedString.initWithRTF_documentAttributes_, 1)
108 self.failUnlessArgIsOut(NSAttributedString.initWithRTFD_documentAttributes_, 1)
109 self.failUnlessArgIsOut(NSAttributedString.initWithHTML_documentAttributes_, 1)
110 self.failUnlessArgIsOut(NSAttributedString
[all...]
/macosx-10.10/pyobjc-45/2.6/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsattributedstring.py9 self.assertArgIsOut(NSAttributedString.attributesAtIndex_effectiveRange_, 1)
10 self.assertArgIsOut(NSAttributedString.attribute_atIndex_effectiveRange_, 2)
11 self.assertArgIsOut(NSAttributedString.attributesAtIndex_longestEffectiveRange_inRange_, 1)
12 self.assertArgIsOut(NSAttributedString.attribute_atIndex_longestEffectiveRange_inRange_, 2)
14 self.assertResultIsBOOL(NSAttributedString.isEqualToAttributedString_)
110 self.assertResultIsBOOL(NSAttributedString.containsAttachments)
112 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
113 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 3)
115 self.assertArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 2)
116 self.assertArgIsOut(NSAttributedString
[all...]
H A Dtest_nsattributedstring_appkit.py101 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 2)
102 self.assertArgIsOut(NSAttributedString.initWithURL_options_documentAttributes_error_, 3)
103 self.assertArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 2)
104 self.assertArgIsOut(NSAttributedString.initWithData_options_documentAttributes_error_, 3)
105 self.assertArgIsOut(NSAttributedString.initWithPath_documentAttributes_, 1)
106 self.assertArgIsOut(NSAttributedString.initWithURL_documentAttributes_, 1)
107 self.assertArgIsOut(NSAttributedString.initWithRTF_documentAttributes_, 1)
108 self.assertArgIsOut(NSAttributedString.initWithRTFD_documentAttributes_, 1)
109 self.assertArgIsOut(NSAttributedString.initWithHTML_documentAttributes_, 1)
110 self.assertArgIsOut(NSAttributedString
[all...]
/macosx-10.10/WebCore-7600.1.25/editing/mac/
H A DTextAlternativeWithRange.h45 void collectDictationTextAlternatives(NSAttributedString*, Vector<TextAlternativeWithRange>& alternatives);
H A DTextUndoInsertionMarkupMac.h42 bool shouldRegisterInsertionUndoGroup(NSAttributedString*);
H A DTextUndoInsertionMarkupMac.mm41 bool shouldRegisterInsertionUndoGroup(NSAttributedString* string)
H A DTextAlternativeWithRange.mm39 void collectDictationTextAlternatives(NSAttributedString *string, Vector<TextAlternativeWithRange>& alternatives) {
/macosx-10.10/WebKit-7600.1.25/mac/WebView/
H A DWebDocument.h133 - (NSAttributedString *)attributedString;
147 - (NSAttributedString *)selectedAttributedString;

Completed in 309 milliseconds

1234