Searched refs:NSArray (Results 51 - 75 of 345) sorted by relevance

1234567891011>>

/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_osxcasts.py17 o = NSArray.arrayWithArray_((u"a", 1, 1.9))
18 self.assert_(isinstance(o, NSArray))
H A Dtest_nsenumerator.py9 self.arrayContainer = NSArray.arrayWithArray_(range(100))
H A Dtest_subclassing.py19 self.assert_( not isinstance( subclassInstance, NSArray ), "Not a subclass of NSArray, but instanceof() thinks so." )
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DNSNotificationAdditions.h10 - (void) enqueueNotificationOnMainThread:(NSNotification *) notification postingStyle:(NSPostingStyle) postingStyle coalesceMask:(unsigned) coalesceMask forModes:(NSArray *) modes;
H A DMVConnectionsController.h72 - (NSArray *) connections;
73 - (NSArray *) connectedConnections;
75 - (NSArray *) connectionsForServerAddress:(NSString *) address;
80 - (void) setJoinRooms:(NSArray *) rooms forConnection:(MVChatConnection *) connection;
81 - (NSArray *) joinRoomsForConnection:(MVChatConnection *) connection;
/macosx-10.9.5/WebKit-7537.78.2/mac/History/
H A DWebHistoryItemPrivate.h48 - (NSArray *)_redirectURLs;
53 - (NSArray *)children;
/macosx-10.9.5/WebKit2-7537.78.2/Shared/Authentication/mac/
H A DAuthenticationManager.mac.mm57 NSArray *nsChain = chainCount > 1 ? [(NSArray *)chain subarrayWithRange:NSMakeRange(1, chainCount - 1)] : nil;
/macosx-10.9.5/WebCore-7537.78.1/bindings/objc/
H A DWebScriptObject.h62 - (id)invokeUndefinedMethodFromWebScript:(NSString *)name withArguments:(NSArray *)args;
101 NSArray => array object
169 - (id)invokeUndefinedMethodFromWebScript:(NSString *)name withArguments:(NSArray *)arguments;
179 - (id)invokeDefaultMethodWithArguments:(NSArray *)arguments;
218 to NSArray, the following methods can be used to access index based properties:
252 - (id)callWebScriptMethod:(NSString *)name withArguments:(NSArray *)arguments;
H A DDOMPrivate.h31 - (NSArray *)textRects;
53 - (NSArray *)lineBoxRects; // Deprecated. Use textRects instead.
54 - (NSArray *)textRects;
/macosx-10.9.5/WebCore-7537.78.1/platform/qt/
H A DWebCoreSystemInterface.h40 @class NSArray;
49 class NSArray;
76 extern NSArray *(*wkQTGetSitesInMediaDownloadCache)();
/macosx-10.9.5/WebKit-7537.78.2/mac/WebView/
H A DWebPDFRepresentation.mm45 + (NSArray *)postScriptMIMETypes
47 return [NSArray arrayWithObjects:
52 + (NSArray *)supportedMIMETypes
55 [NSArray arrayWithObjects:
117 NSArray *postScriptMIMETypes = [[self class] postScriptMIMETypes];
129 NSArray *scripts = allScriptsInPDFDocument(doc);
H A DWebArchive.mm55 NSArray *cachedSubresources;
56 NSArray *cachedSubframeArchives;
137 if (![object isKindOfClass:[NSArray class]])
139 NSArray *array = (NSArray *)object;
147 - (id)initWithMainResource:(WebResource *)mainResource subresources:(NSArray *)subresources subframeArchives:(NSArray *)subframeArchives
238 NSArray *subresources = nil;
239 NSArray *subframeArchives = nil;
297 - (NSArray *)subresource
[all...]
H A DWebHTMLRepresentation.mm97 static NSMutableArray *newArrayByConcatenatingArrays(NSArray *first, NSArray *second) NS_RETURNS_RETAINED;
98 static NSMutableArray *newArrayByConcatenatingArrays(NSArray *first, NSArray *second)
105 + (NSArray *)supportedMIMETypes
107 static __unsafe_unretained NSArray *staticSupportedMIMETypes = newArrayByConcatenatingArrays([self supportedNonImageMIMETypes], [self supportedImageMIMETypes]);
111 + (NSArray *)supportedNonImageMIMETypes
113 static __unsafe_unretained NSArray *staticSupportedNonImageMIMETypes = newArrayWithStrings(MIMETypeRegistry::getSupportedNonImageMIMETypes());
117 + (NSArray *)supportedImageMIMETypes
119 static __unsafe_unretained NSArray *staticSupportedImageMIMEType
[all...]
H A DWebTextCompletionController.h35 NSArray *_completions;
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Examples/ApplicationPlugins/Colloqui/Colloquy Plugin SDK/Headers/
H A DMVConnectionsController.h72 - (NSArray *) connections;
73 - (NSArray *) connectedConnections;
75 - (NSArray *) connectionsForServerAddress:(NSString *) address;
80 - (void) setJoinRooms:(NSArray *) rooms forConnection:(MVChatConnection *) connection;
81 - (NSArray *) joinRoomsForConnection:(MVChatConnection *) connection;
/macosx-10.9.5/vim-53/src/
H A Dos_macosx.m58 NSArray *supportedTypes = [NSArray arrayWithObjects:VimPboardType,
74 if ([plist isKindOfClass:[NSArray class]] && [plist count] == 2)
181 NSArray *supportedTypes = [NSArray arrayWithObjects:VimPboardType,
186 NSArray *plist = [NSArray arrayWithObjects:motion, string, nil];
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/test/
H A Dmetadatafunction.m69 static NSArray* makeIntArray_count_(int* data, unsigned count)
82 static NSArray* nullIntArray_count_(int* data, unsigned count)
91 static NSArray* makeIntArray_countPtr_(int* data, unsigned* countPtr)
97 static NSArray* make4Tuple_(double* data)
110 static NSArray* null4Tuple_(double* data)
121 static NSArray* makeStringArray_(char** data)
134 static NSArray* nullStringArray_(char** data)
143 static NSArray* makeObjectArray_(id* data)
284 static NSArray* input_output_inputAndOutput_(int* x, int* y, int* z)
360 static NSArray* makeArrayWithFormat
[all...]
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/test/
H A Dmetadatafunction.m69 static NSArray* makeIntArray_count_(int* data, unsigned count)
82 static NSArray* nullIntArray_count_(int* data, unsigned count)
91 static NSArray* makeIntArray_countPtr_(int* data, unsigned* countPtr)
97 static NSArray* make4Tuple_(double* data)
110 static NSArray* null4Tuple_(double* data)
121 static NSArray* makeStringArray_(char** data)
134 static NSArray* nullStringArray_(char** data)
143 static NSArray* makeObjectArray_(id* data)
284 static NSArray* input_output_inputAndOutput_(int* x, int* y, int* z)
360 static NSArray* makeArrayWithFormat
[all...]
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebCoreSupport/mac/
H A DWebEditorClientMac.mm53 - (DOMDocumentFragment*)_documentFromRange:(NSRange)range document:(DOMDocument*)document documentAttributes:(NSDictionary *)dict subresources:(NSArray **)subresources;
92 static NSArray *createExcludedElementsForAttributedStringConversion()
94 NSArray *elements = [[NSArray alloc] initWithObjects:
111 static NSArray *excludedElements = createExcludedElementsForAttributedStringConversion();
116 NSArray *subResources;
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIInitiator.h66 - ( NSArray * ) devices;
H A DSCSITargetProberAppDelegate.h59 - ( NSArray * ) initiators;
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/tests/
H A Dtc_cache.rb22 do_test_cache(OSX::NSArray)
/macosx-10.9.5/WebKit-7537.78.2/mac/Plugins/
H A DWebBaseNetscapePluginView.h85 attributeKeys:(NSArray *)keys
86 attributeValues:(NSArray *)values
100 - (void)setAttributeKeys:(NSArray *)keys andValues:(NSArray *)values;
/macosx-10.9.5/WebKit2-7537.78.2/WebProcess/WebPage/mac/
H A DWKAccessibilityWebPageObject.mm102 - (NSArray *)accessibilityAttributeNames
105 m_attributeNames = [[NSArray alloc] initWithObjects:
113 - (NSArray *)accessibilityParameterizedAttributeNames
142 - (NSArray *)accessibilityActionNames
144 return [NSArray array];
147 - (NSArray *)accessibilityChildren
151 return [NSArray array];
153 return [NSArray arrayWithObject:wrapper];
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-framework-Cocoa/PyObjCTest/
H A Dtest_nsenumerator.py9 self.arrayContainer = NSArray.arrayWithArray_(range(100))

Completed in 243 milliseconds

1234567891011>>