]> git.saurik.com Git - apple/objc4.git/blob - runtime/objc-sel-table.h
b62295d1c52beced7761ef7aabceb1c55d964da4
[apple/objc4.git] / runtime / objc-sel-table.h
1 /*
2 * Copyright (c) 2003 Apple Computer, Inc. All rights reserved.
3 *
4 * @APPLE_LICENSE_HEADER_START@
5 *
6 * Copyright (c) 1999-2003 Apple Computer, Inc. All Rights Reserved.
7 *
8 * This file contains Original Code and/or Modifications of Original Code
9 * as defined in and that are subject to the Apple Public Source License
10 * Version 2.0 (the 'License'). You may not use this file except in
11 * compliance with the License. Please obtain a copy of the License at
12 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * file.
14 *
15 * The Original Code and all software distributed under the License are
16 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
17 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
18 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
19 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
20 * Please see the License for the specific language governing rights and
21 * limitations under the License.
22 *
23 * @APPLE_LICENSE_HEADER_END@
24 */
25 /* Last update: cjk - 16 October 2000
26 * To construct this list, I enabled the code in the search function which
27 * is marked DUMP_SELECTORS, and launched a few apps with stdout redirected
28 * to files in /tmp, and ran the files through this script:
29 * cat file1 file2 file3 | sort -u > result
30 *
31 * Then I hand-edited the result file to clean it up. To do updates, I've
32 * just dumped the selectors that end up in the side CFSet (see the macro
33 * DUMP_UNKNOWN_SELECTORS).
34 *
35 * This left me with 13528 selectors, which was nicely close to but under
36 * 2^14 for the binary search.
37 */
38 /* GrP 2003-7-11
39 * Current apps use well over 2^14 selectors.
40 * Reconstructed list using all methods from frameworks
41 * AddressBook, AppKit, Foundation, WebKit on Panther 7B7.
42 * 15293 selectors, still under 2^14
43 */
44
45
46 #define NUM_BUILTIN_SELS 15293
47 /* base-2 log of greatest power of 2 < NUM_BUILTIN_SELS */
48 #define LG_NUM_BUILTIN_SELS 13
49
50 static const char * const _objc_builtin_selectors[NUM_BUILTIN_SELS] = {
51 "AMPMDesignation",
52 "BMPRepresentation",
53 "CDATASectionImpl",
54 "CDATASectionWithImpl:",
55 "CGImage",
56 "CGLContextObj",
57 "CGLPixelFormatObj",
58 "DIBRepresentation",
59 "DOMDocument",
60 "DOMImplementationImpl",
61 "DPSContext",
62 "DSQueryComponents",
63 "DSQueryString",
64 "EPSOperationWithView:insideRect:toData:",
65 "EPSOperationWithView:insideRect:toData:printInfo:",
66 "EPSOperationWithView:insideRect:toPath:printInfo:",
67 "EPSRepresentation",
68 "GDBDumpCursorRects",
69 "HTMLRepresentationCount",
70 "HTTPBody",
71 "HTTPContentType",
72 "HTTPCookiePolicyBaseURL",
73 "HTTPExtraCookies",
74 "HTTPMethod",
75 "HTTPPageNotFoundCacheLifetime",
76 "HTTPReferrer",
77 "HTTPResponse",
78 "HTTPShouldHandleCookies",
79 "HTTPUserAgent",
80 "IBeamCursor",
81 "IDSensitivity",
82 "ISO8061StringFromDate:",
83 "JavaEnabled",
84 "JavaScriptCanOpenWindowsAutomatically",
85 "JavaScriptEnabled",
86 "LDAPConfigChanged:",
87 "LDAPConfigView",
88 "LDAPQueryString",
89 "MIMEType",
90 "MIMETypeEnumerator",
91 "MIMETypeForExtension:",
92 "MIMETypeForPath:",
93 "NPP_Destroy",
94 "NPP_DestroyStream",
95 "NPP_GetValue",
96 "NPP_HandleEvent",
97 "NPP_New",
98 "NPP_NewStream",
99 "NPP_Print",
100 "NPP_SetValue",
101 "NPP_SetWindow",
102 "NPP_StreamAsFile",
103 "NPP_URLNotify",
104 "NPP_Write",
105 "NPP_WriteReady",
106 "PDFOperationWithView:insideRect:toData:",
107 "PDFOperationWithView:insideRect:toData:printInfo:",
108 "PDFOperationWithView:insideRect:toPath:printInfo:",
109 "PDFRepresentation",
110 "PICTRepresentation",
111 "QTMovie",
112 "RTF",
113 "RTFD",
114 "RTFDFileWrapper",
115 "RTFDFileWrapperFromRange:documentAttributes:",
116 "RTFDFromRange:",
117 "RTFDFromRange:documentAttributes:",
118 "RTFFromRange:",
119 "RTFFromRange:documentAttributes:",
120 "TIFFRepresentation",
121 "TIFFRepresentationOfImageRepsInArray:",
122 "TIFFRepresentationOfImageRepsInArray:usingCompression:factor:",
123 "TIFFRepresentationUsingCompression:factor:",
124 "UID",
125 "UIDelegate",
126 "URL",
127 "URLFromPasteboard:",
128 "URLHandle:resourceDataDidBecomeAvailable:",
129 "URLHandle:resourceDidFailLoadingWithReason:",
130 "URLHandleClassForURL:",
131 "URLHandleResourceDidBeginLoading:",
132 "URLHandleResourceDidCancelLoading:",
133 "URLHandleResourceDidFinishLoading:",
134 "URLHandleUsingCache:",
135 "URLProtocol:cachedResponseIsValid:",
136 "URLProtocol:didCancelAuthenticationChallenge:",
137 "URLProtocol:didFailWithError:",
138 "URLProtocol:didLoadData:",
139 "URLProtocol:didReceiveAuthenticationChallenge:",
140 "URLProtocol:didReceiveResponse:cacheStoragePolicy:",
141 "URLProtocol:wasRedirectedToRequest:redirectResponse:",
142 "URLProtocolDidFinishLoading:",
143 "URLString",
144 "URLWithString:",
145 "URLWithString:relativeToURL:",
146 "URLs",
147 "URLsFromPasteboard:",
148 "URLsFromRunningOpenPanel",
149 "UTF8String",
150 "_21vCardRepresentationAsData",
151 "_AEDesc",
152 "_BMPRepresentation:",
153 "_CGImageRef",
154 "_CGSadjustWindows",
155 "_CGSinsertWindow:withPriority:",
156 "_CGSremoveWindow:",
157 "_DIBRepresentation",
158 "_KWQ_isScrollView",
159 "_KWQ_scrollFrameToVisible",
160 "_KWQ_scrollRectToVisible:",
161 "_KWQ_scrollRectToVisible:inView:",
162 "_KWQ_setKeyboardFocusRingNeedsDisplay",
163 "_MIMETypeForFile:",
164 "_NSNavFilePropertyCompare:",
165 "_NSNavFilePropertyCompareCaseInsenstive:",
166 "_NSNavShortVersionCompare:",
167 "_RTFDFileWrapper",
168 "_RTFWithSelector:range:documentAttributes:",
169 "_UIDelegateForwarder",
170 "_URL",
171 "_URLHasScheme:",
172 "_URLMatchesProxyExceptions:",
173 "_URLStringFromLocationHeader",
174 "_URLsMatchItem:",
175 "_WebCore_linkCursor",
176 "__matrix",
177 "__registerDefaultPlaceholders",
178 "__setRequest:",
179 "__swatchColors",
180 "_abbreviationForAbsoluteTime:",
181 "_abortEditingIfFirstResponderIsASubview",
182 "_absoluteAdvancementForGlyph:",
183 "_absoluteBoundingRectForGlyph:",
184 "_acceptableRowAboveKeyInVisibleRect:",
185 "_acceptableRowAboveRow:minRow:",
186 "_acceptableRowAboveRow:tryBelowPoint:",
187 "_acceptableRowBelowKeyInVisibleRect:",
188 "_acceptableRowBelowRow:maxRow:",
189 "_acceptableRowBelowRow:tryAbovePoint:",
190 "_acceptsFirstResponderInItem:",
191 "_acceptsMarkedText",
192 "_accessibilityArrowScreenRect:",
193 "_accessibilityButtonRect",
194 "_accessibilityButtonUIElement",
195 "_accessibilityCellLabelType",
196 "_accessibilityChildrenInRange:",
197 "_accessibilityCorrectlyParentedCells:",
198 "_accessibilityGrowBoxRect",
199 "_accessibilityIconHandlesTitle",
200 "_accessibilityIndicatorRect",
201 "_accessibilityIsModal",
202 "_accessibilityIsSupportedPartCode:",
203 "_accessibilityLoadBrowserCellsAtRow:count:",
204 "_accessibilityMaxValue",
205 "_accessibilityMinValue",
206 "_accessibilityMinValueWithoutCollapsing",
207 "_accessibilityNextSplitterMinCoordinate",
208 "_accessibilityNumberOfChildren",
209 "_accessibilityPopUpButtonCellPressAction:",
210 "_accessibilityPressAction:",
211 "_accessibilityPreviousSplitterMaxCoordinate",
212 "_accessibilityRowsInRange:",
213 "_accessibilitySearchFieldCellBounds",
214 "_accessibilitySplitterMinCoordinate",
215 "_accessibilitySplitterRects",
216 "_accessibilitySupportedPartCodes",
217 "_accessibilityTableCell:tableColumn:",
218 "_accessibilityTableRow:",
219 "_accessibilityTitle",
220 "_accessibilityTitleCell",
221 "_accessibilityTitleForColumn:",
222 "_accessibilityTitleRect",
223 "_accessibilityToolBarItem",
224 "_accessibilityToolBarItemViewer",
225 "_accessibilityUIElementForPartCode:",
226 "_accessibilityUIElementPath",
227 "_accessibilityUIElementPathForChild:",
228 "_accessibilityValue",
229 "_accessibilityViewCorrectedForFieldEditor:",
230 "_actOnKeyDown:",
231 "_action:",
232 "_actionCellInitWithCoder:",
233 "_actionHasBegun:atIndex:",
234 "_actionInformationForLoadType:isFormSubmission:event:originalURL:",
235 "_actionInformationForNavigationType:event:originalURL:",
236 "_activate",
237 "_activateHelpModeBasedOnEvent:",
238 "_activateServer",
239 "_activateTrackingRectsForApplicationActivation",
240 "_activateWindows",
241 "_actualOrderingFilePropertyAscending:",
242 "_addAnimatedColumn",
243 "_addBackForwardItem:",
244 "_addBackForwardItemClippedAtTarget:",
245 "_addBackForwardItems:",
246 "_addBinding:toController:withKeyPath:valueTransformerName:options:",
247 "_addCell:atIndex:",
248 "_addCellClipTipForCell:cellRect:",
249 "_addCellClipTipIfNecessaryForCell:cellRect:",
250 "_addChild:",
251 "_addCollection:options:sender:",
252 "_addColor:",
253 "_addColumnSubviewAndAnimateIfNecessary:",
254 "_addContentsToDictionary:depth:",
255 "_addCornerDirtyRectForRect:list:count:",
256 "_addCredential:forProtectionSpace:",
257 "_addCursorRect:cursor:forView:",
258 "_addDeclaredKey:",
259 "_addDescriptorCheckingForDuplicates:toCollection:",
260 "_addDragTypesTo:",
261 "_addDrawerWithView:",
262 "_addExtraFieldsToRequest:alwaysFromRequest:",
263 "_addFontDescriptorFromDrag:toCollectionAtIndex:",
264 "_addFramePathToString:",
265 "_addHeartBeatClientView:",
266 "_addImage:named:",
267 "_addInstance:",
268 "_addInternalRedToTextAttributesOfNegativeValues",
269 "_addItem:toTable:",
270 "_addItemsToSpaButton:fromArray:enabled:",
271 "_addKeychainItem:",
272 "_addMembersFrom:toUniqueArray:",
273 "_addMultipleToTypingAttributes:",
274 "_addObject:forKey:",
275 "_addObject:withName:",
276 "_addObserver:forKey:options:context:",
277 "_addObserver:notificationNamesAndSelectorNames:object:onlyIfSelectorIsImplemented:",
278 "_addOneRepFrom:toRep:",
279 "_addOptionValue:toArray:withKey:typeString:",
280 "_addPathSegment:point:",
281 "_addPlaceholderOptionValue:isDefault:toArray:withKey:binder:binding:",
282 "_addPrintFiltersToPopUpButton:",
283 "_addRangeToArray:",
284 "_addRepsFrom:toRep:",
285 "_addRequestMessageBody",
286 "_addResponse:",
287 "_addSizeToList:",
288 "_addSpellingAttributeForRange:",
289 "_addStringToRecentSearches:",
290 "_addSubresourceClient:",
291 "_addSubview:",
292 "_addThousandSeparators:withBuffer:",
293 "_addThousandSeparatorsToFormat:withBuffer:",
294 "_addToGroups:ordered:",
295 "_addToMembersCache:",
296 "_addToOrphanList",
297 "_addToSubgroupsCache:",
298 "_addToTypingAttributes:value:",
299 "_addToolTipRect:",
300 "_addToolTipRect:displayDelegate:userData:",
301 "_addTrackingRect:andStartToolTipIfNecessary:view:owner:toolTip:",
302 "_addWindow:",
303 "_addWindowsMenu:enabled:",
304 "_addedTab:atIndex:",
305 "_addiDiskPlaceholder",
306 "_adjustCancelButtonCellImages::",
307 "_adjustCharacterIndicesForRawGlyphRange:byDelta:",
308 "_adjustClipIndicatorPosition",
309 "_adjustControls:andSetColor:",
310 "_adjustDynamicDepthLimit",
311 "_adjustEditedCellLocation",
312 "_adjustFocusRingLocation:",
313 "_adjustFocusRingSize:",
314 "_adjustFontOfObject:inController:index:triggerRedisplay:",
315 "_adjustFontSize",
316 "_adjustForGrowBox",
317 "_adjustFrames",
318 "_adjustLength",
319 "_adjustMovieToView",
320 "_adjustObject:forChangeInController:editableState:adjustState:index:",
321 "_adjustPort",
322 "_adjustSearchButtonCellImages::",
323 "_adjustSelectionForItemEntry:numberOfRows:adjustFieldEditorIfNecessary:",
324 "_adjustStatesOfObject:index:state:triggerRedisplay:",
325 "_adjustTextColorOfObject:index:displayImmediately:",
326 "_adjustToMode",
327 "_adjustWidthsToFit",
328 "_adjustWindowToScreen",
329 "_adjustedCenteredScrollRectToVisible:forceCenter:",
330 "_adjustedFrameForSaving:",
331 "_adjustedFrameFromDefaults:",
332 "_affectedExpandedNodes:",
333 "_ageLimitDate",
334 "_alignCoords",
335 "_alignFirstVisibleColumnToDocumentViewEdge:",
336 "_alignedTitleRectWithRect:",
337 "_allAttributeKeys",
338 "_allBinderClasses",
339 "_allBindersNeedRefresh",
340 "_allItems",
341 "_allLabels",
342 "_allPossibleLabelsToFit",
343 "_allSidebarItemViews",
344 "_allSubclassDescriptionsForClassDescription:",
345 "_allValues",
346 "_allocAndInitPrivateIvars",
347 "_allocAuxiliary:",
348 "_allocAuxiliaryStorage",
349 "_allocExtraData",
350 "_allocRowHeightCache",
351 "_allocString:",
352 "_allocatePPDStuffAndParse",
353 "_allowSmallIcons",
354 "_allowedItemIdentifiers",
355 "_allowedToSetCookiesFromURL:withPolicyBaseURL:",
356 "_allowsContextMenus",
357 "_allowsDuplicateItems",
358 "_allowsTearOffs",
359 "_altContents",
360 "_alternateAutoExpandImageForOutlineCell:inRow:withFrame:",
361 "_alternateDown::::",
362 "_alternatingRowBackgroundColors",
363 "_animateLastAddedColumnToVisible",
364 "_animateSheet",
365 "_animates",
366 "_animatingScrollTargetOrigin",
367 "_animationIdler:",
368 "_animationThread",
369 "_animationTimerCallback:",
370 "_announce",
371 "_antialiasThresholdChanged:",
372 "_antialiased",
373 "_anticipateRelease",
374 "_appDidBecomeActive:",
375 "_appHasNonMiniaturizedWindow",
376 "_appHasOpenNSWindow",
377 "_appHasVisibleWindowOrPanel",
378 "_appIcon",
379 "_appendArcSegmentWithCenter:radius:angle1:angle2:",
380 "_appendCString:",
381 "_appendColorPicker:",
382 "_appendElementClassForRelationship:toAETEData:",
383 "_appendElementClassesToAETEData:",
384 "_appendEnumerationsInSuite:toAETEData:",
385 "_appendItemsForNodeInfo:",
386 "_appendKey:option:value:inKeyNode:",
387 "_appendNewItemWithItemIdentifier:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:",
388 "_appendPropertiesToAETEData:",
389 "_appendPropertyForAttributeOrToOneRelationship:withTerminologyDictionary:toAETEData:",
390 "_appendSanitizedTextBytes:length:encoding:isSymbol:attributes:",
391 "_appendStringInKeyNode:key:value:",
392 "_appendTextBytes:length:encoding:attributes:",
393 "_appendValue:withLabel:andIdentifier:",
394 "_applicationDidBecomeActive",
395 "_applicationDidLaunch:",
396 "_applicationDidResignActive",
397 "_applicationDidTerminate:",
398 "_applicationStatusChange:",
399 "_applicationWillLaunch:",
400 "_apply:context:",
401 "_applyDisplayedValueIfHasUncommittedChanges",
402 "_applyHTTPCredentials:",
403 "_applyHTTPProxyCredentials:",
404 "_applyMarkerSettingsFromParagraphStyle:toCharacterRange:",
405 "_applyObjectValue:forBinding:",
406 "_applyValue:forKey:",
407 "_applyValueTransformerToValue:forBindingInfo:reverse:",
408 "_applyValues:context:",
409 "_aquaColorVariantChanged",
410 "_aquaScrollerVariantChanged:",
411 "_archiveToFile:",
412 "_areAllPanelsNonactivating",
413 "_areWritesCancelled",
414 "_argument",
415 "_argumentForUnderlineStyle:",
416 "_argumentInfoAtIndex:",
417 "_argumentTerminologyDictionary:",
418 "_argumentsSelectionAppropriate",
419 "_arrangeObjectsWithSelectedObjects:",
420 "_arrayByTranslatingAEList:toType:inSuite:",
421 "_arrayForPartialPinningFromArray:",
422 "_arrowsConfig",
423 "_asDescriptor",
424 "_asIconHasAlpha",
425 "_ascenderDeltaForBehavior:",
426 "_askDelegateWithURL:proxy:forRequest:failureCount:failureResponse:protocol:withCallback:context:",
427 "_askDelegateWithURL:realm:forRequest:failureCount:failureResponse:protocol:withCallback:context:",
428 "_assignObjectIds",
429 "_atsFontID",
430 "_attachSheetWindow:",
431 "_attachToSupermenuView:",
432 "_attachedCell",
433 "_attachedSheet",
434 "_attachedSupermenuView",
435 "_attachmentCellForSelection",
436 "_attachmentFileWrapperDescription:",
437 "_attachmentSizesRun",
438 "_attributeTerminologyDictionary:",
439 "_attributedStringForDrawing",
440 "_attributedStringForEditing",
441 "_attributedStringFromDescriptor:",
442 "_attributedStringValue:invalid:",
443 "_attributes",
444 "_attributes1ForPageOffset:entryOffset:baseAttributes:",
445 "_attributes2ForPageOffset:entryOffset:blockType:baseAttributes:",
446 "_attributesAreEqualToAttributesInAttributedString:",
447 "_audioCompleted",
448 "_authenticationDoneWithChallenge:result:",
449 "_autoExpandFlashOnce",
450 "_autoExpandItem:",
451 "_autoPositionMask",
452 "_autoResizeState",
453 "_autoSaveCofiguration",
454 "_autoSizeView:::::",
455 "_automateLiveResize",
456 "_automateLiveScroll",
457 "_autoreleaseDuringLiveResize",
458 "_autosaveColumnsIfNecessary",
459 "_autosaveRecentSearchList",
460 "_autoscrollDate",
461 "_autoscrollDelay",
462 "_autoscrollForDraggingInfo:timeDelta:",
463 "_autoscrollResponseMultiplier",
464 "_auxStorage",
465 "_availableBindingsWithFontBindingsFiltered:",
466 "_availableFontSetNames",
467 "_avoidsActivation",
468 "_backForwardCacheExpirationInterval",
469 "_backForwardItems",
470 "_backForwardSwitcher",
471 "_backgroundColor",
472 "_backgroundFileLoadCompleted:",
473 "_backgroundTransparent",
474 "_backingCGSFont",
475 "_backingType",
476 "_barberImage:",
477 "_baseForKVOAClass",
478 "_baseLineHeightForFont:",
479 "_baseString",
480 "_baseTransform",
481 "_baselineOffsetForUILayout",
482 "_batchClose",
483 "_batchZoom",
484 "_beginColumnAnimationOptimization",
485 "_beginCustomizationMode",
486 "_beginDraggingColumn:",
487 "_beginDrawForDragging",
488 "_beginLayout:",
489 "_beginListeningForApplicationStatusChanges",
490 "_beginListeningForDeviceStatusChanges",
491 "_beginLoad",
492 "_beginMark",
493 "_beginOriginLoad",
494 "_beginScrolling",
495 "_beginSpeakingString:optionallyToURL:",
496 "_beginSrcDragItemViewerWithEvent:",
497 "_beginSrcDragItemWithEvent:",
498 "_beginTempEditingMode",
499 "_beginToolbarEditingMode",
500 "_bestRepresentation:device:bestWidth:checkFlag:",
501 "_betweenDropFeedbackStyle",
502 "_betweenDropGapSize",
503 "_bind:toController:withKeyPath:valueTransformerName:options:existingNibConnectors:connectorsToRemove:connectorsToAdd:",
504 "_binderClassForBinding:withBinders:",
505 "_binderForBinding:withBinders:createAutoreleasedInstanceIfNotFound:",
506 "_binderWithClass:withBinders:createAutoreleasedInstanceIfNotFound:",
507 "_bindersToRefreshEnumerator",
508 "_bindingAdaptor",
509 "_bindingInfoForBinding:",
510 "_bindingInfoIndexForBinding:",
511 "_bindingInformationWithExistingNibConnectors:availableControllerChoices:",
512 "_bindingInfos",
513 "_bitBlitSourceRect:toDestinationRect:",
514 "_blackRGBColor",
515 "_blinkCaret:",
516 "_blobForCurrentObject",
517 "_blockAndGetChildrenOfNavNode:",
518 "_blockHeartBeat:",
519 "_blueAlternatingRowColor",
520 "_blueControlTintColor",
521 "_blueKeyboardFocusColor",
522 "_bonafiedDealloc",
523 "_boolValueForKey:",
524 "_borderInset",
525 "_borderType",
526 "_borderView",
527 "_bottomCornerSize",
528 "_bottomLeftResizeCursor",
529 "_bottomRightResizeCursor",
530 "_boundingRectForGlyphRange:inTextContainer:fast:fullLineRectsOnly:",
531 "_boundsForCellFrame:",
532 "_branchImageEnabled",
533 "_breakConnectionOfTableBinderIfAutoCreated:",
534 "_bridge",
535 "_brightColorFromPoint:fullBrightness:",
536 "_browserAction:",
537 "_browserDelegate",
538 "_browserDoubleAction:",
539 "_buildCursor:cursorData:",
540 "_builtInLocalizedDescription",
541 "_bulletCharacter",
542 "_bulletStringForString:",
543 "_bumpSelectedItem:",
544 "_bundleForClassPresentInAppKit:",
545 "_button",
546 "_buttonBezelColors",
547 "_buttonCellInitWithCoder:",
548 "_buttonFrameSizeForSizeMode:",
549 "_buttonHeight",
550 "_buttonImageSource",
551 "_buttonImageToolTip",
552 "_buttonOfClass:action:",
553 "_buttonToolTip",
554 "_buttonType",
555 "_buttonWidth",
556 "_bytesAreVM",
557 "_cacheDisplayValue:",
558 "_cacheObjectValue:",
559 "_cachePolicyForResponse",
560 "_cacheRepresentation:",
561 "_cacheRepresentation:stayFocused:",
562 "_cacheResourceLoadDelegateImplementations",
563 "_cacheStatistics",
564 "_cacheUserKeyEquivalentInfo",
565 "_cachedChildrenForNode:createIfNeeded:",
566 "_cachedDisplayValue",
567 "_cachedGlobalWindowNum",
568 "_cachedObjectValue",
569 "_cachedResponseHasExpired",
570 "_cachedResponsePassesValidityChecks",
571 "_calcAndSetFilenameTitle",
572 "_calcHeights:num:margin:operation:helpedBy:",
573 "_calcMarginSize:operation:",
574 "_calcNumVisibleColumnsAndColumnSize",
575 "_calcOutlineColumnWidth",
576 "_calcScrollArrowHeight",
577 "_calcTextRect:",
578 "_calcTrackRect:andAdjustRect:",
579 "_calcVisibleColumnAreaAvailable",
580 "_calcWidths:num:margin:operation:helpedBy:",
581 "_calculateLineHeightInGlyphVector:forGlyphRange:usesLeading:lineheight:glyphOffset:fontLeading:",
582 "_calculatePageRectsWithOperation:pageSize:layoutAssuredComplete:",
583 "_calculateSizeToFitWidthOfColumn:testLoadedOnly:",
584 "_calculateTotalScaleForPrintingWithOperation:",
585 "_calibratedColorOK",
586 "_callImplementor:context:chars:glyphs:stringBuffer:font:",
587 "_canAcceptRichText",
588 "_canAutoGenerateKeyboardLoops",
589 "_canBecomeDefaultButtonCell",
590 "_canCachePage",
591 "_canChangeRulerMarkers",
592 "_canDrawOutsideLineHeight",
593 "_canDrawOutsideOfItsBounds",
594 "_canHandleDelete",
595 "_canHandleRequest:",
596 "_canHaveToolbar",
597 "_canImportGraphics",
598 "_canMoveItemAsSource:",
599 "_canOptimizeDrawing",
600 "_canRunCustomizationPanel",
601 "_canShowMIMETypeAsHTML:",
602 "_canUseCompositing",
603 "_canUseKeyEquivalentForMenuItem:",
604 "_canUsePersistentConnectionForRequest",
605 "_canUseReorderResizeImageCache",
606 "_cancelAllUserAttentionRequests",
607 "_cancelAnyScheduledAutoCollapse",
608 "_cancelAutoExpandTimer",
609 "_cancelDelayedKeyboardNavigationTabSwitch",
610 "_cancelDelayedShowOpenHandCursor",
611 "_cancelEditOnMouseUp",
612 "_cancelKey:",
613 "_cancelPerformSelectors",
614 "_cancelRequest:",
615 "_cancelTypeAhead",
616 "_cancelWithError:",
617 "_cancelWithErrorCode:",
618 "_canonicalURLForURL:",
619 "_captureInput",
620 "_captureReorderResizeColumnImageCaches",
621 "_captureVisibleIntoImageCache",
622 "_captureVisibleIntoLiveResizeCache",
623 "_carbonWindowClass",
624 "_cellClipTipRectForFrame:inView:",
625 "_cellForPoint:",
626 "_cellForRow:browser:browserColumn:",
627 "_cellFrame",
628 "_cellFurthestFrom:andCol:",
629 "_cellInitWithCoder:",
630 "_centerInnerBounds:",
631 "_centerOnScreen",
632 "_centerScanPoint:",
633 "_centerTitle:inRect:",
634 "_centeredScrollRectToVisible:forceCenter:",
635 "_certificatePolicy",
636 "_cfAppendCString:length:",
637 "_cfBundle",
638 "_cfCapitalize:",
639 "_cfLowercase:",
640 "_cfNormalize:",
641 "_cfNumberType",
642 "_cfPad:length:padIndex:",
643 "_cfPasteboard",
644 "_cfStreamError",
645 "_cfTrim:",
646 "_cfTrimWS",
647 "_cfTypeID",
648 "_cfUppercase:",
649 "_cffireDate",
650 "_cffireTime",
651 "_cfindexOfObject:range:",
652 "_cflastIndexOfObject:inRange:",
653 "_cfurl",
654 "_cgsEventRecord",
655 "_cgsEventTime",
656 "_cgsevent",
657 "_changeAddressFormat:",
658 "_changeAlertDidEnd:returnCode:contextInfo:",
659 "_changeAllDrawersFirstResponder",
660 "_changeAllDrawersKeyState",
661 "_changeAllDrawersMainState",
662 "_changeDictionaries:",
663 "_changeDrawerFirstResponder",
664 "_changeDrawerKeyState",
665 "_changeDrawerMainState",
666 "_changeFileListMode:",
667 "_changeFirstResponder",
668 "_changeFrameOfColumn:toFrame:constrainWidth:",
669 "_changeIntAttribute:by:range:",
670 "_changeJustMain",
671 "_changeKeyAndMainLimitedOK:",
672 "_changeKeyState",
673 "_changeLanguage:",
674 "_changeMainState",
675 "_changeMinColorPanelSizeByDelta:compareWithOldMinSize:oldMinSize:setWindowFrame:",
676 "_changeMinColorPanelSizeByDelta:setWindowFrame:",
677 "_changeSelectionWithEvent:",
678 "_changeSizeStyle:",
679 "_changeSortDescriptorsForClickOnColumn:",
680 "_changeSpellingFromMenu:",
681 "_changeSpellingToWord:",
682 "_changeTexture",
683 "_changeWasDone:",
684 "_changeWasRedone:",
685 "_changeWasUndone:",
686 "_changed:",
687 "_changedFlags",
688 "_changingSelectionWithKeyboard",
689 "_charIndexToBreakLineByWordWrappingAtIndex:inRange:hyphenate:glyphVector:",
690 "_charRangeIsHighlightOptimizable:fromOldCharRange:",
691 "_characterCannotBeRendered:",
692 "_characterRangeCurrentlyInAndAfterContainer:",
693 "_characterRangeForPoint:inRect:ofView:",
694 "_checkCardAndColumns",
695 "_checkCardOnly",
696 "_checkCollectionMoveOut:",
697 "_checkColumnsOnly",
698 "_checkDirectories",
699 "_checkDirectoryListing",
700 "_checkFavoriteMode",
701 "_checkForCookieExpiration",
702 "_checkForObsoleteDelegateMethodsInObject:",
703 "_checkForSimpleTrackingMode",
704 "_checkForTerminateAfterLastWindowClosed:",
705 "_checkIfTimedOut",
706 "_checkInName:onHost:andPid:forUser:",
707 "_checkIndexIsBad",
708 "_checkLoadComplete",
709 "_checkLoaded:rect:highlight:",
710 "_checkMiniMode:",
711 "_checkNavigationPolicyForRequest:dataSource:formState:andCall:withSelector:",
712 "_checkNewWindowPolicyForRequest:action:frameName:formState:andCall:withSelector:",
713 "_checkRotatedOrScaledFromBase",
714 "_checkSpellingForRange:excludingRange:",
715 "_checkToolTipDelay",
716 "_childFramesMatchItem:",
717 "_chooseCachedResponse",
718 "_chooseCollection:",
719 "_chooseFace:",
720 "_chooseFamily:",
721 "_chooseGuess:",
722 "_chosenSpellServer:launchIfNecessary:",
723 "_chunkAndFindMisspelledWordInString:language:learnedDictionaries:wordCount:usingSpellServer:",
724 "_classDescriptionForAppleEventCode:",
725 "_classDescriptionForType:inSuite:",
726 "_classDescriptionFromKey:andContainerClassDescription:",
727 "_classInfo",
728 "_classOfObjectsInNestedHomogeneousArray:",
729 "_classTerminologyDictionary",
730 "_cleanOutObsoleteItemsInCellorControl:",
731 "_cleanUp",
732 "_cleanUpConnection",
733 "_cleanUpForCarbonAppTermination",
734 "_cleanup",
735 "_cleanupAndAuthenticate:sequence:conversation:invocation:raise:",
736 "_cleanupHelpForQuit",
737 "_cleanupPausedActions",
738 "_clearAnyValidResponderOverride",
739 "_clearCellFrame",
740 "_clearChangedProperties",
741 "_clearConfigPanel",
742 "_clearControlTintColor",
743 "_clearCurrentAttachmentSettings",
744 "_clearDefaultMenuFormRepresentation",
745 "_clearDependenciesWithPeerBindersInArray:",
746 "_clearDirtyRectsForTree",
747 "_clearDocFontsUsed",
748 "_clearDragMargins",
749 "_clearEditingTextView:",
750 "_clearErrors",
751 "_clearEventMask",
752 "_clearFocusForView",
753 "_clearInitialFirstResponderAndLastKeyViewIfAutoGenerated",
754 "_clearKeyCell",
755 "_clearLastHitViewIfSelf",
756 "_clearMarkedWidth",
757 "_clearModalWindowLevel",
758 "_clearMouseTracking",
759 "_clearMouseTrackingForCell:",
760 "_clearPageCache",
761 "_clearPageFontsUsed",
762 "_clearPressedButtons",
763 "_clearProvisionalDataSource",
764 "_clearRememberedEditingFirstResponder",
765 "_clearRollOver",
766 "_clearRowHeightCache",
767 "_clearSelectedCell",
768 "_clearSheetFontsUsed",
769 "_clearSpellingForRange:",
770 "_clearTemporaryAttributes",
771 "_clearTemporaryAttributesForCharacterRange:changeInLength:",
772 "_clearTrackingRects",
773 "_clearTypeAhead",
774 "_clickedCharIndex",
775 "_clientRedirectCancelled",
776 "_clientRedirectedTo:delay:fireDate:lockHistory:isJavaScriptFormAction:",
777 "_clientsCreatingIfNecessary:",
778 "_clipIndicator",
779 "_clipIndicatorIsShowing",
780 "_clipViewAncestor",
781 "_clippedItemViewers",
782 "_cloneFont:withFlag:",
783 "_close",
784 "_close:",
785 "_closeAndDeleteFileAsync",
786 "_closeButtonOrigin",
787 "_closeDocumentsStartingWith:shouldClose:closeAllContext:",
788 "_closeFileAsync",
789 "_closeFileSync",
790 "_closeForkAsync:",
791 "_closeForkSync:",
792 "_closeIndex",
793 "_closeOldDataSources",
794 "_closeSheet:andMoveParent:",
795 "_closeWindow",
796 "_closedHandCursor",
797 "_collapseAllAutoExpandedItems",
798 "_collapseAutoExpandedItems:",
799 "_collapseButtonOrigin",
800 "_collapseItem:collapseChildren:clearExpandState:",
801 "_collapseItemEntry:collapseChildren:clearExpandState:recursionLevel:",
802 "_collapseItemsWithItemEntries:collapseChildren:",
803 "_collapsedOrigin",
804 "_collection:setHidden:",
805 "_collectionWithName:",
806 "_collectionWithName:index:",
807 "_collections",
808 "_collectionsChanged:",
809 "_colorAtIndex:",
810 "_colorByTranslatingRGBColor:toType:inSuite:",
811 "_colorComponentsForIndex:redComponent:greenComponent:blueComponent:",
812 "_colorFromPoint:",
813 "_colorList",
814 "_colorListNamed:forDeviceType:",
815 "_colorPickerWithIdentifier:",
816 "_colorPickers",
817 "_colorRect",
818 "_colorWellAcceptedColor:",
819 "_colorWellCommonAwake",
820 "_colorWithGradientImage:",
821 "_colorizedImage:color:",
822 "_columnAtLocation:",
823 "_columnClosestToColumn:whenMoved:",
824 "_columnRangeForDragImage",
825 "_columnWidthAutoSaveNameWithPrefix",
826 "_commandDescriptionForAppleEventClass:andEventCode:",
827 "_commandFromEvent:inConstructionContext:",
828 "_commandPopupRect",
829 "_commandTerminologyDictionary",
830 "_commitIfReady",
831 "_commitIfReady:",
832 "_commonAwake",
833 "_commonBeginModalSessionForWindow:relativeToWindow:modalDelegate:didEndSelector:contextInfo:",
834 "_commonFontInit",
835 "_commonInit",
836 "_commonInitFrame:styleMask:backing:defer:",
837 "_commonInitIvarBlock",
838 "_commonInitNavNodePopUpButton",
839 "_commonInitSidebarItemViewTextField",
840 "_commonInitSplitViewController",
841 "_commonInitState",
842 "_commonInitializationFrameName:groupName:",
843 "_commonNavFilepathInputControllerInit",
844 "_commonNewScroll:",
845 "_commonSecureTextFieldInit:",
846 "_compareForHeaderOrder:",
847 "_compareMultiLabelArrayWithRecordValue:",
848 "_compareMultiLabelDictionaryKeyWithRecordValue:",
849 "_compareMultiLabelDictionaryNoKeyWithRecordValue:",
850 "_compareMultiLabelScalarWithRecordValue:",
851 "_compareMultiNoLabelArrayWithRecordValue:",
852 "_compareMultiNoLabelDictionaryKeyWithRecordValue:",
853 "_compareMultiNoLabelDictionaryNoKeyWithRecordValue:",
854 "_compareMultiNoLabelScalarWithRecordValue:",
855 "_compareSingleArrayWithRecordValue:",
856 "_compareSingleDictionaryKeyWithRecordValue:",
857 "_compareSingleDictionaryNoKeyWithRecordValue:",
858 "_compareSingleScalarWithRecordValue:",
859 "_compareWidthWithSuperview",
860 "_compat_continuousScrollingCapable",
861 "_compatibility_canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:",
862 "_compatibility_displayName",
863 "_compatibility_doSavePanelSave:delegate:didSaveSelector:contextInfo:",
864 "_compatibility_initWithUnkeyedCoder:",
865 "_compatibility_setFileName:",
866 "_compatibility_shouldCloseWindowController:delegate:shouldCloseSelector:contextInfo:",
867 "_compatibility_windowForSheet",
868 "_compatibleListShouldUseAlternateSelectedControlColor",
869 "_compatibleWithRulebookVersion:",
870 "_compiledScriptID",
871 "_complete:",
872 "_completeName:",
873 "_completeNoRecursion:",
874 "_completeProgressForConnection:",
875 "_completionsFromDocumentForPartialWordRange:",
876 "_componentsSeparatedBySet:",
877 "_composite:delta:fromRect:toPoint:",
878 "_compositeAndUnlockCachedImage",
879 "_compositeHiddenViewHighlight",
880 "_compositeImage",
881 "_compositePointInRuler",
882 "_compositeToPoint:fromRect:operation:fraction:",
883 "_compositeToPoint:operation:fraction:",
884 "_compositedBackground",
885 "_computeAllCellClipTips",
886 "_computeAndAlignFirstClosestVisibleColumn",
887 "_computeBezelRectWithTextCellFrame:inView:topLeft:bottomLeft:left:right:top:bottom:",
888 "_computeBounds",
889 "_computeColorScaleIfNecessaryWithSize:",
890 "_computeCommonItemViewers",
891 "_computeCustomItemViewers",
892 "_computeCustomItemViewersInRange:",
893 "_computeDisplayedLabelForRect:",
894 "_computeDisplayedSizeOfString:",
895 "_computeDragImage",
896 "_computeDragImageFromItemViewer:",
897 "_computeExecutablePath",
898 "_computeFirstCompletelyVisibleColumn",
899 "_computeFirstMostlyVisibleColumn",
900 "_computeFirstVisibleColumnRequireCompletelyVisible:",
901 "_computeInv",
902 "_computeLayoutInfoForIconViewSize:frameSize:iconFrame:labelFrame:",
903 "_computeMaxItemViewHeight",
904 "_computeMenuForClippedItems",
905 "_computeMenuForClippedItemsIfNeeded",
906 "_computeMinimumDisplayedLabelForWidth:",
907 "_computeMinimumDisplayedLabelSize",
908 "_computeNominalDisplayedLabelSize",
909 "_computeOrderedItemViewersOfType:",
910 "_computeOrderedItemViewersOfType:inRange:",
911 "_computeParams",
912 "_computePriorFirstResponder",
913 "_computeToolbarItemKeyboardLoop",
914 "_computeToolbarItemKeyboardLoopIfNecessary",
915 "_computeTravelTimeForInsertionOfItemViewer:",
916 "_computeWidthForSpace",
917 "_concatenateMultiDictionaryProperty:toString:",
918 "_concatenateMultiStringProperty:toString:",
919 "_concatenatePhoneProperty:toString:",
920 "_concatenateRelatedProperty:toString:",
921 "_concatenateStringProperty:toString:",
922 "_concludeDefaultKeyLoopComputation",
923 "_concreteFontInit",
924 "_concreteFontInit:",
925 "_concreteInputContextClass",
926 "_conditionallySetsStates",
927 "_configSheetDidEnd:returnCode:contextInfo:",
928 "_configurationAutosaveName",
929 "_configureAccessoryView",
930 "_configureAsMainMenu",
931 "_configureAsSeparatorItem",
932 "_configureBottomControls",
933 "_configureCell:forItemAtIndex:",
934 "_configureDirectoryPopup",
935 "_configureForDirectory:name:",
936 "_configureForFileListMode:",
937 "_configureGreyButton:index:",
938 "_configureLabelCellStringValue",
939 "_configureMessageView",
940 "_configurePathComponentPicker",
941 "_configureSavePane",
942 "_configureStreamDetails:",
943 "_confirmSize:force:",
944 "_conformsToProtocolNamed:",
945 "_connectToCookieStorage",
946 "_connectionDidDie:",
947 "_connectionWasBroken",
948 "_connectionWasEstablished",
949 "_connectionWasReset",
950 "_consistencyCheck:",
951 "_consistencyError:startAtZeroError:cacheError:inconsistentBlockError:",
952 "_constrainColorIndexToVisibleBounds:dirtyIfNeeded:",
953 "_constrainPoint:withEvent:",
954 "_constrainSheetAndDisplay:",
955 "_constructRequestForURL:isHead:",
956 "_containedInSingleColumnClipView",
957 "_containerDescription",
958 "_containerObservesTextViewFrameChanges",
959 "_containerRelativeFrameOfColumn:",
960 "_containerRelativeFrameOfInsideOfColumn:",
961 "_containerRelativeTitleFrameOfColumn:",
962 "_containerTextViewFrameChanged:",
963 "_containerViewOfColumns",
964 "_containerViewOfTitles",
965 "_containsChar:",
966 "_containsCharFromSet:",
967 "_containsColorForTextAttributesOfNegativeValues",
968 "_containsIMKeys:",
969 "_containsString:",
970 "_containsValue:",
971 "_contentRectExcludingToolbar",
972 "_contentRectIncludingToolbarAtHome",
973 "_contentToFrameMaxXWidth",
974 "_contentToFrameMaxXWidth:",
975 "_contentToFrameMaxYHeight",
976 "_contentToFrameMaxYHeight:",
977 "_contentToFrameMinXWidth",
978 "_contentToFrameMinXWidth:",
979 "_contentToFrameMinYHeight",
980 "_contentToFrameMinYHeight:",
981 "_contentView",
982 "_contentViewBoundsChanged:",
983 "_contents",
984 "_contextAuxiliary",
985 "_contextMenuEvent",
986 "_contextMenuImpl",
987 "_contextMenuTarget",
988 "_contextMenuTargetForEvent:",
989 "_continueAfterNavigationPolicy:",
990 "_continueAfterNewWindowPolicy:",
991 "_continueAfterWillSubmitForm:",
992 "_continueFragmentScrollAfterNavigationPolicy:formState:",
993 "_continueLoadRequestAfterNavigationPolicy:formState:",
994 "_continueLoadRequestAfterNewWindowPolicy:frameName:formState:",
995 "_continueLoadingWithAddressInfo",
996 "_continueLoadingWithFileDescriptor:",
997 "_continueModalOperationPastPrintPanel",
998 "_continueModalOperationToTheEnd:",
999 "_continueRunWithStartTime:duration:",
1000 "_controlColor",
1001 "_controlMenuKnownAbsent:",
1002 "_controlSizeForScrollers",
1003 "_controlTintChanged:",
1004 "_controlView:textView:doCommandBySelector:",
1005 "_convertDataToString:",
1006 "_convertPersistentItem:",
1007 "_convertPoint:fromAncestor:",
1008 "_convertPoint:toAncestor:",
1009 "_convertPointFromSuperview:test:",
1010 "_convertPointToSuperview:",
1011 "_convertRect:fromAncestor:",
1012 "_convertRect:toAncestor:",
1013 "_convertRectFromSuperview:test:",
1014 "_convertRectToSuperview:",
1015 "_convertStringToData:",
1016 "_convertToNSRect:",
1017 "_convertToQDRect:",
1018 "_convertToText:",
1019 "_cookieRequestHeaderFieldsForURL:withExtraCookies:",
1020 "_cookieToV0HeaderSegment",
1021 "_cookiesForURL:withExtraCookies:",
1022 "_copyDescription",
1023 "_copyDragCursor",
1024 "_copyObject:toContainer:withKey:atIndex:replace:",
1025 "_copyObjectsInContainer:toContainer:withKey:atIndex:replace:",
1026 "_copyOfCustomView",
1027 "_copyReplacingURLWithURL:",
1028 "_copyStyleSettingsFromGlyphVector:toSubVector:subVectorIndex:",
1029 "_copyToUnicharBuffer:saveLength:",
1030 "_copyValueOfDescriptorType:toBuffer:ofLength:",
1031 "_correct:",
1032 "_count",
1033 "_countBindings",
1034 "_countDisplayedDescendantsOfItem:",
1035 "_countDueToReceiver:",
1036 "_countOfValuesInContainer:withKey:",
1037 "_countPartsInFormat:",
1038 "_counterpart",
1039 "_coveredCharSet",
1040 "_crackPoint:",
1041 "_crackRect:",
1042 "_crayonMaskImage",
1043 "_crayonRowAboveRow:",
1044 "_crayonRowBelowRow:",
1045 "_crayonWithColor:",
1046 "_crayons",
1047 "_createAndShowProgressPanelIfAppropriate:",
1048 "_createArrays",
1049 "_createAuxData",
1050 "_createBackingStore",
1051 "_createCachedImage:",
1052 "_createCells",
1053 "_createClipIndicatorIfNecessary",
1054 "_createColumn:empty:",
1055 "_createDefaultCollection",
1056 "_createDockMenu:",
1057 "_createFSRefForPath:",
1058 "_createFileDatabase",
1059 "_createFileIfNecessary",
1060 "_createFontPanelRepFromCollection:removingHidden:",
1061 "_createFontPanelSizeRep",
1062 "_createFrameNamed:inParent:allowsScrolling:",
1063 "_createGroup:",
1064 "_createImage:::",
1065 "_createItem:",
1066 "_createItemFromItemIdentifier:",
1067 "_createItemTreeWithTargetFrame:clippedAtTarget:",
1068 "_createKeyValueBindingForKey:name:bindingType:",
1069 "_createLRUList:",
1070 "_createMenuMapLock",
1071 "_createMovieController",
1072 "_createMutableArrayValueGetterForKey:",
1073 "_createObservationInfoWithBase:addingObserver:forPropertiesWithIndexes:count:options:context:",
1074 "_createObservationInfoWithBase:removingObserver:",
1075 "_createObservationInfoWithBase:removingObserver:forPropertiesWithIndexes:count:",
1076 "_createPDFImageRep",
1077 "_createPageCacheForItem:",
1078 "_createPageFormatFromFlattenedData:",
1079 "_createPattern",
1080 "_createPatternFromRect:",
1081 "_createPersonRecord:",
1082 "_createPrintSettingsFromFlattenedData:",
1083 "_createRecentRecord:forPerson:favorite:",
1084 "_createSRLanguageModelWithDescription:",
1085 "_createSRLanguagePath",
1086 "_createSRLanguagePhraseWithString:",
1087 "_createSRLanguageWordWithString:",
1088 "_createSaveFile",
1089 "_createScrollViewAndWindow",
1090 "_createSelectedRowEntriesArrayIncludingExpandable:includingUnexpandable:withCurrentExpandState:",
1091 "_createStatusItemControlInWindow:",
1092 "_createStatusItemWindow",
1093 "_createStoredValueGetterForKey:",
1094 "_createStoredValueSetterForKey:",
1095 "_createSubstringWithRange:",
1096 "_createSurface",
1097 "_createTemporaryDirectoryOn:orHiddenIn:andReturnRef:",
1098 "_createTextView",
1099 "_createTimer",
1100 "_createValueGetterForKey:",
1101 "_createValueSetterForKey:",
1102 "_createWakeupPort",
1103 "_createWindowOpaqueShape",
1104 "_createWindowsMenuEntryWithTitle:enabled:",
1105 "_createdDate",
1106 "_creteCachedImageLockIfNeeded",
1107 "_crosshairCursor",
1108 "_crunchyRawUnbonedPanel",
1109 "_currentActivation",
1110 "_currentAttachmentIndex",
1111 "_currentAttachmentRect",
1112 "_currentBranchImage",
1113 "_currentClient",
1114 "_currentFrame",
1115 "_currentInputFilepath",
1116 "_currentPath",
1117 "_currentPoint",
1118 "_cursorRectCursor",
1119 "_customizationPaletteSheetWindow",
1120 "_customizesAlwaysOnClickAndDrag",
1121 "_cycleDrawers:",
1122 "_cycleDrawersBackwards:",
1123 "_cycleDrawersReversed:",
1124 "_cycleUtilityWindowsReversed:",
1125 "_cycleWindows:",
1126 "_cycleWindowsBackwards:",
1127 "_cycleWindowsReversed:",
1128 "_darkBlueColor",
1129 "_darkGrayRGBColor",
1130 "_dataForkReferenceNumber",
1131 "_dataIfDoneBufferingData:",
1132 "_dataSourceRespondsToSortDescriptorsDidChange",
1133 "_dataSourceRespondsToWriteDragRows",
1134 "_dataSourceSetValue:forColumn:row:",
1135 "_dataSourceValueForColumn:row:",
1136 "_dateByTranslatingLongDateTimeDescriptor:toType:inSuite:",
1137 "_deactivate",
1138 "_deactivateTrackingRectsForApplicationDeactivation",
1139 "_deactivateWindows",
1140 "_dealloc",
1141 "_deallocAuxiliaryStorage",
1142 "_deallocCursorRects",
1143 "_deallocHardCore:",
1144 "_deallocateGState",
1145 "_deallocatePPDStuff",
1146 "_debug",
1147 "_debugLoggingLevel",
1148 "_decimalIsNotANumber:",
1149 "_decimalPoint",
1150 "_declareExtraTypesForTypeArray:",
1151 "_declaredKeys",
1152 "_decodeArrayOfObjectsForKey:",
1153 "_decodeByte",
1154 "_decodeData:",
1155 "_decodeData:dataForkData:resourceForkData:",
1156 "_decodeDepth",
1157 "_decodeHeaderData:dataForkData:resourceForkData:",
1158 "_decodeMatrixWithCoder:",
1159 "_decodePropertyListForKey:",
1160 "_decodeWithoutNameWithCoder:newStyle:",
1161 "_decrementLine:",
1162 "_decrementPage:",
1163 "_defaultButtonCycleTime",
1164 "_defaultButtonPaused",
1165 "_defaultDocIcon",
1166 "_defaultFacesForFamily:",
1167 "_defaultFontSet",
1168 "_defaultGlyphForChar:",
1169 "_defaultItemIdentifiers",
1170 "_defaultKnobColor",
1171 "_defaultLineHeightForUILayout",
1172 "_defaultLineHightForUILayout",
1173 "_defaultObjectClass",
1174 "_defaultObjectClassName",
1175 "_defaultProgressIndicatorColor",
1176 "_defaultScriptingComponent",
1177 "_defaultSecondaryColor",
1178 "_defaultSelectedKnobColor",
1179 "_defaultSelectionColor",
1180 "_defaultSelectorName",
1181 "_defaultTableHeaderReverseSortImage",
1182 "_defaultTableHeaderSortImage",
1183 "_defaultType:",
1184 "_defaultWritingDirection",
1185 "_deferredAdjustMovie",
1186 "_deferredWindowChanged",
1187 "_defersCallbacksChanged",
1188 "_delayedProcessAfterScrollWheel:",
1189 "_delayedUpdateSwatch:",
1190 "_delegate",
1191 "_delegate:handlesKey:",
1192 "_delegateValidation:object:uiHandled:",
1193 "_delegateWillDisplayCell:forColumn:row:",
1194 "_delegateWillDisplayCellIfNecessary:forColumn:row:",
1195 "_delegateWillDisplayOutlineCell:forColumn:row:",
1196 "_delegatedObject",
1197 "_deleteAllCharactersFromSet:",
1198 "_deleteConfirmSheetDidEnd:returnCode:contextInfo:",
1199 "_deleteDictionaries:",
1200 "_deleteFileAsnyc",
1201 "_deleteRecord:",
1202 "_deletedUID",
1203 "_deltaForResizingImageRepView:",
1204 "_deltaForResizingTextField:",
1205 "_descStringForFont:",
1206 "_descendantFrameNamed:",
1207 "_descriptorByTranslatingArray:ofObjectsOfType:inSuite:",
1208 "_descriptorByTranslatingColor:ofType:inSuite:",
1209 "_descriptorByTranslatingData:ofType:inSuite:",
1210 "_descriptorByTranslatingDate:ofType:inSuite:",
1211 "_descriptorByTranslatingDictionary:ofType:inSuite:",
1212 "_descriptorByTranslatingNull:ofType:inSuite:",
1213 "_descriptorByTranslatingNumber:ofType:inSuite:",
1214 "_descriptorByTranslatingString:ofType:inSuite:",
1215 "_descriptorByTranslatingTextStorage:ofType:inSuite:",
1216 "_descriptorWithNumber:",
1217 "_deselectAll",
1218 "_deselectAllAndEndEditingIfNecessary:",
1219 "_deselectAllExcept::andDraw:",
1220 "_deselectColumn:",
1221 "_deselectRow:subrow:members:",
1222 "_deselectRowRange:",
1223 "_deselectsWhenMouseLeavesDuringDrag",
1224 "_desiredKeyEquivalent",
1225 "_desiredKeyEquivalentModifierMask",
1226 "_destroyRealWindow:",
1227 "_destroyRealWindowIfNotVisible:",
1228 "_destroyStream",
1229 "_destroyTSMDocument:",
1230 "_destroyTimer",
1231 "_destroyToolbarAssociation:",
1232 "_destroyWakeupPort",
1233 "_detachChildren",
1234 "_detachFromParent",
1235 "_detachSheetWindow",
1236 "_detatchNextAndPreviousForAllSubviews",
1237 "_detatchNextAndPreviousForView:",
1238 "_detectTrackingMenuChangeWithScreenPoint:",
1239 "_determineDropCandidateForDragInfo:",
1240 "_deviceClosePath",
1241 "_deviceCurveToPoint:controlPoint1:controlPoint2:",
1242 "_deviceLineToPoint:",
1243 "_deviceMoveToPoint:",
1244 "_dictionary",
1245 "_dictionaryByTranslatingAERecord:toType:inSuite:",
1246 "_dictionaryForSavedConfiguration",
1247 "_dictionaryForSerialNumber:remove:clear:",
1248 "_didCancelAuthenticationChallenge:",
1249 "_didCloseFile:",
1250 "_didDeleteFile",
1251 "_didEndCloseSheet:returnCode:closeContext:",
1252 "_didEndSheet:returnCode:contextInfo:",
1253 "_didFailWithError:",
1254 "_didFinishLoading",
1255 "_didFinishReturnCachedResponse:",
1256 "_didLoadData:",
1257 "_didMountDeviceAtPath:",
1258 "_didNSOpenOrPrint",
1259 "_didReceiveAuthenticationChallenge:",
1260 "_didReceiveResponse:cacheStoragePolicy:",
1261 "_didSetFocusForCell:withKeyboardFocusClipView:",
1262 "_didUnmountDeviceAtPath:",
1263 "_dimmedImage:",
1264 "_dimpleDoubleClicked:event:",
1265 "_dimpleDragStarted:event:",
1266 "_direction",
1267 "_directoriesToSearch",
1268 "_directoryPopUpButtonClick:",
1269 "_dirtyRect",
1270 "_dirtyRectUncoveredFromOldDocFrame:byNewDocFrame:",
1271 "_dirtyRegion",
1272 "_disableAutosavingAndColumnResizingNotificationsAndMark:",
1273 "_disableCellClipTipCreation",
1274 "_disableCompositing",
1275 "_disableCursorRectsForHiddenViews",
1276 "_disableEnablingKeyEquivalentForDefaultButtonCell",
1277 "_disableLayout",
1278 "_disableMovedPosting",
1279 "_disableNotifications",
1280 "_disablePosting",
1281 "_disableResizedPosting",
1282 "_disableSecurity:",
1283 "_disableSelectionPosting",
1284 "_disableTrackingRect:",
1285 "_discardCursorRectsForView:",
1286 "_discardEditingForAllBinders",
1287 "_discardEventsFromSubthread:",
1288 "_discardEventsWithMask:eventTime:",
1289 "_discardTrackingRect:",
1290 "_discardUncommittedChanges",
1291 "_disconnect:",
1292 "_disconnectFromDaemon:",
1293 "_diskCacheClear",
1294 "_diskCacheCreateDirectory",
1295 "_diskCacheCreateLRUList:",
1296 "_diskCacheDefaultPath",
1297 "_diskCacheExecuteRemoval:",
1298 "_diskCacheExecuteWrite:",
1299 "_diskCacheGet:",
1300 "_diskCacheScheduleRemoval:",
1301 "_diskCacheScheduleWrite:",
1302 "_diskCacheSetSyncTimer",
1303 "_diskCacheSync:",
1304 "_diskCacheSyncLoop:",
1305 "_diskCacheTruncate:",
1306 "_dismissModeless:",
1307 "_dismissSheet:",
1308 "_dispatchCallBack:flags:error:",
1309 "_dispatchCallBackWithError:",
1310 "_dispatchKind:",
1311 "_displayChanged",
1312 "_displayLDAPServerSheetOrPanel",
1313 "_displayName",
1314 "_displayName:",
1315 "_displayPathForPath:",
1316 "_displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:",
1317 "_displaySelectedCard",
1318 "_displaySomeWindowsIfNeeded:",
1319 "_displayedLabel",
1320 "_displayedLabelForRect:",
1321 "_disposeBackingStore",
1322 "_disposeMovieController",
1323 "_disposeSurface",
1324 "_distanceForVerticalArrowKeyMovement",
1325 "_distanceFromBaseToTopOfWindow",
1326 "_distanceFromToolbarBaseToTitlebar",
1327 "_distanceInDragDirectionBeforeDragAttempt",
1328 "_distanceInNonDragDirectionBeforeAbortingDragAttempt",
1329 "_doAction:",
1330 "_doActualViewPrinting",
1331 "_doAnimation",
1332 "_doAnimationStep",
1333 "_doAnimationStepWithProgress:",
1334 "_doAttachDrawer",
1335 "_doAutoscroll:",
1336 "_doAutoscrolling",
1337 "_doAutoselectEdge",
1338 "_doCallback",
1339 "_doClickAndQueueSendingOfAction:",
1340 "_doClickAndQueueSendingOfAction:removeAndAddColumnsIfNecessary:",
1341 "_doCloseDrawer",
1342 "_doCommandBySelector:forInputManager:",
1343 "_doDelayedValidateVisibleToolbarItems",
1344 "_doDelete:",
1345 "_doDetachDrawer",
1346 "_doEditOperation:",
1347 "_doFinalAnimationStep",
1348 "_doHide",
1349 "_doImageDragUsingRows:event:pasteboard:source:slideBack:",
1350 "_doInsertMember:inMemberList:",
1351 "_doInvokeServiceIn:msg:pb:userData:error:unhide:",
1352 "_doJustifyGlyphVector:withGlyphRange:delta:",
1353 "_doLayoutTabs:",
1354 "_doLayoutWithFullContainerStartingAtGlyphIndex:nextGlyphIndex:",
1355 "_doModalLoop:peek:",
1356 "_doModifySelectionWithEvent:onColumn:",
1357 "_doOpenDrawer",
1358 "_doOpenFile:ok:tryTemp:",
1359 "_doOpenFiles:",
1360 "_doOpenInSeparateWindow:model:",
1361 "_doOpenUntitled",
1362 "_doOptimizedLayoutStartingAtGlyphIndex:forSoftLayoutHole:inTextContainer:lineLimit:nextGlyphIndex:",
1363 "_doOrderWindow:relativeTo:findKey:",
1364 "_doOrderWindow:relativeTo:findKey:forCounter:force:",
1365 "_doOrderWindow:relativeTo:findKey:forCounter:force:isModal:",
1366 "_doPageArea:finishPage:helpedBy:pageLabel:",
1367 "_doPositionDrawer",
1368 "_doPositionDrawerAndSize:parentFrame:",
1369 "_doPositionDrawerAndSize:parentFrame:stashSize:",
1370 "_doPostColumnConfigurationDidChangeNotification:",
1371 "_doPostedModalLoopMsg:",
1372 "_doPrintFile:ok:",
1373 "_doPrintFiles:",
1374 "_doRemove",
1375 "_doRemoveDrawer",
1376 "_doRemoveFromSuperviewWithOutNeedingDisplay:",
1377 "_doResetOfCursorRects:cellClipTips:",
1378 "_doResizeDrawerWithDelta:fromFrame:",
1379 "_doRotationOnly",
1380 "_doRunLoop",
1381 "_doScroller:",
1382 "_doScroller:hitPart:multiplier:",
1383 "_doSelectIndexes:byExtendingSelection:indexType:funnelThroughSingleIndexVersion:",
1384 "_doSetAccessoryView:topView:bottomView:oldView:",
1385 "_doSetAccessoryView:topView:bottomView:previousKeyView:oldView:",
1386 "_doSetParentWindow:",
1387 "_doSingleStep:inView:",
1388 "_doSlideDrawerWithDelta:",
1389 "_doSomeBackgroundLayout",
1390 "_doStartDrawer",
1391 "_doStopDrawer",
1392 "_doSynchronizationOfEditedFieldForColumnWidthChange",
1393 "_doTabsInGlyphVector:glyphOrigin:lineWidth:",
1394 "_doTiming",
1395 "_doUnhideWithoutActivation",
1396 "_doUpdate:",
1397 "_doUpdateServicesMenu:",
1398 "_doUserExpandOrCollapseOfItem:isExpand:optionKeyWasDown:",
1399 "_doUserParagraphStyleLineHeight:fixed:",
1400 "_doUserParagraphStyleLineHeightMultiple:min:max:lineSpacing:paragraphSpacingBefore:after:isFinal:",
1401 "_doUserPathWithOp:inContext:",
1402 "_doUserSetAttributes:",
1403 "_doUserSetAttributes:removeAttributes:",
1404 "_docController:shouldTerminate:",
1405 "_dockDied",
1406 "_dockItem",
1407 "_dockRestarted",
1408 "_document:didSave:contextInfo:",
1409 "_document:pageLayoutDidReturn:contextInfo:",
1410 "_document:shouldClose:contextInfo:",
1411 "_documentClassNames",
1412 "_documentWindow",
1413 "_doesOwnRealWindow",
1414 "_done",
1415 "_donePoofing",
1416 "_dosetTitle:andDefeatWrap:",
1417 "_doubleClickAtIndex:limitedRangeOK:",
1418 "_downloadEnded",
1419 "_downloadFinished",
1420 "_downloadStarted",
1421 "_downloadURL:",
1422 "_downloadURL:toDirectory:",
1423 "_downloadWithLoadingConnection:request:response:delegate:proxy:",
1424 "_downloadWithRequest:delegate:directory:",
1425 "_dragCanBeginFromHorizontalMouseMotion",
1426 "_dragCanBeginFromSomeMouseMotion",
1427 "_dragCanBeginFromVerticalMouseMotion",
1428 "_dragDataItemViewer",
1429 "_dragEndedNotification:",
1430 "_dragFile:fromRect:slideBack:event:showAsModified:",
1431 "_dragImageForElement:",
1432 "_dragLocalSource",
1433 "_dragShouldBeginFromMouseDown:",
1434 "_dragUntilMouseUp:accepted:",
1435 "_drawAnimationStep",
1436 "_drawBackgroundForGlyphRange:atPoint:parameters:",
1437 "_drawBackgroundWithFrame:inView:",
1438 "_drawBezelBorder:inRect:",
1439 "_drawBorder:",
1440 "_drawBorder:inRect:",
1441 "_drawBorderInRect:",
1442 "_drawCellAt::insideOnly:",
1443 "_drawCellClipTipWithFrame:inToolTipView:forView:",
1444 "_drawCenteredVerticallyInRect:",
1445 "_drawColumn:",
1446 "_drawColumnHeaderRange:",
1447 "_drawColumnsInRect:",
1448 "_drawContents:faceColor:textColor:inView:",
1449 "_drawCustomTrackWithTrackRect:inView:",
1450 "_drawDone:success:",
1451 "_drawDropHighlight",
1452 "_drawDropHighlightBetweenUpperRow:andLowerRow:atOffset:",
1453 "_drawDropHighlightOffScreenIndicatorPointingLeftAtOffset:",
1454 "_drawDropHighlightOffScreenIndicatorPointingUp:atOffset:",
1455 "_drawDropHighlightOnRow:",
1456 "_drawEmptyColumnsForView:inRect:",
1457 "_drawEndCapInRect:",
1458 "_drawFocusRingWithFrame:",
1459 "_drawForTransitionInWindow:usingHalftonePhaseForWindowOfSize:",
1460 "_drawFrame",
1461 "_drawFrame:",
1462 "_drawFrameInterior:clip:",
1463 "_drawFrameRects:",
1464 "_drawFrameShadowAndFlushContext:",
1465 "_drawFromRect:toRect:operation:alpha:compositing:flipped:ignoreContext:",
1466 "_drawGapStyleDropHighlightBetweenUpperRow:andLowerRow:atOffset:inGapRect:",
1467 "_drawGlyphsForGlyphRange:atPoint:parameters:",
1468 "_drawGrowBoxWithClip:",
1469 "_drawHeaderCell:withFrame:withStateFromColumn:",
1470 "_drawHeaderFillerInRect:matchLastState:",
1471 "_drawHeaderOfColumn:",
1472 "_drawHighlightWithFrame:inView:",
1473 "_drawHighlighted:",
1474 "_drawIcon",
1475 "_drawIndicatorInRect:",
1476 "_drawInsertionPointInRect:color:",
1477 "_drawKeyViewOutline:",
1478 "_drawKeyboardFocusRingWithFrame:",
1479 "_drawKeyboardFocusRingWithFrame:forCell:",
1480 "_drawKeyboardFocusRingWithFrame:inView:",
1481 "_drawKeyboardUIIndicationForView:debuggingIndex:",
1482 "_drawKeyboardUILoopStartingAtResponder:validOnly:",
1483 "_drawLineForGlyphRange:type:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:",
1484 "_drawLiveResizeCachedImage",
1485 "_drawLiveResizeHighlightWithFrame:inView:",
1486 "_drawMatrix",
1487 "_drawMenuFrame:",
1488 "_drawMiniWindow:",
1489 "_drawOptimizedRectFills",
1490 "_drawOrientedLabel:inRect:",
1491 "_drawOverflowHeaderInRect:",
1492 "_drawProgressArea",
1493 "_drawRealTitleWithFrame:inView:",
1494 "_drawRect:clip:",
1495 "_drawRect:liveResizeCacheCoveredArea:",
1496 "_drawRect:liveResizeFill::::cacheCoveredArea:",
1497 "_drawRect:withOpaqueAncestor:",
1498 "_drawRectIfEmpty",
1499 "_drawRectIfEmptyWhenSubviewsCoverDirtyRect:",
1500 "_drawRemainderArea",
1501 "_drawRepresentation:",
1502 "_drawResizeIndicators:",
1503 "_drawScrollViewFocusRing:clipRect:needsFullDisplay:",
1504 "_drawSortIndicatorIfNecessaryWithFrame:inView:",
1505 "_drawStandardPopUpBorderWithFrame:inView:",
1506 "_drawTabViewItem:inRect:",
1507 "_drawTableExteriorFocusRingIfNecessaryInClipRect:",
1508 "_drawThemeBackground",
1509 "_drawThemeBezelBorder:inRect:",
1510 "_drawThemeBezelWithFrame:inView:",
1511 "_drawThemeComboBoxButtonWithFrame:inView:",
1512 "_drawThemeContents:highlighted:inView:",
1513 "_drawThemePopUpBorderWithFrame:inView:bordered:style:",
1514 "_drawThemeProgressArea:",
1515 "_drawThemeTab:withState:inRect:",
1516 "_drawTitleBar:",
1517 "_drawTitleStringIn:withColor:",
1518 "_drawTitlebar:",
1519 "_drawTitlebarLines:inRect:clippedByRect:",
1520 "_drawTitlebarPattern:inRect:clippedByRect:forKey:alignment:",
1521 "_drawTitledFrame:",
1522 "_drawTitlesForView:inRect:",
1523 "_drawToolbarTransitionIfNecessary",
1524 "_drawViewBackgroundInRect:",
1525 "_drawWinTab:inRect:tabColor:shadowColor:",
1526 "_drawWindowsGaugeRects:",
1527 "_drawWithImageCache",
1528 "_drawerIsOpen",
1529 "_drawerTakeFocus",
1530 "_drawerTransform",
1531 "_drawerVelocity",
1532 "_drawingEndSeparator",
1533 "_drawingInClipTip",
1534 "_drawingRectForPart:",
1535 "_drawsBackground",
1536 "_drawsHorizontalGrid",
1537 "_drawsVerticalGrid",
1538 "_dstDraggingExitedAtPoint:draggingInfo:stillInViewBounds:",
1539 "_dumpBookSegments",
1540 "_dynamicColorsChanged:",
1541 "_edge",
1542 "_editClickedCell:",
1543 "_editCustomLabels:",
1544 "_editableBinderAtIndex:forTableView:",
1545 "_editableBinderForTableColumn:",
1546 "_editedDocumentCount",
1547 "_editingBinder",
1548 "_editingFirstResponderIfIsASubview",
1549 "_editingInView:",
1550 "_effectiveFocusRingType",
1551 "_elementAtPoint:",
1552 "_emptyMatrix:",
1553 "_enableAutosavingAndColumnResizingNotifications",
1554 "_enableCellClipTipCreation",
1555 "_enableCompositing",
1556 "_enableCursorRectsForNonHiddenViews",
1557 "_enableEnablingKeyEquivalentForDefaultButtonCell",
1558 "_enableItems",
1559 "_enableLayout",
1560 "_enableLogging:",
1561 "_enableMovedPosting",
1562 "_enableNotifications",
1563 "_enablePosting",
1564 "_enablePrivateEditing",
1565 "_enableResizedPosting",
1566 "_enableSecurity:",
1567 "_enableSelectionPostingAndPost",
1568 "_enableTrackingRect:",
1569 "_enclosingBrowser",
1570 "_enclosingBrowserView",
1571 "_enclosingSidebarItem",
1572 "_enclosingSidebarView",
1573 "_encodeArrayOfObjects:forKey:",
1574 "_encodeByte:",
1575 "_encodeDepth:",
1576 "_encodeMapTable:forTypes:withCoder:",
1577 "_encodePropertyList:forKey:",
1578 "_encodeWithoutNameWithCoder:newStyle:",
1579 "_encodingCantBeStoredInEightBitCFString",
1580 "_encounteredCloseError",
1581 "_endChanging",
1582 "_endColumnAnimationOptimization",
1583 "_endCustomizationMode",
1584 "_endCustomizationPalette:",
1585 "_endCustomizationPanel",
1586 "_endDragging",
1587 "_endDrawForDragging",
1588 "_endEditingIfEditedCellIsChildOfItemEntry:",
1589 "_endEditingIfFirstResponderIsASubview",
1590 "_endEditingIfNecessaryWhenDeselectingColumnRange:",
1591 "_endEditingIfNecessaryWhenDeselectingRowRange:",
1592 "_endEditingIfNecessaryWhenSelectingColumnRange:byExtendingSelection:",
1593 "_endEditingIfNecessaryWhenSelectingRowRange:byExtendingSelection:",
1594 "_endInsertionOptimization",
1595 "_endInsertionOptimizationWithDragSource:force:",
1596 "_endLayout",
1597 "_endListeningForApplicationStatusChanges",
1598 "_endListeningForDeviceStatusChanges",
1599 "_endLiveResize",
1600 "_endLiveResizeAsTopLevel",
1601 "_endLiveResizeForAllDrawers",
1602 "_endMyEditing",
1603 "_endMyEditingAndRemainFirstResponder",
1604 "_endOfParagraphAtIndex:",
1605 "_endRunMethod",
1606 "_endScrolling",
1607 "_endStateReached",
1608 "_endTabWidth",
1609 "_endToolbarEditingMode",
1610 "_endTopLevelGroupings",
1611 "_engineDataTypeForPropertyType:",
1612 "_ensureCapacity:",
1613 "_ensureLayoutCompleteToEndOfCharacterRange:",
1614 "_ensureMinAndMaxSizesConsistentWithBounds",
1615 "_ensureRangeCapacity:",
1616 "_ensureSelectionAfterRemoveWithPreferredIndex:",
1617 "_ensureSubviewNextKeyViewsAreSubviews",
1618 "_entries",
1619 "_enumeratedArgumentBindings:",
1620 "_enumeratedBindings:storage:number:numberFirstBinding:maxNumber:",
1621 "_enumeratedDisplayPatternBindings:",
1622 "_enumeratedEditableBindings:",
1623 "_enumeratedEnabledBindings:",
1624 "_enumeratedHiddenBindings:",
1625 "_enumerationsInSuite:",
1626 "_equalyResizeColumnsByDelta:resizeInfo:",
1627 "_errorWithCode:",
1628 "_establishConnection",
1629 "_evaluateRelativeToObjectInContainer:",
1630 "_evaluateToBeginningOrEndOfContainer:",
1631 "_evaluationErrorNumber",
1632 "_eventDelegate",
1633 "_eventInTitlebar:",
1634 "_eventRecordDelta:",
1635 "_eventRef",
1636 "_eventRelativeToWindow:",
1637 "_eventWithCGSEvent:",
1638 "_evilHackToClearlastLeftHitInWindow",
1639 "_exchangeDollarInString:withString:",
1640 "_existsForArray:",
1641 "_expand",
1642 "_expandItemEntry:expandChildren:",
1643 "_expandItemEntry:expandChildren:startLevel:",
1644 "_expandItemsWithItemEntries:expandChildren:",
1645 "_expandRep:",
1646 "_expandedCFCharacterSet",
1647 "_expirationDate",
1648 "_expiresDate",
1649 "_exposeExtraBindings",
1650 "_exposedBindings",
1651 "_extendedCharRangeForInvalidation:editedCharRange:",
1652 "_extensionsFromTypeInfo:",
1653 "_extraWidthForCellHeight:",
1654 "_extractResponseStatusLineFromBytes:length:",
1655 "_faceForFamily:fontName:",
1656 "_fadePopUpWindow",
1657 "_fastCStringContents:",
1658 "_fastCharacterContents",
1659 "_fastDrawGlyphs:length:font:color:containerSize:usedRect:startingLocation:inRect:onView:context:pinToTop:",
1660 "_fastHighlightGlyphRange:withinSelectedGlyphRange:",
1661 "_fastestEncodingInCFStringEncoding",
1662 "_fetchColorTable:",
1663 "_fetchCurrentDirectory",
1664 "_fetchExpandedFrameSize",
1665 "_fetchExpandedState",
1666 "_fetchFileListMode",
1667 "_fetchRootDirectory",
1668 "_fetchUserSetHideExtensionButtonState",
1669 "_fileAttributes",
1670 "_fileButtonOrigin",
1671 "_fileExtensions",
1672 "_fileListModeSwitcher",
1673 "_fileOperation:source:destination:files:",
1674 "_fileOperationCompleted:",
1675 "_filePathValue",
1676 "_fileURLValue",
1677 "_filenameHasNonEmptyAllowedFileType:",
1678 "_fillBackground:withAlternateColor:",
1679 "_fillFloatArray:",
1680 "_fillGlyphHoleAtIndex:desiredNumberOfCharacters:",
1681 "_fillGrayRect:with:",
1682 "_fillLayoutHoleAtIndex:desiredNumberOfLines:",
1683 "_fillPlatformGlyphArray:withGlyphsInRange:",
1684 "_fillPlatformTextStyle:withAttributes:disableKerning:",
1685 "_fillSpellCheckerPopupButton:",
1686 "_fillsClipViewHeight",
1687 "_fillsClipViewWidth",
1688 "_filterAndSortNodeList:",
1689 "_filterNodeList:",
1690 "_filterObjects:",
1691 "_finalObserver",
1692 "_finalScrollingOffsetFromEdge",
1693 "_finalSlideLocation",
1694 "_finalize",
1695 "_findButtonImageForState:",
1696 "_findCoercerFromClass:toClass:",
1697 "_findColorListNamed:forDeviceType:",
1698 "_findCurrentEditor",
1699 "_findDictOrBitmapSetNamed:",
1700 "_findDragTargetFrom:",
1701 "_findFirstItemInArray:withItemIdentifier:",
1702 "_findFirstOne::",
1703 "_findFirstUserSelectableRowStartingAtRow:stoppingAtRow:",
1704 "_findFirstValidKeyViewStartingFrom:inTabViewItem:",
1705 "_findFont:size:matrix:flag:",
1706 "_findFrameInThisWindowNamed:",
1707 "_findFrameNamed:",
1708 "_findHitItemViewer:",
1709 "_findIndexOfFirstDuplicateItemWithItemIdentier:",
1710 "_findItemViewerAtPoint:",
1711 "_findLastFieldLabelforAttribute:startingAt:",
1712 "_findLastViewInKeyViewLoop",
1713 "_findLastViewInKeyViewLoopStartingAtView:",
1714 "_findMisspelledWordInString:language:learnedDictionaries:wordCount:countOnly:",
1715 "_findNext:",
1716 "_findParentWithLevel:beginingAtItem:childEncountered:",
1717 "_findPreviousNextTab:loop:startingAtTabItem:",
1718 "_findRecord:ofType:",
1719 "_findRecordsOfTypes:withAttribute:value:matchType:retrieveAttributes:",
1720 "_findScrollerToAutoLiveScrollInWindow:",
1721 "_findSidebarNodeForVirtualNode:",
1722 "_findSystemImageNamed:",
1723 "_findWindowUsingCache:",
1724 "_findWindowUsingRealWindowNumber:",
1725 "_finishDecoding",
1726 "_finishHitTracking:",
1727 "_finishInitialization",
1728 "_finishMessagingClients:",
1729 "_finishModalOperation",
1730 "_finishPrintFilter:filter:",
1731 "_finishSaveDocumentTo:withType:forSaveOperation:withDelegate:didSaveSelector:contextInfo:",
1732 "_finishWritingFileNamed:in:byExchangingWithFileIn:",
1733 "_finishWritingItemAt:byMovingItemAt:",
1734 "_finishedLoading",
1735 "_finishedLoadingResourceFromDataSource:",
1736 "_finishedMakingConnections",
1737 "_finishedUpdatingIndex:",
1738 "_finishedWiringNibConnections",
1739 "_finishedWithFileDescriptor",
1740 "_fireWithSelection:",
1741 "_firstEnabledPart",
1742 "_firstHighlightedCell",
1743 "_firstMoveableItemIndex",
1744 "_firstPassGlyphRangeForBoundingRect:inTextContainer:hintGlyphRange:okToFillHoles:",
1745 "_firstPassGlyphRangeForBoundingRect:inTextContainer:okToFillHoles:",
1746 "_firstSelectableRow",
1747 "_firstSelectableRowInMatrix:inColumn:",
1748 "_firstTextViewChanged",
1749 "_fixCommandAlphaShifts",
1750 "_fixGlyphInfo:inRange:",
1751 "_fixHeaderAndCornerViews",
1752 "_fixKeyViewForView:",
1753 "_fixNSHostLeak",
1754 "_fixNSMachPortLeak",
1755 "_fixNSMessagePortLeak",
1756 "_fixNSSocketPortLeak",
1757 "_fixSelectionAfterChangeInCharacterRange:changeInLength:",
1758 "_fixSharedData",
1759 "_fixTargetsForMenu:",
1760 "_fixup:numElements:",
1761 "_fixupSortDescriptorPlaceholdersIfNecessary",
1762 "_flashSelectedPopUpItem",
1763 "_flattenMenu:",
1764 "_flattenMenuItem:",
1765 "_floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:withPadding:applyRounding:attemptFontSubstitution:widths:fonts:glyphs:numGlyphs:letterSpacing:wordSpacing:smallCaps:fontFamilies:",
1766 "_flushAEDesc",
1767 "_flushAllCachedChildren",
1768 "_flushCachedChildrenForNode:",
1769 "_flushCachedFontInfo",
1770 "_flushNotificationQueue",
1771 "_flushToDisk",
1772 "_focusFromView:withContext:",
1773 "_focusInto:withClip:",
1774 "_focusOnCache:",
1775 "_focusRingFrameForFrame:cellFrame:",
1776 "_focusRingRect",
1777 "_focusedCrayon",
1778 "_fondID",
1779 "_fontFallbackType",
1780 "_fontForName:size:",
1781 "_fontFromBindingsAtIndex:referenceFont:fallbackFont:ignoreIfNotController:",
1782 "_fontFromDescriptor:",
1783 "_fontNameForFamily:face:",
1784 "_fontNameForFont:",
1785 "_fontSetChanged:",
1786 "_fontSetWithName:",
1787 "_fontWithName:scale:skew:oblique:translation:",
1788 "_fontWithName:size:matrix:",
1789 "_fontWithNumber:size:bold:italic:",
1790 "_forArgument:getType:andSuite:",
1791 "_forKey:getType:andSuite:",
1792 "_forPropertyWithIndex:getWantsNotification:oldValue:newValue:",
1793 "_forSRSpeechObject:objectForProperty:usingDataSize:withRequestedObjectClass:",
1794 "_forSRSpeechObject:setObject:forProperty:usingDataSize:",
1795 "_forceAppendItem:",
1796 "_forceAscenderDelta",
1797 "_forceDisplayToBeCorrectForViewsWithUnlaidGlyphs",
1798 "_forceFixAttributes",
1799 "_forceFlushWindowToScreen",
1800 "_forceInsertItem:atIndex:",
1801 "_forceMoveItemFromIndex:toIndex:",
1802 "_forceRemoveItemFromIndex:",
1803 "_forceReplaceItemAtIndex:withItem:",
1804 "_forceResetTexturedWindowDragMargins",
1805 "_forceSendAction:notification:firstResponder:",
1806 "_forceSetColor:",
1807 "_forceSetLastEditedStringValue:",
1808 "_forceSetView:",
1809 "_forceSingleLoad",
1810 "_forceSynchronizedScrollingAnimation",
1811 "_forceUpdateDimpleLocation",
1812 "_forget:",
1813 "_forgetData:",
1814 "_forgetRecentDocumentAt:",
1815 "_forgetSpellingFromMenu:",
1816 "_forgetWord:inDictionary:",
1817 "_formDelegate",
1818 "_format:withDigits:",
1819 "_formatObjectValue:invalid:",
1820 "_formatter",
1821 "_forwardToCFNetwork",
1822 "_forwarderForObserver:relationshipKey:valueKeyPath:",
1823 "_frame",
1824 "_frameDidDrawTitle",
1825 "_frameForDataSource:",
1826 "_frameForDataSource:fromFrame:",
1827 "_frameForView:",
1828 "_frameForView:fromFrame:",
1829 "_frameLoadDelegateForwarder",
1830 "_frameOfCell:",
1831 "_frameOfColumns",
1832 "_frameOfOutlineCellAtRow:",
1833 "_frameOrBoundsChanged",
1834 "_freeCache:",
1835 "_freeClients",
1836 "_freeImage",
1837 "_freeNode:",
1838 "_freeNodes",
1839 "_freeRepresentation:",
1840 "_freeServicesMenu:",
1841 "_freeSpeechItems",
1842 "_freshnessLifetime",
1843 "_fromContainerInfo:andKeyCode:inCommandConstructionContext:getAdjustedContainerInfo:andKey:",
1844 "_fromRecord:inCommandConstructionContext:getContainerInfo:",
1845 "_fromRecord:inCommandConstructionContext:getContainerInfo:andKey:",
1846 "_fromScreenCommonCode:",
1847 "_fsRefValue",
1848 "_fullDescription:",
1849 "_fullLabel",
1850 "_fullLayout",
1851 "_fullName",
1852 "_fullPathForService:",
1853 "_fullPhoneticName",
1854 "_gatherFocusStateInto:upTo:withContext:",
1855 "_gaugeImage:",
1856 "_generateCompositedBackground",
1857 "_generateFrameName",
1858 "_generateIdentifier",
1859 "_generatePSCodeHelpedBy:operation:",
1860 "_generateScaledBackground",
1861 "_generatedMIMETypeForURLScheme:",
1862 "_genericDragCursor",
1863 "_getAllAttributesIncludeValues:",
1864 "_getAttributesInNode:fromBuffer:listReference:count:includeValues:",
1865 "_getBlockStart:end:contentsEnd:forRange:stopAtLineSeparators:",
1866 "_getBracketedStringFromBuffer:string:",
1867 "_getBrowser:browserColumn:",
1868 "_getBytesAsData:maxLength:filledLength:encoding:allowLossyConversion:range:remainingRange:",
1869 "_getCString:maxLength:encoding:",
1870 "_getCacheWindow:andRect:forRep:",
1871 "_getCharactersAsStringInRange:",
1872 "_getContents:",
1873 "_getConvertedDataForType:",
1874 "_getConvertedDataFromPasteboard:",
1875 "_getCounterpart",
1876 "_getCursorBitmapWidth:andHeight:",
1877 "_getData:encoding:",
1878 "_getDefaultPreferedColumnContentWidth",
1879 "_getDirtyRects:clippedToRect:count:",
1880 "_getDocInfoForKey:",
1881 "_getDrawingRow:andCol:",
1882 "_getEightBitRGBMeshedBitmap:rowBytes:extraSample:reverseScanLines:removeAlpha:",
1883 "_getFSRefForApplicationName:",
1884 "_getFSRefForPath:",
1885 "_getFSRefForServiceName:",
1886 "_getFSSpecForPath:",
1887 "_getFocusRingFrame",
1888 "_getGaugeFrame",
1889 "_getGlobalWindowNumber:andRect:forRepresentation:",
1890 "_getGlyphIndex:forWindowPoint:pinnedPoint:anchorPoint:useAnchorPoint:preferredTextView:partialFraction:",
1891 "_getGlyphIndex:forWindowPoint:pinnedPoint:preferredTextView:partialFraction:",
1892 "_getHiddenList",
1893 "_getInstanceForIdentifier:",
1894 "_getLocalPoint:",
1895 "_getMatchingRow:forString:inMatrix:startingAtRow:prefixMatch:caseSensitive:",
1896 "_getNextResizeEvent",
1897 "_getNextResizeEventInvalidatingLiveResizeCacheIfNecessary:",
1898 "_getNodeForKey:inTable:",
1899 "_getPartStruct:numberOfParts:withInnerBounds:",
1900 "_getPosition:",
1901 "_getPositionFromServer",
1902 "_getProgressFrame",
1903 "_getRemainderFrame",
1904 "_getRemainingNominalParagraphGlyphRange:andParagraphSeparatorRange:forGlyphAtIndex:",
1905 "_getRidOfCacheAndMarkYourselfAsDirty",
1906 "_getRow:andCol:ofCell:atRect:",
1907 "_getRow:column:nearPoint:",
1908 "_getTextColor:backgroundColor:",
1909 "_getThemeImageTabBarRect:backgroundRect:fillBackgroundRect:",
1910 "_getTiffImage:ownedBy:",
1911 "_getTiffImage:ownedBy:asImageRep:",
1912 "_getUndoManager:",
1913 "_getVRefNumForPath:",
1914 "_getValue:forKey:",
1915 "_getValue:forObj:",
1916 "_getValue:forType:",
1917 "_getVolumes:iDiskRefNum:",
1918 "_getWindowCache:add:",
1919 "_giveUpFirstResponder:",
1920 "_globalWindowNum",
1921 "_glyph",
1922 "_glyphAtIndex:characterIndex:glyphInscription:isValidIndex:",
1923 "_glyphDescription",
1924 "_glyphDrawsOutsideLineHeight:",
1925 "_glyphForFont:baseString:",
1926 "_glyphGenerator",
1927 "_glyphIndexForCharacterIndex:startOfRange:okToFillHoles:",
1928 "_glyphInfoAtIndex:",
1929 "_glyphRangeForBoundingRect:inTextContainer:fast:okToFillHoles:",
1930 "_glyphRangeForCharacterRange:actualCharacterRange:okToFillHoles:",
1931 "_goBack",
1932 "_goForward",
1933 "_goToItem:withLoadType:",
1934 "_goneMultiThreaded",
1935 "_goneSingleThreaded",
1936 "_gradientImage",
1937 "_graphiteAlternatingRowColor",
1938 "_graphiteControlTintColor",
1939 "_graphiteKeyboardFocusColor",
1940 "_gray136Color",
1941 "_gray204Color",
1942 "_gray221Color",
1943 "_grestore",
1944 "_growBoxRect",
1945 "_growCachedRectArrayToSize:",
1946 "_growContentReshapeContentAndToolbarView:animate:",
1947 "_growFrameForDropGapStyle",
1948 "_growFrameForDropGapStyleIfNecessary",
1949 "_growWindowReshapeContentAndToolbarView:animate:",
1950 "_gsave",
1951 "_guess:",
1952 "_handCursor",
1953 "_handleAEOpen",
1954 "_handleAEOpenDocuments:",
1955 "_handleAEPrintDocuments:",
1956 "_handleAEQuitWithActivating:documentSaving:",
1957 "_handleAEReopen",
1958 "_handleAutoscrollForMouseDragged:",
1959 "_handleCarbonEvent:callRef:",
1960 "_handleChildAdded:",
1961 "_handleChildAddedOrRemoved:",
1962 "_handleChildChanged:",
1963 "_handleChildRemoved:",
1964 "_handleChildrenChanged:",
1965 "_handleCommand:",
1966 "_handleContentBoundsChanged",
1967 "_handleCoreEvent:withReplyEvent:",
1968 "_handleCurrentDirectoryChanged:",
1969 "_handleCurrentDirectoryNodeChanged",
1970 "_handleCursorUpdate:",
1971 "_handleDefaultVoiceChange",
1972 "_handleDisabledNodeClicked:",
1973 "_handleDocumentFileChanges:",
1974 "_handleError:delta:fromRect:toPoint:",
1975 "_handleFauxDisabledNodeClicked:",
1976 "_handleFileListConfirmedSelection:",
1977 "_handleFileListModeChanged",
1978 "_handleFileListModeChanged:",
1979 "_handleFileListSelectionChanged:",
1980 "_handleKeyEquivalent:",
1981 "_handleLoadCallback",
1982 "_handleMessage:from:socket:",
1983 "_handleMouseDragged:",
1984 "_handleMouseUpWithEvent:",
1985 "_handleNameFieldContentsChanged",
1986 "_handleNameFieldContentsChangedAsGoto",
1987 "_handlePhonemeCallbackWithOpcode:",
1988 "_handleRecognitionBeginningWithRecognitionResult:",
1989 "_handleRecognitionDoneWithRecognitionResult:",
1990 "_handleRegistrationChange:",
1991 "_handleRegistrationChange:forBinder:",
1992 "_handleRootBoundsChanged",
1993 "_handleRootNodeChanged",
1994 "_handleRootNodeChanged:",
1995 "_handleSelectionChanged",
1996 "_handleSelectionConfirmed",
1997 "_handleSendControlSize:toCellOfView:",
1998 "_handleSendControlSize:toView:",
1999 "_handleSpeechDoneCallback",
2000 "_handleText:",
2001 "_handleUIEvents",
2002 "_handleUnimplementablePolicyWithErrorCode:forURL:",
2003 "_handleWillPopUpNotification",
2004 "_handleWordCallbackWithParams:",
2005 "_hasActiveAppearance",
2006 "_hasActiveControls",
2007 "_hasActiveRequest",
2008 "_hasAttributedStringValue",
2009 "_hasBackgroundColor",
2010 "_hasBezelBorder",
2011 "_hasCredentials",
2012 "_hasCursorRects",
2013 "_hasCursorRectsForView:",
2014 "_hasCustomColor",
2015 "_hasDefaultButtonIndicator",
2016 "_hasEditableCell",
2017 "_hasExpirationDate",
2018 "_hasGradientBackground",
2019 "_hasHorizontalOrientation",
2020 "_hasIconForIconURL:",
2021 "_hasImage",
2022 "_hasImageCache",
2023 "_hasKeyAppearance",
2024 "_hasKeyFocus",
2025 "_hasKeyboardFocus",
2026 "_hasKeyboardFocusInTabItem:",
2027 "_hasMainAppearance",
2028 "_hasPressAction",
2029 "_hasScaledBackground",
2030 "_hasSeenRightToLeft",
2031 "_hasSeparateArrows",
2032 "_hasShadow",
2033 "_hasTabs",
2034 "_hasTitle",
2035 "_hasToolbar",
2036 "_hasWindowRef",
2037 "_hasWindowRefCreatedForCarbonControl",
2038 "_hasgState",
2039 "_hash",
2040 "_hashMarkDictionary",
2041 "_hashMarkDictionaryForDocView:measurementUnitToBoundsConversionFactor:stepUpCycle:stepDownCycle:minimumHashSpacing:minimumLabelSpacing:",
2042 "_hashMarkDictionaryForDocumentView:measurementUnitName:",
2043 "_headerCellRectOfColumn:",
2044 "_headerCellSizeOfColumn:",
2045 "_headerFieldsForHeaderlessContent",
2046 "_headerSizeOfColumn:",
2047 "_heartBeatBufferWindow",
2048 "_heartBeatThread:",
2049 "_heedBeginningOfPage:",
2050 "_heedBeginningOfPage:outOf:",
2051 "_heightIsFlexible",
2052 "_helpBundleForObject:",
2053 "_helpKeyForObject:",
2054 "_helpWindow",
2055 "_helperDeallocatedForView:layoutManager:",
2056 "_hiddenExtension",
2057 "_hide",
2058 "_hide:",
2059 "_hideAllDrawers",
2060 "_hideChildren",
2061 "_hideDropShadow",
2062 "_hideHODWindow",
2063 "_hideMenu:",
2064 "_hideSheet",
2065 "_hideToolbar:animate:",
2066 "_hideToolbarWithAnimation:",
2067 "_highlightCell:atRow:column:andDraw:",
2068 "_highlightColor",
2069 "_highlightColorForCell:",
2070 "_highlightColumn:clipRect:",
2071 "_highlightRow:clipRect:",
2072 "_highlightSelectedItem:",
2073 "_highlightTabColor",
2074 "_highlightTextColor",
2075 "_highlightsWithHighlightRect",
2076 "_hitTest:dragTypes:",
2077 "_hookupWithFZService:",
2078 "_horizontalAdjustmentForItalicAngleAtHeight:",
2079 "_horizontalKeyboardScrollAmount",
2080 "_horizontalResizeCursor",
2081 "_horizontalScroller",
2082 "_horizontalScrollerSeparationHeight",
2083 "_hoverAreaIsSameAsLast:",
2084 "_htmlDocumentClass",
2085 "_iconDictionariesAreGood",
2086 "_iconForFileURL:withSize:",
2087 "_iconForOSType:",
2088 "_iconForOSType:creator:",
2089 "_iconFromDictionary:forSize:cache:",
2090 "_iconLoaderReceivedPageIcon:",
2091 "_iconRef",
2092 "_iconsBySplittingRepresentationsOfIcon:",
2093 "_iconsForIconURLString:",
2094 "_idleMovies",
2095 "_ignore:",
2096 "_ignoreSpellingFromMenu:",
2097 "_ignoringScrolling",
2098 "_image",
2099 "_imageForCell:keyWindow:",
2100 "_imageForColorPicker:",
2101 "_imageForDivider:keyWindow:",
2102 "_imageForDrawingInRectOfSize:fromImage:",
2103 "_imageForMenu",
2104 "_imageForPart:keyWindow:",
2105 "_imageFromItemTitle:",
2106 "_imageFromNewResourceLocation:",
2107 "_imageNameForPerson",
2108 "_imageNamed:",
2109 "_imageRectWithRect:",
2110 "_imageRepClassForFileNameExtension:andHFSFileType:",
2111 "_imageRepWithData:hfsFileType:extension:",
2112 "_imageRepsWithData:fileType:hfsType:",
2113 "_imageRepsWithData:hfsFileType:extension:",
2114 "_imageSizeWithSize:",
2115 "_imagesFromIcon:inApp:zone:",
2116 "_imagesFromURL:forImage:fileType:extension:",
2117 "_imagesHaveAlpha",
2118 "_imagesWithData:hfsFileType:extension:zone:",
2119 "_immediateChildFrameNamed:",
2120 "_immutableStringCharacterSetWithArray:",
2121 "_impactsWindowMoving",
2122 "_impl",
2123 "_importConfirmSheetDidEnd:returnCode:contextInfo:",
2124 "_importGroups:",
2125 "_importPeople:",
2126 "_importThreadBegan:",
2127 "_importThreadContinued:",
2128 "_importThreadFinished",
2129 "_importedCard",
2130 "_inFavMode",
2131 "_inHideCollectionsMode",
2132 "_inHideFaceMode",
2133 "_inLiveResize",
2134 "_inMiniMode",
2135 "_inPreview",
2136 "_inResize:",
2137 "_inTSMPreProcess",
2138 "_inTexturedWindow",
2139 "_inactiveButtonsNeedMask",
2140 "_incrementBy:startingAtIndex:",
2141 "_incrementLine:",
2142 "_incrementPage:",
2143 "_incrementProgressForConnection:data:",
2144 "_incrementProgressForConnection:response:",
2145 "_indexClosestToIndex:equalAllowed:following:",
2146 "_indexForProperty:",
2147 "_indexForRed:green:blue:",
2148 "_indexOfFirstGlyphInTextContainer:okToFillHoles:",
2149 "_indexOfKey:",
2150 "_indexOfNode:inOrderedNodes:",
2151 "_indexOfPopupItemForLanguage:",
2152 "_indexOfRangeAfterOrContainingIndex:",
2153 "_indexOfRangeBeforeOrContainingIndex:",
2154 "_indexOfRangeContainingIndex:",
2155 "_indicatorImage",
2156 "_indicatorImageForCellHeight:",
2157 "_infoFilePath",
2158 "_infoForOSAError:",
2159 "_infoForPage:",
2160 "_infoToSave",
2161 "_informationForFont:glyphTable:positionTable:kerns:ligatures:disableKerningAndLigatures:",
2162 "_init",
2163 "_initByCopying:",
2164 "_initClipIndicatorImage",
2165 "_initContent:styleMask:backing:defer:contentView:",
2166 "_initContent:styleMask:backing:defer:counterpart:",
2167 "_initContent:styleMask:backing:defer:screen:contentView:",
2168 "_initContentView",
2169 "_initData",
2170 "_initFlippableViewCacheLock",
2171 "_initFromAbsolutePositionRecord:inCommandConstructionContext:",
2172 "_initFromGlobalWindow:inRect:",
2173 "_initFromGlobalWindow:inRect:styleMask:",
2174 "_initFromRangeRecord:inCommandConstructionContext:",
2175 "_initFromRecord:inCommandConstructionContext:",
2176 "_initFromTestRecord:inCommandConstructionContext:",
2177 "_initInStatusBar:withLength:withPriority:",
2178 "_initInfoDictionary",
2179 "_initJobVars",
2180 "_initLocks",
2181 "_initNominalMappings",
2182 "_initPanelCommon",
2183 "_initRemoteWithSignature:",
2184 "_initSaveMode",
2185 "_initServicesMenu:",
2186 "_initSidebarAndPopups",
2187 "_initUI",
2188 "_initWithAddressInfo:",
2189 "_initWithArray:",
2190 "_initWithAttributesNoCopy:pageFormatNoCopy:printSettingsNoCopy:",
2191 "_initWithBase:addingPropertyIndexes:count:options:",
2192 "_initWithBase:removingPropertyIndexes:count:",
2193 "_initWithCGSEvent:",
2194 "_initWithCGSEvent:eventRef:",
2195 "_initWithClass:",
2196 "_initWithClassDescription:synonymClassCode:",
2197 "_initWithClassInfo:observances:",
2198 "_initWithContainer:methods:",
2199 "_initWithContainer:mutatingMethods:",
2200 "_initWithContainer:nonmutatingMethods:mutatingMethods:",
2201 "_initWithContainer:valueGetter:mutatingMethods:",
2202 "_initWithContainer:valueGetter:valueSetter:",
2203 "_initWithContentSize:preferredEdge:",
2204 "_initWithContentsOfFile:error:",
2205 "_initWithDIB:",
2206 "_initWithData:error:",
2207 "_initWithData:fileType:hfsType:",
2208 "_initWithData:tiff:imageNumber:",
2209 "_initWithDataOfUnknownEncoding:",
2210 "_initWithDescriptorType:bytes:byteCount:",
2211 "_initWithDictionary:",
2212 "_initWithDictionary:andValueType:",
2213 "_initWithIconRef:includeThumbnail:",
2214 "_initWithIdentifiers:values:labels:primaryIdentifier:",
2215 "_initWithImageReader:",
2216 "_initWithImpl:uniquedFileName:docInfo:imageData:parentWrapper:",
2217 "_initWithIncrementalImageReader:forImage:",
2218 "_initWithLoadingResource:request:response:delegate:proxy:",
2219 "_initWithName:",
2220 "_initWithName:fromCMProfileRef:",
2221 "_initWithName:fromPath:forDeviceType:lazy:",
2222 "_initWithName:host:process:bundle:serverClass:keyBindings:",
2223 "_initWithName:printer:",
2224 "_initWithName:propertyList:",
2225 "_initWithObjectNoExceptions:",
2226 "_initWithObserver:propertyIndexes:count:options:context:",
2227 "_initWithObserver:relationshipKey:valueKeyPath:options:context:",
2228 "_initWithOutput:",
2229 "_initWithParagraphStyle:",
2230 "_initWithPath:bundle:",
2231 "_initWithPickers:",
2232 "_initWithPluginErrorCode:contentURLString:pluginPageURLString:pluginName:MIMEType:",
2233 "_initWithRTFSelector:argument:documentAttributes:",
2234 "_initWithRequest:delegate:directory:",
2235 "_initWithRetainedCFSocket:protocolFamily:socketType:protocol:",
2236 "_initWithScriptIDNoCopy:",
2237 "_initWithSet:",
2238 "_initWithSharedBitmap:rect:",
2239 "_initWithSharedKitWindow:rect:",
2240 "_initWithSize:depth:separate:alpha:allowDeep:",
2241 "_initWithStream:data:topDict:",
2242 "_initWithTarget:action:",
2243 "_initWithThemeType:",
2244 "_initWithURLFunnel:options:documentAttributes:",
2245 "_initWithVCardRepresentation:",
2246 "_initWithWindow:",
2247 "_initWithWindowNumber:",
2248 "_initWithoutAEDesc",
2249 "_initialOffset",
2250 "_initialTimedLayoutDelay",
2251 "_initialTimedLayoutEnabled",
2252 "_initialTimedLayoutSize",
2253 "_initialize:::",
2254 "_initializeArchiverMappings",
2255 "_initializeButtonCell",
2256 "_initializeFromKeychain",
2257 "_initializeRegisteredDefaults",
2258 "_initializeSharedApplicationForCarbonAppIfNecessary",
2259 "_inputClientChangedStatus:inputClient:",
2260 "_inputController",
2261 "_inputManagerInNextScript:",
2262 "_insertGlyphs:elasticAttributes:count:atGlyphIndex:characterIndex:",
2263 "_insertItemInSortedOrderWithTitle:action:keyEquivalent:",
2264 "_insertNewItemWithItemIdentifier:atIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:",
2265 "_insertObjectInSortOrder:",
2266 "_insertObjects:atIndexes:",
2267 "_insertPopup",
2268 "_insertRange:inArrayAtIndex:",
2269 "_insertRecord:",
2270 "_insertStatusItemWindow:withPriority:",
2271 "_insertText:forInputManager:",
2272 "_insertionContainerSpecifier",
2273 "_insertionGapForItemViewer:forDraggingSource:",
2274 "_insertionGlyphIndexForDrag:",
2275 "_insertionIndexForGroup:",
2276 "_insertionIndexForPerson:",
2277 "_insertionIndexForPoint:previousIndex:",
2278 "_insertionOrder",
2279 "_insertionPointDisabled",
2280 "_insetRect:",
2281 "_insideAnotherHTMLView",
2282 "_installAutoreleasePoolsOnCurrentThreadIfNecessary",
2283 "_installCarbonAppDockHandlers",
2284 "_installCarbonWindowEventHandlers",
2285 "_installLabel",
2286 "_installOpenRecentMenuOpeningEventHandler:",
2287 "_installOpenRecentsMenu",
2288 "_installRulerAccViewForParagraphStyle:ruler:enabled:",
2289 "_installWindowDepthHandler",
2290 "_intValue",
2291 "_integerValueForKey:",
2292 "_interceptKeyEvent:toView:",
2293 "_internalIndicesOfObjectsByEvaluatingWithContainer:count:",
2294 "_internalInit",
2295 "_internalNetService",
2296 "_invalidLabelSize",
2297 "_invalidate",
2298 "_invalidateBlinkTimer:",
2299 "_invalidateCellClipTips",
2300 "_invalidateCellClipTipsForView:",
2301 "_invalidateCompositedBackground",
2302 "_invalidateConnectionsAsNecessary:",
2303 "_invalidateDictionary:newTime:",
2304 "_invalidateDisplayForMarkedOrSelectedRange",
2305 "_invalidateDisplayIfNeeded",
2306 "_invalidateFocus",
2307 "_invalidateFocusRingRect",
2308 "_invalidateGStatesForTree",
2309 "_invalidateGlyphsForCharacterRange:editedCharacterRange:changeInLength:actualCharacterRange:",
2310 "_invalidateGlyphsForExtendedCharacterRange:changeInLength:",
2311 "_invalidateImageTypeCaches",
2312 "_invalidateInsertionPoint",
2313 "_invalidateKeyToIndexTable",
2314 "_invalidateLayoutForExtendedCharacterRange:isSoft:",
2315 "_invalidateLiveResizeCachedImage",
2316 "_invalidateNumberOfRowsCache",
2317 "_invalidatePendingPolicyDecisionCallingDefaultAction:",
2318 "_invalidateReleaseTimer",
2319 "_invalidateResourceForGraphicsContext:",
2320 "_invalidateRunLoopTimer",
2321 "_invalidateScaledBackground",
2322 "_invalidateTabsCache",
2323 "_invalidateTimers",
2324 "_invalidateTitleCellSize",
2325 "_invalidateTitleCellWidth",
2326 "_invalidateUsageForTextContainersInRange:",
2327 "_invertedSkipSet",
2328 "_invokeActionByKeyForCurrentlySelectedItem",
2329 "_invokeMultipleSelector:withArguments:onKeyPath:atIndex:",
2330 "_invokeSelector:withArguments:forBinding:",
2331 "_invokeSelector:withArguments:onKeyPath:",
2332 "_invokeSelector:withArguments:onKeyPath:ofObject:atIndex:raisesForNotApplicableKeys:",
2333 "_invokeSelector:withArguments:onKeyPath:ofObjectAtIndex:",
2334 "_invokeSingleSelector:withArguments:onKeyPath:",
2335 "_isAbsolute",
2336 "_isAcceptableDragSource:types:dragInfo:",
2337 "_isActivated",
2338 "_isAncestorOf:",
2339 "_isAncestorOfViewIdenticalTo:",
2340 "_isAnimating",
2341 "_isAnimatingDefaultCell",
2342 "_isAnimatingScroll",
2343 "_isAnyBindingInMaskBound:",
2344 "_isAnyFontBindingBoundToController:",
2345 "_isAnyKeyInArrayBound:",
2346 "_isAutoCreated",
2347 "_isAutoPlay",
2348 "_isBindingEstablished:",
2349 "_isBooleanBinding:",
2350 "_isBooleanTransformer",
2351 "_isButtonBordered",
2352 "_isCString",
2353 "_isCached",
2354 "_isCanonEncoding",
2355 "_isCellClipTipCreationEnabled",
2356 "_isClientRedirect",
2357 "_isClosable",
2358 "_isCommitted",
2359 "_isCompany",
2360 "_isCompressed",
2361 "_isContinuousSpellCheckingEnabledForNewTextAreas",
2362 "_isCtrlAltForHelpDesired",
2363 "_isCurrentCollectionFavorites",
2364 "_isCurrentlyGapStyleDropTarget",
2365 "_isDaylightSavingTimeForAbsoluteTime:",
2366 "_isDeactPending",
2367 "_isDeadkey",
2368 "_isDefaultFace",
2369 "_isDocWindow",
2370 "_isDocumentHTML",
2371 "_isDoingHide",
2372 "_isDoingOpenFile",
2373 "_isDoingUnhide",
2374 "_isDraggable",
2375 "_isDrawingForDragImage",
2376 "_isDrawingToHeartBeatWindow",
2377 "_isEditing",
2378 "_isEditingTextView:",
2379 "_isEmptyMovie",
2380 "_isEnabled",
2381 "_isEqualToSortDescriptor:",
2382 "_isEventProcessingDisabled",
2383 "_isExpired",
2384 "_isExplicitlyNonEditable",
2385 "_isFSObjectExchangingAllowedOn:",
2386 "_isFSObjectExchangingDesired",
2387 "_isFakeFixedPitch",
2388 "_isFauxFilePackageNode:",
2389 "_isFileClosed",
2390 "_isFontUnavailable:",
2391 "_isGapStyleDropTargetForRow:operation:mask:",
2392 "_isGrabber",
2393 "_isGroup:parentOfAllMembers:",
2394 "_isHidden",
2395 "_isHiraginoFont",
2396 "_isImageCache",
2397 "_isInConfigurationMode",
2398 "_isInCustomizationMode",
2399 "_isInUILayoutMode",
2400 "_isInternalFontName:",
2401 "_isItemViewerMoveable:",
2402 "_isJobActive:",
2403 "_isKVOA",
2404 "_isKeyWindow",
2405 "_isKeyWindowIgnoringFocus",
2406 "_isLastMultiValue:",
2407 "_isLastNameFirst",
2408 "_isLink:",
2409 "_isLoadComplete",
2410 "_isLoaded",
2411 "_isLoading",
2412 "_isMainFrame",
2413 "_isMenuMnemonicString:",
2414 "_isMiniaturizable",
2415 "_isModal",
2416 "_isMoving",
2417 "_isNSDocumentBased",
2418 "_isNodeFileTypeEnabled:",
2419 "_isNonactivatingPanel",
2420 "_isPaged",
2421 "_isPaletteView",
2422 "_isParentGroupOfRecord:",
2423 "_isPerformingProgrammaticFocus",
2424 "_isPoint:inDragZoneOfRow:",
2425 "_isPrintFilterDeviceDependent:",
2426 "_isProfileBased",
2427 "_isPublicRecord",
2428 "_isReadOnly",
2429 "_isResizable",
2430 "_isReturnStructInRegisters",
2431 "_isRunningAppModal",
2432 "_isRunningDocModal",
2433 "_isRunningModal",
2434 "_isScriptingEnabled",
2435 "_isScrolling",
2436 "_isSelectableItemIdentifier:",
2437 "_isSelectionEvent:",
2438 "_isSheet",
2439 "_isShowingKeyboardFocus",
2440 "_isSidebarCollapsed",
2441 "_isStopping",
2442 "_isSystemFont",
2443 "_isTableColumn:boundWithAnyKeyInArray:",
2444 "_isTerminating",
2445 "_isThreadedAnimationLooping",
2446 "_isUpdated",
2447 "_isUsedByCell",
2448 "_isUserRemovable",
2449 "_isUtility",
2450 "_isUtilityWindow",
2451 "_isValid",
2452 "_isVertical",
2453 "_isViewValidOriginalNextKeyView:",
2454 "_isVisibleUsingCache:",
2455 "_isWhite",
2456 "_item",
2457 "_itemAdded:",
2458 "_itemAtIndex:",
2459 "_itemAtPosition:",
2460 "_itemChanged",
2461 "_itemChanged:",
2462 "_itemChangedLabelOrPaletteLabel",
2463 "_itemChangedToolTip",
2464 "_itemForRestoringDocState",
2465 "_itemForSavingDocState",
2466 "_itemForURLString:",
2467 "_itemIdentifierForModule:",
2468 "_itemIdentifiersForColorPickers:",
2469 "_itemInStatusBar:withLength:withPriority:",
2470 "_itemLayoutChanged",
2471 "_itemRemoved:",
2472 "_itemType",
2473 "_itemViewer",
2474 "_itemViewerForDraggingInfo:draggingSource:",
2475 "_itemViewsForChildrenOfContainerNodes:",
2476 "_items",
2477 "_itemsFromItemViewers:",
2478 "_itemsFromRows:",
2479 "_ivars",
2480 "_jobDispositionInPrintSession:printSettings:",
2481 "_jobSavePathInPrintSession:printSettings:",
2482 "_justOpenedForTargetedLink",
2483 "_justOrderOut",
2484 "_key",
2485 "_key:inClass:indicatesMultipleValues:",
2486 "_keyBindingManager",
2487 "_keyBindingMonitor",
2488 "_keyCodeFromRecord:",
2489 "_keyEquivalentGlyphWidth",
2490 "_keyEquivalentModifierMask:matchesModifierFlags:",
2491 "_keyEquivalentModifierMaskMatchesModifierFlags:",
2492 "_keyEquivalentSizeWithFont:",
2493 "_keyForAppleEventCode:",
2494 "_keyListForKeyNode:",
2495 "_keyRowOrSelectedRowOfMatrix:inColumn:",
2496 "_keyToBinderTable",
2497 "_keyValueBindingAccessPoints",
2498 "_keyViewFollowingAccessoryView",
2499 "_keyViewFollowingModalButtons",
2500 "_keyViewFollowingOpacityViews",
2501 "_keyViewFollowingPickerViews",
2502 "_keyViewPrecedingAccesoryView",
2503 "_keyViewPrecedingModalButtons",
2504 "_keyViewPrecedingPickerViews",
2505 "_keyWindow",
2506 "_keyWindowForHeartBeat",
2507 "_keyboardDelayForPartialSearchString:",
2508 "_keyboardIsOldNeXT",
2509 "_keyboardLoopNeedsUpdating",
2510 "_keyboardModifyRow:column:withEvent:",
2511 "_keyboardNavigateDoSelectOfFocusItem:",
2512 "_keyboardNavigateToTabByDelta:",
2513 "_keyboardUIActionForEvent:",
2514 "_keychainItem",
2515 "_keysBoundToController:",
2516 "_kitNewObjectSetVersion:",
2517 "_kitOldObjectSetVersion:",
2518 "_kludgeScrollBarForColumn:",
2519 "_knowsPagesFirst:last:",
2520 "_kvcMapForClass:",
2521 "_labelAlignment",
2522 "_labelCell",
2523 "_labelCellWillDismissNotification:",
2524 "_labelCellWillPopUpNotification:",
2525 "_labelForColorPicker:",
2526 "_labelOnlyShowsAsPopupMenu",
2527 "_labelRectForTabRect:forItem:",
2528 "_labelType",
2529 "_languageModel",
2530 "_largestIconFromDictionary:",
2531 "_lastCheckedRequest",
2532 "_lastChild",
2533 "_lastDragDestinationOperation",
2534 "_lastDraggedEventFollowing:",
2535 "_lastDraggedOrUpEventFollowing:",
2536 "_lastDraggedOrUpEventFollowing:canceled:",
2537 "_lastEventRecordTime",
2538 "_lastImageTag",
2539 "_lastItemIsNonSeparator",
2540 "_lastKeyView",
2541 "_lastLeftHit",
2542 "_lastModifiedDate",
2543 "_lastOnScreenContext",
2544 "_lastRightHit",
2545 "_lastVisitedDate",
2546 "_launchPrintFilter:file:deviceDependent:",
2547 "_launchService:andWait:",
2548 "_launchSpellChecker:",
2549 "_layoutAsTopView:",
2550 "_layoutChildren",
2551 "_layoutDirtyItemViewersAndTileToolbar",
2552 "_layoutEnabled",
2553 "_layoutForData",
2554 "_layoutIsSameAsCachedLayoutWithFrame:",
2555 "_layoutItemViewForWithItemHeight:",
2556 "_layoutLineStartingWithGlyphAtIndex:withProposedRect:",
2557 "_layoutRowStartingAtIndex:withFirstItemPosition:allItemViewers:gridWidth:",
2558 "_layoutTabs",
2559 "_layoutViewsVerticallyAndResize",
2560 "_leading",
2561 "_learn:",
2562 "_learnOrForgetOrInvalidate:word:dictionary:language:ephemeral:",
2563 "_learnSpellingFromMenu:",
2564 "_learnWord:inDictionary:",
2565 "_leftGroupRect",
2566 "_leftmostInsertionIndexForNode:inNodes:",
2567 "_lengthForSize:",
2568 "_lightBlueColor",
2569 "_lightGrayRGBColor",
2570 "_lightWeightRecursiveDisplayInRect:",
2571 "_lightYellowColor",
2572 "_lineBorderColor",
2573 "_lineBreakMode",
2574 "_lineFragmentDescription:",
2575 "_lineGlyphRange:type:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:isStrikethrough:",
2576 "_lineGlyphVector",
2577 "_lineLeft",
2578 "_lineRight",
2579 "_linkDragCursor",
2580 "_listenForProxySettingChanges",
2581 "_liveResizeCacheableBounds",
2582 "_liveResizeCachedBounds",
2583 "_liveResizeCachedImage",
2584 "_liveResizeCachedImageIsValid",
2585 "_liveResizeHighlightSelectionInClipRect:",
2586 "_liveResizeImageCacheingEnabled",
2587 "_loadAllPlaceholderItems",
2588 "_loadBackForwardListFromOtherView:",
2589 "_loadBundle",
2590 "_loadColors",
2591 "_loadConfigPanel:",
2592 "_loadData",
2593 "_loadDataSource:withLoadType:formState:",
2594 "_loadDeadKeyData",
2595 "_loadDefaultSetImageRep",
2596 "_loadFontFiles",
2597 "_loadFromUDIfNecessary",
2598 "_loadHTMLFrameworkIfNeeded",
2599 "_loadHistoryGuts:URL:error:",
2600 "_loadIcon",
2601 "_loadIconDictionaries",
2602 "_loadImageFromTIFF:imageNumber:",
2603 "_loadImageInfoFromTIFF:",
2604 "_loadImageWithName:",
2605 "_loadInitialItemIdentifiers:requireImmediateLoad:",
2606 "_loadItem:",
2607 "_loadItem:withLoadType:",
2608 "_loadItemViewsForChildrenOfContainerNodes:existingViewsToKeepTable:",
2609 "_loadKeyboardBindings",
2610 "_loadNibDataFromPath:",
2611 "_loadNibFile:nameTable:withZone:ownerBundle:",
2612 "_loadPanelAccessoryNib",
2613 "_loadPickerBundlesIn:expectLibraryLayout:",
2614 "_loadPickerUI",
2615 "_loadRecentSearchList",
2616 "_loadRequest:inFrameNamed:",
2617 "_loadRequest:triggeringAction:loadType:formState:",
2618 "_loadRootNode",
2619 "_loadScriptSuites",
2620 "_loadServicesMenuData",
2621 "_loadSuitesForLoadedBundle:",
2622 "_loadSuitesForLoadedBundles",
2623 "_loadSystemScreenColorList",
2624 "_loadType",
2625 "_loadUIIfNecessary",
2626 "_loadURL:intoChild:",
2627 "_loadURL:referrer:loadType:target:triggeringEvent:form:formValues:",
2628 "_loadViewIfNecessary",
2629 "_loadWebKitFrameworkIfNeeded",
2630 "_loadedCellAtRow:column:inMatrix:",
2631 "_loadingFromPageCache",
2632 "_loadingStartedTime",
2633 "_localizedColorListCopyrightString",
2634 "_localizedColorListName",
2635 "_localizedKeyFromBundleStringFileForKey:",
2636 "_localizedNameForColorWithName:",
2637 "_localizedPlaceholderForMarker:attributes:",
2638 "_locationForPopUpMenuWithFrame:",
2639 "_locationOfColumn:",
2640 "_locationOfPoint:",
2641 "_locationOfRow:",
2642 "_locationTemporary",
2643 "_locationsForApplications",
2644 "_lockCachedImage",
2645 "_lockFirstResponder",
2646 "_lockFocusNoRecursion",
2647 "_lockFocusOnRep:",
2648 "_lockForReading",
2649 "_lockForWriting",
2650 "_lockName",
2651 "_lockQuickDrawPort",
2652 "_lockUnlockCachedImage:",
2653 "_lockViewHierarchyForDrawing",
2654 "_lockViewHierarchyForDrawingWithExceptionHandler:",
2655 "_lockViewHierarchyForModification",
2656 "_logAlertWithError:fallbackMessage:relatedToBinding:",
2657 "_logBinderUpdateDebugInformation",
2658 "_logUnavailableFont:",
2659 "_logicalTestFromDescriptor:inCommandConstructionContext:",
2660 "_longLongValue",
2661 "_longestStringSize",
2662 "_looksLikeDomainSegment",
2663 "_loopHit:row:col:",
2664 "_magnify:",
2665 "_mainDocumentError",
2666 "_mainFrameOverrideEncoding",
2667 "_mainReceivedBytesSoFar:fromDataSource:complete:",
2668 "_mainReceivedError:fromDataSource:complete:",
2669 "_mainStatusChanged:",
2670 "_mainWindow",
2671 "_maintainCell",
2672 "_makeCellForMenuItemAtIndex:",
2673 "_makeCursors",
2674 "_makeDocumentView",
2675 "_makeDocumentViewForDataSource:",
2676 "_makeDownCellKey",
2677 "_makeEditable::::",
2678 "_makeFirstResponderForKeyboardHotKeyEvent",
2679 "_makeHODWindowsPerform:",
2680 "_makeKeyNode:inKeyNode:",
2681 "_makeLeftCellKey",
2682 "_makeMenuItemForNavNode:",
2683 "_makeMiniView",
2684 "_makeModalWindowsPerform:",
2685 "_makeMutableStringWithValues",
2686 "_makeNewCollection:",
2687 "_makeNewListFrom:",
2688 "_makeNewToolbarAssociation:",
2689 "_makeNextCellKey",
2690 "_makeNextCellOrViewKey",
2691 "_makePreviousCellKey",
2692 "_makePreviousCellOrViewKey",
2693 "_makePrimary:",
2694 "_makeRememberedOrNewEditingSubviewBecomeFirstResponder",
2695 "_makeRepresentation",
2696 "_makeRequestCanonicalByMakingRequestURLCanonical:",
2697 "_makeRightCellKey",
2698 "_makeRootNode",
2699 "_makeSelfMutable",
2700 "_makeSpecialFontName:size:matrix:bit:",
2701 "_makeSureFirstResponderIsNotInInvisibleItemViewer",
2702 "_makeSureItemViewersInArray:areSubviews:from:to:",
2703 "_makeTable:inNode:",
2704 "_makeUpCellKey",
2705 "_makingFirstResponderForMouseDown",
2706 "_managedAttributeKeys",
2707 "_managesWindowRef",
2708 "_mappedFile",
2709 "_marginHeight",
2710 "_marginWidth",
2711 "_markAutoCreated",
2712 "_markHasLoadedData:",
2713 "_markRememberedEditingFirstResponderIfIsASubview",
2714 "_markSelectionIsChanging",
2715 "_markSelfAsDirtyForBackgroundLayout:",
2716 "_markUsedByCell",
2717 "_markWidth",
2718 "_markedWidthDiffersFromCurrentWidth",
2719 "_markerAreaRect",
2720 "_markerHitTest:",
2721 "_matchesCharacter:",
2722 "_matrixWillResignFirstResponder:",
2723 "_maxAge",
2724 "_maxRuleAreaRect",
2725 "_maxTitlebarTitleRect",
2726 "_maxWidth",
2727 "_maxXBorderRect",
2728 "_maxXResizeRect",
2729 "_maxXTitlebarBorderThickness",
2730 "_maxXTitlebarButtonsWidth",
2731 "_maxXTitlebarDecorationMinWidth",
2732 "_maxXTitlebarDragWidth",
2733 "_maxXTitlebarLinesRectWithTitleCellRect:",
2734 "_maxXTitlebarResizeRect",
2735 "_maxXTitlebarWidgetInset",
2736 "_maxXTitlebarWidgetInset:",
2737 "_maxXWindowBorderWidth",
2738 "_maxXWindowBorderWidth:",
2739 "_maxXmaxYResizeRect",
2740 "_maxXminYResizeRect",
2741 "_maxYBorderRect",
2742 "_maxYResizeRect",
2743 "_maxYTitlebarDragHeight",
2744 "_maxYmaxXResizeRect",
2745 "_maxYminXResizeRect",
2746 "_mayStartDragWithMouseDragged:",
2747 "_maybeScrollMenu",
2748 "_maybeSubstitutePopUpButton",
2749 "_memoryCacheAppendNodeToLRUList:",
2750 "_memoryCacheClear",
2751 "_memoryCacheGet:",
2752 "_memoryCachePut:",
2753 "_memoryCacheRemove:",
2754 "_memoryCacheRemoveNodeFromLRUList:",
2755 "_memoryCacheTouchNode:",
2756 "_memoryCacheTruncate:",
2757 "_menu",
2758 "_menuBarShouldSpanScreen",
2759 "_menuCellInitWithCoder:",
2760 "_menuChanged",
2761 "_menuDidSendAction:",
2762 "_menuForElement:",
2763 "_menuFormRepresentation",
2764 "_menuFormRepresentationChanged",
2765 "_menuImpl",
2766 "_menuItemDictionaries",
2767 "_menuName",
2768 "_menuPanelInitWithCoder:",
2769 "_menuScrollAmount",
2770 "_menuScrollingOffset",
2771 "_menuWillSendAction:",
2772 "_menusWithName:",
2773 "_mergeAutoCompleteHints:",
2774 "_mergeGlyphHoles",
2775 "_mergeLayoutHoles",
2776 "_messageColor",
2777 "_messageString",
2778 "_messageStringForType:",
2779 "_methodNameForCommand:",
2780 "_middleViewFrameChanged:",
2781 "_mightHaveSpellingAttributes",
2782 "_minContentRectSize",
2783 "_minExpandedFrameSize",
2784 "_minLinesWidthWithSpace",
2785 "_minParentWindowContentSize",
2786 "_minSize",
2787 "_minSizeForDrawers",
2788 "_minXBorderRect",
2789 "_minXLocOfOutlineColumn",
2790 "_minXResizeRect",
2791 "_minXTitleOffset",
2792 "_minXTitlebarBorderThickness",
2793 "_minXTitlebarButtonsWidth",
2794 "_minXTitlebarDecorationMinWidth",
2795 "_minXTitlebarDecorationMinWidth:",
2796 "_minXTitlebarDragWidth",
2797 "_minXTitlebarLinesRectWithTitleCellRect:",
2798 "_minXTitlebarResizeRect",
2799 "_minXTitlebarWidgetInset",
2800 "_minXTitlebarWidgetInset:",
2801 "_minXWindowBorderWidth",
2802 "_minXWindowBorderWidth:",
2803 "_minXmaxYResizeRect",
2804 "_minXminYResizeRect",
2805 "_minYBorderRect",
2806 "_minYResizeRect",
2807 "_minYTitlebarButtonsOffset",
2808 "_minYTitlebarTitleOffset",
2809 "_minYWindowBorderHeight",
2810 "_minYWindowBorderHeight:",
2811 "_minYmaxXResizeRect",
2812 "_minYminXResizeRect",
2813 "_miniaturizedOrCanBecomeMain",
2814 "_minimizeAll",
2815 "_minimizeSucceeded:",
2816 "_minimizeToDock",
2817 "_minimumSizeNeedForTabItemLabel:",
2818 "_modalSession:sendEvent:",
2819 "_modifySelectionIndexes:atIndex:addOrRemove:",
2820 "_monitorKeyBinding:flags:",
2821 "_mostCompatibleCharset:",
2822 "_mouseActivationInProgress",
2823 "_mouseDidMoveOverElement:modifierFlags:",
2824 "_mouseDownListmode:",
2825 "_mouseDownNonListmode:",
2826 "_mouseDownSimpleTrackingMode:",
2827 "_mouseHit:row:col:",
2828 "_mouseInGroup:",
2829 "_mouseLoop::::::",
2830 "_moveContentsAt:toIndex:",
2831 "_moveCursor",
2832 "_moveDown:",
2833 "_moveDownAndModifySelection:",
2834 "_moveDownWithEvent:",
2835 "_moveGapAndMergeWithBlockRange:",
2836 "_moveGapToBlockIndex:",
2837 "_moveInDirection:",
2838 "_moveItemFromIndex:toIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:",
2839 "_moveLeftWithEvent:",
2840 "_moveObjectInContainer:withKey:atIndex:toContainer:withKey:atIndex:replace:",
2841 "_moveObjectsInContainer:toContainer:withKey:atIndex:replace:",
2842 "_moveParent:andOpenSheet:",
2843 "_moveRightWithEvent:",
2844 "_moveSheetByItself:delta:",
2845 "_moveUp:",
2846 "_moveUpAndModifySelection:",
2847 "_moveUpWithEvent:",
2848 "_movieIdle",
2849 "_multipleValueForKey:atIndex:",
2850 "_multipleValueForKeyPath:atIndex:",
2851 "_multipleValuesObjectAtIndex:",
2852 "_multipleValuesObjectCount",
2853 "_multipleValuesObjectsAtIndexes:",
2854 "_mustRevalidate",
2855 "_mutableArrayValueForKeyPath:ofObject:atIndex:raisesForNotApplicableKeys:",
2856 "_mutableArrayValueForKeyPath:ofObjectAtIndex:",
2857 "_mutableParagraphStyle",
2858 "_mutableStringClass",
2859 "_mutateTabStops",
2860 "_name",
2861 "_nameAtIndex:",
2862 "_nameFieldContentsAsPosixName",
2863 "_nameForCollection:",
2864 "_nameOfDictionaryForDocumentTag:",
2865 "_nameWithRequiredExtensionCheck:",
2866 "_navController",
2867 "_navView",
2868 "_nearestCrayonUnderViewPoint:",
2869 "_nearestCrayonUnderViewPoint:inRow:",
2870 "_needRedrawOnWindowChangedKeyState",
2871 "_needToFlushGlyph",
2872 "_needsDisplayfromColumn:",
2873 "_needsDisplayfromRow:",
2874 "_needsHighlightedTextHint",
2875 "_needsLiveResizeCacheInSyncWithSiblingView",
2876 "_needsModalCompatibilityMode",
2877 "_needsModeConfiguration",
2878 "_needsOutline",
2879 "_needsRedisplayWhenBeginningToolbarEditing",
2880 "_needsRedrawBeforeFirstLiveResizeCache",
2881 "_needsToRemoveFieldEditor",
2882 "_needsToResetDragMargins",
2883 "_needsToUseHeartBeatWindow",
2884 "_needsViewerLayout",
2885 "_newButtonOfClass:withNormalIconNamed:alternateIconNamed:action:",
2886 "_newCustomizeToolbarItem",
2887 "_newDictionary:",
2888 "_newDictionaryForProperties",
2889 "_newFirstResponderAfterResigning",
2890 "_newImageName:",
2891 "_newItemFromDelegateWithItemIdentifier:willBeInsertedIntoToolbar:",
2892 "_newItemFromInitPListWithItemIdentifier:",
2893 "_newItemFromItemIdentifier:requireImmediateLoad:willBeInsertedIntoToolbar:",
2894 "_newLazyIconRefRepresentation:ofSize:",
2895 "_newLazyRepresentation:::",
2896 "_newLegalSizeFromSize:force:roundDirection:",
2897 "_newNode:",
2898 "_newObjectWithSetProperties",
2899 "_newPlaceholderItemWithItemIdentifier:",
2900 "_newPrintItem",
2901 "_newReplicatePath:ref:atPath:ref:operation:fileMap:handler:",
2902 "_newRepresentation:",
2903 "_newScroll:",
2904 "_newShowColorsItem",
2905 "_newShowFontsItem",
2906 "_newStandardItemWithItemIdentifier:",
2907 "_newSubstringFromRange:zone:",
2908 "_newSubstringWithRange:zone:",
2909 "_newToolbarBornNotification:",
2910 "_newUnknownItemWithItemIdentifier:",
2911 "_newWithName:fromPath:forDeviceType:",
2912 "_nextDisplayMode",
2913 "_nextFrameWithWrap:",
2914 "_nextInputManagerInScript:",
2915 "_nextSibling",
2916 "_nextUntitledDocumentNumber",
2917 "_nibName",
2918 "_noUiClearField:",
2919 "_noVerticalAutosizing",
2920 "_nodesToDisplayForNodeInfo:",
2921 "_nominalChars",
2922 "_nominalGlyphs",
2923 "_nominalSizeNeedForTabItemLabel:",
2924 "_normalListmodeDown::::",
2925 "_normalSpeakingRate",
2926 "_noteDefaultMenuAttributeChanged",
2927 "_noteFontCollectionsChanged",
2928 "_noteLengthAndSelectedRange:",
2929 "_noteToolbarDisplayModeChanged",
2930 "_noteToolbarDisplayModeChangedAndPost:",
2931 "_noteToolbarLayoutChanged",
2932 "_noteToolbarModeChangedAndUpdateItemViewers:",
2933 "_noteToolbarSizeModeChanged",
2934 "_noteToolbarSizeModeChangedAndPost:",
2935 "_noticeEditablePeerBinder:",
2936 "_noticeTextColorPeerBinder:",
2937 "_notificationPostingEnabled",
2938 "_notifyBindersWithEnumerator:keysToRefresh:",
2939 "_notifyCookiesChanged",
2940 "_notifyDelegate_DidRemoveItem:",
2941 "_notifyDelegate_DidRemoveItems:",
2942 "_notifyDelegate_WillAddItem:",
2943 "_notifyEdited:range:changeInLength:invalidatedRange:",
2944 "_notifyEditorStateChanged",
2945 "_notifyFamily_DidRemoveItemAtIndex:",
2946 "_notifyFamily_DidSetAllCurrentItems:",
2947 "_notifyFamily_InsertedNewItem:atIndex:",
2948 "_notifyFamily_MovedFromIndex:toIndex:",
2949 "_notifyIM:withObject:",
2950 "_notifyTypographyPanel",
2951 "_notifyView_DidRemoveItemAtIndex:",
2952 "_notifyView_DidSetAllCurrentItems:",
2953 "_notifyView_InsertedNewItem:atIndex:",
2954 "_notifyView_MovedFromIndex:toIndex:",
2955 "_numPendingOrLoadingRequests:",
2956 "_numberByTranslatingNumericDescriptor:toType:inSuite:",
2957 "_numberEnumerator",
2958 "_numberOfGlyphs",
2959 "_numberOfItems",
2960 "_numberOfNominalMappings",
2961 "_numberOfTitlebarLines",
2962 "_numberStringForValueObject:withBuffer:andNegativeFlag:",
2963 "_numericIndicatorCell",
2964 "_nxeventTime",
2965 "_obeysHiddenBit",
2966 "_objectCacheSize",
2967 "_objectClassName",
2968 "_objectForAttributeKey:",
2969 "_objectForProperty:usingDataSize:withRequestedObjectClass:",
2970 "_objectSpecifierFromDescriptor:inCommandConstructionContext:",
2971 "_objectValue:forString:",
2972 "_objectWithName:",
2973 "_objectsAtIndexes:",
2974 "_observances",
2975 "_observesContent",
2976 "_obtainKeyFocus",
2977 "_offset",
2978 "_offsetFromStartRect",
2979 "_okToStartTextEndEditing",
2980 "_oldFirstResponderBeforeBecoming",
2981 "_oldFontSetNames",
2982 "_oldFontSetWithName:",
2983 "_oldPlaceWindow:",
2984 "_oldStoredValueForKey:",
2985 "_oldTakeStoredValue:forKey:",
2986 "_oldValueForKey:",
2987 "_oldValueForKeyPath:",
2988 "_old_encodeWithCoder_NSBrowser:",
2989 "_old_encodeWithCoder_NSComboBoxCell:",
2990 "_old_encodeWithCoder_NSTabView:",
2991 "_old_encodeWithCoder_NSTabViewItem:",
2992 "_old_encodeWithCoder_NSTableColumn:",
2993 "_old_encodeWithCoder_NSTableHeaderView:",
2994 "_old_encodeWithCoder_NSTableView:",
2995 "_old_initWithCoder_NSBrowser:",
2996 "_old_initWithCoder_NSColorWell:",
2997 "_old_initWithCoder_NSComboBoxCell:",
2998 "_old_initWithCoder_NSTabView:",
2999 "_old_initWithCoder_NSTabViewItem:",
3000 "_old_initWithCoder_NSTableColumn:",
3001 "_old_initWithCoder_NSTableHeaderView:",
3002 "_old_initWithCoder_NSTableView:",
3003 "_opacityAtPoint:inBitmapImageRep:",
3004 "_opaqueRect",
3005 "_open:",
3006 "_open:fromImage:withName:",
3007 "_openActionButton:",
3008 "_openCollections",
3009 "_openDictionaries:",
3010 "_openDocumentFileAt:display:",
3011 "_openDrawer",
3012 "_openDrawerOnEdge:",
3013 "_openDrawers",
3014 "_openExtrasPopup:",
3015 "_openFile:",
3016 "_openFile:withApplication:asService:andWait:andDeactivate:",
3017 "_openFileWithoutUI:",
3018 "_openIndexReadOnly",
3019 "_openIndexReadWrite",
3020 "_openLinkFromMenu:",
3021 "_openNewWindowWithRequest:",
3022 "_openOldCollections",
3023 "_openOldFavorites",
3024 "_openRecentDocument:",
3025 "_openRegularCollections",
3026 "_openUntitled",
3027 "_openableFileExtensions",
3028 "_opened",
3029 "_operationInfo",
3030 "_optimizeHighlightForCharRange:charRange:fullSelectionCharRange:oldSelectionFullCharRange:",
3031 "_optimizedRectFill:gray:",
3032 "_optionsForBinding:specifyOnlyIfDifferentFromDefault:",
3033 "_orderFrontHelpWindow",
3034 "_orderFrontModalWindow:relativeToWindow:",
3035 "_orderFrontRelativeToWindow:",
3036 "_orderOutAndCalcKeyWithCounter:",
3037 "_orderOutHelpWindow",
3038 "_orderOutHelpWindowAfterEventMask:",
3039 "_orderOutRelativeToWindow:",
3040 "_orderedWindowsWithPanels:",
3041 "_orientationInPageFormat:",
3042 "_originPointInRuler",
3043 "_originalCard",
3044 "_originalNextKeyView",
3045 "_originalRequest",
3046 "_outlineAction:",
3047 "_outlineDelegate",
3048 "_outlineDoubleAction:",
3049 "_outlineIsOn",
3050 "_outlineView",
3051 "_overrideEncoding",
3052 "_overwriteExistingFileCheck:",
3053 "_ownedByPopUp",
3054 "_owningPopUp",
3055 "_ownsWindowGrowBox",
3056 "_packedGlyphs:range:length:",
3057 "_pageCacheSize",
3058 "_pageCount",
3059 "_pageDownWithEvent:",
3060 "_pageForIndex:",
3061 "_pageFormat",
3062 "_pageFormatAttributeKeys",
3063 "_pageFormatForGetting",
3064 "_pageFormatForSetting",
3065 "_pageHorizontally:",
3066 "_pageLayout:didEndAndReturn:contextInfo:",
3067 "_pageLeft",
3068 "_pageRight",
3069 "_pageUpWithEvent:",
3070 "_pageVertically:",
3071 "_panelInitWithCoder:",
3072 "_panelSizeExcludingToolbar",
3073 "_paperNameForSize:",
3074 "_paperNameInPrintSession:pageFormat:",
3075 "_paperSizeInPageFormat:",
3076 "_paragraphGlyphVector",
3077 "_parametersForReading",
3078 "_parametersForWriting",
3079 "_parentWindow",
3080 "_parse",
3081 "_parseArchivedList:",
3082 "_parseCacheControl",
3083 "_parseCharacterAttributes",
3084 "_parseCharacterAttributes1",
3085 "_parseCharacterAttributes2",
3086 "_parseContentsDictionary",
3087 "_parseDocumentAttributes",
3088 "_parseDocumentAttributes1",
3089 "_parseDocumentAttributes2",
3090 "_parseFonts",
3091 "_parseFonts1",
3092 "_parseFonts2",
3093 "_parseGlobals",
3094 "_parseHeaderFromData:",
3095 "_parseMenuString:menuName:itemName:",
3096 "_parsePantoneLikeList:fileName:",
3097 "_parseParagraphAttributes",
3098 "_parseParagraphAttributes1",
3099 "_parseParagraphAttributes2",
3100 "_parsePredefinedAttributes",
3101 "_parsePredefinedAttributes1",
3102 "_parsePredefinedAttributes2",
3103 "_parseReleaseTwoList:",
3104 "_parseText",
3105 "_parseText1",
3106 "_parseText1Fast",
3107 "_parseText1Full",
3108 "_parseText2",
3109 "_pasteboardDictionaryForPeople:",
3110 "_pasteboardDictionaryForRecords:",
3111 "_pasteboardTypes",
3112 "_pasteboardWithName:",
3113 "_pathForFSRef:",
3114 "_pathForImageTaggedByEmails:",
3115 "_pathForResource:ofType:inDirectory:forRegion:",
3116 "_pathToFileNamed:in:",
3117 "_pathWithUniqueFilenameForPath:",
3118 "_pathsForResourcesOfType:inDirectory:forRegion:",
3119 "_patternForBinding:",
3120 "_pauseUIHeartBeatingInView:",
3121 "_pendingActCount",
3122 "_peopleCount",
3123 "_peoplePickerSearch:",
3124 "_performActivationClickWithShiftDown:",
3125 "_performCancel",
3126 "_performContinueWithoutCredential",
3127 "_performDragFromMouseDown:",
3128 "_performKeyEquivalentWithDelegate:",
3129 "_performMenuFormRepresentationClick",
3130 "_performRedoCommand:withName:",
3131 "_performRemoveFileAtPath:",
3132 "_performSocketRead",
3133 "_performTimeOut",
3134 "_performToggleToolbarShown:",
3135 "_performUndoCommand:withName:",
3136 "_performUseCredential",
3137 "_persistsWidthCacheToUserDefaults",
3138 "_person",
3139 "_personFromRecent:",
3140 "_personIndexer",
3141 "_personStatusChanged:",
3142 "_physicalSizeCompare:",
3143 "_pinDocRect",
3144 "_pinViews:resizeFlagsToLeaveAlone:",
3145 "_pixelFormatAuxiliary",
3146 "_pixelRectInPoints:",
3147 "_placeAccessoryView",
3148 "_placeHelpWindowNear:",
3149 "_placement",
3150 "_plainFontNameForFont:",
3151 "_platformExitInformation",
3152 "_plugin",
3153 "_pluginClassWithObject:",
3154 "_pluginController",
3155 "_pluginProtocol",
3156 "_pmPrintSession",
3157 "_pointForTopOfBeginningOfCharRange:",
3158 "_pointFromColor:",
3159 "_pointInPicker:",
3160 "_pointRectInPixels:",
3161 "_policyDelegateForwarder",
3162 "_popPerformingProgrammaticFocus",
3163 "_popState",
3164 "_popUpButton",
3165 "_popUpButtonCellInstances",
3166 "_popUpContextMenu:withEvent:forView:",
3167 "_popUpContextMenu:withEvent:forView:withFont:",
3168 "_popUpItemAction:",
3169 "_popUpMenuCurrentlyInvokingAction",
3170 "_popUpMenuFromView:",
3171 "_popUpMenuWithEvent:forView:",
3172 "_poppedTopHandling",
3173 "_populate:",
3174 "_populateMiniMode",
3175 "_populatePopup:withTableView:",
3176 "_populateReplyAppleEventWithResult:",
3177 "_popupImage",
3178 "_position",
3179 "_positionAllDrawers",
3180 "_positionLabels",
3181 "_positionSheetAndDisplay:",
3182 "_positionSheetConstrained:andDisplay:",
3183 "_positionSheetRect:onRect:andDisplay:",
3184 "_positionWindow",
3185 "_positionalSpecifierFromDescriptor:inCommandConstructionContext:",
3186 "_posixPathComponentsWithPath:",
3187 "_postAtStart:",
3188 "_postBoundsChangeNotification",
3189 "_postCallback:",
3190 "_postCarbonWindowActivateEvent:makeKeyWindow:",
3191 "_postCheckpointNotification",
3192 "_postColumnConfigurationDidChangeNotification",
3193 "_postColumnDidMoveNotificationFromColumn:toColumn:",
3194 "_postColumnDidResizeNotificationWithOldWidth:",
3195 "_postDidCreateToolbarNotifications",
3196 "_postDidFailCallback",
3197 "_postDidFinishLoadingCallback",
3198 "_postDidReceiveDataCallback",
3199 "_postDidReceiveResponseCallback",
3200 "_postDidScrollNotification",
3201 "_postEventHandling",
3202 "_postEventNotification:",
3203 "_postEventNotification:fromCell:",
3204 "_postFlagsChangedEvent:",
3205 "_postFocusChangedNotification",
3206 "_postFrameChangeNotification",
3207 "_postFromSubthread:",
3208 "_postInit",
3209 "_postInitWithCoder:signature:valid:wireSignature:target:selector:argCount:",
3210 "_postInitialization",
3211 "_postInvalidCursorRects",
3212 "_postItemDidCollapseNotification:",
3213 "_postItemDidExpandNotification:",
3214 "_postItemWillCollapseNotification:",
3215 "_postItemWillExpandNotification:",
3216 "_postNotification:parent:",
3217 "_postNotification:parent:child:",
3218 "_postNotification:parent:child:fbeProperty:",
3219 "_postPreferencesChangesNotification",
3220 "_postSelectionDidChangeNotification",
3221 "_postSelectionIsChangingAndMark:",
3222 "_postURLNotify:target:len:buf:file:notifyData:allowHeaders:",
3223 "_postWillCacheResponseCallback",
3224 "_postWillDeallocToolbarNotifications",
3225 "_postWillScrollNotification",
3226 "_postWillSendRequestCallback",
3227 "_postWindowNeedsDisplay",
3228 "_postWithURL:referrer:target:data:contentType:triggeringEvent:form:formValues:",
3229 "_postingDisabled",
3230 "_potentialMaxSize",
3231 "_potentialMinSize",
3232 "_preEvaluate",
3233 "_preEventHandling",
3234 "_preInitSetMatrix:fontSize:",
3235 "_preInitWithCoder:signature:valid:wireSignature:target:selector:argCount:",
3236 "_predefinedAttributes2ForIndex:depth:",
3237 "_preferFilter",
3238 "_preferedColumnWidth",
3239 "_preferencesChangedNotification:",
3240 "_prefersToBeShown",
3241 "_prefersTrackingWhenDisabled",
3242 "_preflightChosenSpellServer",
3243 "_preflightSpellChecker:",
3244 "_prepareEventGrouping",
3245 "_prepareForDefaultKeyLoopComputation",
3246 "_prepareForDispatch",
3247 "_prepareForOpeningOfOpenRecentMenu:",
3248 "_prepareHelpWindow:locationHint:",
3249 "_prepareIndirectKeyValueCodingCallWithPartialControllerKey:controller:",
3250 "_prepareOriginLoad",
3251 "_preparePrintStream",
3252 "_prepareSynchronizationOfEditedFieldForColumnWidthChange",
3253 "_prepareToDispatch",
3254 "_prepareToMessageClients",
3255 "_prepareToMinimize",
3256 "_prepareUpdateNotificationUserInfo:",
3257 "_presentAlertWithError:fallbackMessage:fallbackMessageLocalized:allowDiscardEditing:relatedToBinding:",
3258 "_preventsActivation",
3259 "_previousCurrentDirectoryNode",
3260 "_previousDisplayMode",
3261 "_previousFrameWithWrap:",
3262 "_previousNextTab:loop:",
3263 "_previousNibBindingConnector",
3264 "_previousRootNode",
3265 "_previousSibling",
3266 "_primitiveInvalidateDisplayForGlyphRange:",
3267 "_primitiveSetDefaultNextKeyView:",
3268 "_primitiveSetNextKeyView:",
3269 "_primitiveSetPreviousKeyView:",
3270 "_printAndPaginateWithOperation:helpedBy:",
3271 "_printFile:",
3272 "_printFontCollection",
3273 "_printOperation:didReturn:contextInfo:",
3274 "_printPagesWithOperation:helpedBy:",
3275 "_printPanel:didEndAndReturn:contextInfo:",
3276 "_printSession",
3277 "_printSessionAttributeKeys",
3278 "_printSessionForGetting",
3279 "_printSessionForSetting",
3280 "_printSettings",
3281 "_printSettingsAttributeKeys",
3282 "_printSettingsForGetting",
3283 "_printSettingsForSetting",
3284 "_printer",
3285 "_printerForPrinter:",
3286 "_printerInPrintSession:",
3287 "_processEndOfEventNotification:",
3288 "_processHTTPResultCode",
3289 "_processHeaders:",
3290 "_processKeyboardUIKey:",
3291 "_processNotifications:",
3292 "_processRawData",
3293 "_processRequest:",
3294 "_processRequest:named:usingPasteboard:",
3295 "_processSpecialGlyphs:inRect:glyphOffset:",
3296 "_procid",
3297 "_progress",
3298 "_progressCompleted",
3299 "_progressPanel:didEndAndReturn:contextInfo:",
3300 "_progressPanelWasCancelled:contextInfo:",
3301 "_progressStarted",
3302 "_promoteGlyphStoreToFormat:",
3303 "_propagateDirtyRectsToOpaqueAncestors",
3304 "_propertyChanged:",
3305 "_propertyContainerClassDescriptionFromDictionaryType:inSuite:",
3306 "_propertyDictionaryForKey:",
3307 "_propertyDictionaryInitializer",
3308 "_propertyForKey:",
3309 "_protectionSpaceForURL:realm:",
3310 "_protectionSpaceWithKeychainItem:isDefault:",
3311 "_protocolClassForRequest:",
3312 "_provideAllPromisedData",
3313 "_provideNewViewFor:initialViewRequest:",
3314 "_provideTotalScaleFactorForPrintOperation:",
3315 "_proxyForUIElement:",
3316 "_proxyParentedChild:",
3317 "_proxyProtectionSpaceForURL:",
3318 "_proxyUsernameForURL:",
3319 "_pullsDown",
3320 "_purgePageCache",
3321 "_pushHandling:",
3322 "_pushPerformingProgrammaticFocus",
3323 "_pushState",
3324 "_putKeyFormAndDataInRecord:",
3325 "_queueRequestForThread:invocation:conversation:sequence:coder:",
3326 "_radioHit:row:col:",
3327 "_randomUnsignedLessThan:",
3328 "_range:containsPoint:",
3329 "_rangeByEstimatingAttributeFixingForRange:",
3330 "_rangeByTrimmingWhitespaceFromRange:",
3331 "_rangeForMoveDownFromRange:verticalDistance:desiredDistanceIntoContainer:selectionAffinity:",
3332 "_rangeForMoveUpFromRange:verticalDistance:desiredDistanceIntoContainer:selectionAffinity:",
3333 "_rangeOfPrefixFittingWidth:withAttributes:",
3334 "_rangeOfPrefixFittingWidth:withFont:",
3335 "_rangeOfPrefixOfString:fittingWidth:withFont:",
3336 "_rangeOfSuffixFittingWidth:withAttributes:",
3337 "_rangeOfSuffixFittingWidth:withFont:",
3338 "_ranges",
3339 "_rawAddColor:key:",
3340 "_rawDefaultGlyphForChar:",
3341 "_rawKeyEquivalent",
3342 "_rawKeyEquivalentModifierMask",
3343 "_rawSetSelectedIndex:",
3344 "_readAcceptCookiesPreference",
3345 "_readAndRetainFileNamed:makeCompact:",
3346 "_readArgument:dataStream:",
3347 "_readBBox",
3348 "_readBasicMetricsForSize:allowFailure:",
3349 "_readClass:",
3350 "_readClassesInSuite:dataStream:",
3351 "_readColorIntoRange:fromPasteboard:",
3352 "_readCommand:dataStream:",
3353 "_readCommands:dataStream:suiteID:",
3354 "_readFilenamesIntoRange:fromPasteboard:",
3355 "_readFontIntoRange:fromPasteboard:",
3356 "_readFromPboard",
3357 "_readHTMLIntoRange:fromPasteboard:",
3358 "_readImageIntoRange:fromPasteboard:",
3359 "_readMovieIntoRange:fromPasteboard:",
3360 "_readNamedArguments:dataStream:",
3361 "_readPersistentBrowserColumns",
3362 "_readPersistentExpandItems",
3363 "_readPersistentTableColumns",
3364 "_readPluralNameForCode:fromDict:dataStream:",
3365 "_readRTFDIntoRange:fromPasteboard:",
3366 "_readRTFIntoRange:fromPasteboard:",
3367 "_readRecentDocumentDefaultsIfNecessary",
3368 "_readRulerIntoRange:fromPasteboard:",
3369 "_readSelectionFromPasteboard:types:",
3370 "_readStringIntoRange:fromPasteboard:",
3371 "_readSuites:dataStream:",
3372 "_readSynonym:inSuite:dataStream:",
3373 "_readSynonymsInSuite:dataStream:",
3374 "_readVersion0:",
3375 "_readWidthsFromDefaults",
3376 "_realCloneFont:withFlag:",
3377 "_realCompositeName",
3378 "_realControlTint",
3379 "_realControlTintForView:",
3380 "_realCopyPSCodeInside:helpedBy:",
3381 "_realCreateContext",
3382 "_realDestroyContext",
3383 "_realDoModalLoop:peek:",
3384 "_realDoModalLoopForCarbonWindow:peek:",
3385 "_realHeartBeatThreadContext",
3386 "_realMaximumRecents",
3387 "_realPrintPSCode:helpedBy:",
3388 "_realWindowNumber",
3389 "_reallocColors:",
3390 "_reallyChooseGuess:",
3391 "_reallyDoOrderWindow:relativeTo:findKey:forCounter:force:isModal:",
3392 "_reallyFileExtensionsFromType:",
3393 "_reallyInitWithIncrementalImageReader:",
3394 "_reallyNeedsDisplayForBounds",
3395 "_reallySetStringValue:",
3396 "_realmForURL:",
3397 "_reattachColumnSubviews:",
3398 "_rebuildOrUpdateServicesMenu:",
3399 "_recacheButtonColors",
3400 "_recalcRectsForItem:forSize:",
3401 "_recalculateDefaultVerticalLineSettings:::::::",
3402 "_recalculateDelta:",
3403 "_recalculateInscriptionLineHeightInGlyphVector:forGlyphRange:usesLeading:lineheight:glyphOffset:",
3404 "_recalculateUsageForTextContainerAtIndex:",
3405 "_receiveHandlerRef",
3406 "_receivedData:",
3407 "_receivedError:complete:",
3408 "_receivedError:fromDataSource:",
3409 "_recentDocumentsLimit",
3410 "_recomputeClipTipsIfNecessary",
3411 "_recomputeLabelHeight",
3412 "_reconcileDisplayNameAndTrackingInfoToFileName",
3413 "_reconcilePageFormatAttributes",
3414 "_reconcilePrintSessionAttributes",
3415 "_reconcilePrintSettingsAttributes",
3416 "_reconfigureAnimationState:",
3417 "_recordsBinderChanges",
3418 "_recordsInIndex",
3419 "_recordsToIndex",
3420 "_rectArrayForRange:withinSelectionRange:rangeIsCharRange:singleRectOnly:fullLineRectsOnly:inTextContainer:rectCount:rangeWithinContainer:glyphsDrawOutsideLines:",
3421 "_rectForSegment:inFrame:",
3422 "_rectOfColumnRange:",
3423 "_rectOfItemAtIndex:",
3424 "_rectOfRowAssumingRowExists:",
3425 "_rectOfRowRange:",
3426 "_rectToDisplayForItemAtIndex:",
3427 "_rectsForBounds:",
3428 "_recurWithContext:chars:glyphs:stringBuffer:font:",
3429 "_recurseToFindTargetItem",
3430 "_recursiveBreakKeyViewLoop",
3431 "_recursiveCheckCompleteFromFrame:",
3432 "_recursiveDisableTrackingRectsForHiddenViews",
3433 "_recursiveDisplayAllDirtyWithLockFocus:visRect:",
3434 "_recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:",
3435 "_recursiveEnableItems",
3436 "_recursiveEnableTrackingRectsForNonHiddenViews",
3437 "_recursiveEnsureSubviewNextKeyViewsAreSubviewsOf:",
3438 "_recursiveFindDefaultButtonCell",
3439 "_recursiveGainedHiddenAncestor",
3440 "_recursiveGoToItem:fromItem:withLoadType:",
3441 "_recursiveLostHiddenAncestor",
3442 "_recursiveOrderFrontSurfacesForNonHiddenViews",
3443 "_recursiveOrderOutSurfacesForHiddenViews",
3444 "_recursiveSetDefaultKeyViewLoop",
3445 "_recursiveStopLoading",
3446 "_recursivelyAddItemsInMenu:toTable:",
3447 "_recursivelyRemoveItemsInMenu:fromTable:",
3448 "_redisplayFromRow:",
3449 "_referenceBinderAtIndex:forTableView:",
3450 "_referenceBinderController",
3451 "_referenceBinderForTableColumn:",
3452 "_referenceBinding",
3453 "_referenceBindingValue",
3454 "_referenceBindingValueAtIndex:",
3455 "_reflectDocumentViewBoundsChange",
3456 "_reflectFont",
3457 "_reflectSelection:",
3458 "_refresh",
3459 "_refreshServerList",
3460 "_refreshWindows",
3461 "_regionForOpaqueDescendants:forMove:",
3462 "_regionsArray",
3463 "_registerAllDrawersForDraggedTypesIfNeeded",
3464 "_registerDefaultPlaceholders",
3465 "_registerDefaults",
3466 "_registerDragTypes:",
3467 "_registerDragTypesIfNeeded",
3468 "_registerDraggedTypes",
3469 "_registerEnumeration:named:inSuite:",
3470 "_registerForChildChangedNotifications",
3471 "_registerForCompletion:",
3472 "_registerForCookiePreferenceNotification",
3473 "_registerForMovieIdle",
3474 "_registerForToolbarNotifications:",
3475 "_registerMenuForKeyEquivalentUniquing:",
3476 "_registerMenuItemForKeyEquivalentUniquing:",
3477 "_registerRequiredAEHandlers",
3478 "_registerServicesMenu:withSendTypes:andReturnTypes:addToList:",
3479 "_registerSynonym:forClassName:inSuite:",
3480 "_registerTableColumnBinder:toTableColumn:",
3481 "_registerToolbarInstance:",
3482 "_registerUndoObject:",
3483 "_registerUnitWithName:abbreviation:unitToPointsConversionFactor:stepUpCycle:stepDownCycle:",
3484 "_registerValueType:named:inSuite:",
3485 "_registerViewClass:placeHolder:binding:",
3486 "_registerViewClass:representationClass:forURLScheme:",
3487 "_registerWebKitErrors",
3488 "_registerWithDock",
3489 "_registerWithDockIfNeeded",
3490 "_registerWithObject:",
3491 "_registeredClasses",
3492 "_registeredForChildNotifications",
3493 "_registrationDictionaryForUnitNamed:",
3494 "_reinitWithFZService:",
3495 "_relativeURLPath",
3496 "_releaseAllPendingPageCaches",
3497 "_releaseBindingAdaptor",
3498 "_releaseDelegate",
3499 "_releaseEvents",
3500 "_releaseFutureIconForURL:",
3501 "_releaseIconForIconURLString:",
3502 "_releaseInput",
3503 "_releaseKVCMaps",
3504 "_releaseLiveResizeCachedImage",
3505 "_releaseOriginalIconsOnDisk",
3506 "_releasePageCache:",
3507 "_releaseProtocolClientReference",
3508 "_releaseUndoManager",
3509 "_releaseUserAgentStrings",
3510 "_releaseWireCount:",
3511 "_reloadAllowingStaleDataWithOverrideEncoding:",
3512 "_reloadChildrenForNode:",
3513 "_reloadFontInfoIfNecessary:",
3514 "_reloadSidebarNodes",
3515 "_remainingString",
3516 "_remove:",
3517 "_remove:andAddMultipleToTypingAttributes:",
3518 "_removeAllCellClipTips",
3519 "_removeAllDrawersImmediately:",
3520 "_removeAndDecrementBy:startingAtIndex:",
3521 "_removeBinding:",
3522 "_removeBinding:byReplacingWithRemainingBindingsInArray:",
3523 "_removeBlankLines",
3524 "_removeBottom",
3525 "_removeButtons",
3526 "_removeChild:",
3527 "_removeClipIndicatorFromSuperview",
3528 "_removeCollection:",
3529 "_removeCursorRect:cursor:forView:",
3530 "_removeDeclaredKey:",
3531 "_removeFileAtPath:handler:shouldDeleteFork:",
3532 "_removeFontDescriptorFromDrag:point:",
3533 "_removeFrameUsingName:domain:",
3534 "_removeFromFontCollection",
3535 "_removeFromGroups:",
3536 "_removeFromKeyViewLoop",
3537 "_removeHandlingIfPresent:",
3538 "_removeHeartBeartClientView:",
3539 "_removeHelpKeyForObject:",
3540 "_removeHiddenWindow:",
3541 "_removeInstance:",
3542 "_removeInternalRedFromTextAttributesOfNegativeValues",
3543 "_removeItem:fromTable:",
3544 "_removeItemAtIndex:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:",
3545 "_removeNextPointersToMe",
3546 "_removeObjectForAttributeKey:",
3547 "_removeObjectsAtArrangedObjectIndexes:contentIndexes:",
3548 "_removeObjectsAtIndexes:",
3549 "_removeObserver:forKey:",
3550 "_removeObserver:notificationNamesAndSelectorNames:object:",
3551 "_removeOrRename:",
3552 "_removePasswordForRealm:URL:",
3553 "_removePermanently",
3554 "_removePopUpWithTag:",
3555 "_removePreviousPointersToMe",
3556 "_removeProxyPasswordForURL:",
3557 "_removeRangeInArrayAtIndex:",
3558 "_removeRecords",
3559 "_removeReferenceForIdentifier:",
3560 "_removeSaveFile",
3561 "_removeSizeFromList:",
3562 "_removeSortDescriptorForTableColumn:",
3563 "_removeSpellingAttributeForRange:",
3564 "_removeStatusItemWindow:",
3565 "_removeSubresourceClient:",
3566 "_removeSubview:",
3567 "_removeTabViewItems:",
3568 "_removeToolTip",
3569 "_removeToolTip:stopTimerIfNecessary:",
3570 "_removeTrackingRectForToolTip:stopTimerIfNecessary:",
3571 "_removeWindow:",
3572 "_removeWindowFromCache:",
3573 "_removeWindowRef",
3574 "_rename:",
3575 "_rename:as:",
3576 "_renameCollection:to:",
3577 "_renameCollectionWithName:to:",
3578 "_reorderColumn:withEvent:",
3579 "_reorderResizeImageCache",
3580 "_repTypesAllowImageTypeOmission:",
3581 "_repeatMultiplier:",
3582 "_repeatTime",
3583 "_replaceAccessoryView:with:topView:bottomView:previousKeyView:",
3584 "_replaceAllAppearancesOfString:withString:",
3585 "_replaceAllItemsAndSetNewWithItemIdentifiers:",
3586 "_replaceFirstAppearanceOfString:withString:",
3587 "_replaceLastAppearanceOfString:withString:",
3588 "_replaceObject:",
3589 "_replaceObject:forKey:",
3590 "_replaceObject:withObject:",
3591 "_replaceObjectsAtIndexes:withObjects:",
3592 "_replaceRangeInArrayAtIndex:withRange:",
3593 "_replaceSubview:with:rememberAndResetEditingFirstResponder:abortEditingIfNecessary:",
3594 "_replicatePath:atPath:operation:fileMap:handler:",
3595 "_replySequenceNumber:ok:",
3596 "_replyToLaunch",
3597 "_replyToOpen:",
3598 "_representationClass",
3599 "_representationClassForMIMEType:",
3600 "_representationExistsForURLScheme:",
3601 "_requestAnyEditableState",
3602 "_requestAnyEnabledState",
3603 "_requestAnyHiddenState",
3604 "_requestEditableState:",
3605 "_requestEnabledState:",
3606 "_requestHiddenState:",
3607 "_requestNotification",
3608 "_requestTextColor:",
3609 "_requestTypeForOperationKey:",
3610 "_requiredMinSize",
3611 "_requiresCacheWithAlpha:",
3612 "_reset",
3613 "_resetAllDrawersDisableCounts",
3614 "_resetAllDrawersPostingCounts",
3615 "_resetAttachedMenuPositions",
3616 "_resetBackForwardListToCurrent",
3617 "_resetCachedValidationState",
3618 "_resetCursorRects",
3619 "_resetDisableCounts",
3620 "_resetDiscardMask",
3621 "_resetDragMargins",
3622 "_resetDrawerFirstResponder",
3623 "_resetFaceInfo:",
3624 "_resetIncrementalSearchBuffer",
3625 "_resetIncrementalSearchOnFailure",
3626 "_resetMeasuredCell",
3627 "_resetMoveAndRenameSensing",
3628 "_resetOpacity:",
3629 "_resetOpacity:andForceSetColor:",
3630 "_resetPostingCounts",
3631 "_resetRowEntriesToNewFilter",
3632 "_resetScreens",
3633 "_resetSizeList:",
3634 "_resetTimer",
3635 "_resetTitleBarButtons",
3636 "_resetTitleFont",
3637 "_resetTitleWidths",
3638 "_resetToolTipIfNecessary",
3639 "_reshapeContentAndToolbarView:resizeWindow:animate:",
3640 "_resignKeyFocus",
3641 "_resize:",
3642 "_resizeAccordingToTextView:",
3643 "_resizeAllCaches",
3644 "_resizeColumn:withEvent:",
3645 "_resizeColumnByDelta:resizeInfo:",
3646 "_resizeContentsOfMainBox",
3647 "_resizeContentsOfMiniMode",
3648 "_resizeContentsOfPreviewBox",
3649 "_resizeCursorForTableColumn:",
3650 "_resizeDeltaFromPoint:toEvent:",
3651 "_resizeEditedCellWithOldFrame:",
3652 "_resizeFromEdge",
3653 "_resizeHeight:",
3654 "_resizeImage",
3655 "_resizeLeftCursor",
3656 "_resizeLeftRightCursor",
3657 "_resizeOutlineColumn",
3658 "_resizeRightCursor",
3659 "_resizeSelectedTabViewItem",
3660 "_resizeTextFieldToFit:",
3661 "_resizeTextViewForTextContainer:",
3662 "_resizeToolbarImageRepViewToFit:",
3663 "_resizeToolbarViewToFit:",
3664 "_resizeView",
3665 "_resizeViewToFit:",
3666 "_resizeViewsForOffset:coordinate:",
3667 "_resizeWeighting",
3668 "_resizeWindow:toFrame:display:",
3669 "_resizeWindowWithMaxHeight:",
3670 "_resizeWithDelta:fromFrame:beginOperation:endOperation:",
3671 "_resizedImage:",
3672 "_resizesLastColumnOnly",
3673 "_resolveHelpKeyForObject:",
3674 "_resolveMarkerToPlaceholder:forBindingInfo:allowPluginOverride:",
3675 "_resolveTypeAlias:",
3676 "_resourceForkAwareFileManager:removeFileAtPath:handler:",
3677 "_resourceForkReferenceNumber",
3678 "_resourceLoadDelegateForwarder",
3679 "_resourceLoadDelegateImplementations",
3680 "_resourceLoadLoop:",
3681 "_resourceTimedLayoutDelay",
3682 "_resourceTimedLayoutEnabled",
3683 "_responderInitWithCoder:",
3684 "_responses",
3685 "_responsibleDelegateForSelector:",
3686 "_restoreCursor",
3687 "_restoreDefaultSettingsCommon",
3688 "_restoreDefaultSettingsForOpenMode",
3689 "_restoreDefaultSettingsForSaveMode",
3690 "_restoreInitialMenuPosition",
3691 "_restoreMiniaturizedWindow",
3692 "_restoreModalWindowLevel",
3693 "_restoreMode",
3694 "_restoreMovieEditState:",
3695 "_restoreScrollPosition",
3696 "_restoreSplitPositionFromDefaults",
3697 "_restoreSubviews",
3698 "_restoreTornOffMenus",
3699 "_resumeExecutionWithResult:",
3700 "_resumeUIHeartBeatingInView:",
3701 "_retainFutureIconForURL:",
3702 "_retainIconForIconURLString:",
3703 "_retainIconInDatabase:",
3704 "_retainOriginalIconsOnDisk",
3705 "_retainedBitmapRepresentation",
3706 "_returnFirstResponderToWindowFromKeyboardHotKeyEvent",
3707 "_returnValue",
3708 "_reverseCompare:",
3709 "_revertPanel:didConfirm:contextInfo:",
3710 "_revertToOldRowSelection:fromRow:toRow:",
3711 "_rightGroupRect",
3712 "_rightMouseUpOrDown:",
3713 "_rightToLeftAtIndex:",
3714 "_rightmostResizableColumn",
3715 "_rotateCoordsForDrawLabelInRect:",
3716 "_rotationForGlyphAtIndex:effectiveRange:",
3717 "_rowEntryForChild:ofParent:",
3718 "_rowEntryForItem:",
3719 "_rowEntryForRow:",
3720 "_rowsInRectAssumingRowsCoverVisible:",
3721 "_ruleAreaRect",
3722 "_rulerAccView",
3723 "_rulerAccViewAlignmentAction:",
3724 "_rulerAccViewFixedLineHeightAction:",
3725 "_rulerAccViewIncrementLineHeightAction:",
3726 "_rulerAccViewPullDownAction:",
3727 "_rulerAccViewSpacingAction:",
3728 "_rulerAccViewStylesAction:",
3729 "_rulerAccViewUpdatePullDown:",
3730 "_rulerAccViewUpdateStyles:",
3731 "_rulerAccessoryViewAreaRect",
3732 "_rulerOrigin",
3733 "_rulerline::last:",
3734 "_runAlertPanelForDocumentMoved:orDocumentRenamed:orDocumentInTrash:orDocumentUnavailable:thenSaveDocumentWithDelegate:didSaveSelector:contextInfo:",
3735 "_runArrayHoldingAttributes",
3736 "_runBlockingWithDuration:firingInterval:",
3737 "_runCustomizationPanel",
3738 "_runInitBook:",
3739 "_runModalWithPrintInfo:",
3740 "_runningDocModal",
3741 "_sanityCheckPListDatabase:",
3742 "_saveAllEnumeration:",
3743 "_saveAsIntoFile:",
3744 "_saveChanges",
3745 "_saveConfigurationUsingName:domain:",
3746 "_saveCookies",
3747 "_saveCookiesIfScheduled",
3748 "_saveCredential:forProtectionSpace:isDefault:",
3749 "_saveCurrentPanelState:",
3750 "_saveDocumentAndScrollState",
3751 "_saveFailed",
3752 "_saveFrameUsingName:domain:",
3753 "_saveHistoryGuts:URL:error:",
3754 "_saveImageDataToDisk:",
3755 "_saveInitialMenuPosition",
3756 "_saveLineFragmentWithGlyphRange:glyphVector:glyphOrigin:drawsOutside:lineFragmentRect:isElasticRange:",
3757 "_saveMode",
3758 "_savePanelDidEnd:returnCode:contextInfo:",
3759 "_saveScrollPositionToItem:",
3760 "_saveSplitPositionToDefaults",
3761 "_saveToPboard",
3762 "_saveTornOffMenus",
3763 "_saveValueInUndo:forProperty:",
3764 "_saveVisibleFrame",
3765 "_saveWidthsToDefaults",
3766 "_savedMode",
3767 "_savedVisibleFrame",
3768 "_scaleFactor",
3769 "_scaleFactorForStyleMask:",
3770 "_scaleIcon:toSize:",
3771 "_scaledBackground",
3772 "_scaledIntegralRect:",
3773 "_scalesBackgroundHorizontally",
3774 "_scalesBackgroundVertically",
3775 "_scanDecimal:into:",
3776 "_scanImages",
3777 "_scheduleAutoExpandTimerForItem:",
3778 "_scheduleCallbacks",
3779 "_scheduleChangeNotification",
3780 "_scheduleDelayedShowOpenHandCursorIfNecessary",
3781 "_scheduleInCFRunLoop:forMode:",
3782 "_scheduleInDefaultRunLoopForMode:",
3783 "_scheduleLayout:",
3784 "_scheduleOriginLoad",
3785 "_scheduleRelease",
3786 "_scheduleReleaseTimer",
3787 "_scheduleSaveCookies",
3788 "_scheduleSetupOnLoadThread",
3789 "_screenChanged:",
3790 "_screenRectContainingPoint:",
3791 "_scrollArrowHeight",
3792 "_scrollClipView:toPoint:animate:",
3793 "_scrollColumnToLastVisible:",
3794 "_scrollColumnToVisible:private:",
3795 "_scrollColumnsForScrollerIncrementOrDecrementUsingPart:",
3796 "_scrollColumnsRightBy:",
3797 "_scrollDown:",
3798 "_scrollFieldEditorToVisible:",
3799 "_scrollHorizontallyBy:",
3800 "_scrollInProgress",
3801 "_scrollLastColumnMaxXEdgeToVisible",
3802 "_scrollLineHorizontally:",
3803 "_scrollLineVertically:",
3804 "_scrollPageInDirection:",
3805 "_scrollPoint:fromView:",
3806 "_scrollRangeToVisible:forceCenter:",
3807 "_scrollRectToVisible:fromView:",
3808 "_scrollRowToCenter:",
3809 "_scrollSelectionToVisible",
3810 "_scrollTo:",
3811 "_scrollTo:animate:",
3812 "_scrollToBottomLeft",
3813 "_scrollToFinalPosition",
3814 "_scrollToMatchContentView",
3815 "_scrollToPoint:animate:",
3816 "_scrollToPosition:",
3817 "_scrollToTop",
3818 "_scrollToTopLeft",
3819 "_scrollUp:",
3820 "_scrollVerticallyBy:",
3821 "_scrollView",
3822 "_scrollViewForColumnsDidTrackHorizontalScroller:",
3823 "_scrollViewForColumnsDocumentViewFrameDidChange:",
3824 "_scrollViewForColumnsDocumentViewVisibilityChange:",
3825 "_scrollViewForColumnsWillTrackHorizontalScroller:",
3826 "_scrollWheelMultiplier",
3827 "_scrollingDirectionAndDeltas:",
3828 "_scrollingMenusAreEnabled",
3829 "_searchChanged:",
3830 "_searchFieldCancel:",
3831 "_searchFieldClearRecents:",
3832 "_searchFieldDoRecent:",
3833 "_searchFieldSearch:",
3834 "_searchForImageNamed:",
3835 "_searchForSoundNamed:",
3836 "_searchForSystemImageNamed:",
3837 "_secProtocolForProtectionSpace:",
3838 "_secondsFromGMTForAbsoluteTime:",
3839 "_seemsToBeVertical",
3840 "_segmentIndexForElementIndex:",
3841 "_selectAnyValidResponderOverride",
3842 "_selectCell:inColumn:",
3843 "_selectCellIfRequired",
3844 "_selectCrayon:",
3845 "_selectFirstEnabledCell",
3846 "_selectFirstKeyView",
3847 "_selectHighlightedSegment",
3848 "_selectItem:",
3849 "_selectItemBestMatching:",
3850 "_selectKeyCellAtRow:column:",
3851 "_selectModuleOwner:",
3852 "_selectNameFieldContentsExcludingExtension",
3853 "_selectNextCellKeyStartingAtRow:column:",
3854 "_selectNextItem",
3855 "_selectObjectsAtIndexes:avoidsEmptySelection:",
3856 "_selectObjectsAtIndexesNoCopy:avoidsEmptySelection:",
3857 "_selectOrEdit:inView:target:editor:event:start:end:",
3858 "_selectPopUpWithTag:",
3859 "_selectPreviousItem",
3860 "_selectRange::::",
3861 "_selectRectRange::",
3862 "_selectRow:subrow:byExtendingSelection:members:",
3863 "_selectRowIndexes:inColumn:",
3864 "_selectRowRange::",
3865 "_selectTabWithDraggingInfo:",
3866 "_selectTextOfCell:",
3867 "_selectWindow:",
3868 "_selectedCellsInColumn:",
3869 "_selectedCollectionDescriptors",
3870 "_selectedCollectionName",
3871 "_selectedCollectionStyle",
3872 "_selectedCrayon",
3873 "_selectedFaceName",
3874 "_selectedFamilyArray",
3875 "_selectedFamilyName",
3876 "_selectedFontName",
3877 "_selectedSize",
3878 "_selectionIndexesCount",
3879 "_selectorName",
3880 "_selfBoundsChanged",
3881 "_send:",
3882 "_sendAction:to:row:column:",
3883 "_sendActionAndNotification",
3884 "_sendActionFrom:",
3885 "_sendCallbacks",
3886 "_sendCarbonNotification",
3887 "_sendChangeNotification",
3888 "_sendClientMessage:arg1:arg2:",
3889 "_sendDataSourceSortDescriptorsDidChange:",
3890 "_sendDataSourceWriteDragRows:toPasteboard:",
3891 "_sendDelegateDidClickColumn:",
3892 "_sendDelegateDidDragColumn:",
3893 "_sendDelegateDidMouseDownInHeader:",
3894 "_sendDidBeginMessage",
3895 "_sendDidCancelAuthenticationCallback",
3896 "_sendDidFailCallback",
3897 "_sendDidFailToDispatchNotification",
3898 "_sendDidFinishLoadingCallback",
3899 "_sendDidReceiveAuthenticationCallback",
3900 "_sendDidReceiveDataCallback",
3901 "_sendDidReceiveResponseCallback",
3902 "_sendDirectoryDidChange",
3903 "_sendDoubleActionToCellAt:",
3904 "_sendFinderAppleEvent:class:file:",
3905 "_sendFinishLaunchingNotification",
3906 "_sendNotification:entries:",
3907 "_sendNotificationForURL:",
3908 "_sendPartialString",
3909 "_sendPortMessageWithComponent:msgID:timeout:",
3910 "_sendProgress:",
3911 "_sendQueuedAction",
3912 "_sendToReceiversWithIndex:andFillInResults:",
3913 "_sendWillCacheResponseCallback",
3914 "_sendWillSendRequestCallback",
3915 "_senderIsInvalid:",
3916 "_sendingSocketForPort:",
3917 "_separatorFinishInit",
3918 "_serverDied:",
3919 "_servicesMenuIsVisible",
3920 "_set:",
3921 "_setAEDesc:",
3922 "_setAcceptsFirstMouse:",
3923 "_setAcceptsFirstResponder:",
3924 "_setActivationState:",
3925 "_setActsAsPalette:forToolbar:",
3926 "_setAdditionalThingsFromEvent:inConstructionContext:",
3927 "_setAllIndexesNeedRefresh",
3928 "_setAllItemsTransparentBackground:",
3929 "_setAllKeysNeedRefresh",
3930 "_setAllPanelsNonactivating:",
3931 "_setAllPossibleLabelsToFit:",
3932 "_setAllowsMultipleRows:",
3933 "_setAllowsNonVisibleCellsToBecomeFirstResponder:",
3934 "_setAllowsTearOffs:",
3935 "_setAltContents:",
3936 "_setAlwaysIdle:",
3937 "_setAnimates:",
3938 "_setAntialiased:",
3939 "_setAppleEventHandling:",
3940 "_setAppleMenuEnabled:",
3941 "_setApplicationIconImage:setDockImage:",
3942 "_setArgFrame:",
3943 "_setArgumentsFromEvent:inConstructionContext:",
3944 "_setArrowsConfig:",
3945 "_setAsSystemColor",
3946 "_setAscending:",
3947 "_setAsideSubviews",
3948 "_setAttributedDictionaryClass:",
3949 "_setAttributedString:",
3950 "_setAttributes:isMultiple:",
3951 "_setAttributes:newValues:range:",
3952 "_setAutoPositionMask:",
3953 "_setAutoResizeDocView:",
3954 "_setAutoreleaseDuringLiveResize:",
3955 "_setAutoscrollDate:",
3956 "_setAutoscrollResponseMultiplier:",
3957 "_setAvoidsActivation:",
3958 "_setBackgroundColor:",
3959 "_setBackgroundTransparent:",
3960 "_setBindingAdaptor:",
3961 "_setBlobForCurrentObject:",
3962 "_setBlockCapacity:",
3963 "_setBool:ifNoAttributeForKey:",
3964 "_setBoolValue:forKey:",
3965 "_setBorderType:",
3966 "_setBox:enabled:",
3967 "_setBranchImageEnabled:",
3968 "_setBulletCharacter:",
3969 "_setBundle:forClassPresentInAppKit:",
3970 "_setBundleForHelpSearch:",
3971 "_setButtonBordered:",
3972 "_setButtonImageSource:",
3973 "_setButtonToolTip:",
3974 "_setButtonType:adjustingImage:",
3975 "_setCFClientFlags:callback:context:",
3976 "_setCGImageRef:",
3977 "_setCacheWindowNum:forWindow:",
3978 "_setCanUseReorderResizeImageCache:",
3979 "_setCaseConversionFlags",
3980 "_setCellFrame:",
3981 "_setCertificatePolicy:",
3982 "_setChangedFlags:",
3983 "_setClassDescription:forAppleEventCode:",
3984 "_setClassName:forSynonymAppleEventCode:inSuite:",
3985 "_setClipIndicatorItemsFromItemViewers:",
3986 "_setCloseEnabled:",
3987 "_setColorList:",
3988 "_setCommandDescription:forAppleEventClass:andEventCode:",
3989 "_setConcreteFontClass:",
3990 "_setConfigurationFromDictionary:notifyFamilyAndUpdateDefaults:",
3991 "_setConfigurationUsingName:domain:",
3992 "_setConsistencyCheckingEnabled:superCheckEnabled:",
3993 "_setContainerObservesTextViewFrameChanges:",
3994 "_setContentRect:",
3995 "_setContentToContentFromIndexSet:",
3996 "_setContents:",
3997 "_setContextMenuEvent:",
3998 "_setContextMenuTarget:",
3999 "_setContinuousSpellCheckingEnabledForNewTextAreas:",
4000 "_setControlTextDelegateFromOld:toNew:",
4001 "_setControlView:",
4002 "_setController:forBinding:",
4003 "_setConvertedData:forType:pboard:generation:inItem:",
4004 "_setConvertedData:pboard:generation:inItem:",
4005 "_setCookies:forURL:policyBaseURL:",
4006 "_setCookiesWithoutSaving:",
4007 "_setCounterpart:",
4008 "_setCtrlAltForHelpDesired:",
4009 "_setCurrImageName:",
4010 "_setCurrentActivation:",
4011 "_setCurrentAttachmentRect:index:",
4012 "_setCurrentClient:",
4013 "_setCurrentEvent:",
4014 "_setCurrentInputFilepath:",
4015 "_setCurrentItemsToItemIdentifiers:notifyDelegate:notifyView:notifyFamilyAndUpdateDefaults:",
4016 "_setCurrentlyEditing:",
4017 "_setCustomizesAlwaysOnClickAndDrag:",
4018 "_setData:encoding:",
4019 "_setDataForkReferenceNumber:",
4020 "_setDataSource:",
4021 "_setDecimalSeparatorNoConsistencyCheck:",
4022 "_setDeclaredKeys:",
4023 "_setDefaultButtonCell:",
4024 "_setDefaultButtonCycleTime:",
4025 "_setDefaultButtonIndicatorNeedsDisplay",
4026 "_setDefaultButtonPaused:",
4027 "_setDefaultKeyViewLoop",
4028 "_setDefaultKeyViewLoopAndInitialFirstResponder",
4029 "_setDefaultRedColor:",
4030 "_setDefaultUserInfoFromURL:",
4031 "_setDefaults:",
4032 "_setDelegate:",
4033 "_setDelegate:forPanel:",
4034 "_setDeselectsWhenMouseLeavesDuringDrag:",
4035 "_setDirectParameterFromEvent:inConstructionContext:",
4036 "_setDirectoryPath:",
4037 "_setDisplayContents:",
4038 "_setDisplayContents:usingSimpleCommandDefaults:",
4039 "_setDisplayName:",
4040 "_setDisplayPositionHint:",
4041 "_setDisplayRelativeOrder:",
4042 "_setDisplayableSampleText:forFamily:",
4043 "_setDistanceForVerticalArrowKeyMovement:",
4044 "_setDocViewFromRead:",
4045 "_setDocumentDictionaryName:",
4046 "_setDocumentEdited:",
4047 "_setDocumentView:",
4048 "_setDocumentWindow:",
4049 "_setDragRef:",
4050 "_setDraggingMarker:",
4051 "_setDrawBackground:",
4052 "_setDrawerEdge:",
4053 "_setDrawerTransform:",
4054 "_setDrawerVelocity:",
4055 "_setDrawingBackground:",
4056 "_setDrawingInClipTip:",
4057 "_setDrawingToHeartBeatWindow:",
4058 "_setDrawsBackground:",
4059 "_setDrawsBaseline:",
4060 "_setDrawsWithTintWhenHidden:",
4061 "_setEditingTextView:",
4062 "_setEnableDelegateNotifications:",
4063 "_setEnableFlippedImageFix:",
4064 "_setEnabled:",
4065 "_setEncounteredCloseError:",
4066 "_setEndSubelementFromDescriptor:",
4067 "_setEndsTopLevelGroupingsAfterRunLoopIterations:",
4068 "_setError:",
4069 "_setEventDelegate:",
4070 "_setEventMask:",
4071 "_setEventRef:",
4072 "_setExpectedContentLength:",
4073 "_setExportSpecialFonts:",
4074 "_setFallBackInitialFirstResponder:",
4075 "_setFileSpecifier:",
4076 "_setFinalSlideLocation:",
4077 "_setFirstColumnTitle:",
4078 "_setFirstMoveableItemIndex:",
4079 "_setFlags:for:",
4080 "_setFloat:ifNoAttributeForKey:",
4081 "_setFloatingPointFormat:left:right:",
4082 "_setFocusForCell:forView:withFrame:withFocusRingFrame:withInset:",
4083 "_setFocusRingNeedsDisplay",
4084 "_setFont:",
4085 "_setFont:forCell:",
4086 "_setFontPanel:",
4087 "_setForceActiveControls:",
4088 "_setForceFixAttributes:",
4089 "_setForceItemsToBeMinSize:",
4090 "_setFormDelegate:",
4091 "_setFormats:",
4092 "_setFrame:",
4093 "_setFrameAfterMove:",
4094 "_setFrameAutosaveName:changeFrame:",
4095 "_setFrameCommon:display:stashSize:",
4096 "_setFrameFromString:force:",
4097 "_setFrameNeedsDisplay:",
4098 "_setFrameSavedUsingTitle:",
4099 "_setFrameSize:",
4100 "_setFrameSize:forceScroll:",
4101 "_setFrameUsingName:domain:",
4102 "_setFrameUsingName:domain:force:",
4103 "_setGlyphGenerator:",
4104 "_setGroupIdentifier:",
4105 "_setHasCustomSettings:",
4106 "_setHasHorizontalScroller:",
4107 "_setHasSeenRightToLeft:",
4108 "_setHasShadow:",
4109 "_setHaveNoIconForIconURL:",
4110 "_setHelpCursor:",
4111 "_setHelpKey:forObject:",
4112 "_setHidden:",
4113 "_setHiddenExtension:",
4114 "_setHiddenViewsTint:",
4115 "_setHidesOnDeactivateInCache:forWindow:",
4116 "_setHighlighted:displayNow:",
4117 "_setHorizontallyCentered:",
4118 "_setIcon:forIconURL:",
4119 "_setIconRef:",
4120 "_setIconURL:",
4121 "_setIconURL:forURL:",
4122 "_setIconURL:withType:",
4123 "_setIgnoringScrolling:",
4124 "_setImage:",
4125 "_setImpactsWindowMoving:",
4126 "_setIncludeNewFolderButton:",
4127 "_setIndexNeedsRefresh:",
4128 "_setIndexPath:",
4129 "_setIndicatorImage:",
4130 "_setInitialColumnContentSizeOfColumn:",
4131 "_setInitialFirstResponder:autoGenerated:",
4132 "_setInitialNameFieldContentsFromPosixName:",
4133 "_setInsertionPointDisabled:",
4134 "_setInstance:forIdentifier:",
4135 "_setInt:ifNoAttributeForKey:",
4136 "_setIntegerValue:forKey:",
4137 "_setInteriorNextKeyView:",
4138 "_setIsClientRedirect:",
4139 "_setIsDefaultFace:",
4140 "_setIsGrabber:",
4141 "_setIsInUILayoutMode:",
4142 "_setIsUserRemovable:",
4143 "_setIsWhite:",
4144 "_setItemViewer:",
4145 "_setJavaClassesLoaded",
4146 "_setJobDisposition:savePath:inPrintSession:printSettings:",
4147 "_setJustOpenedForTargetedLink:",
4148 "_setKey:",
4149 "_setKey:forAppleEventCode:",
4150 "_setKeyBindingMonitor:",
4151 "_setKeyCellAtRow:column:",
4152 "_setKeyCellFromBottom",
4153 "_setKeyCellFromTop",
4154 "_setKeyCellNeedsDisplay",
4155 "_setKeyWindow:",
4156 "_setKeyboardFocusRingNeedsDisplay",
4157 "_setKeyboardFocusRingNeedsDisplayForTabViewItem:",
4158 "_setKeyboardLoopNeedsUpdating:",
4159 "_setKnobThickness:usingInsetRect:",
4160 "_setLang:",
4161 "_setLanguageModel:",
4162 "_setLastCheckedRequest:",
4163 "_setLastDragDestinationOperation:",
4164 "_setLastGuess:",
4165 "_setLastImageTag:",
4166 "_setLastVisitedTimeInterval:",
4167 "_setLength:ofStatusItemWindow:",
4168 "_setLevel",
4169 "_setLevelForAllDrawers",
4170 "_setLineBorderColor:",
4171 "_setLiveResize:",
4172 "_setLiveResizeImageCacheingEnabled:",
4173 "_setLoadType:",
4174 "_setLoading:",
4175 "_setLocationTemporary:",
4176 "_setMIMEType:",
4177 "_setMainDocumentError:",
4178 "_setMainMenu:",
4179 "_setMainWindow:",
4180 "_setMarginHeight:",
4181 "_setMarginWidth:",
4182 "_setMarkedText:selectedRange:forInputManager:",
4183 "_setMarkedWidth:",
4184 "_setMe",
4185 "_setMenuClassName:",
4186 "_setMenuName:",
4187 "_setMinPickerContentSize:",
4188 "_setMinSize:",
4189 "_setMiniImageInDock",
4190 "_setMinimizeOnDoubleClick",
4191 "_setModalInCache:forWindow:",
4192 "_setModalWindowLevel",
4193 "_setMouseActivationInProgress:",
4194 "_setMouseDownFlags:",
4195 "_setMouseEnteredGroup:entered:",
4196 "_setMouseMovedEventsEnabled:",
4197 "_setMouseTrackingForCell:",
4198 "_setMouseTrackingInRect:ofView:",
4199 "_setMultiValueIfNeeded:withLabel:inMultiValue:",
4200 "_setMultipleValue:forKey:atIndex:",
4201 "_setMultipleValue:forKeyPath:atIndex:",
4202 "_setName:",
4203 "_setNameFieldContentsFromPosixName:",
4204 "_setNeedToFlushGlyph:",
4205 "_setNeedsDisplay:",
4206 "_setNeedsDisplayBeginingAtColumn:",
4207 "_setNeedsDisplayForColumn:draggedDelta:",
4208 "_setNeedsDisplayForDropCandidateItem:childIndex:mask:",
4209 "_setNeedsDisplayForDropCandidateRow:operation:mask:",
4210 "_setNeedsDisplayForFirstResponderChange",
4211 "_setNeedsDisplayForItemIdentifierSelection:",
4212 "_setNeedsDisplayForItemViewerSelection:",
4213 "_setNeedsDisplayForSelectedCells",
4214 "_setNeedsDisplayForSortingChangeInColumn:",
4215 "_setNeedsDisplayForTabViewItem:",
4216 "_setNeedsDisplayInColumn:",
4217 "_setNeedsDisplayInColumn:includeHeader:",
4218 "_setNeedsDisplayInColumn:row:",
4219 "_setNeedsDisplayInRow:",
4220 "_setNeedsDisplayInRow:column:",
4221 "_setNeedsDisplayLaterHack",
4222 "_setNeedsHighlightedTextHint:",
4223 "_setNeedsModeConfiguration:",
4224 "_setNeedsModeConfiguration:itemViewers:",
4225 "_setNeedsRedrawBeforeFirstLiveResizeCache:",
4226 "_setNeedsTiling:",
4227 "_setNeedsToReloadCoveredChars:",
4228 "_setNeedsToRemoveFieldEditor:",
4229 "_setNeedsToResetDragMargins:",
4230 "_setNeedsToUseHeartBeatWindow:",
4231 "_setNeedsViewerLayout:",
4232 "_setNeedsViewerLayout:itemViewers:",
4233 "_setNeedsZoom:",
4234 "_setNetPathsDisabled:",
4235 "_setNewPreferedColumnWidth:",
4236 "_setNextKeyBindingManager:",
4237 "_setNextKeyViewFor:toNextKeyView:",
4238 "_setNextSizeAndDisplayMode",
4239 "_setNextToolbarDisplayMode:",
4240 "_setNextToolbarSizeAndDisplayMode:",
4241 "_setNextToolbarSizeMode:",
4242 "_setNoVerticalAutosizing:",
4243 "_setNonactivatingPanel:",
4244 "_setNumVisibleColumns:",
4245 "_setNumVisibleSwatchRows:",
4246 "_setNumberOfRowsCacheIsValid:",
4247 "_setObject:",
4248 "_setObject:forAttributeKey:",
4249 "_setObject:forBothSidesOfRelationshipWithKey:",
4250 "_setObject:forProperty:usingDataSize:",
4251 "_setObject:ifNoAttributeForKey:",
4252 "_setObject:inReceiver:",
4253 "_setObjectClassName:",
4254 "_setObjectHandler:",
4255 "_setOneShotIsDelayed:",
4256 "_setOpenRecentMenu:",
4257 "_setOrderDependency:",
4258 "_setOrientation:inPageFormat:",
4259 "_setOverrideEncoding:",
4260 "_setOwnedByPopUp:",
4261 "_setOwnsRealWindow:",
4262 "_setPageFormat:",
4263 "_setPageGenerationOrder:",
4264 "_setPaperName:inPrintSession:pageFormat:",
4265 "_setPaperSize:inPrintSession:inPageFormat:",
4266 "_setParameter:forOption:withBindingInfo:",
4267 "_setParentWindow:",
4268 "_setPartialKeysWithTableBinder:forAllTableColumnBindersOfTableView:",
4269 "_setPartialKeysWithTableBinder:forTableColumnBinder:",
4270 "_setPolicyDataSource:",
4271 "_setPostsFocusChangedNotifications:",
4272 "_setPressedTabViewItem:",
4273 "_setPreventsActivation:",
4274 "_setPreviewFont:",
4275 "_setPreviousCurrentDirectoryNode:",
4276 "_setPreviousNibBindingConnector:",
4277 "_setPreviousRootNode:",
4278 "_setPreviousSizeAndDisplayMode",
4279 "_setPreviousToolbarSizeAndDisplayMode:",
4280 "_setPrimaryIdentifier:",
4281 "_setPrimaryLoadComplete:",
4282 "_setPrintSettings:",
4283 "_setPrinter:inPrintSession:",
4284 "_setPrinting:pageWidth:",
4285 "_setProperty:forKey:",
4286 "_setProvisionalDataSource:",
4287 "_setPullsDown:",
4288 "_setRTFDFileWrapper:",
4289 "_setRealTitle:",
4290 "_setRealm:forURL:",
4291 "_setReceiveHandlerRef:",
4292 "_setRecents",
4293 "_setRecordsBinderChanges:",
4294 "_setRegisteredForChildNotifications:",
4295 "_setRelativeOrdering:",
4296 "_setReorderResizeImageCache:",
4297 "_setRepresentation:",
4298 "_setRepresentationListCache:",
4299 "_setRepresentedFilename:",
4300 "_setRequest:",
4301 "_setResizeWeighting:",
4302 "_setResourceForkReferenceNumber:",
4303 "_setResponse:",
4304 "_setRotatedFromBase:",
4305 "_setRotatedOrScaledFromBase:",
4306 "_setRotation:forGlyphAtIndex:",
4307 "_setScaleFactor:",
4308 "_setScriptErrorFromKVCException:",
4309 "_setScroller:",
4310 "_setScrollerSize:",
4311 "_setSelectedCell:",
4312 "_setSelectedCell:atRow:column:",
4313 "_setSelectedMember:withHistory:",
4314 "_setSelectedMembers:withHistory:",
4315 "_setSelectionFromPasteboard:",
4316 "_setSelectionIndexes:",
4317 "_setSelectionNeedsRefresh",
4318 "_setSelectionRange::",
4319 "_setSelectionString:",
4320 "_setSelectorName:",
4321 "_setShadowParameters",
4322 "_setSharedDocumentController:",
4323 "_setSheet:",
4324 "_setShouldCreateRenderers:",
4325 "_setShouldPostEventNotifications:",
4326 "_setShowAlpha:andForce:",
4327 "_setShowOpaqueGrowBox:",
4328 "_setShowPrintPanel:",
4329 "_setShowProgressPanel:",
4330 "_setShowingModalFrame:",
4331 "_setShowsAllDrawing:",
4332 "_setSidebarVolumesNode:favoritesNode:",
4333 "_setSidebarWidth:maintainSnap:constrain:",
4334 "_setSingleValue:forKey:",
4335 "_setSingleValue:forKeyPath:",
4336 "_setSortable:showSortIndicator:ascending:priority:",
4337 "_setSound:",
4338 "_setSpecialPurposeType:",
4339 "_setStartSubelementFromDescriptor:",
4340 "_setState:",
4341 "_setStatesImmediatelyInObject:index:triggerRedisplay:",
4342 "_setStoredInPageCache:",
4343 "_setStringValue:forKey:",
4344 "_setSubmenu:",
4345 "_setSuiteName:forAppleEventCode:",
4346 "_setSuperview:",
4347 "_setSuppressAutoenabling:",
4348 "_setSurface:",
4349 "_setSweeperInterval:",
4350 "_setSynonymTable:inSuite:",
4351 "_setTabRect:",
4352 "_setTabState:",
4353 "_setTabView:",
4354 "_setTarget:",
4355 "_setTargetProcess:",
4356 "_setTempHidden:",
4357 "_setTextAttributeParaStyleNeedsRecalc",
4358 "_setTextFieldStringValue:",
4359 "_setTextShadow:",
4360 "_setTexturedBackground:",
4361 "_setThousandSeparatorNoConsistencyCheck:",
4362 "_setThumbnailView:",
4363 "_setTitle:",
4364 "_setTitle:ofColumn:",
4365 "_setTitleFixedPointWindowFrame:display:animate:",
4366 "_setTitleNeedsDisplay",
4367 "_setToolTip:forView:cell:rect:owner:ownerIsDisplayDelegate:userData:",
4368 "_setToolbar:",
4369 "_setToolbarShowHideResizeWeightingOptimizationOn:",
4370 "_setToolbarView:",
4371 "_setToolbarViewWindow:",
4372 "_setTopLevelFrameName:",
4373 "_setTrackingHandlerRef:",
4374 "_setTrackingRect:inside:owner:userData:",
4375 "_setTrackingRects",
4376 "_setTriggeringAction:",
4377 "_setUIConstraints:",
4378 "_setURL:",
4379 "_setUndoMenuitemAction:target:title:",
4380 "_setUpAccessoryViewWithEditorTypes:exportableTypes:selectedType:enableExportable:",
4381 "_setUpAppKitCoercions",
4382 "_setUpAppKitTranslations",
4383 "_setUpDefaultTopLevelObject",
4384 "_setUpFoundationCoercions",
4385 "_setUpFoundationTranslations",
4386 "_setUpOperation:helpedBy:",
4387 "_setUpPlatformLineLayoutContext:forGlyphRange:isParagraph:",
4388 "_setUpTextField:",
4389 "_setUpdated:",
4390 "_setUseModalAppearance:",
4391 "_setUseSimpleTrackingMode:",
4392 "_setUsesFastJavaBundleSetup:",
4393 "_setUsesQuickdraw:",
4394 "_setUsesSmallTitleFont:",
4395 "_setUsesToolTipsWhenTruncated:",
4396 "_setUtilityWindow:",
4397 "_setValidatedPosixName:",
4398 "_setValue:forKeyPath:ofObject:atIndex:validateImmediately:raisesForNotApplicableKeys:error:",
4399 "_setValue:forKeyPath:ofObjectAtIndex:",
4400 "_setVerticallyCentered:",
4401 "_setVisible:",
4402 "_setVisibleInCache:forWindow:",
4403 "_setVisibleRectOfColumns:",
4404 "_setWaitingForCallback:",
4405 "_setWantsCellClipTips:",
4406 "_setWantsKeyboardLoop:",
4407 "_setWantsToActivate:",
4408 "_setWantsToBeOnMainScreen:",
4409 "_setWantsToDestroyRealWindow:",
4410 "_setWantsToolbarContextMenu:",
4411 "_setWebFrame:",
4412 "_setWebView:",
4413 "_setWin32MouseActivationInProgress:",
4414 "_setWindow:",
4415 "_setWindowContextForCurrentThread:",
4416 "_setWindowDepth:",
4417 "_setWindowFrameForPopUpAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:",
4418 "_setWindowNumber:",
4419 "_setWindowTag",
4420 "_setWithOffset:",
4421 "_setWords:inDictionary:",
4422 "_setWriteIndexPath:",
4423 "_setWritesCancelled:",
4424 "_settings",
4425 "_setup",
4426 "_setupBidiSettingsInGlyphVector:",
4427 "_setupBoundsForLineFragment:",
4428 "_setupButtonImageAndToolTips",
4429 "_setupCallbacks",
4430 "_setupDefaultTextViewContent",
4431 "_setupFileModeButtons",
4432 "_setupHistoryButtons",
4433 "_setupIdle",
4434 "_setupMessagePort",
4435 "_setupOpenPanel",
4436 "_setupRootForPrinting:",
4437 "_setupRunLoopTimer",
4438 "_setupSegmentSwitchForControl:firstImage:secondImage:action:",
4439 "_setupSurfaceAndStartSpinning:",
4440 "_setupToolTipsForView:",
4441 "_setupToolbar",
4442 "_setupUI",
4443 "_setupWindow",
4444 "_shadowFlags",
4445 "_shadowTabColorAtIndex:",
4446 "_shadowType",
4447 "_shapeMenuPanel",
4448 "_sharedData",
4449 "_sharedSecureFieldEditor",
4450 "_sharedTextCell",
4451 "_sharedWebFormDelegate",
4452 "_sheetDidDismiss:returnCode:contextInfo:",
4453 "_sheetDidEnd:returnCode:contextInfo:",
4454 "_sheetDidEndShouldDelete:returnCode:contextInfo:",
4455 "_sheetHeightAdjustment",
4456 "_shiftDown::::",
4457 "_shortNameFor:",
4458 "_shouldAbortMouseDownAfterDragAttempt:",
4459 "_shouldAllowAutoCollapseItemsDuringDragsDefault",
4460 "_shouldAllowAutoExpandItemsDuringDragsDefault",
4461 "_shouldAlwaysUpdateDisplayValue",
4462 "_shouldAttemptDroppingAsChildOfLeafItems",
4463 "_shouldAttemptIdleTimeDisposeOfLiveResizeCacheWithFrame:",
4464 "_shouldAttemptOriginLoad",
4465 "_shouldAutoscrollForDraggingInfo:",
4466 "_shouldBeTreatedAsInkEventInInactiveWindow:",
4467 "_shouldCoalesceTypingForText::",
4468 "_shouldContinueExpandAtLevel:beganAtLevel:",
4469 "_shouldCreateRenderers",
4470 "_shouldDispatch:invocation:sequence:coder:",
4471 "_shouldDisplayNodeInList:",
4472 "_shouldDrawFocus",
4473 "_shouldDrawRightSeparatorInView:",
4474 "_shouldDrawSelectionIndicator",
4475 "_shouldDrawTwoBitGray",
4476 "_shouldForceShiftModifierWithKeyEquivalent:",
4477 "_shouldHaveBlinkTimer",
4478 "_shouldHaveResizeCursorAtPoint:",
4479 "_shouldInsertHyphenGlyph:atIndex:",
4480 "_shouldInstallToolTip:",
4481 "_shouldLiveResizeUseCachedImage",
4482 "_shouldPostEventNotifications",
4483 "_shouldPowerOff",
4484 "_shouldReloadForCurrent:andDestination:",
4485 "_shouldRepresentFilename",
4486 "_shouldRequireAutoCollapseOutlineAfterDropsDefault",
4487 "_shouldSetHighlightToFlag:",
4488 "_shouldShowFirstResponderForCell:",
4489 "_shouldShowFocusRing",
4490 "_shouldShowNode:",
4491 "_shouldStealHitTestForCurrentEvent",
4492 "_shouldTerminate",
4493 "_shouldTerminateWithDelegate:shouldTerminateSelector:",
4494 "_shouldTransformMatrix",
4495 "_shouldTreatURLAsSameAsCurrent:",
4496 "_shouldUseAliasToLocate:",
4497 "_shouldUseSecondaryHighlightColor",
4498 "_show:",
4499 "_showAs",
4500 "_showBorder",
4501 "_showDragError:forFilename:",
4502 "_showDrawRect:",
4503 "_showDropShadow",
4504 "_showField:",
4505 "_showField:identifier:",
4506 "_showHideToolbar:resizeWindow:animate:",
4507 "_showKeyboardUILoop",
4508 "_showOpaqueGrowBox",
4509 "_showOpenHandCursor:",
4510 "_showTextColorImmediatelyInObject:index:",
4511 "_showToolTip",
4512 "_showToolTip:",
4513 "_showToolbar:animate:",
4514 "_showToolbarWithAnimation:",
4515 "_showingFocusRingAroundEnclosingScrollView:",
4516 "_showsAllDrawing",
4517 "_showsNode:",
4518 "_shutDrawer",
4519 "_sidebar",
4520 "_sidebarView",
4521 "_signatureValid",
4522 "_simpleDeleteGlyphsInRange:",
4523 "_simpleDescription",
4524 "_simpleInsertGlyph:atGlyphIndex:characterIndex:elastic:",
4525 "_simpleOverflowMenuItemClicked:",
4526 "_singleFilePathValue",
4527 "_singleMutableArrayValueForKey:",
4528 "_singleMutableArrayValueForKeyPath:",
4529 "_singleValueForKey:",
4530 "_singleValueForKey:operationKey:",
4531 "_singleValueForKeyPath:",
4532 "_singleValueForKeyPath:operationKey:",
4533 "_size",
4534 "_sizeAllDrawers",
4535 "_sizeAllDrawersWithRect:",
4536 "_sizeDocumentViewToColumnsAndAlignIfNecessary:",
4537 "_sizeDownIfPossible",
4538 "_sizeEditDone:",
4539 "_sizeHorizontallyToFit",
4540 "_sizeLastColumnToFitIfNecessary",
4541 "_sizeListChanged:",
4542 "_sizeMatrixOfColumnToFit:",
4543 "_sizeModeIsValidForCurrentDisplayMode:",
4544 "_sizeOfTitlebarFileButton",
4545 "_sizeToFit:",
4546 "_sizeToFitColumn:withEvent:",
4547 "_sizeToFitColumn:withSizeToFitType:",
4548 "_sizeToFitColumnMenuAction:",
4549 "_sizeToFitIfNecessary",
4550 "_sizeToFitText",
4551 "_sizeVerticalyToFit",
4552 "_sizeWindowForPicker:",
4553 "_sizeWithRect:",
4554 "_sizeWithSize:",
4555 "_sizeWithSize:attributes:",
4556 "_slideWithDelta:beginOperation:endOperation:",
4557 "_smallEncodingGlyphIndexForCharacterIndex:startOfRange:okToFillHoles:",
4558 "_smallestEncodingInCFStringEncoding",
4559 "_snapPositionConstrainedResizeSplitView:",
4560 "_snapSplitPosition:forItem:snapIndex:",
4561 "_sniffForContentType",
4562 "_sortCollections",
4563 "_sortDescriptors",
4564 "_sortLabelsUsing:",
4565 "_sortNodes:",
4566 "_sortOrderAutoSaveNameWithPrefix",
4567 "_sound",
4568 "_speakingString",
4569 "_specialControlView",
4570 "_specialPurposeType",
4571 "_specialServicesMenuUpdate",
4572 "_specifierTestFromDescriptor:inCommandConstructionContext:",
4573 "_spellServers",
4574 "_spellingGuessesForRange:",
4575 "_spellingSelectionRangeForProposedRange:",
4576 "_standardCommonMenuFormRepresentationClicked:",
4577 "_standardCustomMenuFormRepresentationClicked:",
4578 "_standardFrame",
4579 "_startAnimation",
4580 "_startAnimationWithThread:",
4581 "_startAutoExpandingItemFlash",
4582 "_startChanging",
4583 "_startDraggingUpdates",
4584 "_startDrawingThread:",
4585 "_startHeartBeating",
4586 "_startHitTracking:",
4587 "_startInsertionOptimization",
4588 "_startInsertionOptimizationWithDragSource:",
4589 "_startLiveResize",
4590 "_startLiveResizeAsTopLevel",
4591 "_startLiveResizeCacheOK:",
4592 "_startLiveResizeForAllDrawers",
4593 "_startLoading",
4594 "_startLoading:",
4595 "_startMove",
4596 "_startRunMethod",
4597 "_startRunWithDuration:firingInterval:",
4598 "_startSearch",
4599 "_startSheet",
4600 "_startSound",
4601 "_startTearingOffWithScreenPoint:",
4602 "_startTimer:",
4603 "_startingWithDocument:continueSavingAndClosingAll:contextInfo:",
4604 "_startupThread",
4605 "_stashCollapsedOrigin:",
4606 "_stashOrigin:",
4607 "_stashedOrigin",
4608 "_state",
4609 "_stateMarkerForValue:",
4610 "_statusItemWithLength:withPriority:",
4611 "_stepInUpDirection:",
4612 "_stopAnimation",
4613 "_stopAnimationWithWait:",
4614 "_stopAutoExpandingItemFlash",
4615 "_stopDraggingUpdates",
4616 "_stopLoading",
4617 "_stopLoadingInternal",
4618 "_stopLoadingWithError:",
4619 "_stopModal:",
4620 "_stopObservingValue:andStartObservingValue:ofObject:",
4621 "_stopPeriodicEventsForSource:",
4622 "_stopRun",
4623 "_stopSearchTimer",
4624 "_stopTearingOff",
4625 "_stopTimerIfRunningForToolTip:",
4626 "_storeCurrentDirectory",
4627 "_storeExpandedFrameSize",
4628 "_storeExpandedState",
4629 "_storeFileListMode",
4630 "_storeRootDirectory",
4631 "_storeUserSetHideExtensionButtonState",
4632 "_storedInPageCache",
4633 "_stringByReplacingChar:withChar:inString:",
4634 "_stringByResolvingSymlinksInPathUsingCache:",
4635 "_stringByStandardizingPathUsingCache:",
4636 "_stringByTranslatingAliasDescriptor:toType:inSuite:",
4637 "_stringByTranslatingFSSpecDescriptor:toType:inSuite:",
4638 "_stringByTranslatingTextDescriptor:toType:inSuite:",
4639 "_stringByTrimmingLeadingDot",
4640 "_stringForEditing",
4641 "_stringRepresentation",
4642 "_stringSearchParametersForListingViews",
4643 "_stringToWrite",
4644 "_stringValueForKey:",
4645 "_stringWithData:",
4646 "_stringWithSavedFrame",
4647 "_stringWithSeparator:atFrequency:",
4648 "_stripAttachmentCharactersFromAttributedString:",
4649 "_stripAttachmentCharactersFromString:",
4650 "_subImageFocus",
4651 "_subclassManagesData",
4652 "_subrowEqualing:inArray:",
4653 "_subsetDescription",
4654 "_substituteFontName:flag:",
4655 "_substituteGlyphWithPlatformGlyphArray:length:glyphFlushCheck:",
4656 "_subtractColor:",
4657 "_subviews",
4658 "_suggestCompletionsForPartialWordRange:inString:language:",
4659 "_suggestGuessesForWord:inLanguage:",
4660 "_suiteNameForAppleEventCode:",
4661 "_summationRectForFont",
4662 "_superviewClipViewFrameChanged:",
4663 "_supportsCertificatePolicy:",
4664 "_supportsMinAndMax",
4665 "_supposedNumberOfItems",
4666 "_surface",
4667 "_surfaceBounds",
4668 "_surfaceDidComeBack:",
4669 "_surfaceNeedsUpdate:",
4670 "_surfaceWillGoAway:",
4671 "_surrogateFontName:",
4672 "_surroundValueInString:withLength:andBuffer:",
4673 "_swap",
4674 "_swapName",
4675 "_sweeperInterval",
4676 "_switchImage",
4677 "_switchImage:andUpdateColor:",
4678 "_switchInitialFirstResponder:lastKeyView:forTabViewItem:",
4679 "_switchTabViewItem:oldView:withTabViewItem:newView:initialFirstResponder:lastKeyView:",
4680 "_switchToPicker:",
4681 "_switchToPlatformInput:",
4682 "_switchViewForToolbarItem:",
4683 "_syncAllExpandedNodes",
4684 "_syncItemSet",
4685 "_syncLoop:",
4686 "_syncScrollerSizeOfColumn:",
4687 "_syncSwatchSizeToSavedNumVisibleRows",
4688 "_syncToolbarPosition",
4689 "_syncWithRemoteBuddies",
4690 "_synchronizeTextView:",
4691 "_synchronizeTitlesAndColumnsViewVisibleRect",
4692 "_synchronizeTitlesAndColumnsViewWidth",
4693 "_synchronizeWindowTitles",
4694 "_synchronizeWithPeerBindersInArray:",
4695 "_synonymTableInSuite:",
4696 "_synonymTerminologyDictionaryForCode:inSuite:",
4697 "_synonymsInSuite:",
4698 "_systemColorChanged:",
4699 "_systemColorsChanged:",
4700 "_tabHeight",
4701 "_tabOrientation",
4702 "_tabRect",
4703 "_tabRectAdjustedForOverlap:",
4704 "_tabRectForTabViewItem:",
4705 "_tabViewWillRemoveFromSuperview",
4706 "_table",
4707 "_tableBinderForTableView:",
4708 "_tableColumnSizeChanged:",
4709 "_takeApplicationMenuIfNeeded:",
4710 "_takeColorFrom:andSendAction:",
4711 "_takeColorFromAndSendActionIfContinuous:",
4712 "_takeColorFromDoAction:",
4713 "_takeDownConverterPort",
4714 "_takeFocus",
4715 "_target",
4716 "_taskNowMultiThreaded:",
4717 "_tempHide:relWin:",
4718 "_tempHideHODWindow",
4719 "_tempUnhideHODWindow",
4720 "_temporaryAttribute:atCharacterIndex:effectiveRange:",
4721 "_temporaryAttribute:atCharacterIndex:longestEffectiveRange:inRange:",
4722 "_temporaryAttributesAtCharacterIndex:longestEffectiveRange:inRange:",
4723 "_temporaryFilename:",
4724 "_termOneShotWindow",
4725 "_termWindowIfOwner",
4726 "_terminate",
4727 "_terminate:",
4728 "_terminateSendShould:",
4729 "_terminologyDictionaryForToOneRelationship:",
4730 "_terminologyRegistry",
4731 "_terminologyRegistryForSuite:",
4732 "_testBinderConfiguration:repairBindings:",
4733 "_testWithComparisonOperator:object1:object2:",
4734 "_textAttributes",
4735 "_textDidEndEditing:",
4736 "_textDimColor",
4737 "_textHighlightColor",
4738 "_textLength",
4739 "_textSizeMultiplierChanged",
4740 "_textViewOwnsTextStorage",
4741 "_textureImage",
4742 "_texturePattern",
4743 "_themeContentRect",
4744 "_themeTabAndBarArea",
4745 "_thousandChar",
4746 "_threadContext",
4747 "_threadedImportTipCards",
4748 "_threadedSave:",
4749 "_thumbnailView",
4750 "_tightenGlyphVector:delta:maxWidth:",
4751 "_tile:",
4752 "_tileContinuousScrollingBrowser",
4753 "_tileNonContinuousScrollingBrowser",
4754 "_tileTitlebar",
4755 "_timeOfLastCompletedLoad",
4756 "_timeRemaining",
4757 "_timedAdjustTextControl:",
4758 "_timedLayout:",
4759 "_timestamp",
4760 "_title",
4761 "_title:",
4762 "_titleCellHeight",
4763 "_titleCellHeight:",
4764 "_titleCellOfColumn:",
4765 "_titleCellSize",
4766 "_titleCellSizeForTitle:styleMask:",
4767 "_titleIsRepresentedFilename",
4768 "_titleRectForCellFrame:",
4769 "_titleRectForTabViewItem:",
4770 "_titleSizeWithSize:",
4771 "_titleWidth",
4772 "_titlebarHeight",
4773 "_titlebarHeight:",
4774 "_titlebarTitleRect",
4775 "_tmpPasteboardWithCFPasteboard:",
4776 "_toOneRelationshipTerminologyKeys",
4777 "_toggleCollapsedSplitView",
4778 "_toggleFrameAutosaveEnabled:",
4779 "_toggleLogging",
4780 "_toggleOrderedFrontMost:",
4781 "_toggleOrderedFrontMostWillOrderOut",
4782 "_toggleSelectAnyValidResponderOverride",
4783 "_toggleShown:",
4784 "_toggleToolbarConfigPanel:",
4785 "_toggleTypographyPanel",
4786 "_toolTipTimer",
4787 "_toolbar",
4788 "_toolbarAttributesChanged:",
4789 "_toolbarBackgroundColor",
4790 "_toolbarButtonIsClickable",
4791 "_toolbarButtonOrigin",
4792 "_toolbarCommonBeginInit",
4793 "_toolbarCommonFinishInit",
4794 "_toolbarContentsAttributesChanged:",
4795 "_toolbarContentsChanged:",
4796 "_toolbarFrameSizeChanged:oldSize:",
4797 "_toolbarInsertedNewItemNotification:",
4798 "_toolbarIsHidden",
4799 "_toolbarIsInTransition",
4800 "_toolbarIsShown",
4801 "_toolbarItemCommonInit",
4802 "_toolbarLabelFontOfSize:",
4803 "_toolbarLabelFontSize",
4804 "_toolbarModeChangedNotification:",
4805 "_toolbarMovedItemNotification:",
4806 "_toolbarPatternPhase",
4807 "_toolbarPillButtonClicked:",
4808 "_toolbarRegisterForNotifications",
4809 "_toolbarRemovedItemNotification:",
4810 "_toolbarReplacedAllItemsNotification:",
4811 "_toolbarSmallLabelFontSize",
4812 "_toolbarUnregisterForNotifications",
4813 "_toolbarView",
4814 "_toolbarViewCommonInit",
4815 "_toolbarWillDeallocNotification:",
4816 "_tooltipForColorPicker:",
4817 "_topCornerSize",
4818 "_topHandling",
4819 "_topLeftResizeCursor",
4820 "_topMenuView",
4821 "_topRightResizeCursor",
4822 "_topmostChild",
4823 "_totalHeightOfTableView",
4824 "_totalMinimumTabsLengthWithOverlap:",
4825 "_totalNominalTabsLengthWithOverlap:",
4826 "_totalTabsLength:overlap:",
4827 "_trackAndModifySelectionWithEvent:onColumn:stopOnReorderGesture:",
4828 "_trackAttachmentClick:characterIndex:glyphIndex:attachmentCell:",
4829 "_trackButton:forEvent:inRect:ofView:",
4830 "_trackMenuSelection",
4831 "_trackMenuSelectionInMatrix:",
4832 "_trackMouse:",
4833 "_trackMouseDownInWindow:withSelectedItem:",
4834 "_trackingHandlerRef",
4835 "_transferWindowOwnership",
4836 "_transformerRegistry",
4837 "_transitionToCommitted:",
4838 "_transitionToLayoutAcceptable",
4839 "_transparency",
4840 "_trashContainsOrIs:",
4841 "_traverseToSubmenu",
4842 "_traverseToSupermenu",
4843 "_treeHasDragTypes",
4844 "_triggerRefreshAtEndOfEvent",
4845 "_triggeringAction",
4846 "_trimRecentSearchList",
4847 "_trimWithCharacterSet:",
4848 "_trueName",
4849 "_truncateToSizeLimit:",
4850 "_tryChallenge:",
4851 "_tryDrop:dropItem:dropChildIndex:",
4852 "_tryDrop:dropRow:dropOperation:",
4853 "_tryToSendDoubleAction",
4854 "_turnOffVerticalScroller",
4855 "_turnOnVerticalScroller",
4856 "_type",
4857 "_typeAhead:",
4858 "_typeDictForType:",
4859 "_typeOfPrintFilter:",
4860 "_types",
4861 "_typesForDocumentClass:includeEditors:includeViewers:includeExportable:",
4862 "_typesetterBehavior",
4863 "_typesetterIsBusy",
4864 "_uiClearField:",
4865 "_umask",
4866 "_unbind:existingNibConnectors:connectorsToRemove:connectorsToAdd:",
4867 "_uncachedSize",
4868 "_under",
4869 "_underlineIsOn",
4870 "_underlineStyleForArgument:",
4871 "_undoManager",
4872 "_undoRedoAttributedSubstringFromRange:",
4873 "_undoRedoChangeProperties",
4874 "_undoRedoTextOperation:",
4875 "_undoStack",
4876 "_unformattedAttributedStringValue:",
4877 "_ungrowFrameForDropGapStyle",
4878 "_unhide",
4879 "_unhideAllDrawers",
4880 "_unhideChildren",
4881 "_unhideHODWindow",
4882 "_unhideSheet",
4883 "_unhookColumnSubviews",
4884 "_uniqueIdForTable:",
4885 "_uniqueNameForNewSubdocument:",
4886 "_uniqueVolumeNameForName:",
4887 "_unitsForClientLocation:",
4888 "_unitsForRulerLocation:",
4889 "_unlock",
4890 "_unlockFirstResponder",
4891 "_unlockFocusNoRecursion",
4892 "_unlockQuickDrawPort",
4893 "_unlockViewHierarchyForDrawing",
4894 "_unlockViewHierarchyForModification",
4895 "_unnamedArgumentDescription",
4896 "_unobstructedPortionOfRect:",
4897 "_unpinViews:resizeMasks:",
4898 "_unregisterDragTypes",
4899 "_unregisterForChildChangedNotifications",
4900 "_unregisterForCompletion:",
4901 "_unregisterForMovieIdle",
4902 "_unregisterForToolbarNotifications:",
4903 "_unregisterMenuForKeyEquivalentUniquing:",
4904 "_unregisterMenuItemForKeyEquivalentUniquing:",
4905 "_unregisterTableColumnBinder:fromTableColumn:",
4906 "_unregisterToolbarInstance:",
4907 "_unregisterWithObject:",
4908 "_unresolveTypeAlias:",
4909 "_unscheduleFromCFRunLoop:forMode:",
4910 "_unsetFinalSlide",
4911 "_unshowOpenHandCursor:",
4912 "_untitledDocumentNumber",
4913 "_update",
4914 "_update:",
4915 "_updateAllViews",
4916 "_updateAntialiasingThreshold",
4917 "_updateAppleMenu:",
4918 "_updateAttributes",
4919 "_updateAutoscrollingStateWithTrackingViewPoint:event:",
4920 "_updateButtonState",
4921 "_updateButtons",
4922 "_updateCommandDisplayWithRecognizer",
4923 "_updateContentsIfNecessary",
4924 "_updateCookiesFromServer",
4925 "_updateCountLabelForLayout:",
4926 "_updateCrayonsFromColorList",
4927 "_updateDateColumnDetailLevelWidths",
4928 "_updateDateColumnDetailLevels",
4929 "_updateDefaultState:forCredential:protectionSpace:",
4930 "_updateDefaults",
4931 "_updateDependenciesWithPeerBinders:",
4932 "_updateDragInsertion:",
4933 "_updateDragInsertionIndicatorWith:",
4934 "_updateEnabled",
4935 "_updateExpirationTimer:",
4936 "_updateFileDatabase",
4937 "_updateFileNamesForChildren",
4938 "_updateFirstItem",
4939 "_updateFocusRing",
4940 "_updateForEditedMovie:",
4941 "_updateFormats:",
4942 "_updateFrameWidgets",
4943 "_updateFromPath:checkOnly:exists:",
4944 "_updateHideExtensionButtonStateFromNameFieldContents",
4945 "_updateHighlightedItemWithTrackingViewPoint:event:",
4946 "_updateIconDatabaseWithURL:",
4947 "_updateIndex",
4948 "_updateInputManagerState",
4949 "_updateKeychainItem:",
4950 "_updateKnownNotVisibleAppleMenu:",
4951 "_updateLabel",
4952 "_updateLastEditingAndFocusRingFrame",
4953 "_updateLastUncollapsedSidebarWidth",
4954 "_updateLengthAndSelectedRange:",
4955 "_updateLoading",
4956 "_updateMenuForClippedItems",
4957 "_updateMenuMatrix",
4958 "_updateMouseTracking",
4959 "_updateMouseTracking:",
4960 "_updateMouseoverWithEvent:",
4961 "_updateMouseoverWithFakeEvent",
4962 "_updateNameFieldContentsFromHideExtensionButtonState",
4963 "_updateNodeList:byAddingNode:",
4964 "_updateNodeList:byRemovingNode:",
4965 "_updateNodeList:forChangedProperty:ofNode:",
4966 "_updateNumberOfTitleCellsIfNecessary",
4967 "_updateObject:atIndex:ignoreIfNotController:",
4968 "_updateObject:forChangeInController:",
4969 "_updateOkButtonEnabledState",
4970 "_updateParagraphStyleSettings:attributes:",
4971 "_updatePlaceholdersForBindingInfo:",
4972 "_updateProxySettings",
4973 "_updateRulerlineForRuler:oldPosition:newPosition:vertical:",
4974 "_updateSearchMenu",
4975 "_updateSeekingSubmenuWithScreenPoint:viewPoint:event:",
4976 "_updateSelectedItem:forKeyDown:",
4977 "_updateSelectionIndexes:",
4978 "_updateSortDescriptors:",
4979 "_updateSubmenuKnownStale:",
4980 "_updateTearOffPositionWithScreenPoint:",
4981 "_updateTitle",
4982 "_updateUIToMatchCachedValues",
4983 "_updateUsageForTextContainer:addingUsedRect:",
4984 "_updateWebCoreSettingsFromPreferences:",
4985 "_updateWidgets",
4986 "_updateWindowsUsingCache",
4987 "_updatedCardWithChanges:",
4988 "_updatingIndex:",
4989 "_url",
4990 "_useIconNamed:from:",
4991 "_usePolicy:",
4992 "_useSharedKitWindow:rect:",
4993 "_useSimpleTrackingMode",
4994 "_useSquareToolbarSelectionHighlight",
4995 "_useUserKeyEquivalent",
4996 "_userCanChangeSelection",
4997 "_userCanEditTableColumn:row:",
4998 "_userCanSelectAndEditTableColumn:row:",
4999 "_userCanSelectColumn:",
5000 "_userCanSelectRow:",
5001 "_userChangeSelection:fromAnchorRow:toRow:lastExtensionRow:selecting:",
5002 "_userDefaultsKeysForIB",
5003 "_userDeleteRange:",
5004 "_userDeselectColumn:",
5005 "_userDeselectRow:",
5006 "_userInsertItemWithItemIdentifier:atIndex:",
5007 "_userKeyEquivalentForTitle:",
5008 "_userKeyEquivalentModifierMaskForTitle:",
5009 "_userLoggedOut",
5010 "_userMoveItemFromIndex:toIndex:",
5011 "_userRemoveItemAtIndex:",
5012 "_userReplaceRange:withString:",
5013 "_userResetToDefaultConfiguration",
5014 "_userSelectColumn:byExtendingSelection:",
5015 "_userSelectColumnRange:toColumn:byExtendingSelection:",
5016 "_userSelectRow:byExtendingSelection:",
5017 "_userSelectRowRange:toRow:byExtendingSelection:",
5018 "_userSelectTextOfNextCell",
5019 "_userSelectTextOfNextCellInSameColumn",
5020 "_userSelectTextOfPreviousCell",
5021 "_userSetCurrentItemsToItemIdentifiers:",
5022 "_usernameForRealm:URL:",
5023 "_usesATSTypesetter",
5024 "_usesCorrectContentSize",
5025 "_usesCustomTrackImage",
5026 "_usesFastJavaBundleSetup",
5027 "_usesNoRulebook",
5028 "_usesPageCache",
5029 "_usesProgrammingLanguageBreaks",
5030 "_usesQuickdraw",
5031 "_usesScreenFonts",
5032 "_usesToolTipsWhenTruncated",
5033 "_usesUnnamedArgumentsInSuite:",
5034 "_usesUserKeyEquivalent",
5035 "_usingAlternateHighlightColorWithFrame:inView:",
5036 "_usingToolbarShowHideWeightingOptimization",
5037 "_vCard21RepresentationOfRecords:",
5038 "_vCard30RepresentationOfRecords:",
5039 "_vCardKeyForAddressLabel:vCard3:",
5040 "_vCardKeyForEmailLabel:",
5041 "_vCardKeyForGenericLabel:",
5042 "_vCardKeysForPhoneLabel:",
5043 "_vCardRepresentation",
5044 "_vCardRepresentationAsString",
5045 "_validDestinationForDragsWeInitiate",
5046 "_validFrameForResizeFrame:fromResizeEdge:",
5047 "_validIndexes:indexType:",
5048 "_validItemViewerBounds",
5049 "_validItemViewerBoundsAssumingClipIndicatorNotShown",
5050 "_validItemViewerBoundsAssumingClipIndicatorShown",
5051 "_validRememberedEditingFirstResponder",
5052 "_validSize:force:",
5053 "_validateAsCommonItem:",
5054 "_validateAsCustomItem:",
5055 "_validateBundleSecurity",
5056 "_validateCollections:",
5057 "_validateDisplayValue",
5058 "_validateEditing:",
5059 "_validateEntryString:uiHandled:",
5060 "_validateExtrasButton:",
5061 "_validateFaces:",
5062 "_validateGroupsSelection",
5063 "_validateLDAPServer",
5064 "_validateMenuFormRepresentation:",
5065 "_validateMultipleValue:forKeyPath:atIndex:error:",
5066 "_validateNewWidthOfColumn:width:",
5067 "_validatePaginationAttributes",
5068 "_validateSingleValue:forKey:error:",
5069 "_validateSingleValue:forKeyPath:error:",
5070 "_validateSizes:",
5071 "_validateStyleMask:",
5072 "_validateValue:forKeyPath:ofObjectAtIndex:error:",
5073 "_validateViewIsInViewHeirarchy:",
5074 "_validateVisibleToolbarItems",
5075 "_validatedPosixName",
5076 "_validatedStoredUsageForTextContainerAtIndex:",
5077 "_value",
5078 "_valueBuffer",
5079 "_valueByTranslatingOSAErrorRangeDescriptor:toType:inSuite:",
5080 "_valueClass",
5081 "_valueClass:",
5082 "_valueForDepth:",
5083 "_valueForIdentifier:",
5084 "_valueForKeyPath:ofObject:atIndex:raisesForNotApplicableKeys:",
5085 "_valueForKeyPath:ofObjectAtIndex:",
5086 "_valueInMultiValue:",
5087 "_valueTransformerNameForBinding:",
5088 "_valueTypesInSuite:",
5089 "_valueWithOperatorKeyPath:",
5090 "_verifyDataIsPICT:withFrame:",
5091 "_verifyDefaultButtonCell",
5092 "_verifySelectionIsOK",
5093 "_verticalDistanceForLineScroll",
5094 "_verticalDistanceForPageScroll",
5095 "_verticalKeyboardScrollAmount",
5096 "_verticalOriginForRow:",
5097 "_verticalResizeCursor",
5098 "_view",
5099 "_viewAboveAccessoryView",
5100 "_viewClassForMIMEType:",
5101 "_viewDetaching:",
5102 "_viewDidMoveToHostWindow",
5103 "_viewFreeing:",
5104 "_viewTypesAllowImageTypeOmission:",
5105 "_viewWillMoveToHostWindow:",
5106 "_visibleAndCanBecomeKey",
5107 "_visibleAndCanBecomeKeyLimitedOK:",
5108 "_visibleItemViewers",
5109 "_visibleRectOfColumns",
5110 "_volumeIsEjectableForRefNum:",
5111 "_volumeIsLocalForRefNum:",
5112 "_waitCursor",
5113 "_waitForLoadThreadSetup",
5114 "_wakeup",
5115 "_wantToBeModal",
5116 "_wantsCellClipTips",
5117 "_wantsCellClipTipsWhenDisplayedInRect:inView:",
5118 "_wantsDeviceDependentEventModifierFlags",
5119 "_wantsHeartBeat",
5120 "_wantsKeyboardLoop",
5121 "_wantsLiveResizeToUseCachedImage",
5122 "_wantsOldValueForKey:",
5123 "_wantsToActivate",
5124 "_wantsToDestroyRealWindow",
5125 "_wantsToHaveLeadingBelow",
5126 "_wantsToolbarContextMenu",
5127 "_wasRedirectedToRequest:redirectResponse:",
5128 "_webDataRequestBaseURL",
5129 "_webDataRequestData",
5130 "_webDataRequestEncoding",
5131 "_webDataRequestExternalRequest",
5132 "_webDataRequestMIMEType",
5133 "_webDataRequestParametersForReading",
5134 "_webDataRequestParametersForWriting",
5135 "_webDataRequestSetBaseURL:",
5136 "_webDataRequestSetData:",
5137 "_webDataRequestSetEncoding:",
5138 "_webDataRequestSetMIMEType:",
5139 "_webDataRequestURLForData:",
5140 "_webIsDataProtocolURL:",
5141 "_webKitErrorWithCode:failingURL:",
5142 "_webPreferences",
5143 "_webView",
5144 "_webViewClass",
5145 "_web_HTTPStyleLanguageCode",
5146 "_web_HTTPStyleLanguageCodeWithoutRegion",
5147 "_web_RFC1123DateString",
5148 "_web_RFC1123DateStringWithTimeInterval:",
5149 "_web_URLByRemovingFragment",
5150 "_web_URLByRemovingLastPathComponent",
5151 "_web_URLByRemovingUserAndPath",
5152 "_web_URLByRemovingUserAndQueryAndFragment",
5153 "_web_URLComponents",
5154 "_web_URLFragment",
5155 "_web_URLWithComponents:",
5156 "_web_URLWithString:",
5157 "_web_URLWithString:relativeToURL:",
5158 "_web_acceptLanguageHeaderForPreferredLanguages",
5159 "_web_addDefaultsChangeObserver",
5160 "_web_addDotLocalIfNeeded",
5161 "_web_addErrorsWithCodesAndDescriptions:inDomain:",
5162 "_web_arrayByRemovingIfSelector:",
5163 "_web_backgroundRemoveFileAtPath:",
5164 "_web_backgroundRemoveLeftoverFiles:",
5165 "_web_bestURL",
5166 "_web_boolForKey:",
5167 "_web_buildAcceptLanguageHeaderFromPreferredLanguages:",
5168 "_web_canonicalize",
5169 "_web_capitalizeRFC822HeaderFieldName",
5170 "_web_carbonPathForPath:",
5171 "_web_changeFileAttributes:atPath:",
5172 "_web_changeFinderAttributes:forFileAtPath:",
5173 "_web_characterSetFromContentTypeHeader",
5174 "_web_checkLastReferenceForIdentifier:",
5175 "_web_compareDay:",
5176 "_web_countOfString:",
5177 "_web_createDirectoryAtPathWithIntermediateDirectories:attributes:",
5178 "_web_createFileAtPath:contents:attributes:",
5179 "_web_createFileAtPathWithIntermediateDirectories:contents:attributes:directoryAttributes:",
5180 "_web_createIntermediateDirectoriesForPath:attributes:",
5181 "_web_dateByAdjustingFor1950Cutoff",
5182 "_web_dateFromHTTPDateString:",
5183 "_web_defaultsDidChange",
5184 "_web_dissolveToFraction:",
5185 "_web_doesEveryElementSatisfyPredicate:",
5186 "_web_domainFromHost",
5187 "_web_domainMatches:",
5188 "_web_doubleForKey:",
5189 "_web_dragOperationForDraggingInfo:",
5190 "_web_dragPromisedImage:rect:URL:fileType:title:event:",
5191 "_web_dragShouldBeginFromMouseDown:withExpiration:",
5192 "_web_dragShouldBeginFromMouseDown:withExpiration:xHysteresis:yHysteresis:",
5193 "_web_dragTypesForURL",
5194 "_web_drawAtPoint:font:textColor:",
5195 "_web_encodeWWWFormURLData",
5196 "_web_encodeWWWFormURLData:",
5197 "_web_errorIsInDomain:",
5198 "_web_errorWithDomain:code:failingURL:",
5199 "_web_extractFourCharCode",
5200 "_web_failingURL",
5201 "_web_fileExistsAtPath:isDirectory:traverseLink:",
5202 "_web_fileNameFromContentDispositionHeader",
5203 "_web_filenameByFixingIllegalCharacters",
5204 "_web_filteredArrayWithSelector:",
5205 "_web_filteredArrayWithSelector:withObject:",
5206 "_web_firstOccurrenceOfCharacter:",
5207 "_web_fixedCarbonPOSIXPath",
5208 "_web_floatForKey:",
5209 "_web_guessedMIMEType",
5210 "_web_guessedMIMETypeForExtension:",
5211 "_web_hasCaseInsensitivePrefix:",
5212 "_web_hasCaseInsensitiveSubstring:",
5213 "_web_hasCaseInsensitiveSuffix:",
5214 "_web_hasCountryCodeTLD",
5215 "_web_hasSubstring:atIndex:",
5216 "_web_hostWithPort",
5217 "_web_inHTMLView",
5218 "_web_indexOfObjectSatisfyingPredicate:withObject:",
5219 "_web_initWithDomain:code:failingURL:",
5220 "_web_intForKey:",
5221 "_web_isAllStrings",
5222 "_web_isCaseInsensitiveEqualToString:",
5223 "_web_isFTPDirectoryURL",
5224 "_web_isFileURL",
5225 "_web_isJavaScriptURL",
5226 "_web_isToday",
5227 "_web_lastOccurrenceOfCharacter:",
5228 "_web_localizedDescription",
5229 "_web_locationAfterFirstBlankLine",
5230 "_web_longForKey:",
5231 "_web_looksLikeAbsoluteURL",
5232 "_web_looksLikeDomainName",
5233 "_web_looksLikeIPAddress",
5234 "_web_lowercaseStrings",
5235 "_web_makeObjectsPerformSelector:withObject:withObject:",
5236 "_web_makePluginViewsPerformSelector:withObject:",
5237 "_web_mappedArrayWithFunction:context:",
5238 "_web_mappedArrayWithSelector:",
5239 "_web_mimeTypeFromContentTypeHeader",
5240 "_web_noteFileChangedAtPath:",
5241 "_web_numberForKey:",
5242 "_web_objectForMIMEType:",
5243 "_web_parentWebFrameView",
5244 "_web_parseAsKeyValuePair",
5245 "_web_parseAsKeyValuePairHandleQuotes:",
5246 "_web_parseRFC822HeaderFields",
5247 "_web_pathWithQuery",
5248 "_web_performBooleanSelector:",
5249 "_web_performBooleanSelector:withObject:",
5250 "_web_preferredLanguageCode",
5251 "_web_propagateDirtyRectToAncestor",
5252 "_web_rangeOfURLHost",
5253 "_web_rangeOfURLPassword",
5254 "_web_rangeOfURLPort",
5255 "_web_rangeOfURLResourceSpecifier",
5256 "_web_rangeOfURLScheme",
5257 "_web_rangeOfURLUser",
5258 "_web_rangeOfURLUserPasswordHostPort",
5259 "_web_removeFileOnlyAtPath:",
5260 "_web_saveAndOpen",
5261 "_web_scaleToMaxSize:",
5262 "_web_scanForURLsInString:tag:attribute:relativeToURL:",
5263 "_web_scriptIfJavaScriptURL",
5264 "_web_selectorValue",
5265 "_web_setBool:forKey:",
5266 "_web_setDouble:forKey:",
5267 "_web_setFindPasteboardString:withOwner:",
5268 "_web_setFloat:forKey:",
5269 "_web_setInt:forKey:",
5270 "_web_setLong:forKey:",
5271 "_web_setObject:forUncopiedKey:",
5272 "_web_setObjectIfNotNil:forKey:",
5273 "_web_setShort:forKey:",
5274 "_web_setUnsignedInt:forKey:",
5275 "_web_setUnsignedLong:forKey:",
5276 "_web_setUnsignedShort:forKey:",
5277 "_web_shortForKey:",
5278 "_web_shouldLoadAsEmptyDocument",
5279 "_web_spaceSeparatedPrefix",
5280 "_web_spaceSeparatedSuffix",
5281 "_web_splitAtNonDateCommas",
5282 "_web_startsWithBlankLine",
5283 "_web_startupVolumeName",
5284 "_web_stringByCollapsingNonPrintingCharacters",
5285 "_web_stringByExpandingTildeInPath",
5286 "_web_stringByReplacingValidPercentEscapes",
5287 "_web_stringByStrippingCharactersFromSet:",
5288 "_web_stringByTrimmingWhitespace",
5289 "_web_stringForKey:",
5290 "_web_stringRepresentationForBytes:",
5291 "_web_stringRepresentationForBytes:ofTotal:",
5292 "_web_stringWithUTF8String:length:",
5293 "_web_suggestedFilenameWithMIMEType:",
5294 "_web_superviewOfClass:",
5295 "_web_superviewOfClass:stoppingAtClass:",
5296 "_web_timeoutFromKeepAliveHeader",
5297 "_web_unsignedIntForKey:",
5298 "_web_unsignedLongForKey:",
5299 "_web_unsignedShortForKey:",
5300 "_web_valueWithSelector:",
5301 "_web_visibleItemsInDirectoryAtPath:",
5302 "_web_widthWithFont:",
5303 "_web_writeURL:andTitle:withOwner:",
5304 "_web_writeURL:andTitle:withOwner:types:",
5305 "_whenDrawn:fills:",
5306 "_whiteRGBColor",
5307 "_widthIsFlexible",
5308 "_widthOfColumn:",
5309 "_widthOfLongestDateStringWithLevel:format:",
5310 "_widthOfPackedGlyphs:count:",
5311 "_widthRequiredForLabelLayout",
5312 "_willPopUpNotification:",
5313 "_willPowerOff",
5314 "_willStartTrackingMouseInMatrix:withEvent:",
5315 "_willUnmountDeviceAtPath:ok:",
5316 "_win32ChangeKeyAndMain",
5317 "_win32TitleString",
5318 "_window",
5319 "_windowAnimationVelocity",
5320 "_windowBorderThickness",
5321 "_windowBorderThickness:",
5322 "_windowChangedKeyState",
5323 "_windowChangedMain:",
5324 "_windowChangedNumber:",
5325 "_windowDepth",
5326 "_windowDeviceRound",
5327 "_windowDidBecomeVisible:",
5328 "_windowDidChangeScreens:",
5329 "_windowDidComeBack:",
5330 "_windowDidHideToolbar",
5331 "_windowDidLoad",
5332 "_windowDidMove:",
5333 "_windowDying",
5334 "_windowExposed:",
5335 "_windowInitWithCoder:",
5336 "_windowMoved:",
5337 "_windowMovedToPoint:",
5338 "_windowMovedToRect:",
5339 "_windowNumber:changedTo:",
5340 "_windowRef",
5341 "_windowRefCreatedForCarbonApp",
5342 "_windowRefCreatedForCarbonControl",
5343 "_windowResizeBorderThickness",
5344 "_windowResizeCornerThickness",
5345 "_windowTitlebarButtonSpacingWidth",
5346 "_windowTitlebarButtonSpacingWidth:",
5347 "_windowTitlebarTitleMinHeight",
5348 "_windowTitlebarTitleMinHeight:",
5349 "_windowTitlebarXResizeBorderThickness",
5350 "_windowTitlebarYResizeBorderThickness",
5351 "_windowWillClose:",
5352 "_windowWillGoAway:",
5353 "_windowWillLoad",
5354 "_windowWillShowToolbar",
5355 "_windowWithRealWindowNumber:",
5356 "_windowsForMenu:",
5357 "_wiringNibConnections",
5358 "_wordsInDictionary:",
5359 "_writeCharacterData",
5360 "_writeCharacters:range:",
5361 "_writeDataForkData:resourceForkData:",
5362 "_writeDocFontsUsed",
5363 "_writeDocumentData",
5364 "_writeFontInRange:toPasteboard:",
5365 "_writeForkData:isDataFork:",
5366 "_writeItemAt:in:makingTemporaryCopyIn:withType:forSaveOperation:",
5367 "_writeItemAt:withType:forSaveOperation:",
5368 "_writeOldAttributesFrom:andNewAttributes:to:",
5369 "_writePageFontsUsed",
5370 "_writeParagraphData",
5371 "_writePersistentBrowserColumns",
5372 "_writePersistentExpandItems",
5373 "_writePersistentTableColumns",
5374 "_writeRTFDInRange:toPasteboard:",
5375 "_writeRTFInRange:toPasteboard:",
5376 "_writeRecentDocumentDefaults",
5377 "_writeRulerInRange:toPasteboard:",
5378 "_writeSelectionToPasteboard:",
5379 "_writeStringInRange:toPasteboard:",
5380 "_writeTIFF:usingCompression:factor:",
5381 "_writeVersionsAndEncodings",
5382 "_wsmIconInitFor:",
5383 "_wsmOwnsWindow",
5384 "_zeroPinnedResizeColumnsBySharingDelta:lastSharingColumn:resizeInfo:",
5385 "_zeroScreen",
5386 "_zoomButtonOrigin",
5387 "abAppendString:",
5388 "abDecodeBase64",
5389 "abDecodedUTF7",
5390 "abEllipsizeWithFont:withWidth:",
5391 "abEncodeBase64DataBreakLines:allowSlash:padChar:",
5392 "abEndOfParagraphStartingAtIndex:",
5393 "abEscapeStringForUnichar:and:advance:",
5394 "abIsUTF16EntourageVCard",
5395 "abRankOfPhoneNumberMatchingString:",
5396 "abShowWindowDragProxie",
5397 "abStandardizedPhoneNumber",
5398 "abStringAtRange:inEncoding:",
5399 "abVCardDataRepresenation",
5400 "abVCardKoshify",
5401 "abWords",
5402 "ab_queryPieces",
5403 "ab_queryPiecesNoLowerCase",
5404 "abbreviation",
5405 "abbreviationDictionary",
5406 "abbreviationForDate:",
5407 "abbreviationForTimeInterval:",
5408 "abortEditing",
5409 "abortModal",
5410 "abortParsing",
5411 "abortToolTip",
5412 "absolutePathForAppBundleWithIdentifier:",
5413 "absolutePositionString",
5414 "absoluteString",
5415 "absoluteURL",
5416 "acceptChanges:",
5417 "acceptColor:atPoint:",
5418 "acceptConnectionInBackgroundAndNotify",
5419 "acceptConnectionInBackgroundAndNotifyForModes:",
5420 "acceptInputForMode:beforeDate:",
5421 "acceptLastEnteredText",
5422 "acceptableDragTypes",
5423 "acceptsArrowKeys",
5424 "acceptsBinary",
5425 "acceptsFirstMouse:",
5426 "acceptsFirstResponder",
5427 "acceptsFirstResponderForView:",
5428 "acceptsGlyphInfo",
5429 "acceptsMarker:binding:overrideWithPlaceholderIfDefined:",
5430 "acceptsMouseMovedEvents",
5431 "acceptsStyleChanges",
5432 "accessInstanceVariablesDirectly",
5433 "accessibilityActionDescription:",
5434 "accessibilityActionNames",
5435 "accessibilityArrayAttributeCount:",
5436 "accessibilityArrayAttributeValues:index:maxCount:",
5437 "accessibilityAttributeNames",
5438 "accessibilityAttributeValue:",
5439 "accessibilityAttributeValue:forParameter:",
5440 "accessibilityBoundsForCharacterRange:",
5441 "accessibilityBoundsForRangeAttributeForParameter:",
5442 "accessibilityCancelButtonAttribute",
5443 "accessibilityCharacterRangeForLineNumber:",
5444 "accessibilityCharacterRangeForPosition:",
5445 "accessibilityChildForColumn:",
5446 "accessibilityChildrenAttribute",
5447 "accessibilityClearButtonAttribute",
5448 "accessibilityClearButtonUIElementAttribute",
5449 "accessibilityCloseButtonAttribute",
5450 "accessibilityColumnForChild:",
5451 "accessibilityColumnTitlesAttribute",
5452 "accessibilityColumnsAttribute",
5453 "accessibilityContentsAttribute",
5454 "accessibilityCurrentEditor",
5455 "accessibilityCurrentEditorForCell:",
5456 "accessibilityDecrementButtonAttribute",
5457 "accessibilityDefaultButtonAttribute",
5458 "accessibilityDisclosedByRowAttribute",
5459 "accessibilityDisclosedRowsAttribute",
5460 "accessibilityDisclosingAttribute",
5461 "accessibilityDocumentAttribute",
5462 "accessibilityEditedAttribute",
5463 "accessibilityElementWithParent:",
5464 "accessibilityEnabledAttribute",
5465 "accessibilityExpandedAttribute",
5466 "accessibilityFocusRingBounds",
5467 "accessibilityFocusRingBoundsForBounds:",
5468 "accessibilityFocusedAttribute",
5469 "accessibilityFocusedUIElement",
5470 "accessibilityFocusedUIElementAttribute",
5471 "accessibilityFocusedWindowAttribute",
5472 "accessibilityFrontmostAttribute",
5473 "accessibilityGrowAreaAttribute",
5474 "accessibilityHeaderAttribute",
5475 "accessibilityHelpAttribute",
5476 "accessibilityHelpStringForChild:",
5477 "accessibilityHiddenAttribute",
5478 "accessibilityHitTest",
5479 "accessibilityHitTest:",
5480 "accessibilityHorizontalScrollBarAttribute",
5481 "accessibilityIncrementButtonAttribute",
5482 "accessibilityIndexOfChild:",
5483 "accessibilityIsAttributeSettable:",
5484 "accessibilityIsCancelButtonAttributeSettable",
5485 "accessibilityIsChildFocusable:",
5486 "accessibilityIsChildOfApp",
5487 "accessibilityIsChildrenAttributeSettable",
5488 "accessibilityIsClearButtonUIElementAttributeSettable",
5489 "accessibilityIsCloseButtonAttributeSettable",
5490 "accessibilityIsColumnTitlesAttributeSettable",
5491 "accessibilityIsColumnsAttributeSettable",
5492 "accessibilityIsContentsAttributeSettable",
5493 "accessibilityIsDecrementButtonAttributeSettable",
5494 "accessibilityIsDefaultButtonAttributeSettable",
5495 "accessibilityIsDisclosedByRowAttributeSettable",
5496 "accessibilityIsDisclosedRowsAttributeSettable",
5497 "accessibilityIsDisclosingAttributeSettable",
5498 "accessibilityIsDocumentAttributeSettable",
5499 "accessibilityIsEditedAttributeSettable",
5500 "accessibilityIsEnabledAttributeSettable",
5501 "accessibilityIsExpandedAttributeSettable",
5502 "accessibilityIsFocusedAttributeSettable",
5503 "accessibilityIsFocusedUIElementAttributeSettable",
5504 "accessibilityIsFocusedWindowAttributeSettable",
5505 "accessibilityIsFrontmostAttributeSettable",
5506 "accessibilityIsGrowAreaAttributeSettable",
5507 "accessibilityIsHeaderAttributeSettable",
5508 "accessibilityIsHelpAttributeSettable",
5509 "accessibilityIsHiddenAttributeSettable",
5510 "accessibilityIsHorizontalScrollBarAttributeSettable",
5511 "accessibilityIsIgnored",
5512 "accessibilityIsIncrementButtonAttributeSettable",
5513 "accessibilityIsMainAttributeSettable",
5514 "accessibilityIsMainWindowAttributeSettable",
5515 "accessibilityIsMaxValueAttributeSettable",
5516 "accessibilityIsMenuBarAttributeSettable",
5517 "accessibilityIsMinValueAttributeSettable",
5518 "accessibilityIsMinimizeButtonAttributeSettable",
5519 "accessibilityIsMinimizedAttributeSettable",
5520 "accessibilityIsModalAttributeSettable",
5521 "accessibilityIsNextContentsAttributeSettable",
5522 "accessibilityIsNumberOfCharactersAttributeSettable",
5523 "accessibilityIsOrientationAttributeSettable",
5524 "accessibilityIsOverflowButtonAttributeSettable",
5525 "accessibilityIsParentAttributeSettable",
5526 "accessibilityIsPositionAttributeSettable",
5527 "accessibilityIsPreviousContentsAttributeSettable",
5528 "accessibilityIsProxyAttributeSettable",
5529 "accessibilityIsRoleAttributeSettable",
5530 "accessibilityIsRoleDescriptionAttributeSettable",
5531 "accessibilityIsRowsAttributeSettable",
5532 "accessibilityIsSearchButtonUIElementAttributeSettable",
5533 "accessibilityIsSelectedAttributeSettable",
5534 "accessibilityIsSelectedChildrenAttributeSettable",
5535 "accessibilityIsSelectedColumnsAttributeSettable",
5536 "accessibilityIsSelectedRangeSettable",
5537 "accessibilityIsSelectedRowsAttributeSettable",
5538 "accessibilityIsSelectedTextAttributeSettable",
5539 "accessibilityIsSelectedTextRangeAttributeSettable",
5540 "accessibilityIsSelectedTextSettable",
5541 "accessibilityIsSharedCharacterRangeAttributeSettable",
5542 "accessibilityIsSharedTextUIElementsAttributeSettable",
5543 "accessibilityIsSingleCelled",
5544 "accessibilityIsSizeAttributeSettable",
5545 "accessibilityIsSplittersAttributeSettable",
5546 "accessibilityIsSubroleAttributeSettable",
5547 "accessibilityIsTabsAttributeSettable",
5548 "accessibilityIsTitleAttributeSettable",
5549 "accessibilityIsTitleUIElementAttributeSettable",
5550 "accessibilityIsToolbarButtonAttributeSettable",
5551 "accessibilityIsValueAttributeSettable",
5552 "accessibilityIsValueIndicatorAttributeSettable",
5553 "accessibilityIsVerticalScrollBarAttributeSettable",
5554 "accessibilityIsVisibleCharacterRangeAttributeSettable",
5555 "accessibilityIsVisibleCharacterRangeSettable",
5556 "accessibilityIsVisibleChildrenAttributeSettable",
5557 "accessibilityIsVisibleColumnsAttributeSettable",
5558 "accessibilityIsVisibleRowsAttributeSettable",
5559 "accessibilityIsWindowAttributeSettable",
5560 "accessibilityIsWindowsAttributeSettable",
5561 "accessibilityIsZoomButtonAttributeSettable",
5562 "accessibilityLineForIndexAttributeForParameter:",
5563 "accessibilityLineNumberForCharacterIndex:",
5564 "accessibilityMainAttribute",
5565 "accessibilityMainWindowAttribute",
5566 "accessibilityMaxValueAttribute",
5567 "accessibilityMenuBarAttribute",
5568 "accessibilityMinValueAttribute",
5569 "accessibilityMinimizeButtonAttribute",
5570 "accessibilityMinimizedAttribute",
5571 "accessibilityModalAttribute",
5572 "accessibilityNextContentsAttribute",
5573 "accessibilityNumberOfCharactersAttribute",
5574 "accessibilityOrientationAttribute",
5575 "accessibilityOverflowButtonAttribute",
5576 "accessibilityParameterizedAttributeNames",
5577 "accessibilityParentAttribute",
5578 "accessibilityPerformAction:",
5579 "accessibilityPositionAttribute",
5580 "accessibilityPositionOfChild:",
5581 "accessibilityPostNotification:",
5582 "accessibilityPreviousContentsAttribute",
5583 "accessibilityProxyAttribute",
5584 "accessibilityRTFForCharacterRange:",
5585 "accessibilityRTFForRangeAttributeForParameter:",
5586 "accessibilityRangeForIndexAttributeForParameter:",
5587 "accessibilityRangeForLineAttributeForParameter:",
5588 "accessibilityRangeForPositionAttributeForParameter:",
5589 "accessibilityRoleAttribute",
5590 "accessibilityRoleDescriptionAttribute",
5591 "accessibilityRowsAttribute",
5592 "accessibilitySearchButtonAttribute",
5593 "accessibilitySearchButtonUIElementAttribute",
5594 "accessibilitySearchMenuAttribute",
5595 "accessibilitySelectedAttribute",
5596 "accessibilitySelectedChildrenAttribute",
5597 "accessibilitySelectedColumnsAttribute",
5598 "accessibilitySelectedRange",
5599 "accessibilitySelectedRowsAttribute",
5600 "accessibilitySelectedText",
5601 "accessibilitySelectedTextAttribute",
5602 "accessibilitySelectedTextRangeAttribute",
5603 "accessibilitySetDisclosingAttribute:",
5604 "accessibilitySetExpandedAttribute:",
5605 "accessibilitySetFocus:forChild:",
5606 "accessibilitySetFocusedAttribute:",
5607 "accessibilitySetFrontmostAttribute:",
5608 "accessibilitySetHiddenAttribute:",
5609 "accessibilitySetMainAttribute:",
5610 "accessibilitySetMinimizedAttribute:",
5611 "accessibilitySetPositionAttribute:",
5612 "accessibilitySetSelectedAttribute:",
5613 "accessibilitySetSelectedChildrenAttribute:",
5614 "accessibilitySetSelectedColumnsAttribute:",
5615 "accessibilitySetSelectedRange:",
5616 "accessibilitySetSelectedRowsAttribute:",
5617 "accessibilitySetSelectedText:",
5618 "accessibilitySetSelectedTextAttribute:",
5619 "accessibilitySetSelectedTextRangeAttribute:",
5620 "accessibilitySetSizeAttribute:",
5621 "accessibilitySetValue:forAttribute:",
5622 "accessibilitySetValueAttribute:",
5623 "accessibilitySetVisibleCharacterRange:",
5624 "accessibilitySetVisibleCharacterRangeAttribute:",
5625 "accessibilitySharedCharacterRange",
5626 "accessibilitySharedCharacterRangeAttribute",
5627 "accessibilitySharedTextUIElementsAttribute",
5628 "accessibilitySharedTextViews",
5629 "accessibilityShouldUseUniqueId",
5630 "accessibilitySizeAttribute",
5631 "accessibilitySizeOfChild:",
5632 "accessibilitySplittersAttribute",
5633 "accessibilityStringForRangeAttributeForParameter:",
5634 "accessibilityStyleRangeForCharacterIndex:",
5635 "accessibilityStyleRangeForIndexAttributeForParameter:",
5636 "accessibilitySubroleAttribute",
5637 "accessibilityTabsAttribute",
5638 "accessibilityTextView",
5639 "accessibilityTitleAttribute",
5640 "accessibilityTitleUIElementAttribute",
5641 "accessibilityToolbarButtonAttribute",
5642 "accessibilityValueAttribute",
5643 "accessibilityValueIndicatorAttribute",
5644 "accessibilityVerticalScrollBarAttribute",
5645 "accessibilityVisibleCharacterRange",
5646 "accessibilityVisibleCharacterRangeAttribute",
5647 "accessibilityVisibleChildrenAttribute",
5648 "accessibilityVisibleColumnsAttribute",
5649 "accessibilityVisibleRowsAttribute",
5650 "accessibilityWindowAttribute",
5651 "accessibilityWindowsAttribute",
5652 "accessibilityZoomButtonAttribute",
5653 "accessoryView",
5654 "acquireLock:lockMode:",
5655 "action",
5656 "action:",
5657 "actionHasBegun:sender:",
5658 "actionHasEnded:sender:",
5659 "activate:",
5660 "activateContextHelpMode:",
5661 "activateIgnoringOtherApps:",
5662 "activateInputManagerFromMenu:",
5663 "activeApplication",
5664 "activeColumnFilter",
5665 "activeColumnIdentifier",
5666 "activeConversationChanged:toNewConversation:",
5667 "activeConversationWillChange:fromOldConversation:",
5668 "activeDirectoryPassword",
5669 "activeDirectoryUser",
5670 "activeFileListDelegate",
5671 "actualBitsPerPixel",
5672 "actualIndexForIndex:filtered:",
5673 "add:",
5674 "addAcceptFieldsToHeader",
5675 "addAction:",
5676 "addAdditionalField:",
5677 "addAddress:stringAttribute:endOfRange:",
5678 "addAddressMultiValues",
5679 "addAttribute:value:range:",
5680 "addAttribute:values:",
5681 "addAttribute:values:mergeValues:",
5682 "addAttributedString:inRect:",
5683 "addAttributes:range:",
5684 "addAttributesWeakly:range:",
5685 "addAuthenticationFieldsToHeader",
5686 "addBinder:",
5687 "addBinding:toController:withKeyPath:valueTransformer:options:",
5688 "addButtonWithTitle:",
5689 "addCharactersInRange:",
5690 "addCharactersInString:",
5691 "addChild:",
5692 "addChildItem:",
5693 "addChildWindow:ordered:",
5694 "addChildWithPath:",
5695 "addChildren:",
5696 "addClassNamed:version:",
5697 "addClient:",
5698 "addClip",
5699 "addCollection:options:",
5700 "addColumn",
5701 "addColumnFilter:forColumnTitle:",
5702 "addColumnFilter:forColumnTitle:andIdentifier:",
5703 "addColumnWithCells:",
5704 "addCommon:docInfo:value:zone:",
5705 "addConditionalFieldsToHeader",
5706 "addConnection:toRunLoop:forMode:",
5707 "addConnectionFieldToHeader",
5708 "addContentObject:value:tag:cellOrControl:",
5709 "addConversation:",
5710 "addCookieFieldToHeader",
5711 "addCrayon:",
5712 "addCredential:forProtectionSpace:",
5713 "addCredentialsToInitialHTTPRequest:protocol:",
5714 "addCredentialsToRetryHTTPRequest:afterFailureResponse:nsFailureResponse:failureCount:protocol:withCallback:context:",
5715 "addCursorRect:cursor:",
5716 "addData:",
5717 "addData:name:",
5718 "addDirNamed:lazy:",
5719 "addDocument:",
5720 "addDocumentIconButton",
5721 "addDrawerWithView:",
5722 "addElement:",
5723 "addEntries:fromSession:",
5724 "addEntriesFromDictionary:",
5725 "addEntry:",
5726 "addExpandedNode:",
5727 "addExtraFieldsToHeader",
5728 "addFavorite",
5729 "addFavorite:inWindow:",
5730 "addFavoriteInWindow:",
5731 "addFieldWithNoPopup:",
5732 "addFieldWithPopup:property:stringAttribute:endOfRange:",
5733 "addFile:",
5734 "addFileButton:",
5735 "addFileNamed:fileAttributes:",
5736 "addFileWithPath:",
5737 "addFileWrapper:",
5738 "addFontDescriptors:toCollection:",
5739 "addFontTrait:",
5740 "addFormat:",
5741 "addGlyphs:advances:count:at::",
5742 "addGroupFromDictionary:",
5743 "addGroupView",
5744 "addGroupsFromPasteboard:toGroup:",
5745 "addHeaderValue:forKey:",
5746 "addHeartBeatView:",
5747 "addHostFieldToHeader",
5748 "addIMValueTo:",
5749 "addIndex:",
5750 "addIndexRange:",
5751 "addIndexes:",
5752 "addIndexesFromIndexSet:",
5753 "addIndexesInRange:",
5754 "addItem:",
5755 "addItemForURL:",
5756 "addItemWithImage:",
5757 "addItemWithObjectValue:",
5758 "addItemWithTitle:",
5759 "addItemWithTitle:action:keyEquivalent:",
5760 "addItemWithTitle:andIdentifier:",
5761 "addItems:",
5762 "addItemsWithImages:",
5763 "addItemsWithImagesInReverseOrder:",
5764 "addItemsWithObjectValues:",
5765 "addItemsWithTitles:",
5766 "addLayoutManager:",
5767 "addLink:",
5768 "addMarker:",
5769 "addMember:",
5770 "addMembers:",
5771 "addMessageBodyToRequest",
5772 "addMouseMovedObserver",
5773 "addMultiValues:toProperty:",
5774 "addNewColor:andShowInWell:",
5775 "addNumberOfIndexes:toSelectionIndexesAtIndex:",
5776 "addObject:",
5777 "addObject:toBothSidesOfRelationshipWithKey:",
5778 "addObject:toPropertyWithKey:",
5779 "addObject:withSorter:",
5780 "addObjectIfAbsent:",
5781 "addObjectToMasterArrayRelationship:",
5782 "addObjects:",
5783 "addObjectsFromArray:",
5784 "addObjectsToMasterArrayRelationship:",
5785 "addObserver:forKeyPath:options:context:",
5786 "addObserver:selector:name:object:",
5787 "addObserver:selector:name:object:suspensionBehavior:",
5788 "addObserver:toObjectsAtIndexes:forKeyPath:options:context:",
5789 "addPeopleFromPasteboard:toGroup:",
5790 "addPerson:",
5791 "addPlugin:",
5792 "addPort:forMode:",
5793 "addPortsToAllRunLoops",
5794 "addPortsToRunLoop:",
5795 "addPreferenceNamed:owner:",
5796 "addPropertiesAndTypes:",
5797 "addProperty:",
5798 "addRecord:",
5799 "addRecordsToGroup",
5800 "addRect:",
5801 "addReferrerFieldToHeader",
5802 "addRegion:",
5803 "addRegularFileWithContents:preferredFilename:",
5804 "addRepresentation:",
5805 "addRepresentations:",
5806 "addRequestMode:",
5807 "addRollOver:",
5808 "addRow",
5809 "addRowWithCells:",
5810 "addRunLoop:",
5811 "addSelectedObjects:",
5812 "addSelectionIndexes:",
5813 "addServer:",
5814 "addServiceProvider:",
5815 "addSpecialGStateView:",
5816 "addStatistics:",
5817 "addString:attributes:inRect:",
5818 "addString:inRect:",
5819 "addSubgroup:",
5820 "addSubrecord:",
5821 "addSubview:",
5822 "addSubview:positioned:relativeTo:",
5823 "addSuiteNamed:",
5824 "addSuperviewObservers",
5825 "addSymbolicLinkWithDestination:preferredFilename:",
5826 "addTabStop:",
5827 "addTabViewItem:",
5828 "addTableColumn:",
5829 "addTemporaryAttributes:forCharacterRange:",
5830 "addTextContainer:",
5831 "addTimeInterval:",
5832 "addTimer:forMode:",
5833 "addTimerToModes",
5834 "addToDirectoryResults:",
5835 "addToPageSetup",
5836 "addToolTipRect:owner:userData:",
5837 "addTrackingRect:owner:userData:assumeInside:",
5838 "addTrackingRectForToolTip:",
5839 "addType:",
5840 "addTypes:",
5841 "addTypes:owner:",
5842 "addUserAgentFieldToHeader",
5843 "addValue:forHTTPHeaderField:",
5844 "addValue:withLabel:",
5845 "addView:frame:toView:characterIndex:layoutManager:",
5846 "addWebView:toSetNamed:",
5847 "addWindowController:",
5848 "addWindowObservers",
5849 "addWindowsItem:title:filename:",
5850 "addedGroups:",
5851 "addedMembers:",
5852 "addedMembers:toGroup:",
5853 "addedPeople",
5854 "addedToGroup",
5855 "additionalClip",
5856 "address",
5857 "addressBookCompactedDataFile",
5858 "addressBookDataFile",
5859 "addressBookDirectory",
5860 "addressBookImagesDirectory",
5861 "addressBookLockFile",
5862 "addressBookProperty",
5863 "addressBookSaveFile",
5864 "addressFormats",
5865 "addressInfoForHost:",
5866 "addresses",
5867 "addrinfo",
5868 "adjustCTM:",
5869 "adjustControls:",
5870 "adjustFrames:",
5871 "adjustHalftonePhase",
5872 "adjustOffsetToNextWordBoundaryInString:startingAt:",
5873 "adjustPageHeightNew:top:bottom:limit:",
5874 "adjustPageWidthNew:left:right:limit:",
5875 "adjustRulersForMaxSize",
5876 "adjustScroll:",
5877 "adjustScrollView",
5878 "adjustSubviews",
5879 "adjustView:frame:forView:characterIndex:layoutManager:",
5880 "adjustVolumePath:",
5881 "adminGroup",
5882 "advancePastEOL",
5883 "advancePastEOLSingle",
5884 "advancePastEOLUnicode",
5885 "advanceToEOL",
5886 "advanceToEOLSingle",
5887 "advanceToEOLUnicode",
5888 "advanceToPeakPoint",
5889 "advanceToSingleByteString",
5890 "advanceToString",
5891 "advanceToToken:throughTypes:",
5892 "advanceToUnicodeString",
5893 "advancementForGlyph:",
5894 "aeDesc",
5895 "aeteResource:",
5896 "afmDictionary",
5897 "afmFileContents",
5898 "aggregateExceptionWithExceptions:",
5899 "alertStyle",
5900 "alertWithMessageText:defaultButton:alternateButton:otherButton:informativeTextWithFormat:",
5901 "alignCenter:",
5902 "alignJustified:",
5903 "alignLeft:",
5904 "alignRight:",
5905 "alignment",
5906 "allAttributeKeys",
5907 "allBundles",
5908 "allCards",
5909 "allConnections",
5910 "allCredentials",
5911 "allDirectoriesServer",
5912 "allFrameworks",
5913 "allGroup",
5914 "allGroups",
5915 "allHTTPHeaderFields",
5916 "allHeaderFields",
5917 "allImportableFilesFromPaths:",
5918 "allKeys",
5919 "allKeysForObject:",
5920 "allLabelsForProperty:",
5921 "allMemberNames",
5922 "allMembers",
5923 "allModes",
5924 "allObjects",
5925 "allPeople",
5926 "allPersonProperties",
5927 "allProperties",
5928 "allPropertyKeys",
5929 "allServices",
5930 "allToManyRelationshipKeys",
5931 "allToOneRelationshipKeys",
5932 "allUniqueRecordsIn:",
5933 "allValues",
5934 "alloc",
5935 "allocFromZone:",
5936 "allocWithZone:",
5937 "allocateGState",
5938 "allowDatabaseCleanup",
5939 "allowEditing",
5940 "allowEmptySel:",
5941 "allowGroupSelection",
5942 "allowableCharacters",
5943 "allowedFileTypes",
5944 "allowedValueBindingMask",
5945 "allowsAnimatedImageLooping",
5946 "allowsAnimatedImages",
5947 "allowsAnyHTTPSCertificateForHost:",
5948 "allowsBranchSelection",
5949 "allowsColumnReordering",
5950 "allowsColumnResizing",
5951 "allowsColumnSelection",
5952 "allowsDocumentBackgroundColorChange",
5953 "allowsDuplicatesInToolbar",
5954 "allowsEditingMultipleValuesSelection",
5955 "allowsEditingTextAttributes",
5956 "allowsEmptySelection",
5957 "allowsExpandingMultipleDirectories",
5958 "allowsFloats",
5959 "allowsGroupEditing",
5960 "allowsGroupSelection",
5961 "allowsHorizontalScrolling",
5962 "allowsIncrementalSearching",
5963 "allowsIndividualValueSelection",
5964 "allowsKeyedCoding",
5965 "allowsMixedState",
5966 "allowsMultipleSelection",
5967 "allowsMultipleSubrowSelection",
5968 "allowsNaturalLanguage",
5969 "allowsNullArgumentWithBinding:",
5970 "allowsReverseTransformation",
5971 "allowsScrolling",
5972 "allowsSubrowSelection",
5973 "allowsTickMarkValuesOnly",
5974 "allowsToolTipsWhenApplicationIsInactive",
5975 "allowsTruncatedLabels",
5976 "allowsUndo",
5977 "allowsUserConfiguration",
5978 "allowsUserCustomization",
5979 "allowsVerticalScrolling",
5980 "alpha",
5981 "alphaComponent",
5982 "alphaControlAddedOrRemoved:",
5983 "alphaValue",
5984 "alphanumericCharacterSet",
5985 "altIncrementValue",
5986 "altModifySelection:",
5987 "alternateImage",
5988 "alternateMnemonic",
5989 "alternateMnemonicLocation",
5990 "alternateName",
5991 "alternateSecondarySelectedControlColor",
5992 "alternateSelectedControlColor",
5993 "alternateSelectedControlTextColor",
5994 "alternateTitle",
5995 "altersStateOfSelectedItem",
5996 "alwaysAttemptToUsePageCache",
5997 "ancestorSharedWithView:",
5998 "ancestorsStartingWith:",
5999 "animate",
6000 "animate:",
6001 "animates",
6002 "animationDelay",
6003 "animationResizeTime:",
6004 "anyObject",
6005 "appDidActivate:",
6006 "appearanceChanged:",
6007 "append:",
6008 "appendAttributedString:",
6009 "appendBezierPath:",
6010 "appendBezierPathWithArcFromPoint:toPoint:radius:",
6011 "appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:",
6012 "appendBezierPathWithArcWithCenter:radius:startAngle:endAngle:clockwise:",
6013 "appendBezierPathWithGlyph:inFont:",
6014 "appendBezierPathWithGlyphs:count:inFont:",
6015 "appendBezierPathWithOvalInRect:",
6016 "appendBezierPathWithPackedGlyphs:",
6017 "appendBezierPathWithPoints:count:",
6018 "appendBezierPathWithRect:",
6019 "appendBytes:length:",
6020 "appendCharacter:",
6021 "appendCharacters:length:",
6022 "appendChild:",
6023 "appendData:",
6024 "appendData:length:",
6025 "appendDisplayedNode:identifier:title:displaysChildren:",
6026 "appendField:label:withText:",
6027 "appendFormat:",
6028 "appendLabel:toVCardRep:inGroup:",
6029 "appendList:",
6030 "appendString:",
6031 "appendString:withFont:",
6032 "appendString:withFont:andAttribute:",
6033 "appendTemporaryField:andLabel:font:",
6034 "appendTransform:",
6035 "appleEvent",
6036 "appleEventClassCode",
6037 "appleEventCode",
6038 "appleEventCodeForArgumentWithName:",
6039 "appleEventCodeForKey:",
6040 "appleEventCodeForReturnType",
6041 "appleEventCodeForSuite:",
6042 "appleEventForSuspensionID:",
6043 "appleEventWithEventClass:eventID:targetDescriptor:returnID:transactionID:",
6044 "applicationDidBecomeActive:",
6045 "applicationIcon",
6046 "applicationIconImage",
6047 "applicationLaunched:handle:",
6048 "applicationName",
6049 "applicationNameForUserAgent",
6050 "applicationQuit:handle:",
6051 "applicationWillTerminate:",
6052 "appliesImmediately",
6053 "appliesToRequest:",
6054 "apply",
6055 "apply:",
6056 "apply:context:",
6057 "applyDisplayedValue",
6058 "applyFontTraits:range:",
6059 "applyObjectValue:forBinding:operation:",
6060 "applyToAll:",
6061 "applyToRequest:",
6062 "applyValueTransformerToValue:forBinding:reverse:",
6063 "archiveButtonImageSourceWithName:toDirectory:",
6064 "archiveRootObject:toFile:",
6065 "archivedDataWithRootObject:",
6066 "archiverData",
6067 "areAllContextsOutputTraced",
6068 "areAllContextsSynchronized",
6069 "areCursorRectsEnabled",
6070 "areEventsTraced",
6071 "arePlugInsEnabled",
6072 "areScrollbarsVisible",
6073 "areToolbarsVisible",
6074 "argumentNames",
6075 "arguments",
6076 "argumentsRetained",
6077 "arrangeInFront:",
6078 "arrangeObjects:",
6079 "arrangedObjects",
6080 "array",
6081 "arrayByAddingObject:",
6082 "arrayByAddingObjects:count:",
6083 "arrayByAddingObjectsFromArray:",
6084 "arrayByApplyingSelector:",
6085 "arrayByExcludingIdenticalObjectsInArray:",
6086 "arrayByExcludingObjectsInArray:",
6087 "arrayByExcludingObjectsInArray:identical:",
6088 "arrayByExcludingToObjectsInArray:",
6089 "arrayForKey:",
6090 "arrayRepresentation",
6091 "arrayWithArray:",
6092 "arrayWithArray:copyItems:",
6093 "arrayWithCapacity:",
6094 "arrayWithContentsOfFile:",
6095 "arrayWithContentsOfURL:",
6096 "arrayWithIFURLsWithTitlesPboardType",
6097 "arrayWithObject:",
6098 "arrayWithObjects:",
6099 "arrayWithObjects:count:",
6100 "arrowCursor",
6101 "arrowPosition",
6102 "arrowsPosition",
6103 "asRef",
6104 "ascender",
6105 "ascending",
6106 "ascent",
6107 "aspectRatio",
6108 "associatePopup:withProperty:",
6109 "asyncInvokeServiceIn:msg:pb:userData:menu:remoteServices:unhide:",
6110 "asyncResolveWithCallbackClient:",
6111 "atEOF",
6112 "attachColorList:",
6113 "attachColorList:makeSelected:",
6114 "attachColorList:systemList:makeSelected:",
6115 "attachPopUpWithFrame:inView:",
6116 "attachSubmenuForItemAtIndex:",
6117 "attachToolbarToColorPanel:",
6118 "attachedListDictionary",
6119 "attachedMenu",
6120 "attachedMenuView",
6121 "attachedSheet",
6122 "attachedViewFrameDidChange:",
6123 "attachment",
6124 "attachmentCell",
6125 "attachmentSizeForGlyphAtIndex:",
6126 "attemptOverwrite:",
6127 "attemptToBind",
6128 "attrImpl",
6129 "attrWithImpl:",
6130 "attribute:atIndex:effectiveRange:",
6131 "attribute:atIndex:longestEffectiveRange:inRange:",
6132 "attributeCount",
6133 "attributeDescriptorForKeyword:",
6134 "attributeExists:withValue:",
6135 "attributeKeys",
6136 "attributeRuns",
6137 "attributedAlternateTitle",
6138 "attributedString",
6139 "attributedStringByWeaklyAddingAttributes:",
6140 "attributedStringForNil",
6141 "attributedStringForNotANumber",
6142 "attributedStringForObjectValue:withDefaultAttributes:",
6143 "attributedStringForZero",
6144 "attributedStringFrom:startOffset:to:endOffset:",
6145 "attributedStringToEndOfGroup",
6146 "attributedStringValue",
6147 "attributedStringWithAttachment:",
6148 "attributedSubstringForMarkedRange",
6149 "attributedSubstringFromRange:",
6150 "attributedText",
6151 "attributedTitle",
6152 "attributes",
6153 "attributesAtEndOfGroup",
6154 "attributesAtIndex:effectiveRange:",
6155 "attributesAtIndex:effectiveRange:inRange:",
6156 "attributesAtIndex:longestEffectiveRange:inRange:",
6157 "attributesAtPath:traverseLink:",
6158 "attributesForVoice:",
6159 "attributesWithStat:",
6160 "authenticate:",
6161 "authenticateName:withPassword:",
6162 "authenticateName:withPassword:authOnly:",
6163 "authenticateWithBufferItems:authType:authOnly:",
6164 "authenticateWithDelegate:",
6165 "authenticationInfoWithAuthentication:forUser:andPass:",
6166 "authenticationList",
6167 "authenticationMethod",
6168 "autoPositionMask",
6169 "autoResizesOutlineColumn",
6170 "autoenablesItems",
6171 "autofill",
6172 "autofillColor",
6173 "autohidesScrollers",
6174 "automaticallyNotifiesObserversForKey:",
6175 "automaticallyPreparesContent",
6176 "autorelease",
6177 "autoreleasePoolExists",
6178 "autoreleasedObjectCount",
6179 "autorepeat",
6180 "autoresizesAllColumnsToFit",
6181 "autoresizesOutlineColumn",
6182 "autoresizesSubviews",
6183 "autoresizingMask",
6184 "autosaveExpandedItems",
6185 "autosaveName",
6186 "autosaveTableColumns",
6187 "autosaves",
6188 "autosavesConfiguration",
6189 "autosavesConfigurationUsingIdentifier",
6190 "autoscroll:",
6191 "autosizesCells",
6192 "availableBindings",
6193 "availableCollatorElements",
6194 "availableCollators",
6195 "availableColorLists",
6196 "availableData",
6197 "availableFontFamilies",
6198 "availableFontNamesWithTraits:",
6199 "availableFonts",
6200 "availableLanguageContextNames",
6201 "availableLanguageNames",
6202 "availableMembersOfFontFamily:",
6203 "availablePPDTypeFiles",
6204 "availableResourceData",
6205 "availableStringEncodings",
6206 "availableTypeFromArray:",
6207 "availableUserServers",
6208 "availableVoices",
6209 "avoidsEmptySelection",
6210 "awaitReturnValues",
6211 "awake",
6212 "awakeAfterUsingCoder:",
6213 "awakeFromNib",
6214 "backForwardList",
6215 "backItem",
6216 "backListCount",
6217 "backListWithLimit:",
6218 "backgrounQueriesRunning",
6219 "backgroundColor",
6220 "backgroundGray",
6221 "backgroundImage",
6222 "backgroundLayoutEnabled",
6223 "backgroundLoadDidFailWithReason:",
6224 "backingType",
6225 "backupDatabaseToPath:",
6226 "baseAffineTransform",
6227 "baseOfTypesetterGlyphInfo",
6228 "baseSpecifier",
6229 "baseURL",
6230 "baseWritingDirection",
6231 "baseline",
6232 "baselineLocation",
6233 "baselineOffsetInLayoutManager:glyphIndex:",
6234 "becameVisible",
6235 "becomeFirstResponder",
6236 "becomeKeyWindow",
6237 "becomeMainWindow",
6238 "becomeMultiThreaded:",
6239 "becomeSingleThreaded:",
6240 "becomesKeyOnlyIfNeeded",
6241 "beginAnimationInRect:fromRect:",
6242 "beginDataLoad",
6243 "beginDocument",
6244 "beginDocumentWithTitle:",
6245 "beginEditing",
6246 "beginLoadInBackground",
6247 "beginLoadingImageDataForClient:",
6248 "beginLoadingImageForEmails:forClient:",
6249 "beginModalSessionForWindow:",
6250 "beginModalSessionForWindow:relativeToWindow:",
6251 "beginPage:",
6252 "beginPage:label:bBox:fonts:",
6253 "beginPageInRect:atPlacement:",
6254 "beginPageSetupRect:placement:",
6255 "beginPrologueBBox:creationDate:createdBy:fonts:forWhom:pages:title:",
6256 "beginSetup",
6257 "beginSheet",
6258 "beginSheet:modalForWindow:modalDelegate:didEndSelector:contextInfo:",
6259 "beginSheetForDirectory:file:modalForWindow:modalDelegate:didEndSelector:contextInfo:",
6260 "beginSheetForDirectory:file:types:modalForWindow:modalDelegate:didEndSelector:contextInfo:",
6261 "beginSheetModalForWindow:modalDelegate:didEndSelector:contextInfo:",
6262 "beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:",
6263 "beginTrailer",
6264 "beginUndoGrouping",
6265 "beginUpdateInsertionAnimationAtIndex:throwAwayCacheWhenDone:",
6266 "beginUsingMenuRepresentation:",
6267 "bestLocationRepFromPath:",
6268 "bestLocationRepFromURL:",
6269 "bestRepresentationForDevice:",
6270 "bestVisualFrameSizeForCharacterCount:",
6271 "bezelStyle",
6272 "bezelStyleForState:",
6273 "bezierPath",
6274 "bezierPathByFlatteningPath",
6275 "bezierPathByReversingPath",
6276 "bezierPathWithOvalInRect:",
6277 "bezierPathWithRect:",
6278 "bidiProcessingEnabled",
6279 "binaryAttributes",
6280 "binaryCollator",
6281 "bind:toObject:withKeyPath:options:",
6282 "bindHIViewToNSView:nsView:",
6283 "binderClassesForObject:",
6284 "binderClassesSuperseded",
6285 "binderSpecificFlagAtIndex:",
6286 "binderUpdateType",
6287 "binders",
6288 "binding",
6289 "bindingCategory",
6290 "bindingsForObject:",
6291 "birthDate",
6292 "birthdayFieldPresent",
6293 "bitmapData",
6294 "bitmapDataPlanes",
6295 "bitmapImage",
6296 "bitmapRepresentation",
6297 "bitsPerPixel",
6298 "bitsPerSample",
6299 "blackColor",
6300 "blackComponent",
6301 "blendedColorWithFraction:ofColor:",
6302 "blocksOtherRecognizers",
6303 "blueColor",
6304 "blueComponent",
6305 "blueControlTintColor",
6306 "bluetoothButton",
6307 "body",
6308 "boldSystemFontOfSize:",
6309 "boolForKey:",
6310 "boolValue",
6311 "booleanForKey:inTable:",
6312 "booleanValue",
6313 "borderRect",
6314 "borderType",
6315 "bottomCornerRounded",
6316 "bottomMargin",
6317 "boundingBox",
6318 "boundingRectForFont",
6319 "boundingRectForGlyph:",
6320 "boundingRectForGlyphRange:inTextContainer:",
6321 "bounds",
6322 "boundsAsQDRect",
6323 "boundsForButtonCell:",
6324 "boundsForTextCell:",
6325 "boundsRotation",
6326 "boxType",
6327 "branchImage",
6328 "breakConnection",
6329 "breakLineAtIndex:",
6330 "breakLock",
6331 "bridgeCount",
6332 "brightColor",
6333 "brightnessComponent",
6334 "brightnessSlider:",
6335 "broadcast",
6336 "brownColor",
6337 "browser",
6338 "browser:createRowsForColumn:inMatrix:",
6339 "browser:didClickOnDisabledCell:atRow:column:",
6340 "browser:numberOfRowsInColumn:",
6341 "browser:shouldSizeColumn:forUserResize:toWidth:",
6342 "browser:willDisplayCell:atRow:column:",
6343 "browserColumnConfigurationDidChange:",
6344 "bufferIsEmpty",
6345 "bufferingSize",
6346 "buildAlertStyle:title:message:first:second:third:oldStyle:args:",
6347 "buildFilterCache",
6348 "buildHTTPRequest",
6349 "buildPropertyDict:",
6350 "buildRequest",
6351 "buildString",
6352 "builderForClass:",
6353 "builderForObject:",
6354 "builtInLabelsForProperty:",
6355 "builtInPlugInsPath",
6356 "builtInProperties",
6357 "bundle",
6358 "bundleForClass:",
6359 "bundleForSuite:",
6360 "bundleIdentifier",
6361 "bundleLanguages",
6362 "bundleObject",
6363 "bundlePath",
6364 "bundleWithIdentifier:",
6365 "bundleWithPath:",
6366 "buttonImageSourceWithName:",
6367 "buttonNumber",
6368 "buttonPressed:",
6369 "buttons",
6370 "bytes",
6371 "bytesPerPlane",
6372 "bytesPerRow",
6373 "cString",
6374 "cStringForStatus:",
6375 "cStringLength",
6376 "cacheDepthMatchesImageDepth",
6377 "cacheImageInRect:",
6378 "cacheMiniwindowTitle:guess:",
6379 "cacheMode",
6380 "cachePolicy",
6381 "cacheRect:",
6382 "cachedChildrenForNode:",
6383 "cachedDateForEmail:",
6384 "cachedDrawingImage",
6385 "cachedFontFromFamily:traits:size:",
6386 "cachedHandleForURL:",
6387 "cachedImageForEmail:",
6388 "cachedImagePathForEmail:",
6389 "cachedResponse",
6390 "cachedResponseForRequest:",
6391 "cachedResponseMustBeRevalidated",
6392 "cachedResponseRevalidated",
6393 "cachesBezierPath",
6394 "calcDrawInfo:",
6395 "calcSize",
6396 "calculatesAllSizes",
6397 "calendarDate",
6398 "calendarFormat",
6399 "callbackBased",
6400 "canAdd",
6401 "canAddBinding:toController:",
6402 "canAddField:",
6403 "canApplyValueTransformer:toBinding:",
6404 "canBeCompressedUsing:",
6405 "canBeConvertedToEncoding:",
6406 "canBeDisabled",
6407 "canBecomeKeyView",
6408 "canBecomeKeyWindow",
6409 "canBecomeMainWindow",
6410 "canCachePage",
6411 "canChooseDirectories",
6412 "canChooseFiles",
6413 "canClickDisabledFiles",
6414 "canCloseDocument",
6415 "canCloseDocumentWithDelegate:shouldCloseSelector:contextInfo:",
6416 "canCompleteForforPartialWordRange:",
6417 "canConvertToBMPRepresentation",
6418 "canCreateCollapsedSpecifierFromAbsolutePositionRecord:",
6419 "canCreateCollapsedSpecifierFromRangeRecord:",
6420 "canCreateDirectories",
6421 "canCycle",
6422 "canDecodeHeaderData:",
6423 "canDraw",
6424 "canGoBack",
6425 "canGoForward",
6426 "canHandleRequest:",
6427 "canHide",
6428 "canImportData:",
6429 "canInitWithData:",
6430 "canInitWithPasteboard:",
6431 "canInitWithRequest:",
6432 "canInitWithURL:",
6433 "canInsert",
6434 "canMakeTextLarger",
6435 "canMakeTextSmaller",
6436 "canPopulateWithPlaceholders",
6437 "canProvideDocumentSource",
6438 "canReachAddress:",
6439 "canRedo",
6440 "canRemove",
6441 "canRunModal",
6442 "canSelectHiddenExtension",
6443 "canSelectNext",
6444 "canSelectPrevious",
6445 "canShowFile:",
6446 "canShowMIMEType:",
6447 "canShowMIMETypeAsHTML:",
6448 "canSpawnSeparateThread",
6449 "canStart",
6450 "canStoreColor",
6451 "canSupportMinAndMaxForObject:",
6452 "canTakeFindStringFromSelection",
6453 "canUndo",
6454 "canUsePlugin:",
6455 "canVolumeBeUnmounted",
6456 "cancel",
6457 "cancel:",
6458 "cancelAddCredentialsToRetryHTTPRequest:",
6459 "cancelAllQueries",
6460 "cancelAuthentication:",
6461 "cancelAuthenticationChallenge:",
6462 "cancelButtonCell",
6463 "cancelButtonPressed:",
6464 "cancelButtonRectForBounds:",
6465 "cancelChanges:",
6466 "cancelContentPolicy",
6467 "cancelEditing",
6468 "cancelImport:",
6469 "cancelImporting:",
6470 "cancelIncrementalLoad",
6471 "cancelIncrementalLoadForImage:",
6472 "cancelInput:conversation:",
6473 "cancelLoadInBackground",
6474 "cancelLoadingImageDataForTag:",
6475 "cancelOperation:",
6476 "cancelPerformSelector:target:argument:",
6477 "cancelPerformSelectorsWithTarget:",
6478 "cancelPreviousPerformRequestsWithTarget:",
6479 "cancelPreviousPerformRequestsWithTarget:selector:object:",
6480 "cancelQueries:",
6481 "cancelQuery",
6482 "cancelSheet:",
6483 "cancelUserAttentionRequest:",
6484 "cancelWithError:",
6485 "cancelledError",
6486 "canonicalFormOfID:",
6487 "canonicalHTTPURLForURL:",
6488 "canonicalRequestForRequest:",
6489 "canonicalString",
6490 "capHeight",
6491 "capabilityMask",
6492 "capacity",
6493 "capacityOfTypesetterGlyphInfo",
6494 "capitalizeWord:",
6495 "capitalizedAttributes",
6496 "capitalizedLetterCharacterSet",
6497 "capitalizedString",
6498 "captionTextField",
6499 "carbonDelegate",
6500 "carbonHICommandIDFromActionSelector:",
6501 "carbonPickerWindow",
6502 "cardPane",
6503 "cardScrollView",
6504 "cardsFromGroup",
6505 "cardsWithCategory:",
6506 "cascadeTopLeftFromPoint:",
6507 "caseConversionFlags",
6508 "caseInsensitiveCompare:",
6509 "caseSensitive",
6510 "catalogNameComponent",
6511 "categories",
6512 "cell",
6513 "cellAtIndex:",
6514 "cellAtPoint:row:column:",
6515 "cellAtPoint:row:column:loaded:",
6516 "cellAtRow:column:",
6517 "cellAtRow:column:loaded:",
6518 "cellAttribute:",
6519 "cellBackgroundColor",
6520 "cellBaselineOffset",
6521 "cellClass",
6522 "cellEnabled:",
6523 "cellForItemAtIndex:",
6524 "cellForRow:column:tableView:",
6525 "cellForRow:tableColumn:",
6526 "cellFrameAtRow:column:",
6527 "cellFrameForTextContainer:proposedLineFragment:glyphPosition:characterIndex:",
6528 "cellOrControlForObject:",
6529 "cellPrototype",
6530 "cellSize",
6531 "cellSizeForBounds:",
6532 "cellWithTag:",
6533 "cells",
6534 "center",
6535 "center:didAddObserver:name:object:",
6536 "center:didRemoveObserver:name:object:",
6537 "centerOverMainWindow",
6538 "centerScanRect:",
6539 "centerSelectionInVisibleArea:",
6540 "centerTabMarkerWithRulerView:location:",
6541 "centerTruncateString:toWidth:",
6542 "centerTruncateString:toWidth:withFont:",
6543 "cgsRegionObj",
6544 "chainChildContext:",
6545 "changeAction:",
6546 "changeAddressFormat:",
6547 "changeAttribute:index:newValue:",
6548 "changeAttribute:oldValue:newValue:",
6549 "changeAttributes:",
6550 "changeColor:",
6551 "changeCompanyStatus:",
6552 "changeCount",
6553 "changeCurrentDirectoryPath:",
6554 "changeDestinationToPoint:",
6555 "changeDestinationToRect:",
6556 "changeDocumentBackgroundColor:",
6557 "changeFieldLabel:",
6558 "changeFileAttributes:atPath:",
6559 "changeFont:",
6560 "changeInLength",
6561 "changeInstantField:",
6562 "changeOptionsPanelSettings:",
6563 "changePassword:toNewPassword:",
6564 "changeSaveType:",
6565 "changeSpelling:",
6566 "changeToolbarDisplayMode:",
6567 "changeValue:forKey:",
6568 "changeWillBeUndone:",
6569 "changeWindowFrameSizeByDelta:display:animate:",
6570 "changeWindowsItem:title:filename:",
6571 "changedGroups:",
6572 "changedMembers:",
6573 "changedValues",
6574 "charIndex",
6575 "charValue",
6576 "character:hasNumericProperty:",
6577 "character:hasProperty:",
6578 "characterAtIndex:",
6579 "characterCollection",
6580 "characterDataImpl",
6581 "characterIdentifier",
6582 "characterIndexForGlyphAtIndex:",
6583 "characterIndexForPoint:",
6584 "characterIsMember:",
6585 "characterRangeForGlyphRange:actualGlyphRange:",
6586 "characterSetCoveredByFont:language:",
6587 "characterSetWithBitmapRepresentation:",
6588 "characterSetWithCharactersInString:",
6589 "characterSetWithContentsOfFile:",
6590 "characterSetWithName:",
6591 "characterSetWithRange:",
6592 "characters",
6593 "charactersIgnoringModifiers",
6594 "charactersToBeSkipped",
6595 "chatWithPerson:",
6596 "checkContentPolicyForResponse:",
6597 "checkForAuthenticationFailureInHTTPResponse:withURL:",
6598 "checkForRemovableMedia",
6599 "checkSpaceForParts",
6600 "checkSpelling:",
6601 "checkSpellingOfString:startingAt:",
6602 "checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:",
6603 "checkSpellingOfString:startingAt:language:wrap:inSpellDocumentWithTag:wordCount:reconnectOnError:",
6604 "childAtIndex:",
6605 "childContext",
6606 "childCount",
6607 "childFrames",
6608 "childItemWithName:",
6609 "childNodes",
6610 "childNodesMatchingString:",
6611 "childSpecifier",
6612 "childWindows",
6613 "childWithName:",
6614 "children",
6615 "chooseButtonPressed:",
6616 "chooseCustomImage:",
6617 "chooseFilename:",
6618 "chooseRollOverIdentifier:withSelection:",
6619 "chooseSize:",
6620 "chooseSizeFromField:",
6621 "chooseSizeFromList:",
6622 "chooseSizeFromSlider:",
6623 "class",
6624 "classCode",
6625 "classDelegate",
6626 "classDescription",
6627 "classDescriptionForClass:",
6628 "classDescriptionForDestinationKey:",
6629 "classDescriptionForEntityName:",
6630 "classDescriptionForKey:",
6631 "classDescriptionForKeyPath:",
6632 "classDescriptionWithAppleEventCode:",
6633 "classDescriptionsInSuite:",
6634 "classForArchiver",
6635 "classForClassName:",
6636 "classForCoder",
6637 "classForKeyedArchiver",
6638 "classForKeyedUnarchiver",
6639 "classForPortCoder",
6640 "classHintsForKeyedArchiver",
6641 "className",
6642 "classNameDecodedForArchiveClassName:",
6643 "classNameEncodedForTrueClassName:",
6644 "classNameForClass:",
6645 "classNamed:",
6646 "classPropertyKeys",
6647 "classTerminologyDictionary:",
6648 "cleanUp",
6649 "cleanUpAfterDragOperation",
6650 "cleanUpCardState",
6651 "cleanUpForRetry",
6652 "cleanUpOperation",
6653 "clear",
6654 "clear:",
6655 "clearAll",
6656 "clearAllFieldVisiblity",
6657 "clearAsMainCarbonMenuBar",
6658 "clearAttributesCache",
6659 "clearBackingStore",
6660 "clearCacheForGroup:",
6661 "clearColor",
6662 "clearControlTintColor",
6663 "clearConversationRequest",
6664 "clearCurrentContext",
6665 "clearCustomImage:",
6666 "clearDataFileInfo",
6667 "clearDirectoriesSelection",
6668 "clearDirectoryResults",
6669 "clearDirectoryResultsSelection",
6670 "clearDrawable",
6671 "clearField:",
6672 "clearFilterCache",
6673 "clearGLContext",
6674 "clearGlyphCache",
6675 "clearGroupsSelection",
6676 "clearMarkedRange",
6677 "clearMembersSelection",
6678 "clearNewAvailableData",
6679 "clearPrivateFields",
6680 "clearProperties",
6681 "clearRecentDocuments:",
6682 "clearSearchField",
6683 "clearSearchField:",
6684 "clearShadow",
6685 "clearTempClickedRow",
6686 "clearTemporaryCaches",
6687 "clickCount",
6688 "clickableContentRectForBounds:",
6689 "clicked:",
6690 "clickedColumn",
6691 "clickedOnLink:atIndex:",
6692 "clickedRow",
6693 "client",
6694 "clientView",
6695 "clientWrapperWithRealClient:",
6696 "clip:",
6697 "clipFrameChanged:",
6698 "clipRect:",
6699 "clipToQDRegion:",
6700 "clippedItems",
6701 "clipviewBoundsChangedNotification:",
6702 "cloneNode:",
6703 "close",
6704 "close:",
6705 "closeAllDocuments",
6706 "closeAllDocumentsWithDelegate:didCloseAllSelector:contextInfo:",
6707 "closeButton",
6708 "closeDataFile",
6709 "closeFile",
6710 "closePath",
6711 "closeResourceFile:",
6712 "closeSpellDocumentWithTag:",
6713 "closeURL",
6714 "closeWidgetInView:withButtonID:action:",
6715 "closeWindowForPerson:",
6716 "closeWindowSoon",
6717 "closedHandCursor",
6718 "closestTickMarkValueToValue:",
6719 "coalesceAffectedRange:replacementRange:selectedRange:text:",
6720 "coalesceInTextView:affectedRange:replacementRange:",
6721 "coalesceTextDrawing",
6722 "cocoaVersion",
6723 "code",
6724 "codeSegment",
6725 "coerceArray:toColor:",
6726 "coerceColor:toArray:",
6727 "coerceColor:toData:",
6728 "coerceColor:toString:",
6729 "coerceData:toColor:",
6730 "coerceData:toTextStorage:",
6731 "coerceString:toColor:",
6732 "coerceString:toTextStorage:",
6733 "coerceTextStorage:toData:",
6734 "coerceTextStorage:toString:",
6735 "coerceToDescriptorType:",
6736 "coerceValue:forKey:",
6737 "coerceValue:toClass:",
6738 "collapseItem:",
6739 "collapseItem:collapseChildren:",
6740 "collator:",
6741 "collatorElementWithName:",
6742 "collatorWithName:",
6743 "collectResources",
6744 "collectionNames",
6745 "color",
6746 "colorAtIndex:filtered:",
6747 "colorForControlTint:",
6748 "colorForProperty:",
6749 "colorFromPasteboard:",
6750 "colorFromPoint:",
6751 "colorList",
6752 "colorListChanged:",
6753 "colorListNamed:",
6754 "colorMask",
6755 "colorNameComponent",
6756 "colorPanel",
6757 "colorPanelColorChanged:",
6758 "colorPanelDidSelectColorPicker:",
6759 "colorSpaceName",
6760 "colorSyncData",
6761 "colorTable",
6762 "colorUsingColorSpaceName:",
6763 "colorUsingColorSpaceName:device:",
6764 "colorWithAlphaComponent:",
6765 "colorWithCalibratedHue:saturation:brightness:alpha:",
6766 "colorWithCalibratedRed:green:blue:alpha:",
6767 "colorWithCalibratedWhite:alpha:",
6768 "colorWithCatalogName:colorName:",
6769 "colorWithDeviceCyan:magenta:yellow:black:alpha:",
6770 "colorWithDeviceHue:saturation:brightness:alpha:",
6771 "colorWithDeviceRed:green:blue:alpha:",
6772 "colorWithDeviceWhite:alpha:",
6773 "colorWithKey:",
6774 "colorWithPatternImage:",
6775 "colorizeByMappingGray:toColor:blackMapping:whiteMapping:",
6776 "column",
6777 "columnAtPoint:",
6778 "columnContentWidthForColumnWidth:",
6779 "columnFilters",
6780 "columnNumber",
6781 "columnOfMatrix:",
6782 "columnResizeButtonImage",
6783 "columnResizeButtonRect",
6784 "columnResizingType",
6785 "columnTitleForIdentifier:",
6786 "columnTitleForProperty:",
6787 "columnWidthForColumnContentWidth:",
6788 "columnWithIdentifier:",
6789 "columnsAutosaveName",
6790 "columnsInRect:",
6791 "combineStructures:withCustom:",
6792 "comboBox:indexOfItemWithStringValue:",
6793 "comboBox:objectValueForItemAtIndex:",
6794 "comboBoxCell:completedString:",
6795 "comboBoxCell:indexOfItemWithStringValue:",
6796 "comboBoxCell:objectValueForItemAtIndex:",
6797 "comboBoxCellSelectionDidChange:",
6798 "comboBoxCellSelectionIsChanging:",
6799 "comboBoxCellWillDismiss:",
6800 "comboBoxCellWillPopUp:",
6801 "comboBoxTextDidEndEditing:",
6802 "commandClassName",
6803 "commandDescription",
6804 "commandDescriptionWithAppleEventClass:andAppleEventCode:",
6805 "commandDescriptionsInSuite:",
6806 "commandDisplay",
6807 "commandName",
6808 "commandTerminologyDictionary:",
6809 "commands",
6810 "comment",
6811 "commentImpl",
6812 "commentURL",
6813 "commentWithImpl:",
6814 "commitEditing",
6815 "commitPendingChanges",
6816 "commitPendingChangesAndSave:",
6817 "commonPrefixWithString:options:",
6818 "compare:",
6819 "compare:options:",
6820 "compare:options:range:",
6821 "compare:options:range:locale:",
6822 "compareAscending:",
6823 "compareCaseInsensitiveAscending:",
6824 "compareCaseInsensitiveDescending:",
6825 "compareContainsSubString:",
6826 "compareContainsSubStringCaseInsensitive:",
6827 "compareDescending:",
6828 "compareGeometry:",
6829 "compareObject:toObject:",
6830 "comparePrefixMatch:",
6831 "comparePrefixMatchCaseInsensitive:",
6832 "compareSelector",
6833 "compareWithRecordValue:",
6834 "compileAndReturnError:",
6835 "complete:",
6836 "completePathIntoString:caseSensitive:matchesIntoArray:filterTypes:",
6837 "completedString:",
6838 "completes",
6839 "completionEnabled",
6840 "completionsForPartialWordRange:inString:language:inSpellDocumentWithTag:",
6841 "completionsForPartialWordRange:indexOfSelectedItem:",
6842 "components",
6843 "componentsJoinedByString:",
6844 "componentsSeparatedByString:",
6845 "componentsToDisplayForPath:",
6846 "compositeName",
6847 "compositeToPoint:fromRect:operation:",
6848 "compositeToPoint:fromRect:operation:fraction:",
6849 "compositeToPoint:operation:",
6850 "compositeToPoint:operation:fraction:",
6851 "computeCountForKey:",
6852 "concat",
6853 "concat:",
6854 "concludeDragOperation:",
6855 "condition",
6856 "conditionallySetsEditable",
6857 "conditionallySetsEnabled",
6858 "conditionallySetsHidden",
6859 "configNode",
6860 "configurationDictionary",
6861 "configurationPaletteIsRunning",
6862 "configureAsServer",
6863 "configureForActiveStateWithCurrentDirectoryNode:",
6864 "configureForAllowsExpandingMultipleDirectories:",
6865 "configureForAllowsMultipleSelection:",
6866 "configureForCalculatesAllSizes:",
6867 "configureForCanChooseDirectories:",
6868 "configureForCanChooseFiles:",
6869 "configureForCanClickDisabledFiles:",
6870 "configureForDisplayMode:andSizeMode:",
6871 "configureForDisplayedFileProperties:",
6872 "configureForInactiveState",
6873 "configureForLayoutInDisplayMode:andSizeMode:inToolbarView:",
6874 "configureForShowsPreviews:",
6875 "configureForSortedByFileProperty:ascending:caseSensitive:",
6876 "configureForTreatsDirectoryAliasesAsDirectories:",
6877 "configureForTreatsFilePackagesAsDirectories:",
6878 "confirmCloseSheetIsDone:returnCode:contextInfo:",
6879 "confirmSheet:",
6880 "conformsTo:",
6881 "conformsToProtocol:",
6882 "connectToLDAPServer:",
6883 "connectedToInternet:",
6884 "connection",
6885 "connection:didCancelAuthenticationChallenge:",
6886 "connection:didFailLoadingWithError:",
6887 "connection:didFailWithError:",
6888 "connection:didReceiveAuthenticationChallenge:",
6889 "connection:didReceiveData:",
6890 "connection:didReceiveResponse:",
6891 "connection:willSendRequest:redirectResponse:",
6892 "connectionDidDie:",
6893 "connectionDidFinishLoading:",
6894 "connectionForProxy",
6895 "connectionWasBroken:",
6896 "connectionWasEstablished:",
6897 "connectionWithReceivePort:sendPort:",
6898 "connectionWithRegisteredName:host:",
6899 "connectionWithRegisteredName:host:usingNameServer:",
6900 "connectionWithRequest:delegate:",
6901 "connectionsCount",
6902 "constrainFrameRect:toScreen:",
6903 "constrainResizeEdge:withDelta:elapsedTime:",
6904 "constrainScrollPoint:",
6905 "consumeImageData:forTag:",
6906 "consumeJobEntry:",
6907 "containerClassDescription",
6908 "containerIsObjectBeingTested",
6909 "containerIsRangeContainerObject",
6910 "containerNode",
6911 "containerNodeWithChildren:",
6912 "containerSize",
6913 "containerSpecifier",
6914 "containsAttachments",
6915 "containsGroupName:",
6916 "containsIndex:",
6917 "containsIndexes:",
6918 "containsIndexesInRange:",
6919 "containsItem:",
6920 "containsItemForURLString:",
6921 "containsKey:",
6922 "containsObject:",
6923 "containsObject:inRange:",
6924 "containsObjectIdenticalTo:",
6925 "containsObjectsNotIdenticalTo:",
6926 "containsPoint:",
6927 "containsPort:forMode:",
6928 "containsRect:",
6929 "containsTimer:forMode:",
6930 "containsURL:",
6931 "containsValueForKey:",
6932 "content",
6933 "contentAlpha",
6934 "contentAspectRatio",
6935 "contentBinder",
6936 "contentFill",
6937 "contentMaxSize",
6938 "contentMinSize",
6939 "contentRect",
6940 "contentRectForFrameRect:",
6941 "contentRectForFrameRect:styleMask:",
6942 "contentResizeIncrements",
6943 "contentSize",
6944 "contentSizeForFrameSize:hasHorizontalScroller:hasVerticalScroller:borderType:",
6945 "contentView",
6946 "contentViewMargins",
6947 "contentsAtPath:",
6948 "contentsEqualAtPath:andPath:",
6949 "context",
6950 "contextForSecondaryThread",
6951 "contextHelpForKey:",
6952 "contextHelpForObject:",
6953 "contextID",
6954 "contextMenuRepresentation",
6955 "continue",
6956 "continueAfterBytesAvailable",
6957 "continueAfterContentPolicy:",
6958 "continueAfterContentPolicy:response:",
6959 "continueAfterEndEncountered",
6960 "continueAfterNavigationPolicy:formState:",
6961 "continueBeginLoadInBackgroundAfterCreatingHTTPRequest",
6962 "continueHeaderReadAfter3xxResponseAndCall:",
6963 "continueHeaderReadAfterFailureResponseAndCall:",
6964 "continueTracking:at:inView:",
6965 "continueTrackingWithEvent:",
6966 "continueWithoutCredentialForAuthenticationChallenge:",
6967 "control:didFailToFormatString:errorDescription:",
6968 "control:didFailToFormatString:errorDescription:inFrame:",
6969 "control:didFailToValidatePartialString:errorDescription:",
6970 "control:didFailToValidatePartialString:errorDescription:inFrame:",
6971 "control:isValidObject:",
6972 "control:isValidObject:inFrame:",
6973 "control:textShouldBeginEditing:",
6974 "control:textShouldBeginEditing:inFrame:",
6975 "control:textShouldEndEditing:",
6976 "control:textShouldEndEditing:inFrame:",
6977 "control:textView:doCommandBySelector:",
6978 "control:textView:doCommandBySelector:inFrame:",
6979 "controlAlternatingRowBackgroundColors",
6980 "controlAlternatingRowColor",
6981 "controlBackgroundColor",
6982 "controlCharacterSet",
6983 "controlColor",
6984 "controlContentFontOfSize:",
6985 "controlDarkShadowColor",
6986 "controlFillColor",
6987 "controlHighlightColor",
6988 "controlLightHighlightColor",
6989 "controlMenu:",
6990 "controlPointBounds",
6991 "controlShadowColor",
6992 "controlSize",
6993 "controlTextColor",
6994 "controlTextDidBeginEditing:",
6995 "controlTextDidBeginEditing:inFrame:",
6996 "controlTextDidChange:",
6997 "controlTextDidChange:inFrame:",
6998 "controlTextDidEndEditing:",
6999 "controlTextDidEndEditing:inFrame:",
7000 "controlTint",
7001 "controlView",
7002 "controlViewWillBecomeFirstResponder:",
7003 "controlViewWillResignFirstResponder:",
7004 "controller",
7005 "controllerForBinding:",
7006 "controlsInForm:",
7007 "conversation",
7008 "conversationIdentifier",
7009 "conversationRequest",
7010 "convertAttributes:",
7011 "convertBaseToScreen:",
7012 "convertCharacters:length:toGlyphs:skipControlCharacters:",
7013 "convertFont:",
7014 "convertFont:toApproximateTraits:",
7015 "convertFont:toFace:",
7016 "convertFont:toFamily:",
7017 "convertFont:toHaveTrait:",
7018 "convertFont:toNotHaveTrait:",
7019 "convertFont:toSize:",
7020 "convertOldFactor:newFactor:",
7021 "convertPoint:fromView:",
7022 "convertPoint:toView:",
7023 "convertRect:fromView:",
7024 "convertRect:toView:",
7025 "convertScreenToBase:",
7026 "convertSize:fromView:",
7027 "convertSize:toView:",
7028 "convertType:data:to:inPasteboard:usingFilter:",
7029 "convertUnicodeCharacters:length:toGlyphs:",
7030 "convertWeight:ofFont:",
7031 "converterLockFileName",
7032 "cookieAcceptPolicy",
7033 "cookieRequestHeaderFieldsForURL:",
7034 "cookieWithProperties:",
7035 "cookieWithV0Spec:forURL:locationHeader:",
7036 "cookies",
7037 "cookiesEnabled",
7038 "cookiesForURL:",
7039 "cookiesMatchingDomain:path:secure:",
7040 "cookiesWithResponseHeaderFields:forURL:",
7041 "copiesOnScroll",
7042 "copy",
7043 "copy:",
7044 "copy:into:",
7045 "copyAttributesFromContext:withMask:",
7046 "copyDOMNode:copier:",
7047 "copyDOMTree:",
7048 "copyDropDirectory",
7049 "copyFont:",
7050 "copyFromZone:",
7051 "copyIcon",
7052 "copyImageToClipboard:",
7053 "copyLinkToClipboard:",
7054 "copyOfCalendarDate",
7055 "copyPath:toPath:handler:",
7056 "copyRenderNode:copier:",
7057 "copyRenderTree:",
7058 "copyRuler:",
7059 "copySerializationInto:",
7060 "copyWithZone:",
7061 "copyright",
7062 "cornerView",
7063 "count",
7064 "countFiltered:",
7065 "countForKey:",
7066 "countForObject:",
7067 "countOccurrences:",
7068 "countWordsInString:language:",
7069 "coveredCharacterCache",
7070 "coveredCharacterSet",
7071 "coversAllCharactersInString:",
7072 "coversCharacter:",
7073 "crayonAtIndex:",
7074 "crayonClosestToIndex:",
7075 "crayonToLeft",
7076 "crayonToLeftOfCrayon:",
7077 "crayonToRight",
7078 "crayonToRightOfCrayon:",
7079 "crayons",
7080 "createAttribute:",
7081 "createAttributeNS::",
7082 "createCDATASection:",
7083 "createChildFrameNamed:withURL:renderPart:allowsScrolling:marginWidth:marginHeight:",
7084 "createClassDescription",
7085 "createCommandInstance",
7086 "createCommandInstanceWithZone:",
7087 "createComment:",
7088 "createContext",
7089 "createDictHashTable:",
7090 "createDirectoryAtPath:attributes:",
7091 "createDocument:::",
7092 "createDocumentFragment",
7093 "createDocumentType:::",
7094 "createDragProgressWindow:forRow:",
7095 "createElement:",
7096 "createElementNS::",
7097 "createEntityReference:",
7098 "createFTPReadStream",
7099 "createFileAtPath:contents:attributes:",
7100 "createFirstLastSortingNamePart1:part2:",
7101 "createKHTMLViewWithNSView:marginWidth:marginHeight:",
7102 "createKeyValueBindingForKey:typeMask:",
7103 "createLastFirstSortingNamePart1:part2:",
7104 "createProcessingInstruction::",
7105 "createRandomKey:",
7106 "createRealObject",
7107 "createSharedAdapter",
7108 "createSharedFactory",
7109 "createSymbolicLinkAtPath:pathContent:",
7110 "createTextNode:",
7111 "createTexture:fromView:internalFormat:",
7112 "createUniqueKey:",
7113 "createWindowWithURL:frameName:",
7114 "creationDate",
7115 "credentialWithKeychainItem:",
7116 "credentialWithUser:password:persistence:",
7117 "credentialsForProtectionSpace:",
7118 "credits",
7119 "crop",
7120 "croppedImage",
7121 "crosshairCursor",
7122 "current",
7123 "currentAppleEvent",
7124 "currentCommand",
7125 "currentContainer",
7126 "currentContext",
7127 "currentContextDrawingToScreen",
7128 "currentControlTint",
7129 "currentConversation",
7130 "currentCursor",
7131 "currentDirectory",
7132 "currentDirectoryNode",
7133 "currentDirectoryPath",
7134 "currentDiskUsage",
7135 "currentDocument",
7136 "currentEditor",
7137 "currentEditorForEitherField",
7138 "currentEditorForSecureField",
7139 "currentEvent",
7140 "currentForm",
7141 "currentFrame",
7142 "currentFrameDuration",
7143 "currentHandler",
7144 "currentHost",
7145 "currentImageNumber",
7146 "currentInputContext",
7147 "currentInputManager",
7148 "currentItem",
7149 "currentLayoutManager",
7150 "currentMainStructure:",
7151 "currentMemoryUsage",
7152 "currentMode",
7153 "currentOperation",
7154 "currentPage",
7155 "currentParagraphStyle",
7156 "currentPassNumber",
7157 "currentPicture",
7158 "currentPluginView",
7159 "currentPoint",
7160 "currentReplyAppleEvent",
7161 "currentRunLoop",
7162 "currentTaskDictionary",
7163 "currentTextContainer",
7164 "currentTextStorage",
7165 "currentTextView",
7166 "currentThread",
7167 "currentVirtualScreen",
7168 "currentVoiceIdentifier",
7169 "currentWindow",
7170 "cursiveFontFamily",
7171 "cursor",
7172 "curveToPoint:controlPoint1:controlPoint2:",
7173 "customTextEncodingName",
7174 "customUserAgent",
7175 "customizationPaletteIsRunning",
7176 "cut:",
7177 "cyanColor",
7178 "cyanComponent",
7179 "cycleToNextInputKeyboardLayout:",
7180 "cycleToNextInputLanguage:",
7181 "cycleToNextInputScript:",
7182 "cycleToNextInputServerInLanguage:",
7183 "darkGrayColor",
7184 "data",
7185 "data1",
7186 "data2",
7187 "dataBaseChanged:",
7188 "dataCell",
7189 "dataCellForRow:",
7190 "dataFile",
7191 "dataForFile:",
7192 "dataForKey:",
7193 "dataForType:",
7194 "dataForType:fromPasteboard:",
7195 "dataFromPropertyList:format:errorDescription:",
7196 "dataRepresentation",
7197 "dataRepresentationOfType:",
7198 "dataSource",
7199 "dataSourceCount",
7200 "dataSourceUpdated:",
7201 "dataTypeDoesNotExist:forKey:inCurrentStruct:inCustomStruct:",
7202 "dataUsingEncoding:",
7203 "dataUsingEncoding:allowLossyConversion:",
7204 "dataValueOfProperty:",
7205 "dataWithBytes:length:",
7206 "dataWithBytesNoCopy:length:",
7207 "dataWithBytesNoCopy:length:freeWhenDone:",
7208 "dataWithCapacity:",
7209 "dataWithContentsOfFile:",
7210 "dataWithContentsOfMappedFile:",
7211 "dataWithContentsOfURL:",
7212 "dataWithData:",
7213 "dataWithEPSInsideRect:",
7214 "dataWithLength:",
7215 "dataWithPDFInsideRect:",
7216 "databaseChanged:",
7217 "databaseChangedExternally:",
7218 "databaseChangedForUserInfo:groupsChanged:peopleChanged:",
7219 "date",
7220 "dateByAddingYears:months:days:hours:minutes:seconds:",
7221 "dateFormat",
7222 "dateFromISO8601String:",
7223 "dateWithCalendarFormat:timeZone:",
7224 "dateWithDate:",
7225 "dateWithNaturalLanguageString:",
7226 "dateWithNaturalLanguageString:date:locale:",
7227 "dateWithNaturalLanguageString:locale:",
7228 "dateWithString:",
7229 "dateWithString:calendarFormat:",
7230 "dateWithString:calendarFormat:locale:",
7231 "dateWithTimeInterval:sinceDate:",
7232 "dateWithTimeIntervalSince1970:",
7233 "dateWithTimeIntervalSinceNow:",
7234 "dateWithTimeIntervalSinceReferenceDate:",
7235 "dateWithYear:month:day:hour:minute:second:timeZone:",
7236 "dayOfCommonEra",
7237 "dayOfMonth",
7238 "dayOfWeek",
7239 "dayOfYear",
7240 "deactivate",
7241 "dealloc",
7242 "deallocateCFNetworkResources",
7243 "debugDescription",
7244 "decimalDigitCharacterSet",
7245 "decimalNumberByAdding:",
7246 "decimalNumberByAdding:withBehavior:",
7247 "decimalNumberByDividingBy:",
7248 "decimalNumberByDividingBy:withBehavior:",
7249 "decimalNumberByMultiplyingBy:",
7250 "decimalNumberByMultiplyingBy:withBehavior:",
7251 "decimalNumberByMultiplyingByPowerOf10:",
7252 "decimalNumberByMultiplyingByPowerOf10:withBehavior:",
7253 "decimalNumberByRaisingToPower:",
7254 "decimalNumberByRaisingToPower:withBehavior:",
7255 "decimalNumberByRoundingAccordingToBehavior:",
7256 "decimalNumberBySubstracting:",
7257 "decimalNumberBySubstracting:withBehavior:",
7258 "decimalNumberBySubtracting:",
7259 "decimalNumberBySubtracting:withBehavior:",
7260 "decimalNumberHandlerWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:",
7261 "decimalNumberWithDecimal:",
7262 "decimalNumberWithMantissa:exponent:isNegative:",
7263 "decimalNumberWithString:",
7264 "decimalNumberWithString:locale:",
7265 "decimalSeparator",
7266 "decimalTabMarkerWithRulerView:location:",
7267 "decimalValue",
7268 "declareTypes:owner:",
7269 "decodeAllIntoBuffer:size:",
7270 "decodeArrayOfObjCType:count:at:",
7271 "decodeBoolForKey:",
7272 "decodeBytesForKey:returnedLength:",
7273 "decodeBytesWithReturnedLength:",
7274 "decodeClassName:asClassName:",
7275 "decodeColumns:",
7276 "decodeData:",
7277 "decodeData:dataForkData:resourceForkData:",
7278 "decodeDataObject",
7279 "decodeDoubleForKey:",
7280 "decodeFloatForKey:",
7281 "decodeForkWithData:count:CRCCheckFlag:",
7282 "decodeHeader",
7283 "decodeHeader:headerLength:modificationTime:filename:",
7284 "decodeInt32ForKey:",
7285 "decodeInt64ForKey:",
7286 "decodeIntForKey:",
7287 "decodeIntoBuffer:size:",
7288 "decodeNXColor",
7289 "decodeNXObject",
7290 "decodeObject",
7291 "decodeObjectForKey:",
7292 "decodePoint",
7293 "decodePointForKey:",
7294 "decodePortObject",
7295 "decodePropertyList",
7296 "decodeRect",
7297 "decodeRectForKey:",
7298 "decodeReleasedProxies:",
7299 "decodeRetainedObject",
7300 "decodeReturnValueWithCoder:",
7301 "decodeSize",
7302 "decodeSizeForKey:",
7303 "decodeValueOfObjCType:at:",
7304 "decodeValuesOfObjCTypes:",
7305 "decomposableCharacterSet",
7306 "decomposedStringWithCanonicalMapping",
7307 "decomposedStringWithCompatibilityMapping",
7308 "decrementButtonWithParent:",
7309 "decrementNumberOfThreadsAlive:withSessionUID:",
7310 "decrementOriginLoadCount",
7311 "decryptWithDelegate:",
7312 "deepestScreen",
7313 "defaultAddressBookPreferencesFile",
7314 "defaultAttachmentScaling",
7315 "defaultAttributes",
7316 "defaultBaselineOffsetForFont:",
7317 "defaultBehavior",
7318 "defaultButtonCell",
7319 "defaultCStringEncoding",
7320 "defaultCenter",
7321 "defaultCollator",
7322 "defaultConnection",
7323 "defaultCountryCode",
7324 "defaultCredentialForProtectionSpace:",
7325 "defaultDecimalNumberHandler",
7326 "defaultDepthLimit",
7327 "defaultFixedFontSize",
7328 "defaultFlatness",
7329 "defaultFocusRingType",
7330 "defaultFontSize",
7331 "defaultIconSize",
7332 "defaultIconWithSize:",
7333 "defaultLanguage",
7334 "defaultLanguageCode",
7335 "defaultLanguageContext",
7336 "defaultLineCapStyle",
7337 "defaultLineHeightForFont",
7338 "defaultLineHeightForFont:",
7339 "defaultLineJoinStyle",
7340 "defaultLineWidth",
7341 "defaultManager",
7342 "defaultMenu",
7343 "defaultMiterLimit",
7344 "defaultNameOrdering",
7345 "defaultNameServerPortNumber",
7346 "defaultObjectValue",
7347 "defaultParagraphStyle",
7348 "defaultPixelFormat",
7349 "defaultPlaceholderForBinding:onObjectClass:",
7350 "defaultPlaceholderForMarker:withBinding:",
7351 "defaultPlaceholderLookupClassForBinding:object:",
7352 "defaultPortNameServer",
7353 "defaultPreferencesClass",
7354 "defaultPrinter",
7355 "defaultQueue",
7356 "defaultRowHeight",
7357 "defaultStringDrawingTypesetterBehavior",
7358 "defaultSubcontainerAttributeKey",
7359 "defaultTabInterval",
7360 "defaultTextColor",
7361 "defaultTextColorWhenObjectValueIsUsed:",
7362 "defaultTextEncoding",
7363 "defaultTextEncodingName",
7364 "defaultTimeZone",
7365 "defaultTimeoutInterval",
7366 "defaultTypesetterBehavior",
7367 "defaultVoice",
7368 "defaultWindingRule",
7369 "defaultWritingDirectionForLanguage:",
7370 "defaults",
7371 "defaultsChanged:",
7372 "defaultsDictionary",
7373 "deferSync",
7374 "defersCallbacks",
7375 "defersLoading",
7376 "delay",
7377 "delayDatabaseCleanup",
7378 "delayWindowOrdering",
7379 "delegate",
7380 "delegateBased",
7381 "delegatedObject",
7382 "delete",
7383 "delete:",
7384 "deleteAction:",
7385 "deleteBackward:",
7386 "deleteBackwardByDecomposingPreviousCharacter:",
7387 "deleteCharactersInRange:",
7388 "deleteConfirmSheetDidEnd:returnCode:contextInfo:",
7389 "deleteCookie:",
7390 "deleteCookies:",
7391 "deleteData::",
7392 "deleteForward:",
7393 "deleteGlyphsInRange:",
7394 "deleteKey:",
7395 "deleteLastCharacter",
7396 "deleteObjectsInRange:",
7397 "deleteToBeginningOfLine:",
7398 "deleteToBeginningOfParagraph:",
7399 "deleteToEndOfLine:",
7400 "deleteToEndOfParagraph:",
7401 "deleteToMark:",
7402 "deleteWordBackward:",
7403 "deleteWordForward:",
7404 "deletedGroups:",
7405 "deletedMembers:",
7406 "deliverResult",
7407 "deltaX",
7408 "deltaY",
7409 "deltaZ",
7410 "deminiaturize:",
7411 "departmentFieldPresent",
7412 "depth",
7413 "depthLimit",
7414 "dequeueNotificationsMatching:coalesceMask:",
7415 "dereferencedEntity:",
7416 "descender",
7417 "descent",
7418 "description",
7419 "descriptionForClassMethod:",
7420 "descriptionForInstanceMethod:",
7421 "descriptionForMIMEType:",
7422 "descriptionForMethod:",
7423 "descriptionInStringsFileFormat",
7424 "descriptionWithCalendarFormat:",
7425 "descriptionWithCalendarFormat:locale:",
7426 "descriptionWithCalendarFormat:timeZone:locale:",
7427 "descriptionWithLocale:",
7428 "descriptionWithLocale:indent:",
7429 "descriptorAtIndex:",
7430 "descriptorByTranslatingObject:ofType:inSuite:",
7431 "descriptorForKeyword:",
7432 "descriptorType",
7433 "descriptorWithBoolean:",
7434 "descriptorWithDescriptorType:bytes:length:",
7435 "descriptorWithDescriptorType:data:",
7436 "descriptorWithEnumCode:",
7437 "descriptorWithInt32:",
7438 "descriptorWithString:",
7439 "descriptorWithTypeCode:",
7440 "deselectAll",
7441 "deselectAll:",
7442 "deselectAllCells",
7443 "deselectColumn:",
7444 "deselectDirectoryResultRow:subrow:",
7445 "deselectGroup:",
7446 "deselectIdentifier:forPerson:",
7447 "deselectItemAtIndex:",
7448 "deselectMemberRow:subrow:",
7449 "deselectRecord:",
7450 "deselectRow:",
7451 "deselectRow:subrow:",
7452 "deselectSelectedCell",
7453 "deserializeAlignedBytesLengthAtCursor:",
7454 "deserializeBytes:length:atCursor:",
7455 "deserializeData:",
7456 "deserializeDataAt:ofObjCType:atCursor:context:",
7457 "deserializeIntAtCursor:",
7458 "deserializeIntAtIndex:",
7459 "deserializeInts:count:atCursor:",
7460 "deserializeInts:count:atIndex:",
7461 "deserializeList:",
7462 "deserializeListItemIn:at:length:",
7463 "deserializeNewData",
7464 "deserializeNewKeyString",
7465 "deserializeNewList",
7466 "deserializeNewObject",
7467 "deserializeNewPList",
7468 "deserializeNewString",
7469 "deserializePList:",
7470 "deserializePListKeyIn:",
7471 "deserializePListValueIn:key:length:",
7472 "deserializePropertyListFromData:atCursor:mutableContainers:",
7473 "deserializePropertyListFromData:mutableContainers:",
7474 "deserializePropertyListLazilyFromData:atCursor:length:mutableContainers:",
7475 "deserializeServers:",
7476 "deserializeString:",
7477 "deserializer",
7478 "deserializerStream",
7479 "destination",
7480 "destroyAllPlugins",
7481 "destroyContext",
7482 "destroyStream:reason:",
7483 "destroyStreamWithReason:",
7484 "detachColorList:",
7485 "detachDrawingThread:toTarget:withObject:",
7486 "detachNewThreadSelector:toTarget:withObject:",
7487 "detachSubmenu",
7488 "detailedDescription",
7489 "detailedDescriptionForClass:",
7490 "determineErrorAndFail",
7491 "determineTransferEncoding",
7492 "developmentLocalization",
7493 "deviceDescription",
7494 "deviceID",
7495 "dictionary",
7496 "dictionaryForKey:",
7497 "dictionaryInfo:",
7498 "dictionaryRepresentation",
7499 "dictionaryWithCapacity:",
7500 "dictionaryWithContentsOfFile:",
7501 "dictionaryWithContentsOfURL:",
7502 "dictionaryWithDictionary:",
7503 "dictionaryWithObject:forKey:",
7504 "dictionaryWithObjects:forKeys:",
7505 "dictionaryWithObjects:forKeys:count:",
7506 "dictionaryWithObjectsAndKeys:",
7507 "dictionaryWithValuesForKeys:",
7508 "didAddCredentials:toRequest:context:",
7509 "didAddSubview:",
7510 "didChange",
7511 "didChange:valuesAtIndexes:forKey:",
7512 "didChangeText",
7513 "didChangeValueForKey:",
7514 "didEndAlert:returnCode:contextInfo:",
7515 "didEndSheet:returnCode:contextInfo:",
7516 "didFinishColumnScrollWithHelper:",
7517 "didLoadBytes:loadComplete:",
7518 "didLoadData:",
7519 "didNotOpenURL:",
7520 "didStart",
7521 "directDataAvailable:",
7522 "directDataComplete",
7523 "directParameter",
7524 "directionalType:",
7525 "directories",
7526 "directoriesController",
7527 "directoriesGroup",
7528 "directoriesPane",
7529 "directoriesSelectionChanged:",
7530 "directory",
7531 "directoryAtIndex:",
7532 "directoryAttributes",
7533 "directoryCanBeCreatedAtPath:",
7534 "directoryContentsAtPath:",
7535 "directoryContentsAtPath:matchingExtension:options:keepExtension:",
7536 "directoryDataHasArrived:",
7537 "directoryResultAtIndex:",
7538 "directoryResults",
7539 "directoryResultsController",
7540 "directoryResultsPane",
7541 "directoryResultsSelectionChanged:",
7542 "directoryResultsSubrows",
7543 "directorySelectionPopUpButtonClick:",
7544 "directoryServicesNodes",
7545 "directoryServicesServer",
7546 "directoryServicesServer:",
7547 "disableCursorRects",
7548 "disableDelegateMessages",
7549 "disableDisplayPositing",
7550 "disableFlush",
7551 "disableFlushWindow",
7552 "disableHeartBeating",
7553 "disableKeyEquivalentForDefaultButtonCell",
7554 "disableSelectionChanging",
7555 "disableUndoRegistration",
7556 "disabledControlTextColor",
7557 "disabledImageForControlTint:",
7558 "disabledSelectedImageForControlTint:",
7559 "disabledUnselectedImage",
7560 "discardCachedImage",
7561 "discardCursorRects",
7562 "discardEditing",
7563 "discardEventsMatchingMask:beforeEvent:",
7564 "disconnect:",
7565 "diskCapacity",
7566 "dismissPopUp",
7567 "dismissPopUp:",
7568 "dispatch",
7569 "dispatchDoubleAction:",
7570 "dispatchGroupDoubleClick:",
7571 "dispatchGroupSelection:",
7572 "dispatchInvocation:",
7573 "dispatchNameDoubleClick:",
7574 "dispatchNameSelection:",
7575 "dispatchPropertyChanged:",
7576 "dispatchRawAppleEvent:withRawReply:handlerRefCon:",
7577 "dispatchValueSelection:",
7578 "display",
7579 "displayAllColumns",
7580 "displayColumn:",
7581 "displayCompletions:forPartialWordRange:originalString:atPoint:forTextView:",
7582 "displayIfNeeded",
7583 "displayIfNeededIgnoringOpacity",
7584 "displayIfNeededInRect:",
7585 "displayIfNeededInRectIgnoringOpacity:",
7586 "displayIgnoringOpacity",
7587 "displayImageInPicker:",
7588 "displayMode",
7589 "displayName",
7590 "displayNameAtPath:",
7591 "displayNameForKey:",
7592 "displayNameForObjectName:",
7593 "displayNameForType:",
7594 "displayPattern",
7595 "displayRect:",
7596 "displayRectIgnoringOpacity:",
7597 "displayStateForNode:",
7598 "displayStringForLineHeightMultiple:min:max:lineSpacing:paragraphSpacingBefore:after:",
7599 "displayStringsForAttributes:includeBoldItalic:",
7600 "displayStringsForParagraphStyle:",
7601 "displayTitleInPicker:",
7602 "displayToolTip:",
7603 "displayValueForObjectValue:",
7604 "displayableSampleText",
7605 "displayableSampleTextForLanguage:",
7606 "displayableString",
7607 "displayedCard",
7608 "displayedColumns",
7609 "displayedCommandsTitle",
7610 "displayedFileProperties",
7611 "displayedGroups",
7612 "displayedMemberMatching:",
7613 "displayedMembers",
7614 "displayedMembersSubrows",
7615 "displayedProperties",
7616 "displayedProperty",
7617 "displayedRecords",
7618 "displayedStringsArray",
7619 "displayedTitle",
7620 "displaysTooltips",
7621 "dissolveToPoint:fraction:",
7622 "dissolveToPoint:fromRect:fraction:",
7623 "distantFuture",
7624 "distantPast",
7625 "distributionIdentifierForProperty:person:",
7626 "distributionIndexForProperty:person:",
7627 "distributionStringsForMembers",
7628 "distributionValueForProperty:person:",
7629 "dividerThickness",
7630 "doAwakeFromNib",
7631 "doClick:",
7632 "doClose:",
7633 "doCommandBySelector:",
7634 "doCommandBySelector:client:",
7635 "doDelete:",
7636 "doDeleteInReceiver:",
7637 "doDoubleClick:",
7638 "doFileCompletion:",
7639 "doIconify:",
7640 "doIt",
7641 "doProgressiveLoad",
7642 "doProgressiveLoadHeader",
7643 "doProgressiveLoadImage",
7644 "doQueuedWork",
7645 "doRemoveFromGroup",
7646 "doSelectAll:",
7647 "docFormatData",
7648 "docFormatFromRange:documentAttributes:",
7649 "dockTitleIsGuess",
7650 "doctype",
7651 "document",
7652 "documentAttributes",
7653 "documentClassForType:",
7654 "documentCursor",
7655 "documentEdited",
7656 "documentElement",
7657 "documentForFileName:",
7658 "documentForWindow:",
7659 "documentFragmentImpl",
7660 "documentFragmentWithImpl:",
7661 "documentImpl",
7662 "documentRect",
7663 "documentRef",
7664 "documentSource",
7665 "documentState",
7666 "documentTypeImpl",
7667 "documentTypeWithImpl:",
7668 "documentView",
7669 "documentVisibleRect",
7670 "documentWithImpl:",
7671 "documents",
7672 "doesContain:",
7673 "doesNotRecognize:",
7674 "doesNotRecognizeSelector:",
7675 "doesPropertyExist:inTable:",
7676 "domain",
7677 "done",
7678 "doneTrackingMenu:",
7679 "doubleAction",
7680 "doubleAction:",
7681 "doubleClickAction",
7682 "doubleClickAtIndex:",
7683 "doubleClickAtIndex:inRange:",
7684 "doubleClickHandler",
7685 "doubleClickInString:atIndex:useBook:",
7686 "doubleForKey:",
7687 "doubleValue",
7688 "doubleValueOfProperty:",
7689 "download",
7690 "download:decideDestinationWithSuggestedFilename:",
7691 "download:didBeginChildDownload:",
7692 "download:didCancelAuthenticationChallenge:",
7693 "download:didCreateDestination:",
7694 "download:didFailWithError:",
7695 "download:didReceiveAuthenticationChallenge:",
7696 "download:didReceiveDataOfLength:",
7697 "download:didReceiveResponse:",
7698 "download:shouldBeginChildDownloadOfSource:delegate:",
7699 "download:shouldDecodeSourceDataOfMIMEType:",
7700 "download:willSendRequest:redirectResponse:",
7701 "downloadDelegate",
7702 "downloadDidBegin:",
7703 "downloadDidFinish:",
7704 "downloadImageToDisk:",
7705 "downloadLinkToDisk:",
7706 "downloadURL:element:",
7707 "dragAnimationComplete:toRow:",
7708 "dragColor:withEvent:fromView:",
7709 "dragColor:withEvent:inView:",
7710 "dragFile:fromRect:slideBack:event:",
7711 "dragImage:at:offset:event:pasteboard:source:slideBack:",
7712 "dragImage:fromWindow:at:offset:event:pasteboard:source:slideBack:",
7713 "dragImageForRows:event:dragImageOffset:",
7714 "dragImageForSelectionWithEvent:origin:",
7715 "dragOperationForDraggingInfo:type:",
7716 "dragPromisedFilesOfTypes:fromRect:source:slideBack:event:",
7717 "dragRectForFrameRect:",
7718 "dragSelectionWithEvent:offset:slideBack:",
7719 "draggedColumn",
7720 "draggedDistance",
7721 "draggedImage",
7722 "draggedImage:beganAt:",
7723 "draggedImage:endedAt:operation:",
7724 "draggedImage:movedTo:",
7725 "draggedImageLocation",
7726 "draggingDestinationWindow",
7727 "draggingEntered:",
7728 "draggingExited:",
7729 "draggingLocation",
7730 "draggingPasteboard",
7731 "draggingSequenceNumber",
7732 "draggingSource",
7733 "draggingSourceOperationMask",
7734 "draggingSourceOperationMaskForLocal:",
7735 "draggingUpdated:",
7736 "draw",
7737 "drawArrow:highlight:",
7738 "drawArrow:highlightPart:",
7739 "drawAtPoint:",
7740 "drawAtPoint:fromRect:operation:fraction:",
7741 "drawAtPoint:withAttributes:",
7742 "drawBackgroundForGlyphRange:atPoint:",
7743 "drawBackgroundInClipRect:",
7744 "drawBackgroundInRect:",
7745 "drawBackgroundInRect:inView:highlight:",
7746 "drawBarInside:flipped:",
7747 "drawBevel:",
7748 "drawBevel:inFrame:topCornerRounded:bottomCornerRounded:",
7749 "drawBorderAndBackgroundWithFrame:inView:",
7750 "drawCell:",
7751 "drawCellAtIndex:",
7752 "drawCellAtRow:column:",
7753 "drawCellInside:",
7754 "drawCharacters:stringLength:fromCharacterPosition:toCharacterPosition:atPoint:withPadding:withTextColor:backgroundColor:rightToLeft:letterSpacing:wordSpacing:smallCaps:fontFamilies:",
7755 "drawClippedToValidInRect:fromRect:",
7756 "drawColor",
7757 "drawColor:",
7758 "drawCrayonLayer",
7759 "drawDividerInRect:",
7760 "drawFocusRingInView:",
7761 "drawFrame:",
7762 "drawGlyphsForGlyphRange:atPoint:",
7763 "drawGridInClipRect:",
7764 "drawHashMarksAndLabelsInRect:",
7765 "drawHighlightWithFrame:inView:",
7766 "drawImageWithFrame:inView:",
7767 "drawInRect:",
7768 "drawInRect:fromRect:operation:fraction:",
7769 "drawInRect:onView:",
7770 "drawInRect:onView:pinToTop:",
7771 "drawInRect:withAttributes:",
7772 "drawInView:",
7773 "drawInsertionPointInRect:color:turnedOn:",
7774 "drawInteriorWithFrame:inView:",
7775 "drawKeyEquivalentWithFrame:inView:",
7776 "drawKnob",
7777 "drawKnob:",
7778 "drawKnobSlotInRect:highlight:",
7779 "drawLabel:inRect:",
7780 "drawLineForCharacters:yOffset:withWidth:withColor:",
7781 "drawMarkersInRect:",
7782 "drawNormalInteriorWithFrame:inView:",
7783 "drawPackedGlyphs:atPoint:",
7784 "drawPageBorderWithSize:",
7785 "drawParts",
7786 "drawPreviewInteriorWithFrame:inView:",
7787 "drawRect:",
7788 "drawRect:withPainter:",
7789 "drawRepresentation:inRect:",
7790 "drawResizeIndicator:",
7791 "drawRow:clipRect:",
7792 "drawScroller:",
7793 "drawSegment:inFrame:withView:",
7794 "drawSelection:selected:inView:withRoundedLeftEdges:",
7795 "drawSelectionIndicatorInRect:",
7796 "drawSelector",
7797 "drawSeparatorInRect:",
7798 "drawSeparatorItemWithFrame:inView:",
7799 "drawShadowLayer",
7800 "drawSheetBorderWithSize:",
7801 "drawSortIndicatorWithFrame:inView:ascending:priority:",
7802 "drawSpellingUnderlineForGlyphRange:spellingState:inGlyphRange:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:",
7803 "drawStateImageWithFrame:inView:",
7804 "drawStatusBarBackgroundInRect:withHighlight:",
7805 "drawStrikethroughForGlyphRange:strikethroughType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:",
7806 "drawSwatchInRect:",
7807 "drawTextContainer:inRect:onView:",
7808 "drawTextContainer:inRect:onView:pinToTop:",
7809 "drawThemeContentFill:inView:",
7810 "drawTitleOfColumn:inRect:",
7811 "drawTitleWithFrame:inView:",
7812 "drawUnderlineForGlyphRange:underlineType:baselineOffset:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:",
7813 "drawViewBackgroundInRect:",
7814 "drawWellInside:",
7815 "drawWindowBackgroundRect:",
7816 "drawWindowBackgroundRect:level:",
7817 "drawWindowBackgroundRegion:",
7818 "drawWindowBackgroundRegion:level:",
7819 "drawWithFrame:inView:",
7820 "drawWithFrame:inView:characterIndex:",
7821 "drawWithFrame:inView:characterIndex:layoutManager:",
7822 "drawerDidClose:",
7823 "drawerDidOpen:",
7824 "drawers",
7825 "drawingRectForBounds:",
7826 "drawsBackground",
7827 "drawsCellBackground",
7828 "drawsContainmentIndicator",
7829 "drawsGrid",
7830 "drawsOutsideLineFragmentForGlyphAtIndex:",
7831 "drawsSpecialSelection",
7832 "dsDataBuffer",
7833 "dsDataList",
7834 "dsDataNode",
7835 "dsDirRef",
7836 "dsNodeReference",
7837 "dsRecordReference",
7838 "dstDraggingDepositedAtPoint:draggingInfo:",
7839 "dstDraggingEnteredAtPoint:draggingInfo:",
7840 "dstDraggingExitedAtPoint:draggingInfo:",
7841 "dstDraggingMovedToPoint:draggingInfo:",
7842 "dummyAction:",
7843 "duplicatesForPeople:",
7844 "dynamicVerticalScroller",
7845 "earlierDate:",
7846 "echosBullets",
7847 "edge",
7848 "edit:",
7849 "editButton",
7850 "editCard:",
7851 "editColumn:row:withEvent:select:",
7852 "editDisplayedCard:",
7853 "editInAddressBook:",
7854 "editInput:",
7855 "editMode",
7856 "editPerson:",
7857 "editSelectedGroupWithUndo:",
7858 "editServerAction:",
7859 "editWithFrame:inView:editor:delegate:event:",
7860 "editableBinder",
7861 "editableState",
7862 "editableStateAtIndex:",
7863 "edited",
7864 "edited:range:changeInLength:",
7865 "editedColumn",
7866 "editedIndex:",
7867 "editedMask",
7868 "editedRange",
7869 "editedRow",
7870 "editingBinderForControl:",
7871 "editingColorAdjustableObject:",
7872 "editingHasBegun:",
7873 "editingHasEnded:",
7874 "editingStringForObjectValue:",
7875 "editingWasAborted:",
7876 "editor",
7877 "editorDidEnd:returnCode:contextInfo:",
7878 "editorWithObject:",
7879 "ejectVolume",
7880 "elementAtIndex:",
7881 "elementAtIndex:associatedPoints:",
7882 "elementAtIndex:effectiveRange:",
7883 "elementAtPoint:",
7884 "elementCount",
7885 "elementDoesAutoComplete:",
7886 "elementForView:",
7887 "elementImpl",
7888 "elementIsPassword:",
7889 "elementSize",
7890 "elementWithImpl:",
7891 "elementWithName:inForm:",
7892 "elementWithRole:parent:",
7893 "email",
7894 "emailDomains",
7895 "emailList",
7896 "empty",
7897 "emptyAttributeDictionary",
7898 "emptyCache",
7899 "emulateUpdateCard:withImportedCard:changes:",
7900 "enable:",
7901 "enableAll:",
7902 "enableCursorRects",
7903 "enableCustomAttributeFixing",
7904 "enableDelegateMessages",
7905 "enableFlushWindow",
7906 "enableFreedObjectCheck:",
7907 "enableKeyEquivalentForDefaultButtonCell",
7908 "enableMultipleThreads",
7909 "enableRelease:",
7910 "enableSecureString:",
7911 "enableUndoRegistration",
7912 "enabled",
7913 "enabledFileTypes",
7914 "enabledSelectionChanging",
7915 "enabledState",
7916 "enabledStateAtIndex:",
7917 "enclosingScrollView",
7918 "encodeArrayOfObjCType:count:at:",
7919 "encodeBool:forKey:",
7920 "encodeBycopyObject:",
7921 "encodeByrefObject:",
7922 "encodeBytes:length:",
7923 "encodeBytes:length:forKey:",
7924 "encodeClassName:intoClassName:",
7925 "encodeColumns",
7926 "encodeConditionalObject:",
7927 "encodeConditionalObject:forKey:",
7928 "encodeDataObject:",
7929 "encodeDouble:forKey:",
7930 "encodeFloat:forKey:",
7931 "encodeInt32:forKey:",
7932 "encodeInt64:forKey:",
7933 "encodeInt:forKey:",
7934 "encodeNXObject:",
7935 "encodeObject:",
7936 "encodeObject:forKey:",
7937 "encodeObject:isBycopy:isByref:",
7938 "encodePoint:",
7939 "encodePoint:forKey:",
7940 "encodePortObject:",
7941 "encodePropertyList:",
7942 "encodeRect:",
7943 "encodeRect:forKey:",
7944 "encodeReturnValueWithCoder:",
7945 "encodeRootObject:",
7946 "encodeSize:",
7947 "encodeSize:forKey:",
7948 "encodeValueOfObjCType:at:",
7949 "encodeValuesOfObjCTypes:",
7950 "encodeWithCoder:",
7951 "encodeWithCoder:colorSpaceCode:",
7952 "encodedLineForValue:",
7953 "encodingScheme",
7954 "encryptWithDelegate:",
7955 "end",
7956 "endCoalesceTextDrawing",
7957 "endDisplay",
7958 "endDocument",
7959 "endEditing",
7960 "endEditing:",
7961 "endEditingFor:",
7962 "endHeaderComments",
7963 "endInputStream",
7964 "endLoadInBackground",
7965 "endModalSession:",
7966 "endPage",
7967 "endPageSetup",
7968 "endPrologue",
7969 "endSetup",
7970 "endSheet:",
7971 "endSheet:returnCode:",
7972 "endSheetReturningTag:",
7973 "endSpecifier",
7974 "endSubelementIdentifier",
7975 "endSubelementIndex",
7976 "endTrailer",
7977 "endUndoGrouping",
7978 "enqueueNotification:postingStyle:",
7979 "enqueueNotification:postingStyle:coalesceMask:forModes:",
7980 "ensureAttributesAreFixedInRange:",
7981 "enterExitEventWithType:location:modifierFlags:timestamp:windowNumber:context:eventNumber:trackingNumber:userData:",
7982 "enterProximity",
7983 "entities",
7984 "entityName",
7985 "entityReferenceImpl",
7986 "entityReferenceWithImpl:",
7987 "entryState:",
7988 "entryType",
7989 "entryWithURL:",
7990 "enumCodeValue",
7991 "enumerationTerminologyDictionary:",
7992 "enumeratorAtPath:",
7993 "environment",
7994 "eoMKKDInitializer",
7995 "equalID:andID:",
7996 "equalsContentsOf:",
7997 "error",
7998 "error:",
7999 "errorAction",
8000 "errorCount",
8001 "errorInSetImageFromPath",
8002 "errorProc",
8003 "errorStringForFTPStatusCode:fromURL:",
8004 "errorWithDomain:code:userInfo:",
8005 "escapeKey:",
8006 "establishConnection",
8007 "estimatedProgress",
8008 "evaluate",
8009 "evaluatedArguments",
8010 "evaluatedReceivers",
8011 "evaluationErrorNumber",
8012 "evaluationErrorSpecifier",
8013 "event",
8014 "eventClass",
8015 "eventID",
8016 "eventMask",
8017 "eventNumber",
8018 "eventQueue",
8019 "exceptionAddingEntriesToUserInfo:",
8020 "exceptionDuringOperation:error:leftOperand:rightOperand:",
8021 "exceptionRememberingObject:key:",
8022 "exceptionWithName:reason:userInfo:",
8023 "exchange::",
8024 "exchangeObjectAtIndex:withObjectAtIndex:",
8025 "exchangeServer",
8026 "executablePath",
8027 "executableType",
8028 "execute",
8029 "executeAndReturnError:",
8030 "executeAppleEvent:error:",
8031 "executeCommand",
8032 "exit",
8033 "expandItem:",
8034 "expandItem:expandChildren:",
8035 "expandedNodes",
8036 "expandedView",
8037 "expect:",
8038 "expectEndOfInput",
8039 "expectSeparatorEqualTo:",
8040 "expectTokenEqualTo:mask:",
8041 "expectedContentLength",
8042 "expectedResourceDataSize",
8043 "expiresDate",
8044 "exportRecords:",
8045 "exportVCard:",
8046 "exposeBinding:",
8047 "exposedBindings",
8048 "extendCharacterToGlyphMapToInclude:",
8049 "extendGlyphToWidthMapToInclude:font:",
8050 "extendPowerOffBy:",
8051 "extendUnicodeCharacterToGlyphMapToInclude:",
8052 "extensionEnumerator",
8053 "extensionsForMIMEType:",
8054 "extraLineFragmentRect",
8055 "extraLineFragmentTextContainer",
8056 "extraLineFragmentUsedRect",
8057 "extractHeaderInfo:",
8058 "fadePopUpWindowImmediately",
8059 "fadeToolTip:",
8060 "failWithError:",
8061 "failureReason",
8062 "failureResponse",
8063 "fallbackFontWithTraits:size:",
8064 "familyName",
8065 "fantasyFontFamily",
8066 "fastDrawAttributedString:containerSize:padding:inRect:onView:pinToTop:sizeOnly:size:",
8067 "fastDrawString:attributes:containerSize:padding:inRect:onView:pinToTop:sizeOnly:size:",
8068 "fastestEncoding",
8069 "fauxFilePackageTypes",
8070 "favoriteAttributesForName:",
8071 "favoriteAttributesNames",
8072 "fbeNode",
8073 "fetchNoteOutOfRecordWithEmptyTemplate:",
8074 "fieldContentsForProperty:",
8075 "fieldEditableControl",
8076 "fieldEditor:forObject:",
8077 "fieldEditorDidMouseDown:",
8078 "fieldEditorTextDidChange:",
8079 "file",
8080 "fileAttributes",
8081 "fileAttributesAtPath:traverseLink:",
8082 "fileAttributesToWriteToFile:ofType:saveOperation:",
8083 "fileButton",
8084 "fileCreationDate",
8085 "fileDescriptor",
8086 "fileExistsAtPath:",
8087 "fileExistsAtPath:isDirectory:",
8088 "fileExtensionHidden",
8089 "fileExtensionsFromType:",
8090 "fileGroupOwnerAccountID",
8091 "fileGroupOwnerAccountName",
8092 "fileGroupOwnerAccountNumber",
8093 "fileHFSCreatorCode",
8094 "fileHFSTypeCode",
8095 "fileHandleForReading",
8096 "fileHandleForReadingAtPath:",
8097 "fileHandleForUpdatingAtPath:",
8098 "fileHandleForWriting",
8099 "fileHandleForWritingAtPath:",
8100 "fileHandleWithNullDevice",
8101 "fileHandleWithStandardError",
8102 "fileHandleWithStandardInput",
8103 "fileHandleWithStandardOutput",
8104 "fileIsAppendOnly",
8105 "fileIsImmutable",
8106 "fileListMode",
8107 "fileListOrderedByFileProperty",
8108 "fileManager:shouldProceedAfterError:",
8109 "fileManagerShouldProceedAfterError:",
8110 "fileModificationDate",
8111 "fileName",
8112 "fileNameExtensionWasHiddenInLastRunSavePanel",
8113 "fileNameFromRunningSavePanelForSaveOperation:",
8114 "fileNamesFromRunningOpenPanel",
8115 "fileOperationCompleted:ok:",
8116 "fileOwnerAccountID",
8117 "fileOwnerAccountName",
8118 "fileOwnerAccountNumber",
8119 "filePosixPermissions",
8120 "fileProperty",
8121 "fileSize",
8122 "fileSpecForName:atDestination:",
8123 "fileSpecifier",
8124 "fileSystemAttributesAtPath:",
8125 "fileSystemChanged",
8126 "fileSystemFileNumber",
8127 "fileSystemNumber",
8128 "fileSystemRepresentation",
8129 "fileSystemRepresentationWithPath:",
8130 "fileType",
8131 "fileTypeFromLastRunSavePanel",
8132 "fileURLWithPath:",
8133 "fileWrapper",
8134 "fileWrapperRepresentationOfType:",
8135 "fileWrappers",
8136 "filelistDelegate",
8137 "filelock",
8138 "filename",
8139 "filenameChanged:",
8140 "filenameHasAllowedFileType:",
8141 "filenameToDrag:",
8142 "filenames",
8143 "filepath",
8144 "filepathLabel",
8145 "fill",
8146 "fillAttributesCache",
8147 "fillBodyTemplate:withReplacements:",
8148 "fillObjCType:count:at:",
8149 "fillRect",
8150 "fillRect:",
8151 "fillSubrowList:forDisplayedRecords:withDelegate:",
8152 "filterAndSortObjectNames:",
8153 "filterChanged:",
8154 "filterEvents:",
8155 "filteredIndexForActualIndex:",
8156 "finalWritePrintInfo",
8157 "find:",
8158 "findApplications",
8159 "findAttachement:",
8160 "findAttributeNamed:value:",
8161 "findBundleResources:callingMethod:directory:languages:name:types:limit:",
8162 "findClass:",
8163 "findColorNamed:inList:usingLocalName:",
8164 "findCombinationForLetter:accent:",
8165 "findEntryListFor:",
8166 "findFontDebug:",
8167 "findFontLike:forCharacter:inLanguage:",
8168 "findFontLike:forString:withRange:inLanguage:",
8169 "findFontLike:traits:forCharacter:inLanguage:checkCoveredCache:",
8170 "findFontLike:traits:forCharacters:length:inLanguage:checkCoveredCache:",
8171 "findFrameNamed:",
8172 "findGroup:",
8173 "findInView:forward:",
8174 "findIndex:forDay:",
8175 "findNextAndOrderFindPanelOut:",
8176 "findNextOccuranceOfAttributeNamed:startingRange:",
8177 "findNode:",
8178 "findNode:matchType:",
8179 "findNode:matchType:useFirst:",
8180 "findNodeNames:matchType:",
8181 "findNodeViaEnum:",
8182 "findPPDFileName:",
8183 "findPanel",
8184 "findPartialMatch:withComparer:",
8185 "findPopupForField:excludingRange:",
8186 "findPreviousOccuranceOfAttributeNamed:startingRange:",
8187 "findRecord:ofType:",
8188 "findRecordNames:andAttributes:ofType:matchType:",
8189 "findRecordNames:ofType:matchType:",
8190 "findRecordNamesOfTypes:withAttribute:value:matchType:",
8191 "findRecordTypes",
8192 "findRecordsInServer:withNode:withServer:withCounter:",
8193 "findRecordsOfTypes:withAttribute:value:matchType:",
8194 "findRecordsOfTypes:withAttribute:value:matchType:retrieveAttributes:",
8195 "findSelection:",
8196 "findSidebarNodeForNode:",
8197 "findString",
8198 "findString:",
8199 "findString:inBook:",
8200 "findString:selectedRange:options:",
8201 "findString:selectedRange:options:wrap:",
8202 "findType:",
8203 "findUser:",
8204 "findVoiceByIdentifier:returningCreator:returningID:",
8205 "finderPath",
8206 "finish",
8207 "finishDataLoad",
8208 "finishDecoding",
8209 "finishEncoding",
8210 "finishEncoding:",
8211 "finishJobAndHandle",
8212 "finishLaunching",
8213 "finishProgressiveLoad:",
8214 "finishTextFieldSetup",
8215 "finishUsingMenuRepresentation",
8216 "finished",
8217 "finishedLoadingWithData:",
8218 "finishedLoadingWithDataSource:",
8219 "fire",
8220 "fireDate",
8221 "firstChild",
8222 "firstGlyphIndexOfCurrentLineFragment",
8223 "firstIndentMarkerWithRulerView:location:",
8224 "firstIndex",
8225 "firstLastSortingNamePart1:part2:",
8226 "firstLineHeadIndent",
8227 "firstLineParagraphStyle",
8228 "firstName",
8229 "firstObjectCommonWithArray:",
8230 "firstRectForCharacterRange:",
8231 "firstRepProperty:",
8232 "firstResponder",
8233 "firstStringValueOfProperty:",
8234 "firstTextView",
8235 "firstTextViewForTextStorage:",
8236 "firstUnlaidCharacterIndex",
8237 "firstUnlaidGlyphIndex",
8238 "firstVisibleColumn",
8239 "fixAddressRulersInRange:",
8240 "fixAttachmentAttributeInRange:",
8241 "fixAttributesInRange:",
8242 "fixFontAttributeInRange:",
8243 "fixGlyphInfoAttributeInRange:",
8244 "fixInvalidatedFocusForFocusView",
8245 "fixNotesRulersInRange:",
8246 "fixParagraphStyleAttributeInRange:",
8247 "fixedFontFamily",
8248 "fixesAttributesLazily",
8249 "fixupDirInfo:",
8250 "flagsChanged:",
8251 "flatness",
8252 "flippedView",
8253 "floatForKey:",
8254 "floatForKey:inTable:",
8255 "floatValue",
8256 "floatValueOfProperty:",
8257 "floatWidthForCharacters:stringLength:characterPosition:",
8258 "floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:",
8259 "floatWidthForCharacters:stringLength:fromCharacterPosition:numberOfCharacters:withPadding:applyRounding:attemptFontSubstitution:widths:letterSpacing:wordSpacing:smallCaps:fontFamilies:",
8260 "flush",
8261 "flushAllKeyBindings",
8262 "flushAttributeCache",
8263 "flushBuffer",
8264 "flushBufferedKeyEvents",
8265 "flushCachedData",
8266 "flushClassKeyBindings",
8267 "flushGraphics",
8268 "flushHostCache",
8269 "flushKeyBindings",
8270 "flushLocalCopiesOfSharedRulebooks",
8271 "flushTextForClient:",
8272 "flushWindow",
8273 "flushWindowIfNeeded",
8274 "focusRingImageForState:",
8275 "focusRingImageSize",
8276 "focusRingType",
8277 "focusStack",
8278 "focusView",
8279 "focusView:inWindow:",
8280 "focusWindow",
8281 "focusedSwatchRect",
8282 "focusedView",
8283 "followsItalicAngle",
8284 "font",
8285 "fontAttributesInRange:",
8286 "fontDescriptor",
8287 "fontDescriptorWithFontAttributes:",
8288 "fontDescriptorWithName:size:",
8289 "fontDescriptorsInCollection:",
8290 "fontMenu:",
8291 "fontName",
8292 "fontNameWithFamily:traits:weight:",
8293 "fontNamed:hasTraits:",
8294 "fontPanel:",
8295 "fontSize",
8296 "fontWithFamilies:traits:size:",
8297 "fontWithFamily:traits:size:",
8298 "fontWithFamily:traits:weight:size:",
8299 "fontWithName:matrix:",
8300 "fontWithName:size:",
8301 "forceLayout",
8302 "forceLayoutForPageWidth:",
8303 "forceRedraw",
8304 "forceSet",
8305 "forceSetMode:",
8306 "foregroundColor",
8307 "forgetWord:",
8308 "forgetWord:language:",
8309 "form",
8310 "formContentType",
8311 "formData",
8312 "formForElement:",
8313 "formIntersectionWithCharacterSet:",
8314 "formReferrer",
8315 "formUnionWithCharacterSet:",
8316 "formalName",
8317 "format",
8318 "formatAutosaveName",
8319 "formats",
8320 "formattedAddressFromDictionary:",
8321 "formatter",
8322 "formatterOfObject:",
8323 "forward::",
8324 "forwardInvocation:",
8325 "forwardItem",
8326 "forwardListCount",
8327 "forwardListWithLimit:",
8328 "foundCardsForName:label:inRecord:",
8329 "foundError:",
8330 "fractionOfDistanceThroughGlyphForPoint:inTextContainer:",
8331 "fragment",
8332 "frame",
8333 "frame:resizedFromEdge:withDelta:",
8334 "frame:sourceFrame:willSubmitForm:withValues:submissionListener:",
8335 "frameAutosaveName",
8336 "frameBorderStyle",
8337 "frameChanged:",
8338 "frameColor",
8339 "frameCount",
8340 "frameDetached",
8341 "frameDuration",
8342 "frameHighlightColor",
8343 "frameLength",
8344 "frameLoadDelegate",
8345 "frameName",
8346 "frameNeedsDisplay",
8347 "frameOfCellAtColumn:row:",
8348 "frameOfColumn:",
8349 "frameOfInsideOfColumn:",
8350 "frameRectForContentRect:",
8351 "frameRectForContentRect:styleMask:",
8352 "frameRequiredForMIMEType:",
8353 "frameRotation",
8354 "frameShadowColor",
8355 "frameSizeForContentSize:hasHorizontalScroller:hasVerticalScroller:borderType:",
8356 "frameStateChanged:",
8357 "frameView",
8358 "frameViewClassForStyleMask:",
8359 "free",
8360 "freeAttributes",
8361 "freeBitsAndReleaseDataIfNecessary",
8362 "freeObjects",
8363 "freeSerialized:length:",
8364 "freeSpace",
8365 "frontWindow",
8366 "fullJustifyLineAtGlyphIndex:",
8367 "fullPathForApplication:",
8368 "gState",
8369 "garbageCollect",
8370 "garbageCollectJavaScriptObjects",
8371 "generalPasteboard",
8372 "generateFrameName",
8373 "generateGlyphsForGlyphStorage:desiredNumberOfCharacters:glyphIndex:characterIndex:",
8374 "generateGlyphsForLayoutManager:range:desiredNumberOfCharacters:startingAtGlyphIndex:completedRange:nextGlyphIndex:",
8375 "genericLabel",
8376 "getAllAttributes",
8377 "getAllAttributesAndValues",
8378 "getArgument:atIndex:",
8379 "getArgumentTypeAtIndex:",
8380 "getAttrValuePtrForTypeNode:value:",
8381 "getAttribute:",
8382 "getAttribute:index:",
8383 "getAttribute:range:",
8384 "getAttributeFirstValue:",
8385 "getAttributeNS::",
8386 "getAttributeNode:",
8387 "getAttributeNodeNS::",
8388 "getAttributeValueCount:",
8389 "getAttributesAndValuesForPlugin:",
8390 "getAttributesAndValuesInNode:fromBuffer:listReference:count:",
8391 "getAttributesForCharacterIndex:",
8392 "getAttributesInNode:fromBuffer:listReference:count:",
8393 "getBitmapDataPlanes:",
8394 "getBuffer:length:",
8395 "getBufferSize",
8396 "getByte",
8397 "getBytes:",
8398 "getBytes:length:",
8399 "getBytes:maxLength:filledLength:encoding:allowLossyConversion:range:remainingRange:",
8400 "getBytes:range:",
8401 "getCFRunLoop",
8402 "getCString:",
8403 "getCString:maxLength:",
8404 "getCString:maxLength:range:remainingRange:",
8405 "getCarbonEvent:",
8406 "getCarbonEvent:withEvent:",
8407 "getCharacters:",
8408 "getCharacters:range:",
8409 "getCompression:factor:",
8410 "getCount",
8411 "getCursorPositionAsIndex:inParagraph:",
8412 "getCyan:magenta:yellow:black:alpha:",
8413 "getDataLength",
8414 "getDirInfo:",
8415 "getDocument:docInfo:",
8416 "getElementById:",
8417 "getElementsByTagName:",
8418 "getElementsByTagNameNS::",
8419 "getFileSystemInfoForPath:isRemovable:isWritable:isUnmountable:description:type:",
8420 "getFileSystemRepresentation:maxLength:",
8421 "getFileSystemRepresentation:maxLength:withPath:",
8422 "getFilenamesAndDropLocation",
8423 "getFirstUnlaidCharacterIndex:glyphIndex:",
8424 "getGid",
8425 "getGlobalWindowNum:frame:",
8426 "getGlyphs:range:",
8427 "getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:",
8428 "getGlyphsInRange:glyphs:characterIndexes:glyphInscriptions:elasticBits:bidiLevels:",
8429 "getHIViewForNSView:",
8430 "getHue:saturation:brightness:alpha:",
8431 "getHyphenLocations:inString:",
8432 "getHyphenLocations:inString:wordAtIndex:",
8433 "getImage:rect:",
8434 "getIndexes:maxCount:inIndexRange:",
8435 "getInfoForFile:application:type:",
8436 "getKeys:",
8437 "getLELong",
8438 "getLEWord",
8439 "getLineDash:count:phase:",
8440 "getLineFragmentRect:usedRect:forParagraphSeparatorGlyphRange:atProposedOrigin:",
8441 "getLineStart:end:contentsEnd:forRange:",
8442 "getLocal:",
8443 "getMarkedText:selectedRange:",
8444 "getMoreInput",
8445 "getName",
8446 "getNamedItem:",
8447 "getNamedItemNS::",
8448 "getNumberOfRows:columns:",
8449 "getObject:atIndex:",
8450 "getObjectCacheSize",
8451 "getObjectValue:forString:errorDescription:",
8452 "getObjects:",
8453 "getObjects:andKeys:",
8454 "getObjects:range:",
8455 "getParagraphStart:end:contentsEnd:forRange:",
8456 "getPeriodicDelay:interval:",
8457 "getPluginInfoFromBundleAndMIMEDictionary:",
8458 "getPluginInfoFromPLists",
8459 "getPluginInfoFromResources",
8460 "getPluginList",
8461 "getRects:count:",
8462 "getRectsBeingDrawn:count:",
8463 "getRed:green:blue:alpha:",
8464 "getRef:forObjectName:",
8465 "getReleasedProxies:length:",
8466 "getRemote:",
8467 "getReturnValue:",
8468 "getRotationAngle",
8469 "getRow",
8470 "getRow:column:forPoint:",
8471 "getRow:column:ofCell:",
8472 "getSavedNumVisibleRows:",
8473 "getSnapToWidthList:snapRadiusList:count:",
8474 "getState:",
8475 "getStreamsToHost:port:inputStream:outputStream:",
8476 "getTIFFCompressionTypes:count:",
8477 "getType",
8478 "getURL:target:",
8479 "getURLNotify:target:notifyData:",
8480 "getUid",
8481 "getValue:",
8482 "getValueFromObject:",
8483 "getValues:forAttribute:forVirtualScreen:",
8484 "getValues:forParameter:",
8485 "getWhite:alpha:",
8486 "globallyUniqueString",
8487 "glyphAtIndex:",
8488 "glyphAtIndex:isValidIndex:",
8489 "glyphBufferForFont:andColor:",
8490 "glyphGeneratorForEncoding:language:font:",
8491 "glyphGeneratorForEncoding:language:font:makeSharable:",
8492 "glyphGeneratorForTriplet:makeSharable:",
8493 "glyphIndexForPoint:inTextContainer:",
8494 "glyphIndexForPoint:inTextContainer:fractionOfDistanceThroughGlyph:",
8495 "glyphIndexToBreakLineByClippingAtIndex:",
8496 "glyphIndexToBreakLineByHyphenatingWordAtIndex:",
8497 "glyphIndexToBreakLineByWordWrappingAtIndex:",
8498 "glyphInfoWithCharacterIdentifier:collection:baseString:",
8499 "glyphInfoWithGlyph:forFont:baseString:",
8500 "glyphInfoWithGlyphName:forFont:baseString:",
8501 "glyphIsEncoded:",
8502 "glyphName",
8503 "glyphPacking",
8504 "glyphRangeForBoundingRect:inTextContainer:",
8505 "glyphRangeForBoundingRectWithoutAdditionalLayout:inTextContainer:",
8506 "glyphRangeForCharacterRange:actualCharacterRange:",
8507 "glyphRangeForTextContainer:",
8508 "glyphWithName:",
8509 "goBack",
8510 "goBack:",
8511 "goBackOrForward:",
8512 "goForward",
8513 "goForward:",
8514 "goToBackForwardItem:",
8515 "goToItem:",
8516 "gotString",
8517 "gotoBeginning:",
8518 "gotoEnd:",
8519 "gotoPosterFrame:",
8520 "grabberImage",
8521 "gradientType",
8522 "graphicsContextWithAttributes:",
8523 "graphicsContextWithWindow:",
8524 "graphicsPort",
8525 "graphiteControlTintColor",
8526 "grayColor",
8527 "greenColor",
8528 "greenComponent",
8529 "greySliderFrameChangedNotification:",
8530 "gridColor",
8531 "gridStyleMask",
8532 "groupAtIndex:",
8533 "groupDoubleAction",
8534 "groupIdentifier",
8535 "groupName",
8536 "grouping",
8537 "groupingLevel",
8538 "groups",
8539 "groupsByEvent",
8540 "groupsChanged:",
8541 "groupsController",
8542 "groupsPane",
8543 "groupsSelectionChanged:",
8544 "grow:",
8545 "growBoxWithParent:",
8546 "growBuffer:current:end:factor:",
8547 "growGlyphCaches:fillGlyphInfo:",
8548 "guessDockTitle:",
8549 "guessesForWord:",
8550 "halt",
8551 "handleAppTermination:",
8552 "handleAutoscrollForMouseDragged:",
8553 "handleCarbonBoundsChange",
8554 "handleCloseScriptCommand:",
8555 "handleCommandEvent:withReplyEvent:",
8556 "handleCommentWithCode:",
8557 "handleDataSourceChangedCurrentDirectory",
8558 "handleDataSourceChangedSelection",
8559 "handleDataSourceClickedFauxDisabledNode:",
8560 "handleDataSourceConfirmedSelection",
8561 "handleDelegateChangedCurrentDirectory",
8562 "handleDelegateChangedSelection",
8563 "handleDelegateClickedFauxDisabledNode:",
8564 "handleDelegateConfirmedSelection",
8565 "handleDelegateMovedDiplayedProperty:toIndex:",
8566 "handleDelegatePickedNewRootNode:",
8567 "handleEndEncountered",
8568 "handleFailureInFunction:file:lineNumber:description:",
8569 "handleFailureInMethod:object:file:lineNumber:description:",
8570 "handleFontName",
8571 "handleGetAETEEvent:withReplyEvent:",
8572 "handleHasBytesAvailable",
8573 "handleHeaderOp",
8574 "handleMouseDownEvent:at:inPart:withMods:",
8575 "handleMouseDragged:",
8576 "handleMouseEvent:",
8577 "handleOpenScriptCommand:",
8578 "handlePicVersion",
8579 "handlePortCoder:",
8580 "handlePortMessage:",
8581 "handlePrintScriptCommand:",
8582 "handleQueryWithUnboundKey:",
8583 "handleQuickTimeWithCode:",
8584 "handleQuitScriptCommand:",
8585 "handleReadStreamEvent:event:",
8586 "handleReleasedProxies:length:",
8587 "handleRequest:sequence:",
8588 "handleRollOverAtPoint:",
8589 "handleRollOverSelection:",
8590 "handleRootNodeChanged",
8591 "handleSaveScriptCommand:",
8592 "handleSetFrameCommonRedisplay",
8593 "handleShadowHilite",
8594 "handleSwitchToCardAndColumnsFrom:animate:",
8595 "handleSwitchToCardOnlyFrom:animate:",
8596 "handleSwitchToColumnsOnlyFrom:animate:",
8597 "handleSwitchToDirectoriesFrom:animate:",
8598 "handleTakeValue:forUnboundKey:",
8599 "hasAdditionalClip",
8600 "hasAlpha",
8601 "hasAttribute:",
8602 "hasAttributeNS::",
8603 "hasAttributes",
8604 "hasBackingStore",
8605 "hasBytesAvailable",
8606 "hasCardWithEmail:",
8607 "hasChanged",
8608 "hasChangesPending",
8609 "hasChildNodes",
8610 "hasChildren",
8611 "hasCloseBox",
8612 "hasCredentials",
8613 "hasCustomImage",
8614 "hasDynamicDepthLimit",
8615 "hasEditedDocuments",
8616 "hasEditor",
8617 "hasFeature::",
8618 "hasFullInfo",
8619 "hasHorizontalRuler",
8620 "hasHorizontalScroller",
8621 "hasImageWithAlpha",
8622 "hasImportErrors",
8623 "hasItemsToDisplayInPopUp",
8624 "hasMarkedText",
8625 "hasMemberInPlane:",
8626 "hasPageCache",
8627 "hasPassword",
8628 "hasPrefix:",
8629 "hasRecordsOfType:",
8630 "hasRunLoop:",
8631 "hasSelectedColor",
8632 "hasSelection",
8633 "hasShadow",
8634 "hasSpaceAvailable",
8635 "hasSubmenu",
8636 "hasSuffix:",
8637 "hasTag:",
8638 "hasThousandSeparators",
8639 "hasTitleBar",
8640 "hasUndoManager",
8641 "hasUnsavedChanges",
8642 "hasValidObjectValue",
8643 "hasVerticalRuler",
8644 "hasVerticalScroller",
8645 "hash",
8646 "haveCredentialForURL:",
8647 "headIndent",
8648 "headerCell",
8649 "headerColor",
8650 "headerRectOfColumn:",
8651 "headerTextColor",
8652 "headerView",
8653 "heartBeat:",
8654 "heartBeatCycle",
8655 "heightAdjustLimit",
8656 "heightForNumberOfVisibleRows:",
8657 "heightString",
8658 "heightTracksTextView",
8659 "help:",
8660 "helpAnchor",
8661 "helpCursorShown",
8662 "helpRequested:",
8663 "hiddenState",
8664 "hiddenStateAtIndex:",
8665 "hide",
8666 "hide:",
8667 "hideAddPeopleButton",
8668 "hideExtension",
8669 "hideExtensionButtonClick:",
8670 "hideOtherApplications",
8671 "hideOtherApplications:",
8672 "hideRecentsPopUp",
8673 "hideShowLastImport:",
8674 "hideShowLastImportGroup:",
8675 "hideToolbar:",
8676 "hidesOnDeactivate",
8677 "highlight:",
8678 "highlight:withFrame:inView:",
8679 "highlightCell:atRow:column:",
8680 "highlightColor",
8681 "highlightColor:",
8682 "highlightColorInView:",
8683 "highlightColorWithFrame:inView:",
8684 "highlightMode",
8685 "highlightSelectionInClipRect:",
8686 "highlightWithLevel:",
8687 "highlightedBranchImage",
8688 "highlightedItemIndex",
8689 "highlightedMenuColor",
8690 "highlightedMenuTextColor",
8691 "highlightedTableColumn",
8692 "highlightsBy",
8693 "hintCapacity",
8694 "historyLength",
8695 "historyProvider",
8696 "hitPart",
8697 "hitTest:",
8698 "homePageFieldPresent",
8699 "horizontalEdgePadding",
8700 "horizontalLineScroll",
8701 "horizontalPageScroll",
8702 "horizontalPagination",
8703 "horizontalRulerView",
8704 "horizontalScroller",
8705 "host",
8706 "hostName",
8707 "hostNameResolved:",
8708 "hostWindow",
8709 "hostWithAddress:",
8710 "hostWithName:",
8711 "hostname",
8712 "hotSpot",
8713 "hourOfDay",
8714 "hueComponent",
8715 "hyphenCharacterForGlyphAtIndex:",
8716 "hyphenGlyph",
8717 "hyphenGlyphForFont:language:",
8718 "hyphenGlyphForLanguage:",
8719 "hyphenationFactor",
8720 "iDiskMount",
8721 "iDiskName",
8722 "iDiskRegister",
8723 "iDiskType",
8724 "iDiskUserName",
8725 "iDiskVolumeRefNum",
8726 "icon",
8727 "iconForFile:",
8728 "iconForFileType:",
8729 "iconForFiles:",
8730 "iconForURL:withSize:",
8731 "iconForURL:withSize:cache:",
8732 "iconPopUp",
8733 "iconRect",
8734 "iconRef:label:",
8735 "iconRef:label:forObjectName:",
8736 "iconSize",
8737 "iconsAreSaved",
8738 "identifier",
8739 "identifierAtIndex:",
8740 "identity",
8741 "ignore",
8742 "ignoreModifierKeysWhileDragging",
8743 "ignoreSpelling:",
8744 "ignoreWord:inSpellDocumentWithTag:",
8745 "ignoredWordsInSpellDocumentWithTag:",
8746 "ignoresAlpha",
8747 "ignoresAntialiasThreshold",
8748 "ignoresMouseEvents",
8749 "ignoresMultiClick",
8750 "illegalCharacterSet",
8751 "image",
8752 "image:focus:",
8753 "imageAlignment",
8754 "imageAndTitleOffset",
8755 "imageAndTitleWidth",
8756 "imageData",
8757 "imageDimsWhenDisabled",
8758 "imageFileTypes",
8759 "imageForControlTint:",
8760 "imageForPreferenceNamed:",
8761 "imageForSegment:",
8762 "imageForState:",
8763 "imageFrameStyle",
8764 "imageInterpolation",
8765 "imageNamed:",
8766 "imageNamed:ofType:inBundle:",
8767 "imageOfSelectedItem",
8768 "imageOffset",
8769 "imageOrigin",
8770 "imagePasteboardTypes",
8771 "imagePicker:selectedImage:",
8772 "imagePosition",
8773 "imageRectForBounds:",
8774 "imageRectForPaper:",
8775 "imageRectInRuler",
8776 "imageRenderer",
8777 "imageRendererWithBytes:length:",
8778 "imageRendererWithBytes:length:MIMEType:",
8779 "imageRendererWithMIMEType:",
8780 "imageRendererWithName:",
8781 "imageRendererWithSize:",
8782 "imageRep",
8783 "imageRepClassForData:",
8784 "imageRepClassForFileType:",
8785 "imageRepClassForPasteboardType:",
8786 "imageRepWithContentsOfFile:",
8787 "imageRepWithContentsOfURL:",
8788 "imageRepWithData:",
8789 "imageRepWithPasteboard:",
8790 "imageRepsWithContentsOfFile:",
8791 "imageRepsWithContentsOfURL:",
8792 "imageRepsWithData:",
8793 "imageRepsWithPasteboard:",
8794 "imageScaling",
8795 "imageSize",
8796 "imageUnfilteredFileTypes",
8797 "imageUnfilteredPasteboardTypes",
8798 "imageWidth",
8799 "imageWithoutAlpha",
8800 "imageablePageBounds",
8801 "impl",
8802 "implementation",
8803 "implementionatWithImpl:",
8804 "implementorAtIndex:",
8805 "implementsSelector:",
8806 "importBegan:",
8807 "importContinued:",
8808 "importFinished",
8809 "importLock",
8810 "importNode::",
8811 "importObject:",
8812 "importPeople:intoGroup:",
8813 "importPromisedFiles:intoGroup:",
8814 "importPumaAddressBook:",
8815 "importPumaLDAPServers",
8816 "importToPerson:",
8817 "importUnlock",
8818 "importVCardData:intoGroup:",
8819 "importVCardFiles:intoGroup:",
8820 "importVCards",
8821 "importedObjects",
8822 "importsGraphics",
8823 "inLiveResize",
8824 "includeNotesInVCards",
8825 "incomingReferrer",
8826 "increaseLengthBy:",
8827 "increment",
8828 "incrementButtonWithParent:",
8829 "incrementBy:",
8830 "incrementOriginLoadCount",
8831 "incrementalImageReaderForRep:",
8832 "incrementalLoadFromData:complete:",
8833 "incrementalLoadWithBytes:length:complete:",
8834 "increments",
8835 "indentationLevel",
8836 "indentationMarkerFollowsCell",
8837 "indentationPerLevel",
8838 "independentConversationQueueing",
8839 "index",
8840 "indexEnumerator",
8841 "indexFollowing:",
8842 "indexForIdentifier:",
8843 "indexForKey:",
8844 "indexGreaterThanIndex:",
8845 "indexGreaterThanOrEqualToIndex:",
8846 "indexLessThanIndex:",
8847 "indexLessThanOrEqualToIndex:",
8848 "indexOf:",
8849 "indexOf:::",
8850 "indexOfAllGroup",
8851 "indexOfAttributeBySelector:equalToObject:",
8852 "indexOfCellWithTag:",
8853 "indexOfCrayon:",
8854 "indexOfDirectoriesGroup",
8855 "indexOfDirectory:",
8856 "indexOfDirectoryResult:",
8857 "indexOfGroup:",
8858 "indexOfIdentifier:",
8859 "indexOfItem:",
8860 "indexOfItemAtPoint:",
8861 "indexOfItemWithObjectValue:",
8862 "indexOfItemWithRepresentedObject:",
8863 "indexOfItemWithSubmenu:",
8864 "indexOfItemWithTag:",
8865 "indexOfItemWithTarget:andAction:",
8866 "indexOfItemWithTitle:",
8867 "indexOfLastImportGroup",
8868 "indexOfLastSpecialGroup",
8869 "indexOfMember:",
8870 "indexOfMember:inSortedMembers:",
8871 "indexOfNode:inCachedChildrenForNode:",
8872 "indexOfObject:",
8873 "indexOfObject:inRange:",
8874 "indexOfObject:range:identical:",
8875 "indexOfObjectIdenticalTo:",
8876 "indexOfObjectIdenticalTo:inRange:",
8877 "indexOfRecord:",
8878 "indexOfSelectedItem",
8879 "indexOfTabViewItem:",
8880 "indexOfTabViewItemWithIdentifier:",
8881 "indexOfTickMarkAtPoint:",
8882 "indexPath",
8883 "indexPreceding:",
8884 "indexSet",
8885 "indexSetWithIndex:",
8886 "indexSetWithIndexesInRange:",
8887 "indicatorImageInTableColumn:",
8888 "indicesOfObjectsByEvaluatingWithContainer:count:",
8889 "info",
8890 "infoDictionary",
8891 "infoForPerson:",
8892 "informativeText",
8893 "init",
8894 "initAndTestWithTests:",
8895 "initAsPeoplePicker:mainSplit:searchLabel:searchField:",
8896 "initAsRegistered:",
8897 "initAsTearOff",
8898 "initAtPoint:inWindow:",
8899 "initAtPoint:withSize:callbackInfo:",
8900 "initByReferencingFile:",
8901 "initByReferencingURL:",
8902 "initCount:",
8903 "initDir:file:docInfo:",
8904 "initDirectoryWithFileWrappers:",
8905 "initEPSOperationWithView:insideRect:toData:printInfo:",
8906 "initFileURLWithPath:",
8907 "initForDeserializerStream:",
8908 "initForDirectImageRep:",
8909 "initForIncrementalLoad",
8910 "initForReadingWithData:",
8911 "initForSerializerStream:",
8912 "initForToolbar:withWidth:",
8913 "initForWritingWithMutableData:",
8914 "initFromDictionaryRepresentation:",
8915 "initFromDocument:",
8916 "initFromElement:ofDocument:",
8917 "initFromImage:rect:",
8918 "initFromInfo:",
8919 "initFromMemoryNoCopy:length:freeWhenDone:",
8920 "initFromName:device:inode:",
8921 "initFromPList:target:andIdentifier:",
8922 "initFromPath:",
8923 "initFromSerialized:",
8924 "initFromSerializerStream:length:",
8925 "initImageCell:",
8926 "initInNode:name:",
8927 "initInNode:recordRef:",
8928 "initInNode:recordRef:type:",
8929 "initInNode:type:name:",
8930 "initInNode:type:name:create:",
8931 "initIndexForClass:",
8932 "initIsCocoa",
8933 "initListDescriptor",
8934 "initNotTestWithTest:",
8935 "initOffscreen:withDepth:",
8936 "initOrTestWithTests:",
8937 "initPopUpWindow",
8938 "initRecordDescriptor",
8939 "initRegularFileWithContents:",
8940 "initRemoteWithProtocolFamily:socketType:protocol:address:",
8941 "initRemoteWithTCPPort:host:",
8942 "initSymbolicLinkWithDestination:",
8943 "initTextCell:",
8944 "initTextCell:pullsDown:",
8945 "initTitleButton:",
8946 "initTitleCell:",
8947 "initTitleCell:styleMask:",
8948 "initToBuffer:capacity:",
8949 "initToFileAtPath:append:",
8950 "initToMemory",
8951 "initUnixFile:",
8952 "initValues",
8953 "initWithAEDescNoCopy:",
8954 "initWithAction:",
8955 "initWithAffectedRange:layoutManager:undoManager:",
8956 "initWithAffectedRange:layoutManager:undoManager:replacementRange:",
8957 "initWithArray:",
8958 "initWithArray:copyItems:",
8959 "initWithAttributeDictionary:",
8960 "initWithAttributedString:",
8961 "initWithAttributes:",
8962 "initWithAttributes:range:",
8963 "initWithAuthentication:forUser:andPass:",
8964 "initWithAuthenticationChallenge:sender:",
8965 "initWithBaseString:",
8966 "initWithBestLocationRep:",
8967 "initWithBinder:object:",
8968 "initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:",
8969 "initWithBitmapDataPlanes:pixelsWide:pixelsHigh:bitsPerSample:samplesPerPixel:hasAlpha:isPlanar:colorSpaceName:bytesPerRow:bitsPerPixel:size:",
8970 "initWithBitmapRepresentation:",
8971 "initWithBool:",
8972 "initWithBridge:",
8973 "initWithButton:",
8974 "initWithButtonID:",
8975 "initWithBytes:length:",
8976 "initWithBytes:length:copy:freeWhenDone:bytesAreVM:",
8977 "initWithBytes:length:encoding:",
8978 "initWithBytes:objCType:",
8979 "initWithBytesNoCopy:length:",
8980 "initWithBytesNoCopy:length:freeWhenDone:",
8981 "initWithCFNetService:",
8982 "initWithCGImage:",
8983 "initWithCGSContext:",
8984 "initWithCGSRegionObj:",
8985 "initWithCString:",
8986 "initWithCString:length:",
8987 "initWithCStringNoCopy:length:",
8988 "initWithCStringNoCopy:length:freeWhenDone:",
8989 "initWithCachedResponse:request:key:",
8990 "initWithCallback:selector:",
8991 "initWithCallbacks:",
8992 "initWithCapacity:",
8993 "initWithCapacity:compareSelector:",
8994 "initWithCapacity:origin:image:",
8995 "initWithCarbonWindowRef:takingOwnership:",
8996 "initWithCarbonWindowRef:takingOwnership:disableOrdering:",
8997 "initWithCarbonWindowRef:takingOwnership:disableOrdering:carbon:",
8998 "initWithCards:duplicates:group:selectGroup:uiController:",
8999 "initWithCatalogName:colorName:genericColor:",
9000 "initWithCell:",
9001 "initWithChar:",
9002 "initWithCharacterIdentifier:collection:baseString:",
9003 "initWithCharacterRange:isSoft:",
9004 "initWithCharacterSet:",
9005 "initWithCharacters:length:",
9006 "initWithCharactersInString:",
9007 "initWithCharactersNoCopy:length:",
9008 "initWithCharactersNoCopy:length:freeWhenDone:",
9009 "initWithClient:",
9010 "initWithCode:key:object:",
9011 "initWithCoder:",
9012 "initWithCommandDescription:",
9013 "initWithCompareSelector:",
9014 "initWithCondition:",
9015 "initWithConjunctionOperator:children:",
9016 "initWithConnection:components:",
9017 "initWithContainerClass:key:",
9018 "initWithContainerClass:key:baseGetter:baseSetter:",
9019 "initWithContainerClass:key:baseGetter:mutatingMethods:",
9020 "initWithContainerClass:key:getMethod:",
9021 "initWithContainerClass:key:ivar:",
9022 "initWithContainerClass:key:methods:",
9023 "initWithContainerClass:key:nonmutatingMethods:mutatingMethods:",
9024 "initWithContainerClass:key:setMethod:",
9025 "initWithContainerClassDescription:containerSpecifier:key:",
9026 "initWithContainerClassDescription:containerSpecifier:key:index:",
9027 "initWithContainerClassDescription:containerSpecifier:key:name:",
9028 "initWithContainerClassDescription:containerSpecifier:key:relativePosition:baseSpecifier:",
9029 "initWithContainerClassDescription:containerSpecifier:key:startSpecifier:endSpecifier:",
9030 "initWithContainerClassDescription:containerSpecifier:key:test:",
9031 "initWithContainerClassDescription:containerSpecifier:key:uniqueID:",
9032 "initWithContainerSize:",
9033 "initWithContainerSpecifier:key:",
9034 "initWithContent:",
9035 "initWithContentRect:",
9036 "initWithContentRect:comboBoxCell:",
9037 "initWithContentRect:styleMask:backing:defer:",
9038 "initWithContentRect:styleMask:backing:defer:drawer:",
9039 "initWithContentRect:styleMask:backing:defer:screen:",
9040 "initWithContentSize:preferredEdge:",
9041 "initWithContentsOfFile:",
9042 "initWithContentsOfFile:byReference:",
9043 "initWithContentsOfFile:ofType:",
9044 "initWithContentsOfMappedFile:",
9045 "initWithContentsOfMappedFile:withFileAttributes:",
9046 "initWithContentsOfURL:",
9047 "initWithContentsOfURL:byReference:",
9048 "initWithContentsOfURL:error:",
9049 "initWithContentsOfURL:ofType:",
9050 "initWithController:",
9051 "initWithController:key:valueTransformer:binding:",
9052 "initWithController:key:valueTransformerName:binding:",
9053 "initWithCountryCode:identifier:label:insertPopups:andInputController:",
9054 "initWithCurrentQDPort",
9055 "initWithCyan:magenta:yellow:black:alpha:",
9056 "initWithData:",
9057 "initWithData:DIBFormat:",
9058 "initWithData:MIMEType:",
9059 "initWithData:encoding:",
9060 "initWithData:hfsTypeCode:",
9061 "initWithData:range:",
9062 "initWithDataFile:lockMode:cardClass:snoop:",
9063 "initWithDataList:",
9064 "initWithDataNoCopy:freeWhenDone:",
9065 "initWithDataRepresentation:",
9066 "initWithDataSource:",
9067 "initWithDataSource:ascending:",
9068 "initWithDate:",
9069 "initWithDateFormat:allowNaturalLanguage:",
9070 "initWithDecimal:",
9071 "initWithDefaultAttributes:",
9072 "initWithDefaults:initialValues:",
9073 "initWithDelegate:",
9074 "initWithDelegate:name:",
9075 "initWithDescriptorType:bytes:length:",
9076 "initWithDescriptorType:data:",
9077 "initWithDictionary:",
9078 "initWithDictionary:copyItems:",
9079 "initWithDir:",
9080 "initWithDir:bufferSize:",
9081 "initWithDir:bufferSize:dataLength:data:",
9082 "initWithDir:cString:",
9083 "initWithDir:cStrings:",
9084 "initWithDir:copyOfDsDataNode:",
9085 "initWithDir:dsDataList:",
9086 "initWithDir:dsDataNode:",
9087 "initWithDir:nodeRef:nodeName:",
9088 "initWithDir:separator:pattern:",
9089 "initWithDir:string:",
9090 "initWithDir:strings:",
9091 "initWithDocFormat:documentAttributes:",
9092 "initWithDocument:URL:windowProperties:locationProperties:",
9093 "initWithDomain:code:userInfo:",
9094 "initWithDomain:type:name:",
9095 "initWithDomain:type:name:port:",
9096 "initWithDomainName:key:title:image:",
9097 "initWithDouble:",
9098 "initWithDownload:",
9099 "initWithDragInfo:tableView:completion:andRow:",
9100 "initWithDrawSelector:delegate:",
9101 "initWithDynamicMenuItemDictionary:",
9102 "initWithElement:fauxParent:",
9103 "initWithElementName:",
9104 "initWithElementSize:capacity:",
9105 "initWithEvent:replyEvent:",
9106 "initWithEventClass:eventID:targetDescriptor:returnID:transactionID:",
9107 "initWithExactName:data:",
9108 "initWithFBENode:",
9109 "initWithFD:expiry:",
9110 "initWithFZService:named:",
9111 "initWithFile:",
9112 "initWithFileAtPath:",
9113 "initWithFileAttributes:",
9114 "initWithFileDescriptor:",
9115 "initWithFileDescriptor:closeOnDealloc:",
9116 "initWithFileName:markerName:",
9117 "initWithFileProperty:dataSource:ascending:",
9118 "initWithFileSpecifier:",
9119 "initWithFileWrapper:",
9120 "initWithFireDate:interval:target:selector:userInfo:repeats:",
9121 "initWithFloat:",
9122 "initWithFocusedViewRect:",
9123 "initWithFolderType:createFolder:",
9124 "initWithFont:color:",
9125 "initWithFont:usingPrinterFont:",
9126 "initWithFontAttributes:",
9127 "initWithForm:values:sourceFrame:",
9128 "initWithFormat:",
9129 "initWithFormat:arguments:",
9130 "initWithFormat:locale:",
9131 "initWithFormat:locale:arguments:",
9132 "initWithFormat:shareContext:",
9133 "initWithFrame:",
9134 "initWithFrame:depth:",
9135 "initWithFrame:error:",
9136 "initWithFrame:frameName:groupName:",
9137 "initWithFrame:inStatusBar:",
9138 "initWithFrame:inWindow:",
9139 "initWithFrame:menuView:",
9140 "initWithFrame:mode:cellClass:numberOfRows:numberOfColumns:",
9141 "initWithFrame:mode:prototype:numberOfRows:numberOfColumns:",
9142 "initWithFrame:node:",
9143 "initWithFrame:pixelFormat:",
9144 "initWithFrame:plugin:URL:baseURL:MIMEType:attributeKeys:attributeValues:",
9145 "initWithFrame:prototypeRulerMarker:",
9146 "initWithFrame:pullsDown:",
9147 "initWithFrame:styleMask:owner:",
9148 "initWithFrame:text:alignment:",
9149 "initWithFrame:textContainer:",
9150 "initWithFrame:view:",
9151 "initWithFunc:forImp:selector:",
9152 "initWithFunc:ivarOffset:",
9153 "initWithGlyph:forFont:baseString:",
9154 "initWithGlyphIndex:characterRange:",
9155 "initWithGlyphName:glyph:forFont:baseString:",
9156 "initWithGrammar:",
9157 "initWithGraphicsContext:",
9158 "initWithGroup:",
9159 "initWithGroup:members:",
9160 "initWithGroup:members:showAs:",
9161 "initWithGroup:newMe:",
9162 "initWithGroup:newName:",
9163 "initWithGroup:originalPeople:",
9164 "initWithGroup:person:properties:",
9165 "initWithGroup:records:",
9166 "initWithGroups:",
9167 "initWithHTML:baseURL:documentAttributes:",
9168 "initWithHTML:documentAttributes:",
9169 "initWithHTML:options:documentAttributes:",
9170 "initWithHTMLView:",
9171 "initWithHistory:",
9172 "initWithHost:port:protocol:realm:authenticationMethod:",
9173 "initWithHost:user:password:",
9174 "initWithHostName:serverName:textProc:errorProc:timeout:secure:encapsulated:",
9175 "initWithHue:saturation:brightness:alpha:",
9176 "initWithIdentifier:",
9177 "initWithIdentifier:forColorPanel:",
9178 "initWithImage:",
9179 "initWithImage:foregroundColorHint:backgroundColorHint:hotSpot:",
9180 "initWithImage:hotSpot:",
9181 "initWithImpl:",
9182 "initWithIncrements:parent:",
9183 "initWithIndex:",
9184 "initWithIndex:parent:",
9185 "initWithIndexSet:",
9186 "initWithIndexesInRange:",
9187 "initWithInfo:",
9188 "initWithInputController:",
9189 "initWithInputController:andField:",
9190 "initWithInt:",
9191 "initWithInvocation:conversation:sequence:importedObjects:connection:",
9192 "initWithItem:",
9193 "initWithItem:forToolbarView:",
9194 "initWithItemIdentifier:",
9195 "initWithKWQFileButton:",
9196 "initWithKey:ascending:",
9197 "initWithKey:ascending:selector:",
9198 "initWithKey:isStored:",
9199 "initWithKey:mask:binding:",
9200 "initWithKey:value:",
9201 "initWithKeychainItem:",
9202 "initWithKeys:",
9203 "initWithLDAPManager:forServer:queryString:sessionUID:",
9204 "initWithLDAPManager:forServer:sessionUID:",
9205 "initWithLength:",
9206 "initWithListBox:items:",
9207 "initWithLoader:dataSource:",
9208 "initWithLoader:job:",
9209 "initWithLocal",
9210 "initWithLocal:connection:",
9211 "initWithLong:",
9212 "initWithLongLong:",
9213 "initWithMIMEType:",
9214 "initWithMKKDInitializer:index:",
9215 "initWithMachMessage:",
9216 "initWithMachPort:",
9217 "initWithMantissa:exponent:isNegative:",
9218 "initWithMemoryCapacity:diskCapacity:diskPath:",
9219 "initWithMethodSignature:",
9220 "initWithMovie:",
9221 "initWithMovieView:selector:operation:",
9222 "initWithMutableAttributedString:",
9223 "initWithMutableData:forDebugging:languageEncoding:nameEncoding:textProc:errorProc:",
9224 "initWithName:",
9225 "initWithName:color:image:",
9226 "initWithName:data:",
9227 "initWithName:element:",
9228 "initWithName:elementNames:",
9229 "initWithName:fromFile:",
9230 "initWithName:host:",
9231 "initWithName:object:userInfo:",
9232 "initWithName:parent:resolve:",
9233 "initWithName:position:rect:view:children:",
9234 "initWithName:reason:userInfo:",
9235 "initWithName:value:source:children:",
9236 "initWithName:webFrameView:webView:",
9237 "initWithNavView:",
9238 "initWithNewPerson:selectedGroup:",
9239 "initWithNibNamed:bundle:",
9240 "initWithNode:",
9241 "initWithNotificationCenter:",
9242 "initWithNotificationObject:",
9243 "initWithObjCType:count:at:",
9244 "initWithObject:",
9245 "initWithObjectSpecifier:comparisonOperator:testObject:",
9246 "initWithObjects:",
9247 "initWithObjects:count:",
9248 "initWithObjects:count:target:reverse:freeWhenDone:",
9249 "initWithObjects:forKeys:",
9250 "initWithObjects:forKeys:count:",
9251 "initWithObjectsAndKeys:",
9252 "initWithObserver:name:object:",
9253 "initWithOffset:",
9254 "initWithOriginalImage:",
9255 "initWithOriginalImage:crop:smallIcon:",
9256 "initWithPanel:",
9257 "initWithPartCode:parent:",
9258 "initWithPasteboard:",
9259 "initWithPasteboardDataRepresentation:",
9260 "initWithPath:",
9261 "initWithPath:documentAttributes:",
9262 "initWithPath:flags:createMode:",
9263 "initWithPeople:",
9264 "initWithPerson:imageData:",
9265 "initWithPerson:model:",
9266 "initWithPickerMask:colorPanel:",
9267 "initWithPosition:objectSpecifier:",
9268 "initWithPrintInfo:",
9269 "initWithPrompt:text:",
9270 "initWithProperties:",
9271 "initWithProperty:label:key:value:searchPeople:comparison:",
9272 "initWithProperty:withPopup:",
9273 "initWithProtectionSpace:proposedCredential:previousFailureCount:failureResponse:error:sender:",
9274 "initWithProtocol:httpRequest:challenge:callback:context:",
9275 "initWithProtocolFamily:socketType:protocol:address:",
9276 "initWithProtocolFamily:socketType:protocol:socket:",
9277 "initWithProxyHost:port:type:realm:authenticationMethod:",
9278 "initWithQButton:",
9279 "initWithQComboBox:",
9280 "initWithQLineEdit:",
9281 "initWithQObject:timerId:",
9282 "initWithQScrollBar:",
9283 "initWithQTextEdit:",
9284 "initWithRTF:",
9285 "initWithRTF:documentAttributes:",
9286 "initWithRTFD:",
9287 "initWithRTFD:documentAttributes:",
9288 "initWithRTFDFileWrapper:",
9289 "initWithRTFDFileWrapper:documentAttributes:",
9290 "initWithRange:",
9291 "initWithRawCatalogInfo:name:parentRef:ref:hfsName:hidden:",
9292 "initWithRealClient:",
9293 "initWithRealTextStorage:",
9294 "initWithReceivePort:sendPort:",
9295 "initWithReceivePort:sendPort:components:",
9296 "initWithRect:",
9297 "initWithRect:color:ofView:",
9298 "initWithRects:count:",
9299 "initWithRed:green:blue:alpha:",
9300 "initWithRef:",
9301 "initWithRef:containerType:",
9302 "initWithRef:hidden:iDisk:",
9303 "initWithRefCountedRunArray:",
9304 "initWithRefNoCopy:",
9305 "initWithRegistryClass:andObjectClass:",
9306 "initWithRegistryString:andObjectClass:",
9307 "initWithRemoteName:",
9308 "initWithRequest:",
9309 "initWithRequest:cachedResponse:client:",
9310 "initWithRequest:delegate:",
9311 "initWithRequest:frameName:notifyData:",
9312 "initWithRequest:monitor:",
9313 "initWithRequest:pluginPointer:notifyData:",
9314 "initWithResponse:data:",
9315 "initWithResponse:data:userInfo:storagePolicy:",
9316 "initWithRole:parent:",
9317 "initWithRoundingMode:scale:raiseOnExactness:raiseOnOverflow:raiseOnUnderflow:raiseOnDivideByZero:",
9318 "initWithRow:column:tableView:",
9319 "initWithRow:ofTableView:",
9320 "initWithRow:tableColumn:",
9321 "initWithRulebookSet:",
9322 "initWithRulerView:markerLocation:image:imageOrigin:",
9323 "initWithRunStorage:",
9324 "initWithScheme:host:path:",
9325 "initWithScrollView:orientation:",
9326 "initWithSelectedGroup:addedToGroup:updatedPeople:updatedPeopleProperties:addedPeople:",
9327 "initWithSelector:",
9328 "initWithSendPort:receivePort:components:",
9329 "initWithSerializedRepresentation:",
9330 "initWithSet:",
9331 "initWithSet:copyItems:",
9332 "initWithSetFunc:forImp:selector:",
9333 "initWithSetFunc:ivarOffset:",
9334 "initWithSetHeader:",
9335 "initWithShadow:",
9336 "initWithShort:",
9337 "initWithSize:",
9338 "initWithSize:depth:separate:alpha:",
9339 "initWithSize:forSpaceItem:",
9340 "initWithSource:",
9341 "initWithSource:destination:delegate:",
9342 "initWithSparseArray:",
9343 "initWithStream:",
9344 "initWithStream:view:",
9345 "initWithString:",
9346 "initWithString:attributes:",
9347 "initWithString:calendarFormat:",
9348 "initWithString:calendarFormat:locale:",
9349 "initWithString:locale:",
9350 "initWithString:nodeType:",
9351 "initWithString:relativeToURL:",
9352 "initWithSuiteName:bundle:",
9353 "initWithSuiteName:className:dictionary:",
9354 "initWithSuiteName:commandName:dictionary:",
9355 "initWithTCPPort:",
9356 "initWithTarget:",
9357 "initWithTarget:action:",
9358 "initWithTarget:connection:",
9359 "initWithTarget:defaultTarget:templateClass:",
9360 "initWithTarget:invocation:",
9361 "initWithTarget:protocol:",
9362 "initWithTarget:selector:object:",
9363 "initWithTextAlignment:location:options:",
9364 "initWithTextControl:colorPanel:delegate:",
9365 "initWithTextStorage:",
9366 "initWithTextStorage:range:",
9367 "initWithTimeInterval:sinceDate:",
9368 "initWithTimeIntervalSince1970:",
9369 "initWithTimeIntervalSinceNow:",
9370 "initWithTimeIntervalSinceReferenceDate:",
9371 "initWithTitle:",
9372 "initWithTitle:action:keyEquivalent:",
9373 "initWithTitle:inputController:",
9374 "initWithTransform:",
9375 "initWithType:",
9376 "initWithType:arg:",
9377 "initWithType:itemIdentifier:",
9378 "initWithType:location:",
9379 "initWithUIController:",
9380 "initWithUIController:group:",
9381 "initWithUID:",
9382 "initWithUID:dataFile:",
9383 "initWithURL:",
9384 "initWithURL:MIMEType:expectedContentLength:textEncodingName:",
9385 "initWithURL:byReference:",
9386 "initWithURL:cachePolicy:timeoutInterval:",
9387 "initWithURL:cached:",
9388 "initWithURL:documentAttributes:",
9389 "initWithURL:httpStream:readStreamToProxy:writeStreamToProxy:",
9390 "initWithURL:target:parent:title:",
9391 "initWithURL:title:",
9392 "initWithURLString:title:lastVisitedTimeInterval:",
9393 "initWithUTF8String:",
9394 "initWithUndoManager:",
9395 "initWithUniqueId:",
9396 "initWithUnsignedChar:",
9397 "initWithUnsignedInt:",
9398 "initWithUnsignedLong:",
9399 "initWithUnsignedLongLong:",
9400 "initWithUnsignedShort:",
9401 "initWithUser:",
9402 "initWithUser:password:persistence:",
9403 "initWithUser:password:url:",
9404 "initWithVCardRepresentation:",
9405 "initWithValue:label:property:",
9406 "initWithView:",
9407 "initWithView:className:",
9408 "initWithView:layoutManager:characterIndex:attachmentCell:",
9409 "initWithView:printInfo:",
9410 "initWithVoice:",
9411 "initWithWebFrame:",
9412 "initWithWebFrameView:",
9413 "initWithWhite:alpha:",
9414 "initWithWidget:",
9415 "initWithWindow:",
9416 "initWithWindow:rect:",
9417 "initWithWindowNibName:",
9418 "initWithWindowNibName:owner:",
9419 "initWithWindowNibPath:owner:",
9420 "initWithWindowRef:",
9421 "initWithYear:month:day:hour:minute:second:timeZone:",
9422 "initialEvent",
9423 "initialFieldsForProperty:",
9424 "initialFirstResponder",
9425 "initialPoint",
9426 "initialRequest",
9427 "initialValues",
9428 "initialize",
9429 "initializeDataFileInfo:",
9430 "initializeFromDefaults",
9431 "initializeItem:",
9432 "initializeSettings:",
9433 "initializeUserAndSystemFonts",
9434 "initializerFromKeyArray:",
9435 "innerRect",
9436 "innerTitleRect",
9437 "inputClientBecomeActive:",
9438 "inputClientDisabled:",
9439 "inputClientEnabled:",
9440 "inputClientResignActive:",
9441 "inputContext",
9442 "inputContextWithClient:",
9443 "inputController",
9444 "inputElementAltText",
9445 "inputKeyBindingManager",
9446 "insert:",
9447 "insert:before:",
9448 "insertAttributedString:atIndex:",
9449 "insertBacktab:",
9450 "insertColor:key:atIndex:",
9451 "insertColumn:",
9452 "insertColumn:withCells:",
9453 "insertCompletion:forPartialWordRange:movement:isFinal:",
9454 "insertCustomLabel:",
9455 "insertData::",
9456 "insertDescriptor:atIndex:",
9457 "insertElement:atIndex:",
9458 "insertElement:range:coalesceRuns:",
9459 "insertElements:count:atIndex:",
9460 "insertEntry:atIndex:",
9461 "insertFormat:atIndex:",
9462 "insertGlyph:atGlyphIndex:characterIndex:",
9463 "insertGlyphs:length:forStartingGlyphAtIndex:characterIndex:",
9464 "insertInAttachments:",
9465 "insertItem:atDateIndex:",
9466 "insertItem:atIndex:",
9467 "insertItem:path:dirInfo:zone:plist:",
9468 "insertItemViewer:atIndex:",
9469 "insertItemWithImage:atIndex:",
9470 "insertItemWithItemIdentifier:atIndex:",
9471 "insertItemWithObjectValue:atIndex:",
9472 "insertItemWithTitle:action:keyEquivalent:atIndex:",
9473 "insertItemWithTitle:atIndex:",
9474 "insertNewButtonImage:in:",
9475 "insertNewline:",
9476 "insertNewlineIgnoringFieldEditor:",
9477 "insertObject:at:",
9478 "insertObject:atArrangedObjectIndex:",
9479 "insertObject:atIndex:",
9480 "insertObject:range:",
9481 "insertObjectIntoMasterArrayRelationship:atIndex:",
9482 "insertObjects:atArrangedObjectIndexes:",
9483 "insertObjects:atIndexes:",
9484 "insertObjectsIntoMasterArrayRelationship:atIndexes:",
9485 "insertParagraphSeparator:",
9486 "insertPopItemWithTitle:andObject:",
9487 "insertProxy:",
9488 "insertRow:",
9489 "insertRow:withCells:",
9490 "insertRulers",
9491 "insertSpace:atIndex:",
9492 "insertSpinningArrows",
9493 "insertString:atIndex:",
9494 "insertTab:",
9495 "insertTabIgnoringFieldEditor:",
9496 "insertTabViewItem:atIndex:",
9497 "insertText:",
9498 "insertText:client:",
9499 "insertTextContainer:atIndex:",
9500 "insertValue:atIndex:inPropertyWithKey:",
9501 "insertValue:inPropertyWithKey:",
9502 "insertValue:withLabel:atIndex:",
9503 "insertedNullPlaceholder",
9504 "insertionContainer",
9505 "insertionIndex",
9506 "insertionIndexForGroup:",
9507 "insertionIndexForMember:inSortedMembers:",
9508 "insertionKey",
9509 "insertionPointColor",
9510 "insertionReplaces",
9511 "insertsNullPlaceholder",
9512 "installInFrame:",
9513 "installInputManagerMenu:",
9514 "installedPlugins",
9515 "instanceMethodDescFor:",
9516 "instanceMethodDescriptionForSelector:",
9517 "instanceMethodFor:",
9518 "instanceMethodForSelector:",
9519 "instanceMethodSignatureForSelector:",
9520 "instancesImplementSelector:",
9521 "instancesRespondTo:",
9522 "instancesRespondToSelector:",
9523 "instantiateNibWithExternalNameTable:",
9524 "instantiateNibWithOwner:topLevelObjects:",
9525 "instantiateObject:",
9526 "instantiateWithObjectInstantiator:",
9527 "int32Value",
9528 "intAttribute:forGlyphAtIndex:",
9529 "intForKey:inTable:",
9530 "intValue",
9531 "intValueOfProperty:",
9532 "integerForKey:",
9533 "intercellSpacing",
9534 "interceptKeyEvent:toView:",
9535 "interfaceStyle",
9536 "internalName",
9537 "internalSaveTo:removeBackup:errorHandler:",
9538 "internalSaveTo:removeBackup:errorHandler:temp:backup:",
9539 "internalSubset",
9540 "internalWritePath:errorHandler:remapContents:",
9541 "interpretEventAsCommand:forClient:",
9542 "interpretEventAsText:forClient:",
9543 "interpretKeyEvents:",
9544 "interpretKeyEvents:forClient:",
9545 "interpretKeyEvents:sender:",
9546 "interpreterCount",
9547 "interrupt",
9548 "interruptExecution",
9549 "interruptForPolicyChangeError",
9550 "intersectGroupMembers:withSearchResult:",
9551 "intersectSet:",
9552 "intersectWithRect:",
9553 "intersectsIndexesInRange:",
9554 "intersectsSet:",
9555 "interval",
9556 "intervalSinceLastActive",
9557 "invTransform:",
9558 "invTransformRect:",
9559 "invalidate",
9560 "invalidate:",
9561 "invalidateAttributesInRange:",
9562 "invalidateCachedDrawingImage",
9563 "invalidateClassDescriptionCache",
9564 "invalidateConnectionsAsNecessary:",
9565 "invalidateCursorRectsForView:",
9566 "invalidateDisplayForCharacterRange:",
9567 "invalidateDisplayForGlyphRange:",
9568 "invalidateDisplayedMembersList",
9569 "invalidateFocus:",
9570 "invalidateGlyphsForCharacterRange:changeInLength:actualCharacterRange:",
9571 "invalidateHashMarks",
9572 "invalidateInvisible",
9573 "invalidateLayoutForCharacterRange:isSoft:actualCharacterRange:",
9574 "invalidateParagraphStyles",
9575 "invalidateProxy",
9576 "invalidateRect:",
9577 "invalidateRegion:",
9578 "invalidateResourceCache",
9579 "invalidateShadow",
9580 "invalidateTextContainerOrigin",
9581 "invalidateWrapper",
9582 "inverseForRelationshipKey:",
9583 "invert",
9584 "invertedDictionary",
9585 "invertedSet",
9586 "invocation",
9587 "invocationWithMethodSignature:",
9588 "invoke",
9589 "invokeSelector:withArguments:forBinding:atIndex:error:",
9590 "invokeSelector:withArguments:forBinding:error:",
9591 "invokeSelector:withArguments:forBinding:object:",
9592 "invokeServiceIn:msg:pb:userData:error:",
9593 "invokeServiceIn:msg:pb:userData:menu:remoteServices:",
9594 "invokeWithTarget:",
9595 "invokesSeparatelyWithArrayObjectsWithBinding:",
9596 "isAClassOfObject:",
9597 "isARepeat",
9598 "isAbsolutePath",
9599 "isActive",
9600 "isAddressBook",
9601 "isAdmin",
9602 "isAlias",
9603 "isAlternate",
9604 "isAncestorOfObject:",
9605 "isAnimating",
9606 "isAnyApplicationSpeaking",
9607 "isApplication",
9608 "isAtEnd",
9609 "isAttached",
9610 "isAutodisplay",
9611 "isAutoscroll",
9612 "isAvaliable:",
9613 "isBaseFont",
9614 "isBeginMark",
9615 "isBeingEdited",
9616 "isBezeled",
9617 "isBidirectionalControlCharacter:",
9618 "isBindingKeyOptional:",
9619 "isBindingKeyless:",
9620 "isBindingReadOnly:",
9621 "isBordered",
9622 "isBorderedForState:",
9623 "isButtonBordered",
9624 "isBycopy",
9625 "isByref",
9626 "isCachedSeparately",
9627 "isCanonical",
9628 "isCardDisplayed",
9629 "isCardPaneVisible",
9630 "isCaseInsensitiveLike:",
9631 "isCoalescing",
9632 "isCocoa",
9633 "isColor",
9634 "isColumnSelected:",
9635 "isCompact",
9636 "isCompiled",
9637 "isConnected",
9638 "isContainer",
9639 "isContextHelpModeActive",
9640 "isContinuous",
9641 "isContinuousSpellCheckingEnabled",
9642 "isControllerVisible",
9643 "isCopyingOperation",
9644 "isCurrListEditable",
9645 "isDataRetained",
9646 "isDaylightSavingTime",
9647 "isDaylightSavingTimeForDate:",
9648 "isDaylightSavingTimeForTimeInterval:",
9649 "isDeadKeyProcessingEnabled",
9650 "isDeferred",
9651 "isDeletableFileAtPath:",
9652 "isDescendantOf:",
9653 "isDirectoriesPaneVisible",
9654 "isDirectory",
9655 "isDirectoryGroupSelected",
9656 "isDirectoryNode:",
9657 "isDisplayPostingDisabled",
9658 "isDisplayedWhenStopped",
9659 "isDocumentEdited",
9660 "isDragging",
9661 "isDrawingToScreen",
9662 "isEPSOperation",
9663 "isEditable",
9664 "isEditing",
9665 "isEditingAtIndex:withObject:",
9666 "isEditingGroupName",
9667 "isEditingWithObject:",
9668 "isEmpty",
9669 "isEmptyPerson",
9670 "isEnabled",
9671 "isEnabledForSegment:",
9672 "isEnabledWithSelection:",
9673 "isEndMark",
9674 "isEntryAcceptable:",
9675 "isEqual:",
9676 "isEqualTo:",
9677 "isEqualToArray:",
9678 "isEqualToAttributedString:",
9679 "isEqualToData:",
9680 "isEqualToDate:",
9681 "isEqualToDictionary:",
9682 "isEqualToHost:",
9683 "isEqualToIndexSet:",
9684 "isEqualToNumber:",
9685 "isEqualToSet:",
9686 "isEqualToString:",
9687 "isEqualToTimeZone:",
9688 "isEqualToValue:",
9689 "isErrorStatusCode:",
9690 "isEventCoalescingEnabled",
9691 "isExcludedFromWindowsMenu",
9692 "isExecutableFileAtPath:",
9693 "isExpandable:",
9694 "isExpanded",
9695 "isExpandedNode:",
9696 "isExpired",
9697 "isExplicitlyNonEditable",
9698 "isExtensionHidden",
9699 "isFault",
9700 "isFauxDisabled",
9701 "isFauxDisabledNode:",
9702 "isFieldEditor",
9703 "isFieldVisible:",
9704 "isFileListOrderedAscending",
9705 "isFileListOrderedCaseSensitive",
9706 "isFilePackageAtPath:",
9707 "isFilePropertyDisplayed:",
9708 "isFileURL",
9709 "isFirstAndKey",
9710 "isFixedPitch",
9711 "isFlipped",
9712 "isFloatingPanel",
9713 "isFlushDisabled",
9714 "isFlushWindowDisabled",
9715 "isFontAvailable:",
9716 "isFontFixedPitch:",
9717 "isFrameSet",
9718 "isFrontWindow",
9719 "isGreaterThan:",
9720 "isGreaterThanOrEqualTo:",
9721 "isGroupsPaneVisible",
9722 "isHeartBeatThread",
9723 "isHidden",
9724 "isHiddenOrHasHiddenAncestor",
9725 "isHighlighted",
9726 "isHitByPath:",
9727 "isHitByPoint:",
9728 "isHitByRect:",
9729 "isHorizontal",
9730 "isHorizontallyCentered",
9731 "isHorizontallyResizable",
9732 "isHostCacheEnabled",
9733 "isInFrontWindow",
9734 "isInMotion",
9735 "isInResponderChain",
9736 "isIndeterminate",
9737 "isItemExpanded:",
9738 "isItemShownInPopupIfSoleEntry:",
9739 "isJavaEnabled",
9740 "isJavaScriptEnabled",
9741 "isKey:inTable:",
9742 "isKeyWindow",
9743 "isKindOf:",
9744 "isKindOfClass:",
9745 "isKindOfClassNamed:",
9746 "isKindOfGivenName:",
9747 "isLastImportGroupVisible",
9748 "isLeaf",
9749 "isLessThan:",
9750 "isLessThanOrEqualTo:",
9751 "isLike:",
9752 "isLoaded",
9753 "isLoading",
9754 "isLocalMount",
9755 "isLocationRequiredToCreateForKey:",
9756 "isLocking",
9757 "isMainInputController",
9758 "isMainWindow",
9759 "isMember:",
9760 "isMemberOf:",
9761 "isMemberOfClass:",
9762 "isMemberOfClassNamed:",
9763 "isMemberOfGivenName:",
9764 "isMembersPaneVisible",
9765 "isMiniaturizable",
9766 "isMiniaturized",
9767 "isModalPanel",
9768 "isMovable",
9769 "isMovableByWindowBackground",
9770 "isMultiThreaded",
9771 "isMultiple",
9772 "isMutable",
9773 "isMuted",
9774 "isNSIDispatchProxy",
9775 "isNativeType:",
9776 "isNewPerson:",
9777 "isNewWindowEqualToOldWindow",
9778 "isNotEqualTo:",
9779 "isNull",
9780 "isObscured",
9781 "isOneShot",
9782 "isOneway",
9783 "isOpaque",
9784 "isOpaqueForState:",
9785 "isOpen",
9786 "isOptionalArgumentWithName:",
9787 "isOutputStackInReverseOrder",
9788 "isOutputTraced",
9789 "isPackage",
9790 "isPaged",
9791 "isPaneSplitter",
9792 "isPartialStringValid:newEditingString:errorDescription:",
9793 "isPartialStringValid:proposedSelectedRange:originalString:originalSelectedRange:errorDescription:",
9794 "isPeoplePicker",
9795 "isPlaceholderForMarkerExplicitlySet:",
9796 "isPlanar",
9797 "isPlaying",
9798 "isPluginViewStarted",
9799 "isPoint:inRectangle:",
9800 "isPreview",
9801 "isPrimary",
9802 "isProxy",
9803 "isProxyNeededForURL:",
9804 "isReachable",
9805 "isReadOnlyKey:",
9806 "isReadableFileAtPath:",
9807 "isRedoing",
9808 "isRegularFile",
9809 "isReleasedWhenClosed",
9810 "isReloading",
9811 "isRemovable",
9812 "isResizable",
9813 "isRichText",
9814 "isRotatedFromBase",
9815 "isRotatedOrScaledFromBase",
9816 "isRowSelected:",
9817 "isRowSelected:subRow:",
9818 "isRulerVisible",
9819 "isRunning",
9820 "isScalarProperty",
9821 "isScreenFont",
9822 "isScrollable",
9823 "isSecure",
9824 "isSelectable",
9825 "isSelected",
9826 "isSelectedForSegment:",
9827 "isSelectionByRect",
9828 "isSeparatorItem",
9829 "isSessionOnly",
9830 "isSetOnMouseEntered",
9831 "isSetOnMouseExited",
9832 "isSheet",
9833 "isShown",
9834 "isSimpleRectangularTextContainer",
9835 "isSizeDisplayedForNode:",
9836 "isSpeaking",
9837 "isSpecialGroup",
9838 "isSpecialGroupSelected",
9839 "isStarted",
9840 "isStatusBarVisible",
9841 "isStrokeHitByPath:",
9842 "isStrokeHitByPoint:",
9843 "isStrokeHitByRect:",
9844 "isSubclassOfClass:",
9845 "isSubsetOfSet:",
9846 "isSubviewCollapsed:",
9847 "isSuperclassOfClass:",
9848 "isSupersetOfSet:",
9849 "isSupported::",
9850 "isSupportingCoalescing",
9851 "isSuspended",
9852 "isSymbolicLink",
9853 "isSynchronized",
9854 "isTargetItem",
9855 "isTitled",
9856 "isToManyKey:",
9857 "isTornOff",
9858 "isTracking",
9859 "isTransparent",
9860 "isTrue",
9861 "isUndoRegistrationEnabled",
9862 "isUndoing",
9863 "isUsableWithObject:",
9864 "isValid",
9865 "isValidGlyphIndex:",
9866 "isVertical",
9867 "isVerticallyCentered",
9868 "isVerticallyResizable",
9869 "isViewOfPickerLoaded:",
9870 "isVisible",
9871 "isVolume",
9872 "isVolumeEjectable",
9873 "isVolumeLocal",
9874 "isWaitCursorEnabled",
9875 "isWellFormed",
9876 "isWindowInFocusStack:",
9877 "isWindowLoaded",
9878 "isWord:inDictionaries:caseSensitive:",
9879 "isWordInUserDictionaries:caseSensitive:",
9880 "isWrapper",
9881 "isWritableFileAtPath:",
9882 "isZoomable",
9883 "isZoomed",
9884 "isiDisk",
9885 "issueChangePropertiesCommand",
9886 "issueCommand",
9887 "issueSetImageCommandWithData:",
9888 "italicAngle",
9889 "item",
9890 "item:",
9891 "itemAdded:",
9892 "itemArray",
9893 "itemAtIndex:",
9894 "itemAtRow:",
9895 "itemChanged:",
9896 "itemForURL:",
9897 "itemForURLString:",
9898 "itemHeight",
9899 "itemIdentifier",
9900 "itemIdentifierForColorPicker:",
9901 "itemMatrix",
9902 "itemObjectValueAtIndex:",
9903 "itemRemoved:",
9904 "itemRolledOut",
9905 "itemRolledOver",
9906 "itemSize",
9907 "itemSpacing",
9908 "itemTitleAtIndex:",
9909 "itemTitles",
9910 "itemType",
9911 "itemWithTag:",
9912 "itemWithTitle:",
9913 "items",
9914 "javaScriptCanOpenWindowsAutomatically",
9915 "javaScriptInterpretersCount",
9916 "javaScriptNoGCAllowedObjectsCount",
9917 "javaScriptObjectsCount",
9918 "javaScriptReferencedObjectsCount",
9919 "javaScriptRootObjectClasses",
9920 "jobDisposition",
9921 "jobStyleHint",
9922 "jobTitleFieldPresent",
9923 "jobWillBeDeallocated",
9924 "jumpSlider:",
9925 "jumpToSelection",
9926 "jumpToSelection:",
9927 "keepBackupFile",
9928 "keepWorkLoopAlive",
9929 "key",
9930 "keyBindingManager",
9931 "keyBindingManagerForClient:",
9932 "keyBindingState",
9933 "keyCell",
9934 "keyClassDescription",
9935 "keyCode",
9936 "keyDown:",
9937 "keyEnumerator",
9938 "keyEquivalent",
9939 "keyEquivalentAttributedString",
9940 "keyEquivalentFont",
9941 "keyEquivalentModifierMask",
9942 "keyEquivalentOffset",
9943 "keyEquivalentRectForBounds:",
9944 "keyEquivalentWidth",
9945 "keyEventWithType:location:modifierFlags:timestamp:windowNumber:context:characters:charactersIgnoringModifiers:isARepeat:keyCode:",
9946 "keyForBinding:",
9947 "keyForFileWrapper:",
9948 "keyMessageForEvent:",
9949 "keyNavigationView",
9950 "keyPath",
9951 "keySpecifier",
9952 "keyUp:",
9953 "keyValueBindingForKey:typeMask:",
9954 "keyViewSelectionDirection",
9955 "keyWindow",
9956 "keyWindowFrameHighlightColor",
9957 "keyWindowFrameShadowColor",
9958 "keyWithAppleEventCode:",
9959 "keyboardFocusIndicatorColor",
9960 "keys",
9961 "keysSortedByValueUsingSelector:",
9962 "keysTriggeringChangeNotificationsForDependentKey:",
9963 "keywordForDescriptorAtIndex:",
9964 "kind",
9965 "knobColor",
9966 "knobProportion",
9967 "knobRectFlipped:",
9968 "knobThickness",
9969 "knownTimeZoneNames",
9970 "knowsPageRange:",
9971 "knowsPagesFirst:last:",
9972 "label",
9973 "labelAtIndex:",
9974 "labelFontOfSize:",
9975 "labelFontSize",
9976 "labelForSegment:",
9977 "labelSizeForBounds:",
9978 "labels",
9979 "language",
9980 "languageCode",
9981 "languageContext",
9982 "languageContextWithName:",
9983 "languageLevel",
9984 "languageModel",
9985 "languageName",
9986 "languageWithName:",
9987 "lastChild",
9988 "lastColumn",
9989 "lastComponentOfFileName",
9990 "lastConversation",
9991 "lastCrayon",
9992 "lastDirectoriesSearchString",
9993 "lastFirstSortingNamePart1:part2:",
9994 "lastImportGroup",
9995 "lastIndex",
9996 "lastItem",
9997 "lastName",
9998 "lastObject",
9999 "lastPathComponent",
10000 "lastSelectedItem",
10001 "lastVisibleColumn",
10002 "lastVisitedTimeInterval",
10003 "laterDate:",
10004 "launch",
10005 "launchAppWithBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifier:",
10006 "launchApplication:",
10007 "launchApplication:showIcon:autolaunch:",
10008 "launchPath",
10009 "launchRealPlayer",
10010 "launchWithDictionary:",
10011 "launchedApplications",
10012 "launchedTaskWithDictionary:",
10013 "launchedTaskWithLaunchPath:arguments:",
10014 "layout",
10015 "layoutChanged:",
10016 "layoutControlGlyphForLineFragment:",
10017 "layoutGlyphsInHorizontalLineFragment:baseline:",
10018 "layoutGlyphsInLayoutManager:startingAtGlyphIndex:maxNumberOfLineFragments:nextGlyphIndex:",
10019 "layoutManager",
10020 "layoutManager:didCompleteLayoutForTextContainer:atEnd:",
10021 "layoutManagerOwnsFirstResponderInWindow:",
10022 "layoutManagers",
10023 "layoutOptions",
10024 "layoutParagraphAtPoint:",
10025 "layoutSanityCheck",
10026 "layoutStatusbar",
10027 "layoutTab",
10028 "layoutToFitInIconWidth:",
10029 "layoutToFitInMinimumIconSize",
10030 "layoutToFitInViewerFrameHeight:",
10031 "layoutToPageWidth:",
10032 "layoutType",
10033 "lazyBrowserCell",
10034 "lazySync:",
10035 "leadingOffset",
10036 "learnWord:",
10037 "learnWord:language:",
10038 "leftIndentMarkerWithRulerView:location:",
10039 "leftMargin",
10040 "leftMarginMarkerWithRulerView:location:",
10041 "leftSplitItem",
10042 "leftTabMarkerWithRulerView:location:",
10043 "leftView",
10044 "length",
10045 "letterCharacterSet",
10046 "level",
10047 "levelForItem:",
10048 "levelForRow:",
10049 "levelsOfUndo",
10050 "lightGrayColor",
10051 "limitDateForMode:",
10052 "lineBreakBeforeIndex:withinRange:",
10053 "lineBreakByHyphenatingBeforeIndex:withinRange:",
10054 "lineBreakHandler",
10055 "lineBreakInString:beforeIndex:withinRange:useBook:",
10056 "lineBreakMode",
10057 "lineCapStyle",
10058 "lineFragmentPadding",
10059 "lineFragmentRectForGlyphAtIndex:effectiveRange:",
10060 "lineFragmentRectForProposedRect:remainingRect:",
10061 "lineFragmentRectForProposedRect:sweepDirection:movementDirection:remainingRect:",
10062 "lineFragmentUsedRectForGlyphAtIndex:effectiveRange:",
10063 "lineFragmentUsedRectForGlyphAtIndex:effectiveRange:allowLayout:",
10064 "lineHeightMultiple",
10065 "lineJoinStyle",
10066 "lineNumber",
10067 "lineRangeForRange:",
10068 "lineScroll",
10069 "lineSpacing",
10070 "lineSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:",
10071 "lineToPoint:",
10072 "lineWidth",
10073 "linkPath:toPath:handler:",
10074 "linkTextAttributes",
10075 "listDescriptor",
10076 "listDictionary",
10077 "listensInForegroundOnly",
10078 "load",
10079 "loadBitmapFileHeader",
10080 "loadBitmapInfoHeader",
10081 "loadColorLists",
10082 "loadColumnZero",
10083 "loadContent",
10084 "loadCookies",
10085 "loadData:MIMEType:textEncodingName:baseURL:",
10086 "loadDataRepresentation:ofType:",
10087 "loadDidFinish",
10088 "loadDidSucceed",
10089 "loadEmptyDocumentSynchronously",
10090 "loadFaces:",
10091 "loadFileWrapperRepresentation:ofType:",
10092 "loadFindStringFromPasteboard",
10093 "loadFindStringToPasteboard",
10094 "loadFinished",
10095 "loadFromURL:error:",
10096 "loadHTMLString:baseURL:",
10097 "loadImage:",
10098 "loadImage:forImageRep:",
10099 "loadImageHeader",
10100 "loadImageWithName:",
10101 "loadInBackground",
10102 "loadInForeground",
10103 "loadMovieFromFile:",
10104 "loadMovieFromURL:",
10105 "loadNib",
10106 "loadNibFile:externalNameTable:withZone:",
10107 "loadNibNamed:owner:",
10108 "loadPanelNamed:",
10109 "loadPluginIfNeededForMIMEType:",
10110 "loadPluginRequest:",
10111 "loadRequest:",
10112 "loadRequest:inTarget:withNotifyData:",
10113 "loadResourceDataNotifyingClient:usingCache:",
10114 "loadRoot",
10115 "loadRulebook:",
10116 "loadServersFromDefaultsFile",
10117 "loadSoundWithName:",
10118 "loadSuiteWithDictionary:fromBundle:",
10119 "loadSuitesFromBundle:",
10120 "loadType",
10121 "loadUI",
10122 "loadURL:referrer:reload:target:triggeringEvent:form:formValues:",
10123 "loadWindow",
10124 "loadWithRequest:",
10125 "loadedBundles",
10126 "loadedCellAtRow:column:",
10127 "loadsImagesAutomatically",
10128 "localDrag",
10129 "localName",
10130 "localNode",
10131 "localObjects",
10132 "localProxies",
10133 "localTimeZone",
10134 "locale",
10135 "localizations",
10136 "localizedCaseInsensitiveCompare:",
10137 "localizedCatalogNameComponent",
10138 "localizedColorNameComponent",
10139 "localizedCompare:",
10140 "localizedDefaults",
10141 "localizedDescription",
10142 "localizedInfoDictionary",
10143 "localizedInputManagerName",
10144 "localizedNameForFamily:face:",
10145 "localizedNameForTIFFCompressionType:",
10146 "localizedNameOfStringEncoding:",
10147 "localizedPaperName",
10148 "localizedScannerWithString:",
10149 "localizedStringForKey:value:table:",
10150 "localizedStringForStatusCode:",
10151 "localizedStringWithFormat:",
10152 "localizesFormat",
10153 "location",
10154 "locationForGlyphAtIndex:",
10155 "locationForSubmenu:",
10156 "locationInWindow",
10157 "locationOfPrintRect:",
10158 "locationProperties",
10159 "locationX",
10160 "locationY",
10161 "locationZ",
10162 "lock",
10163 "lockBeforeDate:",
10164 "lockDate",
10165 "lockFocus",
10166 "lockFocusForView:inRect:needsTranslation:",
10167 "lockFocusIfCanDraw",
10168 "lockFocusOnRepresentation:",
10169 "lockForReading",
10170 "lockForReadingWithExceptionHandler:",
10171 "lockForWriting",
10172 "lockWhenCondition:",
10173 "lockWhenCondition:beforeDate:",
10174 "lockWithPath:",
10175 "logIn:",
10176 "logicalSize",
10177 "logs",
10178 "longCharacterIsMember:",
10179 "longForKey:",
10180 "longLongValue",
10181 "longMonthNames",
10182 "longValue",
10183 "longWeekdayNames",
10184 "loopCount",
10185 "loopMode",
10186 "loosenKerning:",
10187 "lossyCString",
10188 "lowerBaseline:",
10189 "lowercaseLetterCharacterSet",
10190 "lowercaseString",
10191 "lowercaseWord:",
10192 "lowercasedAttributes",
10193 "machPort",
10194 "magentaColor",
10195 "magentaComponent",
10196 "maidenNameFieldPresent",
10197 "mailRecentForEmail:",
10198 "mailRecents",
10199 "mailRecentsMatching:",
10200 "mainBundle",
10201 "mainDocumentURL",
10202 "mainFrame",
10203 "mainMenu",
10204 "mainScreen",
10205 "mainSplit",
10206 "mainWindow",
10207 "mainWindowFrameColor",
10208 "mainWindowFrameHighlightColor",
10209 "mainWindowFrameShadowColor",
10210 "makeBTAvailable:",
10211 "makeBTUnavailable:",
10212 "makeCellAtRow:column:",
10213 "makeCharacterSetCompact",
10214 "makeCharacterSetFast",
10215 "makeCurrentContext",
10216 "makeDocumentWithContentsOfFile:ofType:",
10217 "makeDocumentWithContentsOfURL:ofType:",
10218 "makeFirstResponder:",
10219 "makeIdentity",
10220 "makeImmutable",
10221 "makeKeyAndOrderFront:",
10222 "makeKeyWindow",
10223 "makeMainWindow",
10224 "makeObjectsPerform:",
10225 "makeObjectsPerform:with:",
10226 "makeObjectsPerform:withObject:",
10227 "makeObjectsPerformSelector:",
10228 "makeObjectsPerformSelector:withObject:",
10229 "makeProperties:verifyWith:",
10230 "makeQueries:",
10231 "makeSelectedPrimary:",
10232 "makeShown:",
10233 "makeTextLarger:",
10234 "makeTextSmaller:",
10235 "makeUID",
10236 "makeUntitledDocumentOfType:",
10237 "makeWindowControllers",
10238 "makeWindowsPerform:inOrder:",
10239 "mapConversationToThread:",
10240 "mapForClass:",
10241 "markBegin",
10242 "markEnd",
10243 "markNumRowsToToggleVisible",
10244 "markedRange",
10245 "markedTextAbandoned:",
10246 "markedTextAttributes",
10247 "markedTextSelectionChanged:client:",
10248 "marker",
10249 "markerLocation",
10250 "markerName",
10251 "markers",
10252 "masterTemplateHasChanged:",
10253 "matchLabels:againstElement:",
10254 "matchQualityOfColorAtIndex:toColor:filtered:ifBetterThan:",
10255 "matchesAppleEventCode:",
10256 "matchesLocationBestRepresentedBy:",
10257 "matchesOnMultipleResolution",
10258 "matchesPattern:",
10259 "matchesPattern:caseInsensitive:",
10260 "matchesRecord:",
10261 "matrix",
10262 "matrixClass",
10263 "matrixInColumn:",
10264 "max",
10265 "maxContentSize",
10266 "maxRecents",
10267 "maxResults",
10268 "maxSize",
10269 "maxUserData",
10270 "maxValue",
10271 "maxVisibleColumns",
10272 "maxWidth",
10273 "maximum",
10274 "maximumAdvancement",
10275 "maximumAttributeCacheSize",
10276 "maximumDecimalNumber",
10277 "maximumHeight",
10278 "maximumLength",
10279 "maximumLineHeight",
10280 "maximumRecents",
10281 "mayStartDragWithMouseDragged:",
10282 "me",
10283 "measurementUnits",
10284 "mediaBox",
10285 "member:",
10286 "memberAtIndex:",
10287 "members",
10288 "members:notFoundMarker:",
10289 "membersAndSubgroups",
10290 "membersChanged:",
10291 "membersController",
10292 "membersOfGroup:",
10293 "membersSelectionChanged:",
10294 "memoryCapacity",
10295 "menu",
10296 "menuBarFontOfSize:",
10297 "menuBarHeight",
10298 "menuBarVisible",
10299 "menuChanged:",
10300 "menuChangedMessagesEnabled",
10301 "menuClassName",
10302 "menuFontOfSize:",
10303 "menuForEvent:",
10304 "menuForEvent:inRect:ofView:",
10305 "menuFormRepresentation",
10306 "menuItem",
10307 "menuItemCellForItemAtIndex:",
10308 "menuItemWithTag:",
10309 "menuNeedsUpdate:",
10310 "menuRepresentation",
10311 "menuView",
10312 "menuZone",
10313 "mergeMultiValue:forProperty:",
10314 "mergeNote:",
10315 "mergeSingleValue:forProperty:",
10316 "message",
10317 "messageFontOfSize:",
10318 "messageImage",
10319 "messageText",
10320 "messageType",
10321 "messageWidthForMessage:",
10322 "methodArgSize:",
10323 "methodDescFor:",
10324 "methodDescriptionForSelector:",
10325 "methodFor:",
10326 "methodForSelector:",
10327 "methodReturnLength",
10328 "methodReturnType",
10329 "methodSignature",
10330 "methodSignatureForSelector:",
10331 "methods",
10332 "metrics",
10333 "microsecondOfSecond",
10334 "middleNameFieldPresent",
10335 "minColumnWidth",
10336 "minContentSize",
10337 "minContentSizeForMinFrameSize:styleMask:",
10338 "minFrameSize",
10339 "minFrameSizeForMinContentSize:styleMask:",
10340 "minFrameWidthWithTitle:styleMask:",
10341 "minPickerContentSize",
10342 "minSize",
10343 "minValue",
10344 "minWidth",
10345 "miniaturize:",
10346 "miniaturizeAll:",
10347 "miniaturizedSize",
10348 "minimizeButton",
10349 "minimum",
10350 "minimumDecimalNumber",
10351 "minimumFontSize",
10352 "minimumHeight",
10353 "minimumLineHeight",
10354 "minimumSize",
10355 "minimumWidth",
10356 "minimunWindowWidth:",
10357 "miniwindowImage",
10358 "miniwindowTitle",
10359 "minusSet:",
10360 "minuteOfHour",
10361 "miterLimit",
10362 "mixedStateImage",
10363 "mnemonic",
10364 "mnemonicLocation",
10365 "modDate",
10366 "modalMode",
10367 "modalWindow",
10368 "mode",
10369 "modeButton",
10370 "model",
10371 "modifierFlags",
10372 "modifierFlagsChanged:",
10373 "modifiersForEvent:",
10374 "modifyFont:",
10375 "modifyFontTrait:",
10376 "modifyFontViaPanel:",
10377 "modifyOptionsViaPanel:",
10378 "moduleWasInstalled",
10379 "moduleWillBeRemoved",
10380 "monthOfYear",
10381 "mostCompatibleStringEncoding",
10382 "mountNewRemovableMedia",
10383 "mounted:",
10384 "mountedLocalVolumePaths",
10385 "mountedRemovableMedia",
10386 "mouse:",
10387 "mouse:inRect:",
10388 "mouseDown:",
10389 "mouseDownCanMoveWindow",
10390 "mouseDownFlags",
10391 "mouseDownOnCharacterIndex:atCoordinate:withModifier:client:",
10392 "mouseDragged:",
10393 "mouseDraggedOnCharacterIndex:atCoordinate:withModifier:client:",
10394 "mouseEntered:",
10395 "mouseEnteredToolTip:inWindow:withEvent:",
10396 "mouseEventWithType:location:modifierFlags:timestamp:windowNumber:context:eventNumber:clickCount:pressure:",
10397 "mouseExited:",
10398 "mouseHit:",
10399 "mouseLocation",
10400 "mouseLocationOutsideOfEventStream",
10401 "mouseMoved:",
10402 "mouseMovedNotification:",
10403 "mouseTracker:didStopTrackingWithEvent:",
10404 "mouseTracker:shouldContinueTrackingWithEvent:",
10405 "mouseTracker:shouldStartTrackingWithEvent:",
10406 "mouseUp:",
10407 "mouseUpOnCharacterIndex:atCoordinate:withModifier:client:",
10408 "moveBackward:",
10409 "moveBackwardAndModifySelection:",
10410 "moveColumn:toColumn:",
10411 "moveCurrentPointInDirection:",
10412 "moveDown:",
10413 "moveDownAndModifySelection:",
10414 "moveFormatAtIndex:toIndex:",
10415 "moveForward:",
10416 "moveForwardAndModifySelection:",
10417 "moveInDirection:",
10418 "moveLeft:",
10419 "moveLeftAndModifySelection:",
10420 "moveParagraphBackwardAndModifySelection:",
10421 "moveParagraphForwardAndModifySelection:",
10422 "movePath:toPath:handler:",
10423 "moveRight:",
10424 "moveRightAndModifySelection:",
10425 "moveRulerlineFromLocation:toLocation:",
10426 "moveSelectionLeft",
10427 "moveSelectionRight",
10428 "moveToBeginningOfDocument:",
10429 "moveToBeginningOfDocumentAndModifySelection:",
10430 "moveToBeginningOfLine:",
10431 "moveToBeginningOfLineAndModifySelection:",
10432 "moveToBeginningOfParagraph:",
10433 "moveToBeginningOfParagraphAndModifySelection:",
10434 "moveToEndOfDocument:",
10435 "moveToEndOfDocumentAndModifySelection:",
10436 "moveToEndOfLine:",
10437 "moveToEndOfLineAndModifySelection:",
10438 "moveToEndOfParagraph:",
10439 "moveToEndOfParagraphAndModifySelection:",
10440 "moveToPoint:",
10441 "moveUp:",
10442 "moveUpAndModifySelection:",
10443 "moveWordBackward:",
10444 "moveWordBackwardAndModifySelection:",
10445 "moveWordForward:",
10446 "moveWordForwardAndModifySelection:",
10447 "moveWordLeft:",
10448 "moveWordLeftAndModifySelection:",
10449 "moveWordRight:",
10450 "moveWordRightAndModifySelection:",
10451 "movie",
10452 "movieController",
10453 "movieRect",
10454 "movieUnfilteredFileTypes",
10455 "movieUnfilteredPasteboardTypes",
10456 "msgPrint:ok:",
10457 "msgid",
10458 "multiValueForProperty:",
10459 "multipleThreadsEnabled",
10460 "mutableArrayValueForBinding:atIndex:resolveMarkersToPlaceholders:",
10461 "mutableArrayValueForBinding:resolveMarkersToPlaceholders:",
10462 "mutableArrayValueForKey:",
10463 "mutableArrayValueForKeyPath:",
10464 "mutableAttributedString",
10465 "mutableAttributes",
10466 "mutableBytes",
10467 "mutableCopy",
10468 "mutableCopyWithZone:",
10469 "mutableData",
10470 "mutableDictionary",
10471 "mutableString",
10472 "mutableSubstringFromRange:",
10473 "myStatusChanged:",
10474 "name",
10475 "name:reason:status:",
10476 "nameAtIndex:filtered:",
10477 "nameDoubleAction",
10478 "nameFieldLabel",
10479 "nameForDisplay",
10480 "nameFromPath:extra:",
10481 "nameOfGlyph:",
10482 "nameSorting",
10483 "namedNodeMapWithImpl:",
10484 "names",
10485 "namesOfPromisedFilesDroppedAtDestination:",
10486 "namespaceURI",
10487 "navNodeClass",
10488 "navView",
10489 "needsAction",
10490 "needsDelegate",
10491 "needsDisplay",
10492 "needsLayout",
10493 "needsPanelToBecomeKey",
10494 "needsResyncWithDefaultVoice",
10495 "needsSizing",
10496 "needsToBeUpdatedFromPath:",
10497 "needsToDrawRect:",
10498 "needsUpdateNotifications",
10499 "negativeFormat",
10500 "nestingLevel",
10501 "netService:didNotPublish:",
10502 "netService:didNotResolve:",
10503 "netServiceDidStop:",
10504 "netServiceWillPublish:",
10505 "netServiceWillResolve:",
10506 "networkNode",
10507 "new",
10508 "new:firstIndirectType:",
10509 "newCloseButton",
10510 "newColor:",
10511 "newColorName:",
10512 "newConversation",
10513 "newCount:",
10514 "newDataAvailable",
10515 "newDictionaryFromDictionary:subsetMapping:zone:",
10516 "newDistantObjectWithCoder:",
10517 "newDocument:",
10518 "newFileButton",
10519 "newFlipped:",
10520 "newFolder:",
10521 "newGroup",
10522 "newGroup:",
10523 "newGroupFromSelection:",
10524 "newInstanceWithKeyCount:sourceDescription:destinationDescription:zone:",
10525 "newInvocationWithCoder:",
10526 "newInvocationWithMethodSignature:",
10527 "newLegalColorSwatchHeightFromHeight:",
10528 "newList:",
10529 "newListName:",
10530 "newMiniaturizeButton",
10531 "newNode",
10532 "newObject",
10533 "newRecord:ofType:",
10534 "newSeparatorItem",
10535 "newStandardItemWithItemIdentifier:",
10536 "newStream:target:stream:",
10537 "newToolbarButton",
10538 "newType:data:firstIndirectType:",
10539 "newViewForToolbar:inWindow:attachedToEdge:",
10540 "newWithCoder:zone:",
10541 "newWithDictionary:",
10542 "newWithInitializer:",
10543 "newWithInitializer:objects:zone:",
10544 "newWithInitializer:zone:",
10545 "newWithKey:object:",
10546 "newWithKeyArray:",
10547 "newWithKeyArray:zone:",
10548 "newWithPath:prepend:attributes:cross:",
10549 "newZoomButton",
10550 "nextArraySeperatedByToken:stoppingAt:inEncoding:",
10551 "nextBase64Data",
10552 "nextBase64Line:",
10553 "nextCard:",
10554 "nextData",
10555 "nextEscapedCharacter",
10556 "nextEventForWindow:",
10557 "nextEventMatchingMask:",
10558 "nextEventMatchingMask:untilDate:inMode:dequeue:",
10559 "nextFrame:",
10560 "nextKeySegment",
10561 "nextKeyView",
10562 "nextKeyViewInsideWebFrameViews",
10563 "nextKeyViewOutsideWebFrameViews",
10564 "nextObject",
10565 "nextPersonWithLength:",
10566 "nextPreviousCard:",
10567 "nextQuotedPrintableData",
10568 "nextResponder",
10569 "nextSibling",
10570 "nextSingleByteBase64Line:",
10571 "nextSingleByteStringInEncoding:quotedPrintable:stopTokens:trim:",
10572 "nextState",
10573 "nextStringInEncoding:quotedPrintable:stopTokens:trim:",
10574 "nextText",
10575 "nextToken",
10576 "nextTokenPeak:",
10577 "nextTokenPeakSingle:length:",
10578 "nextTokenPeakUnicode:length:",
10579 "nextUnicodeBase64Line:",
10580 "nextUnicodeStringStopTokens:quotedPrintable:trim:",
10581 "nextValidKeyView",
10582 "nextWordFromIndex:forward:",
10583 "nextWordInString:fromIndex:useBook:forward:",
10584 "nibInstantiate",
10585 "nibInstantiateWithOwner:",
10586 "nibInstantiateWithOwner:topLevelObjects:",
10587 "nibName",
10588 "nickNameFieldPresent",
10589 "noCurrentPicture",
10590 "noGCAllowedObjectCount",
10591 "noResponderFor:",
10592 "node",
10593 "nodeCount",
10594 "nodeListWithImpl:",
10595 "nodeName",
10596 "nodeType",
10597 "nodeValue",
10598 "nodeWithFBENode:",
10599 "nodeWithImpl:",
10600 "nodeWithName:position:rect:view:children:",
10601 "nodeWithName:value:source:children:",
10602 "nodeWithPath:",
10603 "nonAllowableCharacters",
10604 "nonBaseCharacterSet",
10605 "nonThreadedSave",
10606 "nonretainedObjectValue",
10607 "nonspacingMarkPriority:",
10608 "normalSpeakingRate",
10609 "normalize",
10610 "normalizedRect:",
10611 "notANumber",
10612 "notActiveWindowFrameColor",
10613 "notActiveWindowFrameHighlightColor",
10614 "notActiveWindowFrameShadowColor",
10615 "notActiveWindowTitlebarTextColor",
10616 "notImplemented:",
10617 "notShownAttributeForGlyphAtIndex:",
10618 "notations",
10619 "note",
10620 "noteDirectoriesListChanged",
10621 "noteDirectoriesSelectionChanged",
10622 "noteDirectoryResultsChanged",
10623 "noteDirectoryResultsSelectionChanged",
10624 "noteFileSystemChanged",
10625 "noteFileSystemChanged:",
10626 "noteFirstLineParagraphStyle",
10627 "noteFontCollectionsChanged",
10628 "noteFontFavoritesChanged",
10629 "noteGroupsListChanged",
10630 "noteGroupsSelectionChanged",
10631 "noteMembersListChanged",
10632 "noteMembersSelectionChanged:",
10633 "noteNewRecentDocument:",
10634 "noteNewRecentDocumentURL:",
10635 "noteNumberOfItemsChanged",
10636 "noteNumberOfRowsChanged",
10637 "noteRollOverPath:",
10638 "noteSecondLineParagraphStyle",
10639 "noteUserDefaultsChanged",
10640 "notificationCenter",
10641 "notificationCenterForType:",
10642 "notificationWithName:object:",
10643 "notificationWithName:object:userInfo:",
10644 "notifyData",
10645 "notifyDataIsReady",
10646 "notifyObjectWhenFinishedExecuting:",
10647 "notifyOnSelectionChanged",
10648 "nsipArrayByApplyingSelector:",
10649 "nsipArrayByApplyingSelector:withObject:",
10650 "nsipContainsObjectIdenticalTo:",
10651 "nsipDrawNicelyScaledInRect:inView:operation:fraction:",
10652 "nsipDrawNicelyScaledInRect:operation:fraction:",
10653 "nsipFrame:constrainedToScreen:",
10654 "nsipImageWithMaxSize:",
10655 "nsipImageWithMaxSize:withLeftPad:",
10656 "nsipJPEGDataWithMaxSize:compression:",
10657 "nsipLargestRepSize",
10658 "nsipMakeDirectoriesInPath:mode:",
10659 "nsipMenuWindowBackgroundColor",
10660 "nsipSetFrame:constrainedToScreen:",
10661 "nsipSetFrame:constrainedToScreen:display:animate:",
10662 "nts_AddPropertiesAndTypes:toTable:needsReadWriteMode:registerDataTypes:",
10663 "nts_AddRecord:",
10664 "nts_AddTable:withPropertiesAndTypes:needsReadWriteMode:",
10665 "nts_AddTable:withPropertiesAndTypes:needsReadWriteMode:registerDataTypes:",
10666 "nts_AddToCache",
10667 "nts_AddToModifiedRecordsList:",
10668 "nts_AlternateName",
10669 "nts_BeginLoadingImageDataForClient:",
10670 "nts_BeginLoadingImageForPerson:forClient:orCallback:withRefcon:",
10671 "nts_CacheDataFileSchema",
10672 "nts_CacheNewRecord:",
10673 "nts_CacheRecord:",
10674 "nts_CachedRecordWithUID:",
10675 "nts_CascadeRemove",
10676 "nts_ChangedProperties",
10677 "nts_Cleanup",
10678 "nts_ClearCaches",
10679 "nts_ClearInstanceCaches",
10680 "nts_ClearTemporaryCache",
10681 "nts_ConvertPumaAddressBook",
10682 "nts_DeletedUID",
10683 "nts_DistributionIdentifierForProperty:",
10684 "nts_DoesPropertyExist:inTable:",
10685 "nts_FindMemberUID:inArray:",
10686 "nts_GroupContents",
10687 "nts_GroupUID",
10688 "nts_Groups",
10689 "nts_HasChangedProperties",
10690 "nts_ImageData",
10691 "nts_ImportMacBuddyMeCard",
10692 "nts_ImportTipCards",
10693 "nts_IndexOfMemberWithUID:",
10694 "nts_Info",
10695 "nts_InitDefaultContactManager",
10696 "nts_InitWithDeletedUID:",
10697 "nts_InitWithGroupUID:memberUID:",
10698 "nts_InsertInArray:",
10699 "nts_Logs",
10700 "nts_MailRecents",
10701 "nts_MatchesRecord:",
10702 "nts_Me",
10703 "nts_MemberUID",
10704 "nts_Members",
10705 "nts_OpenContactManagerWithMode:cacheSchema:",
10706 "nts_ParentGroups",
10707 "nts_PathForLocalImage",
10708 "nts_PathForUIDTaggedImage",
10709 "nts_People",
10710 "nts_PropertiesForTable:",
10711 "nts_Reconnect",
10712 "nts_RecordForUniqueId:",
10713 "nts_RecursiveContainsGroup:",
10714 "nts_RegisterQualifiedTable:forTable:hashView:",
10715 "nts_RemoveFromCache",
10716 "nts_RemoveProperties:fromTable:",
10717 "nts_RemoveRecord:",
10718 "nts_Save",
10719 "nts_SchemaForTable:",
10720 "nts_SetDistributionIdentifier:forProperty:",
10721 "nts_SetDistributionIdentifier:forProperty:person:",
10722 "nts_SetHasUnsavedChanges:",
10723 "nts_SetImageData:",
10724 "nts_SetMe:",
10725 "nts_SetValue:forProperty:",
10726 "nts_SetValueInChangedProperties:forProperty:",
10727 "nts_SetValueInTemporaryCache:forProperty:",
10728 "nts_SetupWithSharedAddressBook:",
10729 "nts_SharedAddressBook",
10730 "nts_Subgroups",
10731 "nts_SyncCount",
10732 "nts_SynchronizeCaches",
10733 "nts_SynchronizeData",
10734 "nts_Touch",
10735 "nts_TypeOfProperty:forTable:",
10736 "nts_UncacheRecord:",
10737 "nts_ValueForProperty:",
10738 "nts_ValueInTemporaryCacheForProperty:",
10739 "nts_WriteAtRow:",
10740 "nts__fullName",
10741 "nts__fullPhoneticName",
10742 "nts__isLastNameFirst",
10743 "nts_recordDidSave",
10744 "null",
10745 "nullDescriptor",
10746 "numPendingOrLoadingRequests",
10747 "numRowsToToggleVisible",
10748 "numberOfArguments",
10749 "numberOfColumns",
10750 "numberOfContentItems",
10751 "numberOfGlyphs",
10752 "numberOfGroups",
10753 "numberOfImageItems",
10754 "numberOfImages",
10755 "numberOfItems",
10756 "numberOfItemsInComboBox:",
10757 "numberOfItemsInComboBoxCell:",
10758 "numberOfItemsPerRow",
10759 "numberOfPages",
10760 "numberOfPaletteEntries",
10761 "numberOfPlanes",
10762 "numberOfRows",
10763 "numberOfRowsInTableView:",
10764 "numberOfSamplesPerPaletteEntry",
10765 "numberOfSelectedColumns",
10766 "numberOfSelectedRows",
10767 "numberOfSubrowsInTableView:forRow:",
10768 "numberOfTabViewItems",
10769 "numberOfThreadsAlive",
10770 "numberOfTickMarks",
10771 "numberOfVirtualScreens",
10772 "numberOfVisibleCols",
10773 "numberOfVisibleColumns",
10774 "numberOfVisibleItems",
10775 "numberOfVisibleRows",
10776 "numberWithBool:",
10777 "numberWithChar:",
10778 "numberWithDouble:",
10779 "numberWithFloat:",
10780 "numberWithInt:",
10781 "numberWithLong:",
10782 "numberWithLongLong:",
10783 "numberWithShort:",
10784 "numberWithUnsignedChar:",
10785 "numberWithUnsignedInt:",
10786 "numberWithUnsignedLong:",
10787 "numberWithUnsignedLongLong:",
10788 "numberWithUnsignedShort:",
10789 "objCType",
10790 "object",
10791 "objectAt:",
10792 "objectAtIndex:",
10793 "objectAtIndex:effectiveRange:",
10794 "objectAtIndex:effectiveRange:runIndex:",
10795 "objectAtRunIndex:length:",
10796 "objectBeingTested",
10797 "objectByTranslatingDescriptor:toType:inSuite:",
10798 "objectClass",
10799 "objectCount",
10800 "objectDidBeginEditing:",
10801 "objectDidEndEditing:",
10802 "objectDidTriggerAction:",
10803 "objectEnumerator",
10804 "objectExists:",
10805 "objectForIndex:dictionary:",
10806 "objectForInfoDictionaryKey:",
10807 "objectForKey:",
10808 "objectForKey:inDomain:",
10809 "objectForServicePath:",
10810 "objectForServicePath:app:doLaunch:limitDate:",
10811 "objectGraphDescription",
10812 "objectHasHiddenExtension:",
10813 "objectHasSubFolders:",
10814 "objectIsAlias:",
10815 "objectIsApplication:",
10816 "objectIsContainer:",
10817 "objectIsForcedForKey:",
10818 "objectIsForcedForKey:inDomain:",
10819 "objectIsKnown:",
10820 "objectIsLeaf:",
10821 "objectIsRegisterediDisk:",
10822 "objectIsVisible:",
10823 "objectIsiDisk:",
10824 "objectLoadedFromCacheWithURL:response:size:",
10825 "objectMechanismsRequired",
10826 "objectMechanismsRequiredForObject:",
10827 "objectNames",
10828 "objectSpecifier",
10829 "objectValue",
10830 "objectValueForDisplayValue:",
10831 "objectValueOfSelectedItem",
10832 "objectValues",
10833 "objectZone",
10834 "objectsAtIndexes:",
10835 "objectsByEvaluatingSpecifier",
10836 "objectsByEvaluatingWithContainers:",
10837 "objectsFileType:",
10838 "objectsForKeys:notFoundMarker:",
10839 "observationInfo",
10840 "observeValueForKeyPath:ofObject:change:context:",
10841 "observer",
10842 "offStateImage",
10843 "offset",
10844 "offsetInFile",
10845 "ok:",
10846 "okForOpenMode",
10847 "okForSaveMode",
10848 "oldSystemColorWithCoder:",
10849 "onStateImage",
10850 "one",
10851 "onlineStatusButton",
10852 "opWithCode:key:object:",
10853 "opaqueAncestor",
10854 "opcode",
10855 "open",
10856 "open:",
10857 "openAppleMenuItem:",
10858 "openCustomLabelEditorForProperty:withPopup:",
10859 "openDocument:",
10860 "openDocumentWithContentsOfFile:display:",
10861 "openDocumentWithContentsOfURL:display:",
10862 "openDrawers",
10863 "openFile:",
10864 "openFile:fromImage:at:inView:",
10865 "openFile:ok:",
10866 "openFile:operation:",
10867 "openFile:withApplication:",
10868 "openFile:withApplication:andDeactivate:",
10869 "openFirstDrawer:",
10870 "openFrameInNewWindow:",
10871 "openGLContext",
10872 "openHandCursor",
10873 "openHelpAnchor:inBook:",
10874 "openHost:user:password:",
10875 "openImageInNewWindow:",
10876 "openInSeparateWindow:",
10877 "openInSeparateWindow:model:mainWindow:",
10878 "openInclude:",
10879 "openLinkInNewWindow:",
10880 "openList:",
10881 "openListFromFile:",
10882 "openLocalHost",
10883 "openNewWindowWithURL:element:",
10884 "openNotesChanged:",
10885 "openOnEdge:",
10886 "openPanel",
10887 "openResourceFile",
10888 "openTempFile:",
10889 "openTempFile:ok:",
10890 "openURL:",
10891 "openURL:reload:contentType:refresh:lastModified:pageCache:",
10892 "openURLs:withAppBundleIdentifier:options:additionalEventParamDescriptor:launchIdentifiers:",
10893 "openUntitledDocumentOfType:display:",
10894 "openUserDictionary:",
10895 "openWithApplication",
10896 "operatingSystem",
10897 "operatingSystemName",
10898 "operatingSystemVersionString",
10899 "optionClick:",
10900 "optionSetting:",
10901 "optionalSharedHistory",
10902 "options",
10903 "optionsAttributes",
10904 "optionsFromPanel",
10905 "orangeColor",
10906 "order",
10907 "orderBack",
10908 "orderBack:",
10909 "orderFront",
10910 "orderFront:",
10911 "orderFrontCharacterPalette:",
10912 "orderFrontColorOptionsPanelInWindow:",
10913 "orderFrontColorPanel:",
10914 "orderFrontFindPanel:",
10915 "orderFrontFontOptionsPanel:",
10916 "orderFrontFontPanel:",
10917 "orderFrontRegardless",
10918 "orderFrontStandardAboutPanel:",
10919 "orderFrontStandardAboutPanelWithOptions:",
10920 "orderFrontStylesPanel:",
10921 "orderFrontStylesPanelInWindow:textView:",
10922 "orderOut",
10923 "orderOut:",
10924 "orderOutPopUpWindow:",
10925 "orderOutToolTip",
10926 "orderOutToolTipImmediately:",
10927 "orderString:range:string:range:flags:",
10928 "orderString:string:",
10929 "orderString:string:flags:",
10930 "orderSurface:relativeTo:",
10931 "orderWindow:relativeTo:",
10932 "orderedDocuments",
10933 "orderedIndex",
10934 "orderedItemsLastVisitedOnDay:",
10935 "orderedLastVisitedDays",
10936 "orderedWindows",
10937 "orientation",
10938 "origin",
10939 "originLoadLimit",
10940 "originLoadTimeout",
10941 "originOffset",
10942 "originalImage",
10943 "originalImagePath",
10944 "originalNode",
10945 "originalURLString",
10946 "otherEventWithType:location:modifierFlags:timestamp:windowNumber:context:subtype:data1:data2:",
10947 "otherMouseDown:",
10948 "otherMouseDragged:",
10949 "otherMouseUp:",
10950 "outline",
10951 "outline:",
10952 "outlineTableColumn",
10953 "outlineView:child:ofItem:",
10954 "outlineView:didClickOnDisabledCell:forTableColumn:byItem:",
10955 "outlineView:isItemExpandable:",
10956 "outlineView:numberOfChildrenOfItem:",
10957 "outlineView:objectValueForTableColumn:byItem:",
10958 "outlineView:shouldEditTableColumn:item:",
10959 "outlineView:shouldHighlightWithoutSelectingCell:forTableColumn:byItem:",
10960 "outlineView:shouldSelectItem:",
10961 "outlineView:sortDescriptorsDidChange:",
10962 "outlineView:willDisplayCell:forTableColumn:item:",
10963 "outlineViewColumnDidMove:",
10964 "outlineViewItemDidCollapse:",
10965 "outlineViewItemDidExpand:",
10966 "outlineViewSelectionDidChange:",
10967 "outlookWebAccessServer",
10968 "outputFormat",
10969 "outputStreamToBuffer:capacity:",
10970 "outputStreamToFileAtPath:append:",
10971 "outputStreamToMemory",
10972 "owner",
10973 "ownerCard",
10974 "ownerDocument",
10975 "ownerElement",
10976 "ownsDestinationObjectsForRelationshipKey:",
10977 "pListForPath:createFile:",
10978 "page",
10979 "pageCache",
10980 "pageCacheSize",
10981 "pageCount",
10982 "pageDown:",
10983 "pageDownAndModifySelection:",
10984 "pageLayout",
10985 "pageOrder",
10986 "pageScroll",
10987 "pageSizeForPaper:",
10988 "pageTitle",
10989 "pageUp:",
10990 "pageUpAndModifySelection:",
10991 "pair",
10992 "pairWithKey:value:",
10993 "palette",
10994 "paletteFontOfSize:",
10995 "paletteImageRep",
10996 "paletteLabel",
10997 "pane",
10998 "panel",
10999 "panelConvertFont:",
11000 "paperName",
11001 "paperSize",
11002 "paragraphAttributesAtIndex:effectiveRange:inRange:",
11003 "paragraphGlyphRange",
11004 "paragraphRangeForRange:",
11005 "paragraphSeparatorGlyphRange",
11006 "paragraphSpacing",
11007 "paragraphSpacingAfterGlyphAtIndex:withProposedLineFragmentRect:",
11008 "paragraphSpacingBefore",
11009 "paragraphSpacingBeforeGlyphAtIndex:withProposedLineFragmentRect:",
11010 "paragraphs",
11011 "paramDescriptorForKeyword:",
11012 "parameterString",
11013 "parent",
11014 "parentContext",
11015 "parentCrayonRow",
11016 "parentCrayonView",
11017 "parentForItem:",
11018 "parentFrame",
11019 "parentGroups",
11020 "parentItemRepresentedObjectForMenu:",
11021 "parentNode",
11022 "parentWindow",
11023 "parse",
11024 "parse:",
11025 "parseABDATE",
11026 "parseABExtensionType:",
11027 "parseABOrder",
11028 "parseABPhoto",
11029 "parseABReleatedNames",
11030 "parseABShowAs",
11031 "parseADD",
11032 "parseADR",
11033 "parseBDAY",
11034 "parseData",
11035 "parseData:",
11036 "parseDictionaryOfKey:value:",
11037 "parseEMAIL",
11038 "parseError:",
11039 "parseItem",
11040 "parseKey:",
11041 "parseMachMessage:localPort:remotePort:msgid:components:",
11042 "parseMetaRuleBody",
11043 "parseMetaSyntaxLeafResultShouldBeSkipped:",
11044 "parseMetaSyntaxSequence",
11045 "parseN",
11046 "parseNICKNAME",
11047 "parseNumber",
11048 "parseORG",
11049 "parsePhoto:",
11050 "parseQuotedString",
11051 "parseSeparator",
11052 "parseSeparatorEqualTo:",
11053 "parseSingleValue",
11054 "parseStream",
11055 "parseString",
11056 "parseSuite:separator:allowOmitLastSeparator:",
11057 "parseSuiteOfPairsKey:separator:value:separator:allowOmitLastSeparator:",
11058 "parseTEL",
11059 "parseTokenEqualTo:mask:",
11060 "parseTokenWithMask:",
11061 "parseURL",
11062 "parseUnquotedString",
11063 "parseVERSION",
11064 "parsedGrammarForString:",
11065 "parser:didEndElement:namespaceURI:qualifiedName:",
11066 "parser:didStartElement:namespaceURI:qualifiedName:attributes:",
11067 "parser:foundCharacters:",
11068 "parserError",
11069 "parserForData:",
11070 "part",
11071 "partCode",
11072 "partHit:",
11073 "partWithCode:parent:",
11074 "partialControllerKey",
11075 "partialObjectKey",
11076 "passesFilterAtIndex:",
11077 "password",
11078 "passwordMode",
11079 "paste:",
11080 "pasteAsPlainText:",
11081 "pasteAsRichText:",
11082 "pasteFont:",
11083 "pasteItemUpdate:",
11084 "pasteRuler:",
11085 "pasteboard:provideDataForType:",
11086 "pasteboard:provideDataForType:itemIdentifier:",
11087 "pasteboardByFilteringData:ofType:",
11088 "pasteboardByFilteringFile:",
11089 "pasteboardByFilteringTypesInPasteboard:",
11090 "pasteboardDataRepresentation",
11091 "pasteboardWithName:",
11092 "pasteboardWithUniqueName",
11093 "path",
11094 "pathByResolvingSymlinksAndAliasesInPath:",
11095 "pathComponents",
11096 "pathContentOfSymbolicLinkAtPath:",
11097 "pathExtension",
11098 "pathForAuxiliaryExecutable:",
11099 "pathForDisplay",
11100 "pathForImageResource:",
11101 "pathForResource:ofType:",
11102 "pathForResource:ofType:inDirectory:",
11103 "pathForResource:ofType:inDirectory:forLanguage:",
11104 "pathForResource:ofType:inDirectory:forLocalization:",
11105 "pathForSoundResource:",
11106 "pathNameForImage",
11107 "pathNamesForRecords:",
11108 "pathSeparator",
11109 "pathStoreWithCharacters:length:",
11110 "pathToColumn:",
11111 "pathToObjectWithName:",
11112 "pathToiDisk",
11113 "pathWithComponents:",
11114 "pathsForResourcesOfType:inDirectory:",
11115 "pathsForResourcesOfType:inDirectory:forLanguage:",
11116 "pathsForResourcesOfType:inDirectory:forLocalization:",
11117 "pathsMatchingExtensions:",
11118 "patternImage",
11119 "patternPhase",
11120 "pause",
11121 "pausedActions",
11122 "peek",
11123 "peekAt:",
11124 "peekTokenType",
11125 "peekTokenWithMask:",
11126 "people",
11127 "peopleFromVCardData:",
11128 "peopleOrCompaniesSelection",
11129 "peoplePane",
11130 "peoplePickerView",
11131 "perform:",
11132 "perform:with:",
11133 "perform:with:with:",
11134 "perform:withEachObjectInArray:",
11135 "perform:withObject:",
11136 "perform:withObject:withObject:",
11137 "performActionFlashForItemAtIndex:",
11138 "performActionForItemAtIndex:",
11139 "performActionWithHighlightingForItemAtIndex:",
11140 "performActivity:modes:",
11141 "performClick:",
11142 "performClickWithFrame:inView:",
11143 "performClose:",
11144 "performDefaultImplementation",
11145 "performDragOperation:",
11146 "performFileOperation:source:destination:files:tag:",
11147 "performFindPanelAction:",
11148 "performFindPanelAction:forClient:",
11149 "performHTTPHeaderRead:andCall:",
11150 "performKeyEquivalent:",
11151 "performMenuAction:withTarget:",
11152 "performMiniaturize:",
11153 "performMnemonic:",
11154 "performRemoveObjectForKey:",
11155 "performSelector:",
11156 "performSelector:object:afterDelay:",
11157 "performSelector:target:argument:order:modes:",
11158 "performSelector:withObject:",
11159 "performSelector:withObject:afterDelay:",
11160 "performSelector:withObject:afterDelay:inModes:",
11161 "performSelector:withObject:withObject:",
11162 "performSelector:withObject:withObject:withObject:",
11163 "performSelectorOnMainThread:withObject:waitUntilDone:",
11164 "performSelectorOnMainThread:withObject:waitUntilDone:modes:",
11165 "performSetObject:forKey:",
11166 "performStreamRead",
11167 "performStreamRead:",
11168 "performWithName:",
11169 "performZoom:",
11170 "performv::",
11171 "persistence",
11172 "persistentDomainForName:",
11173 "persistentDomainNames",
11174 "personChanged:",
11175 "personFromDictionary:",
11176 "personImageView",
11177 "personSelected:",
11178 "personValue",
11179 "phoneFormatsDictionary",
11180 "phoneLabel",
11181 "phoneticFieldsPresent",
11182 "photoCacheDirectoryPath",
11183 "physicalSize",
11184 "pickedAllPages:",
11185 "pickedButton:",
11186 "pickedLayoutList:",
11187 "pickedOrientation:",
11188 "pickedPaperSize:",
11189 "pickedUnits:",
11190 "pickerView",
11191 "pictFrame",
11192 "pictureDirPath",
11193 "pipe",
11194 "pixelFormat",
11195 "pixelsHigh",
11196 "pixelsWide",
11197 "placeButtons:firstWidth:secondWidth:thirdWidth:",
11198 "placeholderAttributedString",
11199 "placeholderForMarker:",
11200 "placeholderForMarker:withBinding:",
11201 "placeholderString",
11202 "play",
11203 "playsEveryFrame",
11204 "playsSelectionOnly",
11205 "plugin",
11206 "pluginClassForObject:andBinderClass:requiredPluginProtocol:",
11207 "pluginDescription",
11208 "pluginEnabled:",
11209 "pluginForExtension:",
11210 "pluginForKey:withEnumeratorSelector:",
11211 "pluginForMIMEType:",
11212 "pluginPointer",
11213 "pluginViewWithPackage:attributes:baseURL:",
11214 "pluginWithPath:",
11215 "plugins",
11216 "pluginsEnabled",
11217 "pluginsInfo",
11218 "pmPageFormat",
11219 "pmPrintSettings",
11220 "pointSize",
11221 "pointValue",
11222 "pointerID",
11223 "pointerSerialNumber",
11224 "pointerToElement:directlyAccessibleElements:",
11225 "pointerType",
11226 "pointerValue",
11227 "pointingHandCursor",
11228 "policyDelegate",
11229 "poolCountHighWaterMark",
11230 "poolCountHighWaterResolution",
11231 "pop",
11232 "popAndInvoke",
11233 "popBundleForImageSearch",
11234 "popTopView",
11235 "popUndoObject",
11236 "popUp:",
11237 "popUpContextMenu:withEvent:forView:",
11238 "popUpContextMenu:withEvent:forView:withFont:",
11239 "popUpMenu:atLocation:width:forView:withSelectedItem:withFont:",
11240 "popUpStatusItemMenu:",
11241 "popUpWithEvent:inView:",
11242 "populateCacheFromStream:data:",
11243 "populateObject:withContent:valueKey:insertsNullPlaceholder:",
11244 "populatePicker:",
11245 "popupForProperty:",
11246 "popupStatusBarMenu:inRect:ofView:withEvent:",
11247 "port",
11248 "portCoderWithComponents:",
11249 "portCoderWithReceivePort:sendPort:components:",
11250 "portForName:",
11251 "portForName:host:",
11252 "portForName:host:nameServerPortNumber:",
11253 "portForName:onHost:",
11254 "portList",
11255 "portWithMachPort:",
11256 "portalDied:",
11257 "portsForMode:",
11258 "poseAs:",
11259 "poseAsClass:",
11260 "positionButton",
11261 "positionOfGlyph:forCharacter:struckOverRect:",
11262 "positionOfGlyph:forLongCharacter:struckOverRect:",
11263 "positionOfGlyph:precededByGlyph:isNominal:",
11264 "positionOfGlyph:struckOverGlyph:metricsExist:",
11265 "positionOfGlyph:struckOverRect:metricsExist:",
11266 "positionOfGlyph:withRelation:toBaseGlyph:totalAdvancement:metricsExist:",
11267 "positionRelativeToAttachedView",
11268 "positionString",
11269 "positionsForCompositeSequence:numberOfGlyphs:pointArray:",
11270 "positiveFormat",
11271 "positivePassDirection",
11272 "postEvent:atStart:",
11273 "postNotification:",
11274 "postNotificationName:object:",
11275 "postNotificationName:object:userInfo:",
11276 "postNotificationName:object:userInfo:deliverImmediately:",
11277 "postQueryHasBeenCanceledNotification",
11278 "postQueryHasFinishedNotification",
11279 "postResultsAreInNotificationNotification:",
11280 "postURL:target:len:buf:file:",
11281 "postURLNotify:target:len:buf:file:notifyData:",
11282 "postWithURL:referrer:target:data:contentType:triggeringEvent:form:formValues:",
11283 "postsBoundsChangedNotifications",
11284 "postsFrameChangedNotifications",
11285 "powerOffIn:andSave:",
11286 "precomposedStringWithCanonicalMapping",
11287 "precomposedStringWithCompatibilityMapping",
11288 "predefinedAttributesForIndex:",
11289 "preferences",
11290 "preferencesContentSize",
11291 "preferencesHaveChanged:",
11292 "preferencesIdentifier",
11293 "preferencesNibName",
11294 "preferredEdge",
11295 "preferredExtensionForMIMEType:",
11296 "preferredFilename",
11297 "preferredFontNames",
11298 "preferredLocalizationName",
11299 "preferredLocalizations",
11300 "preferredLocalizationsFromArray:",
11301 "preferredLocalizationsFromArray:forPreferences:",
11302 "preferredPasteboardTypeFromArray:restrictedToTypesFromArray:",
11303 "preferredPlaceholderForMarker:",
11304 "prefersAllColumnUserResizing",
11305 "prefersColorMatch",
11306 "prefersTrackingUntilMouseUp",
11307 "prefix",
11308 "prepare",
11309 "prepareCallbacks",
11310 "prepareContent",
11311 "prepareForDifferentCard",
11312 "prepareForDifferentCard:",
11313 "prepareForDragOperation:",
11314 "prepareGState",
11315 "preparePageLayout:",
11316 "prepareSavePanel:",
11317 "prepareWithInvocationTarget:",
11318 "prependTransform:",
11319 "preprefersTrackingUntilMouseUp",
11320 "preservesSelection",
11321 "pressedCancel:",
11322 "pressedImage",
11323 "pressedImageForControlTint:",
11324 "pressedOK:",
11325 "pressure",
11326 "preventWindowOrdering",
11327 "previousCard:",
11328 "previousEvent",
11329 "previousFailureCount",
11330 "previousItem",
11331 "previousKeySegment",
11332 "previousKeyView",
11333 "previousKeyViewInsideWebFrameViews",
11334 "previousKeyViewOutsideWebFrameViews",
11335 "previousPoint",
11336 "previousSibling",
11337 "previousText",
11338 "previousValidKeyView",
11339 "primaryIdentifier",
11340 "principalClass",
11341 "print:",
11342 "printDocument:",
11343 "printForDebugger:",
11344 "printFormat:",
11345 "printFormat:arguments:",
11346 "printInfo",
11347 "printInfoIsBeingDeallocated",
11348 "printJobTitle",
11349 "printOperationWithView:",
11350 "printOperationWithView:printInfo:",
11351 "printPanel",
11352 "printShowingPrintPanel:",
11353 "printer",
11354 "printerFont",
11355 "printerNames",
11356 "printerTypes",
11357 "printerWithName:",
11358 "printerWithName:domain:includeUnavailable:",
11359 "printerWithType:",
11360 "printingAdjustmentInLayoutManager:forNominallySpacedGlyphRange:packedGlyphs:count:",
11361 "priorityForFlavor:",
11362 "privateFrameworksPath",
11363 "privateVCardEnabled",
11364 "proceedWithImport:",
11365 "processEditing",
11366 "processIdentifier",
11367 "processInfo",
11368 "processInputKeyBindings:",
11369 "processKeyword:option:keyTran:arg:argTran:",
11370 "processKeyword:option:keyTran:arg:argTran:quotedArg:",
11371 "processName",
11372 "processString:",
11373 "processType:file:isDir:",
11374 "processingInstructionImpl",
11375 "processingInstructionWithImpl:",
11376 "progressIndicator",
11377 "progressIndicatorColor",
11378 "progressPanel",
11379 "prompt",
11380 "propagateFrameDirtyRects:",
11381 "properties",
11382 "property",
11383 "propertyForKey:",
11384 "propertyForKey:inRequest:",
11385 "propertyForKeyIfAvailable:",
11386 "propertyLineForGenericABProperty:vCardProperty:is21:groupCount:",
11387 "propertyList",
11388 "propertyList:isValidForFormat:",
11389 "propertyListForType:",
11390 "propertyListFromData:mutabilityOption:format:errorDescription:",
11391 "propertyListFromStringsFileFormat",
11392 "propertyTableAtIndex:",
11393 "propertyTableCount",
11394 "propertyType",
11395 "proposedCredential",
11396 "protectionSpace",
11397 "protocol",
11398 "protocolCheckerWithTarget:protocol:",
11399 "protocolFamily",
11400 "protocolSpecificInformation",
11401 "prototype",
11402 "provideNewButtonImage",
11403 "provideNewSubview:",
11404 "provideNewView:",
11405 "providerRespondingToSelector:",
11406 "provisionalDataSource",
11407 "provisionalItem",
11408 "proxyFor:fauxParent:",
11409 "proxyForObject:",
11410 "proxyForRulebookServer",
11411 "proxyPropertiesForURL:",
11412 "proxyType",
11413 "proxyWithLocal:",
11414 "proxyWithLocal:connection:",
11415 "proxyWithTarget:connection:",
11416 "publicID",
11417 "publicId",
11418 "publish",
11419 "pullsDown",
11420 "pumaLDAPServers",
11421 "pumpCRCTwice",
11422 "punctuationCharacterSet",
11423 "purgeExtras",
11424 "purpleColor",
11425 "push",
11426 "push:",
11427 "pushBundleForImageSearch:",
11428 "put:",
11429 "put:URL:",
11430 "putByte:",
11431 "putCell:atRow:column:",
11432 "putLELong:",
11433 "putLEWord:",
11434 "qdCreatePortForWindow:",
11435 "qdPort",
11436 "query",
11437 "queryAttributes",
11438 "queryLDAPServer",
11439 "queryOperator",
11440 "queryType",
11441 "quotedStringRepresentation",
11442 "raise",
11443 "raise:format:",
11444 "raise:format:arguments:",
11445 "raiseBaseline:",
11446 "raiseWithStatus:",
11447 "raisesForNotApplicableKeys",
11448 "raisesForNotApplicableKeysWithBinding:",
11449 "range",
11450 "rangeAtIndex:",
11451 "rangeContainerClassDescription",
11452 "rangeContainerObject",
11453 "rangeCount",
11454 "rangeForUserCharacterAttributeChange",
11455 "rangeForUserCompletion",
11456 "rangeForUserParagraphAttributeChange",
11457 "rangeForUserTextChange",
11458 "rangeOfCharacterFromSet:",
11459 "rangeOfCharacterFromSet:options:",
11460 "rangeOfCharacterFromSet:options:range:",
11461 "rangeOfComposedCharacterSequenceAtIndex:",
11462 "rangeOfGraphicalSegmentAtIndex:",
11463 "rangeOfNominallySpacedGlyphsContainingIndex:",
11464 "rangeOfString:",
11465 "rangeOfString:options:",
11466 "rangeOfString:options:range:",
11467 "rangeValue",
11468 "rasterize:",
11469 "rate",
11470 "reSetAcceptsMouseMovedEvents",
11471 "read:",
11472 "read:maxLength:",
11473 "readAlignedDataSize",
11474 "readColors",
11475 "readData:length:",
11476 "readDataOfLength:",
11477 "readDataOfLength:buffer:",
11478 "readDataToEndOfFile",
11479 "readDocumentFromPbtype:filename:",
11480 "readFileContentsType:toFile:",
11481 "readFileWrapper",
11482 "readFromData:options:documentAttributes:",
11483 "readFromFile:",
11484 "readFromFile:ofType:",
11485 "readFromStream:",
11486 "readFromURL:ofType:",
11487 "readFromURL:options:documentAttributes:",
11488 "readInBackgroundAndNotify",
11489 "readInBackgroundAndNotifyForModes:",
11490 "readInt",
11491 "readLock",
11492 "readPrintInfo",
11493 "readRTFDFromFile:",
11494 "readRichText:forView:",
11495 "readSelectionFromPasteboard:",
11496 "readSelectionFromPasteboard:type:",
11497 "readToEndOfFileInBackgroundAndNotify",
11498 "readToEndOfFileInBackgroundAndNotifyForModes:",
11499 "readUnlock",
11500 "readablePasteboardTypes",
11501 "readableTypes",
11502 "realAddDirNamed:",
11503 "realElement",
11504 "reallyDealloc",
11505 "realm",
11506 "reapplyStyles",
11507 "reapplyStylesForDeviceType:",
11508 "rearrangeObjects:",
11509 "reason",
11510 "recache",
11511 "recacheAllColors",
11512 "recacheColor",
11513 "receivePort",
11514 "receivedData:",
11515 "receivedData:withDataSource:",
11516 "receivedError:",
11517 "receivedError:withDataSource:",
11518 "receivedResponse:",
11519 "receiversSpecifier",
11520 "receivesCredentialSecurely",
11521 "recentDocumentURLs",
11522 "recentPictures",
11523 "recentPicturesPopUp",
11524 "recentSearches",
11525 "recentSmallIcons",
11526 "recentsAutosaveName",
11527 "recognizableAttributes",
11528 "recomputeToolTipsForView:remove:add:",
11529 "reconcileToCarbonWindowBounds",
11530 "reconstructedDocumentSource",
11531 "recordAtIndex:",
11532 "recordClassFromUniqueID:",
11533 "recordClassFromUniqueId:",
11534 "recordDescriptor",
11535 "recordForUniqueId:",
11536 "recordTypesToSearchFor",
11537 "records",
11538 "recordsForUIDs:",
11539 "recordsMatchingSearchElement:",
11540 "recordsUserChanges",
11541 "rect",
11542 "rectArrayForCharacterRange:withinSelectedCharacterRange:inTextContainer:rectCount:",
11543 "rectArrayForCharacterRange:withinSelectedCharacterRange:inTextContainer:rectCount:forCursorPosition:",
11544 "rectArrayForGlyphRange:withinSelectedGlyphRange:inTextContainer:rectCount:",
11545 "rectForIndex:",
11546 "rectForKey:inTable:",
11547 "rectForPage:",
11548 "rectForPart:",
11549 "rectIncludingShadow",
11550 "rectOfColumn:",
11551 "rectOfItemAtIndex:",
11552 "rectOfRow:",
11553 "rectOfSwatchInteriorAtIndex:",
11554 "rectOfTickMarkAtIndex:",
11555 "rectValue",
11556 "rectWithoutShadow",
11557 "recursiveContainsGroup:",
11558 "redColor",
11559 "redComponent",
11560 "redeliverStream",
11561 "redisplayPopup",
11562 "redo",
11563 "redo:",
11564 "redoActionName",
11565 "redoIt",
11566 "redoMenuItemTitle",
11567 "redoMenuTitleForUndoActionName:",
11568 "reenableDisplayPosting",
11569 "reenableFlush",
11570 "reenableHeartBeating:",
11571 "ref",
11572 "referenceBinder",
11573 "referencedObjectCount",
11574 "referrer",
11575 "reflectScrolledClipView:",
11576 "reformatValueAtLocation:",
11577 "reformatValueAtLocationInNumber:",
11578 "refreashUI",
11579 "refresh",
11580 "refreshDisplayedCard",
11581 "refreshRow:",
11582 "refreshesAllKeys",
11583 "refreshesAllObjects",
11584 "refusesFirstResponder",
11585 "refusesToBeShown",
11586 "registerAddress:",
11587 "registerClass:",
11588 "registerClassDescription:",
11589 "registerClassDescription:forClass:",
11590 "registerCoercer:selector:toConvertFromClass:toClass:",
11591 "registerCommandDescription:",
11592 "registerDefaults:",
11593 "registerDragTypes:forWindow:",
11594 "registerForCommandDescription:",
11595 "registerForDraggedTypes:",
11596 "registerForDrags",
11597 "registerForFilenameDragTypes",
11598 "registerForServices",
11599 "registerImageRepClass:",
11600 "registerLanguage:byVendor:",
11601 "registerModel:",
11602 "registerName:",
11603 "registerName:withNameServer:",
11604 "registerObject:withServicePath:",
11605 "registerPluginClass:forObjectClass:andBinderClass:",
11606 "registerPort:forName:",
11607 "registerPort:name:",
11608 "registerPort:name:nameServerPortNumber:",
11609 "registerServiceProvider:withName:",
11610 "registerServicesMenuSendTypes:returnTypes:",
11611 "registerTranslator:selector:toTranslateFromClass:",
11612 "registerTranslator:selector:toTranslateFromDescriptorType:",
11613 "registerURLHandleClass:",
11614 "registerUndoOperation",
11615 "registerUndoWithTarget:selector:arguments:argumentCount:",
11616 "registerUndoWithTarget:selector:object:",
11617 "registerUnitWithName:abbreviation:unitToPointsConversionFactor:stepUpCycle:stepDownCycle:",
11618 "registerViewClass:representationClass:forMIMEType:",
11619 "registeredImageRepClasses",
11620 "regularFileContents",
11621 "reinsertRecord:inSortedList:",
11622 "relatedObject",
11623 "relativeCurveToPoint:controlPoint1:controlPoint2:",
11624 "relativeLineToPoint:",
11625 "relativeMoveToPoint:",
11626 "relativePath",
11627 "relativePosition",
11628 "relativeString",
11629 "release",
11630 "releaseAllPools",
11631 "releaseConnection",
11632 "releaseGState",
11633 "releaseGlobally",
11634 "releaseIconForURL:",
11635 "releaseLock:",
11636 "releaseName:count:",
11637 "releaseResources",
11638 "releaseView:",
11639 "reload",
11640 "reload:",
11641 "reloadAll:",
11642 "reloadChildrenForNode:",
11643 "reloadColumn:",
11644 "reloadData",
11645 "reloadDefaultFontFamilies",
11646 "reloadGroups",
11647 "reloadItem:",
11648 "reloadItem:reloadChildren:",
11649 "reloadMembers",
11650 "reloadRootNode",
11651 "rememberedSnapToIndex",
11652 "remoteObjects",
11653 "remove:",
11654 "removeAllActions",
11655 "removeAllActionsWithTarget:",
11656 "removeAllButCurrent",
11657 "removeAllCachedResponses",
11658 "removeAllColumnFilters",
11659 "removeAllContentObjectsInCellOrControl:",
11660 "removeAllDrawersImmediately",
11661 "removeAllExpandedNodes",
11662 "removeAllFormats",
11663 "removeAllIndexes",
11664 "removeAllIndices",
11665 "removeAllItems",
11666 "removeAllObjects",
11667 "removeAllObjectsWithTarget:",
11668 "removeAllPoints",
11669 "removeAllProperties",
11670 "removeAllRequestModes",
11671 "removeAllToolTips",
11672 "removeAllToolTipsForView:",
11673 "removeAllToolTipsForView:withOwner:",
11674 "removeAttribute:",
11675 "removeAttribute:index:",
11676 "removeAttribute:range:",
11677 "removeAttribute:value:",
11678 "removeAttribute:values:",
11679 "removeAttributeNS::",
11680 "removeAttributeNode:",
11681 "removeBinder:",
11682 "removeBinding:",
11683 "removeCachedResponseForRequest:",
11684 "removeCharactersInRange:",
11685 "removeCharactersInString:",
11686 "removeChild:",
11687 "removeChildWindow:",
11688 "removeClient:",
11689 "removeCollection:",
11690 "removeColor:",
11691 "removeColorSheetDidEnd:returnCode:context:",
11692 "removeColorWithKey:",
11693 "removeColumn:",
11694 "removeColumnFilter:",
11695 "removeConfirmSheetDidEnd:returnCode:contextInfo:",
11696 "removeConnection:fromRunLoop:forMode:",
11697 "removeContextHelpForObject:",
11698 "removeConversation",
11699 "removeCredential:forProtectionSpace:",
11700 "removeCursorRect:cursor:",
11701 "removeDecriptorAtIndex:",
11702 "removeDescriptorAtIndex:",
11703 "removeDescriptorWithKeyword:",
11704 "removeDocument:",
11705 "removeElementAtIndex:",
11706 "removeElementsInRange:",
11707 "removeElementsInRange:coalesceRuns:",
11708 "removeEntryAtIndex:",
11709 "removeEventHandlerForEventClass:andEventID:",
11710 "removeExpandedNode:",
11711 "removeExpandedNodesStartingWithIndex:",
11712 "removeFavoriteInWindow:",
11713 "removeFile",
11714 "removeFile:",
11715 "removeFileAtPath:handler:",
11716 "removeFileWrapper:",
11717 "removeFontDescriptor:fromCollection:",
11718 "removeFontTrait:",
11719 "removeFormatAtIndex:",
11720 "removeFrameUsingName:",
11721 "removeFreedView:",
11722 "removeFreedWindow:",
11723 "removeFromFrame",
11724 "removeFromRunLoop:forMode:",
11725 "removeFromSuperview",
11726 "removeFromSuperviewWithoutNeedingDisplay",
11727 "removeGrayExampleString",
11728 "removeHeartBeatView:",
11729 "removeImmediately:",
11730 "removeIndex:",
11731 "removeIndexRange:",
11732 "removeIndexes:",
11733 "removeIndexesFromIndexSet:",
11734 "removeIndexesInRange:",
11735 "removeItem:",
11736 "removeItemAtIndex:",
11737 "removeItemForURLString:",
11738 "removeItemViewerAtIndex:",
11739 "removeItemWithIdentifier:",
11740 "removeItemWithObjectValue:",
11741 "removeItemWithTitle:",
11742 "removeItems:",
11743 "removeKeysForObject:",
11744 "removeLastObject",
11745 "removeLayoutManager:",
11746 "removeList:",
11747 "removeListSheetDidEnd:returnCode:context:",
11748 "removeLocal:",
11749 "removeMarker:",
11750 "removeMember:",
11751 "removeMouseMovedObserver",
11752 "removeNamedItem:",
11753 "removeNamedItemNS::",
11754 "removeNumberOfIndexes:fromSelectionIndexesAtIndex:",
11755 "removeObject:",
11756 "removeObject:fromBothSidesOfRelationshipWithKey:",
11757 "removeObject:fromPropertyWithKey:",
11758 "removeObject:inRange:",
11759 "removeObject:range:identical:",
11760 "removeObjectAt:",
11761 "removeObjectAtArrangedObjectIndex:",
11762 "removeObjectAtIndex:",
11763 "removeObjectForKey:",
11764 "removeObjectForKey:inDomain:",
11765 "removeObjectFromMasterArrayRelationshipAtIndex:",
11766 "removeObjectIdenticalTo:",
11767 "removeObjectIdenticalTo:inRange:",
11768 "removeObjects:",
11769 "removeObjectsAtArrangedObjectIndexes:",
11770 "removeObjectsAtIndexes:",
11771 "removeObjectsForKeys:",
11772 "removeObjectsFromIndices:numIndices:",
11773 "removeObjectsFromMasterArrayRelationshipAtIndexes:",
11774 "removeObjectsInArray:",
11775 "removeObjectsInRange:",
11776 "removeObserver:",
11777 "removeObserver:forKeyPath:",
11778 "removeObserver:fromObjectsAtIndexes:forKeyPath:",
11779 "removeObserver:name:object:",
11780 "removeParamDescriptorWithKeyword:",
11781 "removePersistentDomainForName:",
11782 "removePort:forMode:",
11783 "removePortForName:",
11784 "removePortsFromAllRunLoops",
11785 "removePortsFromRunLoop:",
11786 "removeProperties:",
11787 "removeProperty:",
11788 "removeProxy:",
11789 "removeRecord",
11790 "removeRecord:",
11791 "removeRecordsFromGroup",
11792 "removeRepresentation:",
11793 "removeRequestMode:",
11794 "removeRow:",
11795 "removeRunLoop:",
11796 "removeSavedColumnsWithAutosaveName:",
11797 "removeSelectedObjects:",
11798 "removeSelectionIndexes:",
11799 "removeServer:",
11800 "removeServiceProvider:",
11801 "removeSpace:atIndex:",
11802 "removeSpinningArrows",
11803 "removeStatusItem:",
11804 "removeSubgroup:",
11805 "removeSubrecord:",
11806 "removeSuiteNamed:",
11807 "removeSuperviewObservers",
11808 "removeTabStop:",
11809 "removeTabViewItem:",
11810 "removeTableColumn:",
11811 "removeTemporaryAttribute:forCharacterRange:",
11812 "removeTextContainerAtIndex:",
11813 "removeTimer:forMode:",
11814 "removeToolTip:",
11815 "removeToolTipForView:tag:",
11816 "removeToolbarItem:",
11817 "removeTrackingRect",
11818 "removeTrackingRect:",
11819 "removeTrackingRects",
11820 "removeValueAndLabelAtIndex:",
11821 "removeValueAtIndex:fromPropertyWithKey:",
11822 "removeValueForProperty:",
11823 "removeView:fromView:layoutManager:",
11824 "removeVolatileDomainForName:",
11825 "removeWebView:fromSetNamed:",
11826 "removeWindowController:",
11827 "removeWindowObservers",
11828 "removeWindowsItem:",
11829 "removedMembers:fromGroup:",
11830 "rename:",
11831 "renameColor:",
11832 "renameColorSheetDidEnd:returnCode:context:",
11833 "renameList:",
11834 "renameListSheetDidEnd:returnCode:context:",
11835 "renderBitsWithCode:withSize:",
11836 "renderLineWithCode:",
11837 "renderPICTWithSize:",
11838 "renderPart",
11839 "renderShapeWithCode:",
11840 "renderTextWithCode:",
11841 "renderTreeAsExternalRepresentation",
11842 "renderer",
11843 "rendererWithFont:usingPrinterFont:",
11844 "renewGState",
11845 "renewRows:columns:",
11846 "reopen",
11847 "rep",
11848 "repeatCount",
11849 "repetitionCount",
11850 "replace:child:",
11851 "replaceAllInView:selectionOnly:",
11852 "replaceAndFindInView:",
11853 "replaceBytesInRange:withBytes:",
11854 "replaceBytesInRange:withBytes:length:",
11855 "replaceCharactersInRange:withAttributedString:",
11856 "replaceCharactersInRange:withCString:length:",
11857 "replaceCharactersInRange:withCharacters:length:",
11858 "replaceCharactersInRange:withRTF:",
11859 "replaceCharactersInRange:withRTFD:",
11860 "replaceCharactersInRange:withString:",
11861 "replaceCustomLabel:",
11862 "replaceData:::",
11863 "replaceElementAtIndex:withElement:",
11864 "replaceElementsInRange:withElement:coalesceRuns:",
11865 "replaceFile:data:",
11866 "replaceFile:path:",
11867 "replaceFormatAtIndex:withFormat:",
11868 "replaceGlyphAtIndex:withGlyph:",
11869 "replaceInView:",
11870 "replaceLabelAtIndex:withLabel:",
11871 "replaceLayoutManager:",
11872 "replaceNodeWithIdentifier:withNode:",
11873 "replaceObject:with:",
11874 "replaceObject:withObject:",
11875 "replaceObjectAt:with:",
11876 "replaceObjectAtIndex:withObject:",
11877 "replaceObjectsAtIndexes:withObjects:",
11878 "replaceObjectsInRange:withObject:length:",
11879 "replaceObjectsInRange:withObjects:count:",
11880 "replaceObjectsInRange:withObjectsFromArray:",
11881 "replaceObjectsInRange:withObjectsFromArray:range:",
11882 "replaceOccurrencesOfString:withString:options:range:",
11883 "replaceString:withString:range:options:inView:replacementRange:",
11884 "replaceSubview:with:",
11885 "replaceSubviewWith:",
11886 "replaceTextContainer:",
11887 "replaceTextStorage:",
11888 "replaceValueAtIndex:inPropertyWithKey:withValue:",
11889 "replaceValueAtIndex:withValue:",
11890 "replacementObjectForArchiver:",
11891 "replacementObjectForCoder:",
11892 "replacementObjectForKeyedArchiver:",
11893 "replacementObjectForPortCoder:",
11894 "replacementUpdateBinder",
11895 "replacementUpdateBinder:",
11896 "replyAppleEventForSuspensionID:",
11897 "replyEvent",
11898 "replyMode",
11899 "replyTimeout",
11900 "replyToApplicationShouldTerminate:",
11901 "replyToOpenOrPrint:",
11902 "replyWithException:",
11903 "repopulatedContent",
11904 "reportClientRedirectCancelled",
11905 "reportClientRedirectToURL:delay:fireDate:lockHistory:isJavaScriptFormAction:",
11906 "reportError",
11907 "reportException:",
11908 "reportStreamError",
11909 "representation",
11910 "representationOfCoveredCharacters",
11911 "representationOfImageRepsInArray:usingType:properties:",
11912 "representationUsingType:properties:",
11913 "representationWithImageProperties:withProperties:",
11914 "representations",
11915 "representedFilename",
11916 "representedObject",
11917 "request",
11918 "requestHeaderFieldsWithCookies:",
11919 "requestIsCacheEquivalent:toRequest:",
11920 "requestLimit",
11921 "requestModes",
11922 "requestTimeout",
11923 "requestUserAttention:",
11924 "requestWithURL:",
11925 "requestWithURL:cachePolicy:timeoutInterval:",
11926 "requestWithURLCString:",
11927 "requestedURL",
11928 "requiredFileType",
11929 "requiredMinSize",
11930 "requiredMinSizeFor:",
11931 "requiredReferenceBinderControllerProtocol",
11932 "requiredThickness",
11933 "requiresDirectKeyValueCodingCall",
11934 "reservedSpaceLength",
11935 "reservedThicknessForAccessoryView",
11936 "reservedThicknessForMarkers",
11937 "reset",
11938 "resetAdditionalClip",
11939 "resetAllPorts",
11940 "resetAlpha",
11941 "resetButtonDefaultLabel",
11942 "resetBytesInRange:",
11943 "resetCancelButtonCell",
11944 "resetCommunication",
11945 "resetCursorRect:inView:",
11946 "resetCursorRects",
11947 "resetDateFormats",
11948 "resetDirectoryResultsSubrows",
11949 "resetDisplayDisableCount",
11950 "resetDisplayedMemberSubrows",
11951 "resetFirstLastName:",
11952 "resetFlushDisableCount",
11953 "resetGroupAndPeopleFromDefaults",
11954 "resetLDAPManager",
11955 "resetProfiling",
11956 "resetSearchButtonCell",
11957 "resetStandardUserDefaults",
11958 "resetState",
11959 "resetSubrows",
11960 "resetSystemTimeZone",
11961 "resetToolbarToDefaultConfiguration:",
11962 "resetTotalAutoreleasedObjects",
11963 "resetTrackingRect",
11964 "reshape",
11965 "resignFirstResponder",
11966 "resignKeyWindow",
11967 "resignMainWindow",
11968 "resize:",
11969 "resizeColumnAtIndex:toWidth:",
11970 "resizeColumnsToMinimun",
11971 "resizeDownCursor",
11972 "resizeEdgeForEvent:",
11973 "resizeFlags",
11974 "resizeIncrements",
11975 "resizeLeftCursor",
11976 "resizeLeftRightCursor",
11977 "resizeRightCursor",
11978 "resizeSubviewsWithOldSize:",
11979 "resizeToScreenWithEvent:",
11980 "resizeUpCursor",
11981 "resizeUpDownCursor",
11982 "resizeWindow:animate:fromLayout:toLayout:paneWidths:numberOfPanes:",
11983 "resizeWithDelta:fromFrame:beginOperation:endOperation:",
11984 "resizeWithEvent:",
11985 "resizeWithMagnification:",
11986 "resizeWithOldSuperviewSize:",
11987 "resizeableColumns",
11988 "resizedColumn",
11989 "resolve",
11990 "resolveMarkerToPlaceholder:binding:",
11991 "resolvedKeyDictionary",
11992 "resolvesAliases",
11993 "resourceData",
11994 "resourceDataUsingCache:",
11995 "resourceLoadDelegate",
11996 "resourceLoaderRunLoop",
11997 "resourcePath",
11998 "resourceSpecifier",
11999 "respondsTo:",
12000 "respondsToProperty:",
12001 "respondsToSelector:",
12002 "response",
12003 "responseAsString",
12004 "responseDate",
12005 "responseList",
12006 "restartNullEvents",
12007 "restore",
12008 "restoreAttributesOfTextStorage:",
12009 "restoreCachedImage",
12010 "restoreCardWindowStateWithModel:",
12011 "restoreDefaults",
12012 "restoreDocumentState",
12013 "restoreGraphicsState",
12014 "restoreNameColumnWidth",
12015 "restorePortState:",
12016 "restoreSavedSettings",
12017 "restoreWindowOnDockDeath",
12018 "restoreWindowOnDockReincarnation",
12019 "resultCode",
12020 "resume",
12021 "resumeExecutionWithResult:",
12022 "resumeWithScriptCommandResult:",
12023 "resumeWithSuspensionID:",
12024 "retain",
12025 "retainArguments",
12026 "retainCount",
12027 "retainIconForURL:",
12028 "retainWireCount",
12029 "retryAfterAuthenticationFailure:",
12030 "retryAfterConnectingToInternet",
12031 "retryWithRedirectedURLAndResultCode:",
12032 "returnCompletes",
12033 "returnHeader",
12034 "returnID",
12035 "returnResult:exception:sequence:imports:",
12036 "returnType",
12037 "reusesColumns",
12038 "reverseObjectEnumerator",
12039 "reverseTransformedValue:",
12040 "reversedSortDescriptor",
12041 "revert:",
12042 "revertDocumentToSaved:",
12043 "revertToBackupFromPath:",
12044 "revertToInitialValues:",
12045 "revertToSavedFromFile:ofType:",
12046 "revertToSavedFromURL:ofType:",
12047 "reviewCards:",
12048 "reviewUnsavedDocumentsWithAlertTitle:cancellable:",
12049 "reviewUnsavedDocumentsWithAlertTitle:cancellable:delegate:didReviewAllSelector:contextInfo:",
12050 "richTextForView:",
12051 "richTextSource",
12052 "rightIndentMarkerWithRulerView:location:",
12053 "rightMargin",
12054 "rightMarginMarkerWithRulerView:location:",
12055 "rightMouseDown:",
12056 "rightMouseDragged:",
12057 "rightMouseUp:",
12058 "rightSplitItem",
12059 "rightTabMarkerWithRulerView:location:",
12060 "rightTruncateString:toWidth:withFont:",
12061 "rightView",
12062 "rolloverMenuForSelection:",
12063 "rootContainer",
12064 "rootName",
12065 "rootNode",
12066 "rootObject",
12067 "rootObjectClasses",
12068 "rootProxy",
12069 "rootProxyForConnectionWithRegisteredName:host:",
12070 "rootProxyForConnectionWithRegisteredName:host:usingNameServer:",
12071 "rotateByAngle:",
12072 "rotateByDegrees:",
12073 "rotateByRadians:",
12074 "rotated",
12075 "rotation",
12076 "roundingBehavior",
12077 "roundingMode",
12078 "row",
12079 "rowAtPoint:",
12080 "rowForItem:",
12081 "rowHeight",
12082 "rowHeightForRow:",
12083 "rows",
12084 "rowsInRect:",
12085 "ruleThickness",
12086 "ruler",
12087 "rulerAccessoryViewForTextView:paragraphStyle:ruler:enabled:",
12088 "rulerAttributesInRange:",
12089 "rulerMarkersForTextView:paragraphStyle:ruler:",
12090 "rulerStateDescription",
12091 "rulerView:didAddMarker:",
12092 "rulerView:didMoveMarker:",
12093 "rulerView:didRemoveMarker:",
12094 "rulerView:handleMouseDown:",
12095 "rulerView:shouldAddMarker:",
12096 "rulerView:shouldMoveMarker:",
12097 "rulerView:shouldRemoveMarker:",
12098 "rulerView:userClickedOnMarker:",
12099 "rulerView:willAddMarker:atLocation:",
12100 "rulerView:willMoveMarker:toLocation:",
12101 "rulerView:willSetClientView:",
12102 "rulerViewClass",
12103 "rulersVisible",
12104 "run",
12105 "run:",
12106 "runAsModalDialogWithChallenge:",
12107 "runAsSheetOnWindow:withChallenge:",
12108 "runBeforeDate:",
12109 "runConfigurationPalette:",
12110 "runCustomizationPalette:",
12111 "runInNewThread",
12112 "runInitialization",
12113 "runJavaScriptAlertPanelWithMessage:",
12114 "runJavaScriptConfirmPanelWithMessage:",
12115 "runJavaScriptTextInputPanelWithPrompt:defaultText:returningText:",
12116 "runLoop",
12117 "runLoopModes",
12118 "runModal",
12119 "runModalForCarbonWindow:",
12120 "runModalForDirectory:file:",
12121 "runModalForDirectory:file:relativeToWindow:",
12122 "runModalForDirectory:file:types:",
12123 "runModalForDirectory:file:types:relativeToWindow:",
12124 "runModalForSavePanel:",
12125 "runModalForSavePanel:withFilepath:",
12126 "runModalForTypes:",
12127 "runModalForWindow:",
12128 "runModalForWindow:relativeToWindow:",
12129 "runModalOpenPanel:forTypes:",
12130 "runModalPageLayoutWithPrintInfo:",
12131 "runModalPageLayoutWithPrintInfo:delegate:didRunSelector:contextInfo:",
12132 "runModalPrintOperation:delegate:didRunSelector:contextInfo:",
12133 "runModalSavePanel:withAccessoryView:",
12134 "runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:",
12135 "runModalSession:",
12136 "runModalWithPrintInfo:",
12137 "runMode:beforeDate:",
12138 "runMode:untilDate:",
12139 "runOpenPanelForFileButtonWithResultListener:",
12140 "runOperation",
12141 "runOperationModalForWindow:delegate:didRunSelector:contextInfo:",
12142 "runPageLayout:",
12143 "runPoof",
12144 "runPoofAtPoint:",
12145 "runPoofAtPoint:withSize:callbackInfo:",
12146 "runToolbarConfigurationPalette:",
12147 "runToolbarCustomizationPalette:",
12148 "runUntilDate:",
12149 "safeForwarderWithTarget:defaultTarget:templateClass:",
12150 "sampleTextForEncoding:language:font:",
12151 "samplesPerPixel",
12152 "sansSerifFontFamily",
12153 "saturationComponent",
12154 "save",
12155 "save:",
12156 "saveAllDocuments:",
12157 "saveAndSetPortState",
12158 "saveAndSetPortStateForUpdate:",
12159 "saveCardWindowState",
12160 "saveChanges",
12161 "saveCofigurationUsingName:",
12162 "saveDefaults",
12163 "saveDocument:",
12164 "saveDocumentAs:",
12165 "saveDocumentState",
12166 "saveDocumentState:",
12167 "saveDocumentTo:",
12168 "saveDocumentToPageCache",
12169 "saveDocumentToPageCache:",
12170 "saveDocumentWithDelegate:didSaveSelector:contextInfo:",
12171 "saveFavoritesToDefaults",
12172 "saveFontCollection:withName:",
12173 "saveFrameUsingName:",
12174 "saveGraphicsState",
12175 "saveImageInCache:forEmail:",
12176 "saveImageNamed:andShowWarnings:",
12177 "saveLastImportContent",
12178 "saveList:",
12179 "saveNameColumnWidth",
12180 "saveNumVisibleRows",
12181 "saveOptions",
12182 "savePanel",
12183 "savePanelDidEnd:returnCode:contextInfo:",
12184 "saveToDocument:removeBackup:errorHandler:",
12185 "saveToFile:saveOperation:delegate:didSaveSelector:contextInfo:",
12186 "saveToURL:error:",
12187 "saveWeighting",
12188 "scale",
12189 "scaleBy:",
12190 "scaleTo::",
12191 "scaleUnitSquareToSize:",
12192 "scaleXBy:yBy:",
12193 "scalesWhenResized",
12194 "scanCharactersFromSet:intoString:",
12195 "scanDecimal:",
12196 "scanDouble:",
12197 "scanFloat:",
12198 "scanHexInt:",
12199 "scanInt:",
12200 "scanLocation",
12201 "scanLongLong:",
12202 "scanString:intoString:",
12203 "scanUpToCharactersFromSet:intoString:",
12204 "scanUpToString:intoString:",
12205 "scannerWithString:",
12206 "schedule",
12207 "scheduleFrame",
12208 "scheduleInRunLoop:forMode:",
12209 "scheduleSearch:",
12210 "scheduleUpdate",
12211 "scheduledTimerWithTimeInterval:invocation:repeats:",
12212 "scheduledTimerWithTimeInterval:target:selector:userInfo:repeats:",
12213 "scheme",
12214 "scope",
12215 "screen",
12216 "screenFont",
12217 "screens",
12218 "scriptCommand",
12219 "scriptErrorNumber",
12220 "scriptErrorString",
12221 "scriptingBeginsWith:",
12222 "scriptingContains:",
12223 "scriptingEndsWith:",
12224 "scriptingIsEqualTo:",
12225 "scriptingIsGreaterThan:",
12226 "scriptingIsGreaterThanOrEqualTo:",
12227 "scriptingIsLessThan:",
12228 "scriptingIsLessThanOrEqualTo:",
12229 "scriptingProperties",
12230 "scroll:",
12231 "scrollBarColor",
12232 "scrollBarVisible",
12233 "scrollCellToVisibleAtRow:column:",
12234 "scrollClipView:toPoint:",
12235 "scrollColumnToVisible:",
12236 "scrollColumnsLeftBy:",
12237 "scrollColumnsRightBy:",
12238 "scrollDown",
12239 "scrollItemAtIndexToTop:",
12240 "scrollItemAtIndexToVisible:",
12241 "scrollLineDown:",
12242 "scrollLineUp:",
12243 "scrollPageDown:",
12244 "scrollPageUp:",
12245 "scrollPoint",
12246 "scrollPoint:",
12247 "scrollPoint:fromView:",
12248 "scrollRangeToVisible:",
12249 "scrollRect:by:",
12250 "scrollRectToVisible:",
12251 "scrollRectToVisible:fromView:",
12252 "scrollRectToVisible:inScrollView:animate:",
12253 "scrollRowToVisible:",
12254 "scrollSelectionToView",
12255 "scrollToAnchor:",
12256 "scrollToAnchorWithURL:",
12257 "scrollToBeginningOfDocument:",
12258 "scrollToEndOfDocument:",
12259 "scrollToPoint:",
12260 "scrollToSelected",
12261 "scrollUp",
12262 "scrollViaScroller:",
12263 "scrollView",
12264 "scrollWheel:",
12265 "scrollerWidth",
12266 "scrollerWidthForControlSize:",
12267 "scrollsDynamically",
12268 "searchAttributes:",
12269 "searchBase",
12270 "searchButtonCell",
12271 "searchButtonRectForBounds:",
12272 "searchController",
12273 "searchElementForConjunction:children:",
12274 "searchElementForProperty:label:key:value:comparison:",
12275 "searchFor:direction:caseSensitive:wrap:",
12276 "searchForAllDomains",
12277 "searchForLabels:beforeElement:",
12278 "searchForRegistrationDomains",
12279 "searchForServicesOfType:inDomain:",
12280 "searchGroups",
12281 "searchIndexForRecordsMatching:",
12282 "searchLabel",
12283 "searchList",
12284 "searchMenuTemplate",
12285 "searchNode",
12286 "searchPeople",
12287 "searchResult",
12288 "searchState",
12289 "searchString",
12290 "searchTextRectForBounds:",
12291 "searchableIndexIntroduction",
12292 "secondLineParagraphStyle",
12293 "secondOfMinute",
12294 "secondaryInvocation",
12295 "secondarySelectedControlColor",
12296 "secondsFromGMT",
12297 "secondsFromGMTForDate:",
12298 "secondsFromGMTForTimeInterval:",
12299 "seekToEndOfFile",
12300 "seekToFileOffset:",
12301 "segmentCount",
12302 "segmentWidth",
12303 "selectAll",
12304 "selectAll:",
12305 "selectCell:",
12306 "selectCellAtRow:column:",
12307 "selectCellWithTag:",
12308 "selectColumn:byExtendingSelection:",
12309 "selectColumnIdentifier:",
12310 "selectColumnIndexes:byExtendingSelection:",
12311 "selectColumnTitle:",
12312 "selectDefaultRange",
12313 "selectDirectoryResultRow:subrow:byExtendingSelection:",
12314 "selectFarthestRangeForward:",
12315 "selectFile:inFileViewerRootedAtPath:",
12316 "selectFirstTabViewItem:",
12317 "selectGroup:byExtendingSelection:",
12318 "selectIdentifier:forPerson:byExtendingSelection:",
12319 "selectInAddressBook:",
12320 "selectItem:",
12321 "selectItemAtIndex:",
12322 "selectItemWithIdentifier:",
12323 "selectItemWithObjectValue:",
12324 "selectItemWithTitle:",
12325 "selectKeyViewFollowingView:",
12326 "selectKeyViewPrecedingView:",
12327 "selectLastTabViewItem:",
12328 "selectLine:",
12329 "selectMemberRow:subrow:byExtendingSelection:",
12330 "selectNext:",
12331 "selectNextKeyView:",
12332 "selectNextRangeForward:",
12333 "selectNextTabViewItem:",
12334 "selectParagraph:",
12335 "selectPrevious:",
12336 "selectPreviousKeyView:",
12337 "selectPreviousTabViewItem:",
12338 "selectRecord:byExtendingSelection:",
12339 "selectRow:byExtendingSelection:",
12340 "selectRow:inColumn:",
12341 "selectRow:subrow:byExtendingSelection:",
12342 "selectRowIndexes:byExtendingSelection:",
12343 "selectTabViewItem:",
12344 "selectTabViewItemAtIndex:",
12345 "selectTabViewItemWithIdentifier:",
12346 "selectText:",
12347 "selectTextAtIndex:",
12348 "selectTextAtRow:column:",
12349 "selectToMark:",
12350 "selectWithFrame:inView:editor:delegate:start:length:",
12351 "selectWord:",
12352 "selectableItemIdentifiers",
12353 "selectedAttributedString",
12354 "selectedAttributes",
12355 "selectedCell",
12356 "selectedCellInColumn:",
12357 "selectedCells",
12358 "selectedColumn",
12359 "selectedColumnEnumerator",
12360 "selectedColumnIndexes",
12361 "selectedControlColor",
12362 "selectedControlTextColor",
12363 "selectedDirectories",
12364 "selectedDirectoryResult",
12365 "selectedDirectoryResults",
12366 "selectedDirectoryResultsSubrows",
12367 "selectedFont",
12368 "selectedGroup",
12369 "selectedGroups",
12370 "selectedGroupsInMembersColumn",
12371 "selectedIdentifiersForPerson:",
12372 "selectedImageBackgroundPiece",
12373 "selectedImageForControlTint:",
12374 "selectedInactiveColor",
12375 "selectedIndex",
12376 "selectedIndexAndQuality:",
12377 "selectedItem",
12378 "selectedItemIdentifier",
12379 "selectedKnobColor",
12380 "selectedMember",
12381 "selectedMembers",
12382 "selectedMembersSubrows",
12383 "selectedMenuItemColor",
12384 "selectedMenuItemTextColor",
12385 "selectedName",
12386 "selectedNavNode",
12387 "selectedNodes",
12388 "selectedObjects",
12389 "selectedRange",
12390 "selectedRecord",
12391 "selectedRecords",
12392 "selectedRow",
12393 "selectedRowEnumerator",
12394 "selectedRowInColumn:",
12395 "selectedRowIndexes",
12396 "selectedSegment",
12397 "selectedString",
12398 "selectedSubrowObjectsAtIndex:",
12399 "selectedSubrows",
12400 "selectedTabViewItem",
12401 "selectedTag",
12402 "selectedTextAttributes",
12403 "selectedTextBackgroundColor",
12404 "selectedTextColor",
12405 "selectedValues",
12406 "selection",
12407 "selectionAffinity",
12408 "selectionChanged",
12409 "selectionEnd",
12410 "selectionEndOffset",
12411 "selectionGranularity",
12412 "selectionImage",
12413 "selectionIndex",
12414 "selectionIndexes",
12415 "selectionRangeForProposedRange:granularity:",
12416 "selectionRect",
12417 "selectionShouldChangeInTableView:",
12418 "selectionStart",
12419 "selectionStartOffset",
12420 "selector",
12421 "selectorForCommand:",
12422 "selectsAllWhenSettingContent",
12423 "selectsInsertedObjects",
12424 "self",
12425 "send",
12426 "sendAction",
12427 "sendAction:to:",
12428 "sendAction:to:forAllCells:",
12429 "sendAction:to:from:",
12430 "sendActionOn:",
12431 "sendActivateEvent:",
12432 "sendBeforeDate:",
12433 "sendBeforeDate:components:from:reserved:",
12434 "sendBeforeDate:msgid:components:from:reserved:",
12435 "sendBeforeTime:sendReplyPort:",
12436 "sendBeforeTime:streamData:components:from:msgid:",
12437 "sendBeforeTime:streamData:components:to:from:msgid:reserved:",
12438 "sendCarbonProcessHICommandEvent:",
12439 "sendCarbonUpdateHICommandStatusEvent:withMenuRef:andMenuItemIndex:",
12440 "sendConsumedMouseUpIfNeeded",
12441 "sendDoubleAction",
12442 "sendEOF",
12443 "sendEmailToGroup:",
12444 "sendEvent:",
12445 "sendInv",
12446 "sendInvocation:",
12447 "sendMouseUpActionForDisabledCell:atRow:column:",
12448 "sendNullEvent",
12449 "sendOpenEventFor:",
12450 "sendPort",
12451 "sendPort:withAllRights:",
12452 "sendReleasedProxies",
12453 "sendResizeEvent",
12454 "sendResponseAvailableCallback",
12455 "sendSelectionChangedNotification",
12456 "sendSuperEvent:",
12457 "sendSynchronousRequest:returningResponse:error:",
12458 "sendTaggedMsg:",
12459 "sendTimerEvent",
12460 "sendUpdateEvent",
12461 "sendWireCountForTarget:port:",
12462 "sender",
12463 "senderDidBecomeActive:",
12464 "senderDidResignActive:",
12465 "sendsActionOnArrowKeys",
12466 "sendsActionOnEndEditing",
12467 "sendsWholeSearchString",
12468 "separateWindowForPerson:",
12469 "separatesColumns",
12470 "separatorItem",
12471 "separatorItemIdentifier",
12472 "serialize",
12473 "serialize:length:",
12474 "serializeAlignedBytes:length:",
12475 "serializeAlignedBytesLength:",
12476 "serializeData:",
12477 "serializeDataAt:ofObjCType:context:",
12478 "serializeInt:",
12479 "serializeInt:atIndex:",
12480 "serializeInts:count:",
12481 "serializeInts:count:atIndex:",
12482 "serializeList:",
12483 "serializeListItemIn:at:",
12484 "serializeObject:",
12485 "serializePListKeyIn:key:value:",
12486 "serializePListValueIn:key:value:",
12487 "serializePropertyList:",
12488 "serializePropertyList:intoData:",
12489 "serializeServers:",
12490 "serializeString:",
12491 "serializeToData",
12492 "serializedRepresentation",
12493 "serializerStream",
12494 "serifFontFamily",
12495 "server",
12496 "serverExists:inServerList:",
12497 "serverName",
12498 "serverType",
12499 "service:buddy:shareDirectory:listing:",
12500 "service:buddyGroupsChanged:",
12501 "service:buddyPictureChanged:imageData:",
12502 "service:buddyPropertiesChanged:",
12503 "service:cancelVCInviteFrom:",
12504 "service:chat:member:statusChanged:",
12505 "service:chat:messageReceived:",
12506 "service:chat:showError:",
12507 "service:chat:statusChanged:",
12508 "service:counterProposalFrom:connectData:",
12509 "service:defaultsChanged:",
12510 "service:directIMRequestFrom:invitation:",
12511 "service:handleVCOOB:action:param:",
12512 "service:invitedToChat:isChatRoom:invitation:",
12513 "service:invitedToVC:audioOnly:callerExtIP:callerExtSIP:",
12514 "service:loginStatusChanged:message:reason:",
12515 "service:providePiggyback:",
12516 "service:requestIncomingFileXfer:",
12517 "service:requestOutgoingFileXfer:",
12518 "service:responseToVCRequest:response:connectData:",
12519 "service:shareUploadStarted:",
12520 "service:youAreDesignatedNotifier:",
12521 "serviceError:error:",
12522 "serviceListener",
12523 "serviceWithInternalName:",
12524 "servicesMenu",
12525 "servicesProvider",
12526 "sessionUID",
12527 "set",
12528 "setAcceptsArrowKeys:",
12529 "setAcceptsColorDrops:",
12530 "setAcceptsGlyphInfo:",
12531 "setAcceptsMouseMovedEvents:",
12532 "setAccessoryView:",
12533 "setAction:",
12534 "setAction:atRow:column:",
12535 "setActionName:",
12536 "setActivated:sender:",
12537 "setActiveDirectoryPassword:",
12538 "setActiveDirectoryUser:",
12539 "setActsLikeButton:",
12540 "setAdditionalClip:",
12541 "setAlertStyle:",
12542 "setAlignment:",
12543 "setAlignment:range:",
12544 "setAllContextsOutputTraced:",
12545 "setAllContextsSynchronized:",
12546 "setAllHTTPHeaderFields:",
12547 "setAllHeaderFields:",
12548 "setAllIndexesNeedRefresh",
12549 "setAllProperties:",
12550 "setAllowEditing:",
12551 "setAllowGroupSelection:",
12552 "setAllowMultipleSubrowSelection:",
12553 "setAllowSubrowSelection:",
12554 "setAllowedFileTypes:",
12555 "setAllowsAnimatedImageLooping:",
12556 "setAllowsAnimatedImages:",
12557 "setAllowsAnyHTTPSCertificate:forHost:",
12558 "setAllowsBranchSelection:",
12559 "setAllowsColumnReordering:",
12560 "setAllowsColumnResizing:",
12561 "setAllowsColumnSelection:",
12562 "setAllowsDocumentBackgroundColorChange:",
12563 "setAllowsEditingMultipleValuesSelection:",
12564 "setAllowsEditingTextAttributes:",
12565 "setAllowsEmptySelection:",
12566 "setAllowsExpandingMultipleDirectories:",
12567 "setAllowsFloats:",
12568 "setAllowsGroupEditing:",
12569 "setAllowsGroupSelection:",
12570 "setAllowsHorizontalScrolling:",
12571 "setAllowsIncrementalSearching:",
12572 "setAllowsIndividualValueSelection:",
12573 "setAllowsMixedState:",
12574 "setAllowsMultipleSelection:",
12575 "setAllowsNullArgument:withBinding:",
12576 "setAllowsScrolling:",
12577 "setAllowsTickMarkValuesOnly:",
12578 "setAllowsToolTipsWhenApplicationIsInactive:",
12579 "setAllowsTruncatedLabels:",
12580 "setAllowsUndo:",
12581 "setAllowsUserConfiguration:",
12582 "setAllowsUserCustomization:",
12583 "setAllowsVerticalScrolling:",
12584 "setAlpha:",
12585 "setAlphaValue:",
12586 "setAltIncrementValue:",
12587 "setAlternate:",
12588 "setAlternateImage:",
12589 "setAlternateMnemonicLocation:",
12590 "setAlternateTitle:",
12591 "setAlternateTitleWithMnemonic:",
12592 "setAltersStateOfSelectedItem:",
12593 "setAlwaysAttemptToUsePageCache:",
12594 "setAnimates:",
12595 "setAnimationDelay:",
12596 "setAppleMenu:",
12597 "setApplicationIconImage:",
12598 "setApplicationNameForUserAgent:",
12599 "setAppliesImmediately:",
12600 "setArgument:atIndex:",
12601 "setArgumentBinding:",
12602 "setArguments:",
12603 "setArray:",
12604 "setArrowPosition:",
12605 "setArrowsPosition:",
12606 "setAsMainCarbonMenuBar",
12607 "setAspectRatio:",
12608 "setAssociatedPoints:atIndex:",
12609 "setAttachment:",
12610 "setAttachmentCell:",
12611 "setAttachmentSize:forGlyphRange:",
12612 "setAttribute::",
12613 "setAttribute:value:",
12614 "setAttribute:values:",
12615 "setAttributeDescriptor:forKeyword:",
12616 "setAttributeKeys:andValues:",
12617 "setAttributeNS:::",
12618 "setAttributeNode:",
12619 "setAttributeNodeNS:",
12620 "setAttributeRuns:",
12621 "setAttributedAlternateTitle:",
12622 "setAttributedString:",
12623 "setAttributedStringForNil:",
12624 "setAttributedStringForNotANumber:",
12625 "setAttributedStringForZero:",
12626 "setAttributedStringValue:",
12627 "setAttributedTitle:",
12628 "setAttributes:",
12629 "setAttributes:range:",
12630 "setAttributesInTextStorage:",
12631 "setAutoAddExtensionToNextInput:",
12632 "setAutoPositionMask:",
12633 "setAutoResizesOutlineColumn:",
12634 "setAutodisplay:",
12635 "setAutoenablesItems:",
12636 "setAutofill:",
12637 "setAutofillColor:",
12638 "setAutohidesScrollers:",
12639 "setAutomaticallyPreparesContent:",
12640 "setAutorepeat:",
12641 "setAutoresizesAllColumnsToFit:",
12642 "setAutoresizesOutlineColumn:",
12643 "setAutoresizesSubviews:",
12644 "setAutoresizingMask:",
12645 "setAutosaveExpandedItems:",
12646 "setAutosaveName:",
12647 "setAutosaveTableColumns:",
12648 "setAutosaves:",
12649 "setAutosavesConfiguration:",
12650 "setAutosavesConfigurationUsingIdentifier:",
12651 "setAutoscroll:",
12652 "setAutosizesCells:",
12653 "setAvailableCapacity:",
12654 "setAvoidsEmptySelection:",
12655 "setBackgroundColor:",
12656 "setBackgroundLayoutEnabled:",
12657 "setBackingType:",
12658 "setBaseAffineTransform:",
12659 "setBaseSpecifier:",
12660 "setBaseURL:",
12661 "setBaseWritingDirection:",
12662 "setBecomesKeyOnlyIfNeeded:",
12663 "setBezelStyle:",
12664 "setBezeled:",
12665 "setBidiLevels:forGlyphRange:",
12666 "setBidiProcessingEnabled:",
12667 "setBinaryAttributes:",
12668 "setBinderSpecificFlag:atIndex:",
12669 "setBinding:",
12670 "setBitmapImageRep:forItemIdentifiers:",
12671 "setBitsPerSample:",
12672 "setBlocksOtherRecognizers:",
12673 "setBluetoothButton:",
12674 "setBody:",
12675 "setBool:forKey:",
12676 "setBorderType:",
12677 "setBordered:",
12678 "setBottomCornerRounded:",
12679 "setBottomMargin:",
12680 "setBounds:",
12681 "setBoundsAsQDRect:",
12682 "setBoundsOrigin:",
12683 "setBoundsRotation:",
12684 "setBoundsSize:",
12685 "setBoxType:",
12686 "setBrightness:",
12687 "setBrowser:",
12688 "setBulletCharacter:",
12689 "setButtonBordered:",
12690 "setButtonID:",
12691 "setButtonType:",
12692 "setCGContext:",
12693 "setCacheDepthMatchesImageDepth:",
12694 "setCacheDisabled:",
12695 "setCacheMode:",
12696 "setCachePolicy:",
12697 "setCachedSeparately:",
12698 "setCachesBezierPath:",
12699 "setCalculatesAllSizes:",
12700 "setCalendarFormat:",
12701 "setCanChooseDirectories:",
12702 "setCanChooseFiles:",
12703 "setCanClickDisabledFiles:",
12704 "setCanCreateDirectories:",
12705 "setCanCycle:",
12706 "setCanHide:",
12707 "setCanSelectHiddenExtension:",
12708 "setCanSpawnSeparateThread:",
12709 "setCancelButtonCell:",
12710 "setCancellationDelegate:wasCancelledSelector:contextInfo:",
12711 "setCapacity:",
12712 "setCapitalizedAttributes:",
12713 "setCarbonDelegate:",
12714 "setCarbonNotification:",
12715 "setCaseSensitive:",
12716 "setCategories:",
12717 "setCell:",
12718 "setCell:enabled:",
12719 "setCell:selected:",
12720 "setCellAttribute:to:",
12721 "setCellBackgroundColor:",
12722 "setCellClass:",
12723 "setCellPrototype:",
12724 "setCellSize:",
12725 "setCertificatePolicyOnStream",
12726 "setChanged:",
12727 "setChangedValues:",
12728 "setCharacterIndex:forGlyphAtIndex:",
12729 "setCharacterIndex:layoutManager:",
12730 "setCharacters:",
12731 "setCharactersToBeSkipped:",
12732 "setChildSpecifier:",
12733 "setChildren:",
12734 "setChooser:",
12735 "setClass:forClassName:",
12736 "setClassDelegate:",
12737 "setClassName:",
12738 "setClassName:forClass:",
12739 "setClientView:",
12740 "setClip",
12741 "setClipRgn",
12742 "setClippedItems:",
12743 "setCloseAction:",
12744 "setCloseTarget:",
12745 "setCocoaVersion:",
12746 "setColor:",
12747 "setColor:forKey:",
12748 "setColorList:",
12749 "setColorMask:",
12750 "setColorSpaceName:",
12751 "setColumnResizingType:",
12752 "setColumnTitle:forIdentifier:",
12753 "setColumnTitle:forProperty:",
12754 "setColumnsAutosaveName:",
12755 "setCommands:",
12756 "setComment:",
12757 "setCompareSelector:",
12758 "setCompletes:",
12759 "setCompletionEnabled:",
12760 "setCompression:factor:",
12761 "setConditionallySetsEditable:",
12762 "setConditionallySetsEnabled:",
12763 "setConditionallySetsHidden:",
12764 "setConfigurationFromDictionary:",
12765 "setConfigurationUsingName:",
12766 "setConstrainedFrameSize:",
12767 "setContainerClassDescription:",
12768 "setContainerIsObjectBeingTested:",
12769 "setContainerIsRangeContainerObject:",
12770 "setContainerSize:",
12771 "setContainerSpecifier:",
12772 "setContent:",
12773 "setContentAspectRatio:",
12774 "setContentMaxSize:",
12775 "setContentMinSize:",
12776 "setContentResizeIncrements:",
12777 "setContentSize:",
12778 "setContentView:",
12779 "setContentViewMargins:",
12780 "setContentsNoCopy:length:freeWhenDone:isUnicode:",
12781 "setContextHelp:forObject:",
12782 "setContextHelpModeActive:",
12783 "setContextMenuRepresentation:",
12784 "setContinuous:",
12785 "setContinuousSpellCheckingEnabled:",
12786 "setControlSize:",
12787 "setControlTint:",
12788 "setControlView:",
12789 "setController:",
12790 "setConversationRequest:",
12791 "setCookie:",
12792 "setCookieAcceptPolicy:",
12793 "setCookies:",
12794 "setCookies:forURL:mainDocumentURL:",
12795 "setCookies:forURL:policyBaseURL:",
12796 "setCookiesFromResponseHeader:forURL:policyBaseURL:",
12797 "setCopiesOnScroll:",
12798 "setCornerView:",
12799 "setCountLabel:",
12800 "setCreationDate:",
12801 "setCredential:forProtectionSpace:",
12802 "setCrop:smallIcon:",
12803 "setCurrListName:",
12804 "setCurrent",
12805 "setCurrentAppleEventAndReplyEventWithSuspensionID:",
12806 "setCurrentContext:",
12807 "setCurrentDirectoryNode:",
12808 "setCurrentDirectoryPath:",
12809 "setCurrentFrame:",
12810 "setCurrentImageNumber:",
12811 "setCurrentInputManager:",
12812 "setCurrentItem:",
12813 "setCurrentOperation:",
12814 "setCurrentPage:",
12815 "setCurrentPluginView:",
12816 "setCurrentVirtualScreen:",
12817 "setCurrentVoiceIdentifier:",
12818 "setCursiveFontFamily:",
12819 "setCursorPositionToIndex:inParagraph:",
12820 "setCustomTextEncodingName:",
12821 "setCustomUserAgent:",
12822 "setCustomizationSheetWidth:",
12823 "setData:",
12824 "setData:forType:",
12825 "setData:length:",
12826 "setDataCell:",
12827 "setDataLength:",
12828 "setDataRetained:",
12829 "setDataSource:",
12830 "setDeadKeyProcessingEnabled:",
12831 "setDecimalSeparator:",
12832 "setDefaultAttachmentScaling:",
12833 "setDefaultBehavior:",
12834 "setDefaultButtonCell:",
12835 "setDefaultCollator:",
12836 "setDefaultCountryCode:",
12837 "setDefaultCredential:forProtectionSpace:",
12838 "setDefaultFixedFontSize:",
12839 "setDefaultFlatness:",
12840 "setDefaultFontSize:",
12841 "setDefaultLanguage:",
12842 "setDefaultLineCapStyle:",
12843 "setDefaultLineJoinStyle:",
12844 "setDefaultLineWidth:",
12845 "setDefaultMenu:",
12846 "setDefaultMiterLimit:",
12847 "setDefaultNameServerPortNumber:",
12848 "setDefaultParagraphStyle:",
12849 "setDefaultPlaceholder:forBinding:onObjectClass:",
12850 "setDefaultPlaceholder:forMarker:withBinding:",
12851 "setDefaultPreferencesClass:",
12852 "setDefaultPrinter:",
12853 "setDefaultPriority:",
12854 "setDefaultRowHeight:",
12855 "setDefaultTabInterval:",
12856 "setDefaultTextColor:",
12857 "setDefaultTextColor:whenObjectValueIsUsed:",
12858 "setDefaultTextEncoding:",
12859 "setDefaultTextEncodingName:",
12860 "setDefaultTimeZone:",
12861 "setDefaultTimeoutInterval:",
12862 "setDefaultWindingRule:",
12863 "setDeferSync:",
12864 "setDeferred:",
12865 "setDefersCallbacks:",
12866 "setDefersLoading:",
12867 "setDelegate:",
12868 "setDelegate:withNotifyingTextView:",
12869 "setDepth:",
12870 "setDepthLimit:",
12871 "setDescriptor:forKeyword:",
12872 "setDestination:",
12873 "setDestination:allowOverwrite:",
12874 "setDestinationOrigin:travelTimeInSeconds:",
12875 "setDictionary:",
12876 "setDirectParameter:",
12877 "setDirectoriesSubrowDelegate:",
12878 "setDirectory:",
12879 "setDirectory:file:",
12880 "setDisabled:",
12881 "setDisabledImage:forControlTint:",
12882 "setDisabledSelectedImage:forControlTint:",
12883 "setDisabledUnselectedImage:",
12884 "setDiskCapacity:",
12885 "setDisplayMode:",
12886 "setDisplayName:",
12887 "setDisplayPattern:",
12888 "setDisplayedCard:",
12889 "setDisplayedCard:withHistory:",
12890 "setDisplayedCommandsTitle:",
12891 "setDisplayedContainerNodes:",
12892 "setDisplayedProperty:",
12893 "setDisplayedStringsArray:",
12894 "setDisplayedTitle:",
12895 "setDisplayedWhenStopped:",
12896 "setDisplaysTooltips:",
12897 "setDistributionIdentifier:forProperty:person:",
12898 "setDoSelectGroup:",
12899 "setDockMenu:",
12900 "setDocument:",
12901 "setDocumentAttributes:",
12902 "setDocumentCursor:",
12903 "setDocumentEdited:",
12904 "setDocumentState:",
12905 "setDocumentView:",
12906 "setDouble:forKey:",
12907 "setDoubleAction:",
12908 "setDoubleClickTarget:andAction:",
12909 "setDoubleValue:",
12910 "setDownloadDelegate:",
12911 "setDragWindowImage:",
12912 "setDrawsBackground:",
12913 "setDrawsCellBackground:",
12914 "setDrawsContainmentIndicator:",
12915 "setDrawsGrid:",
12916 "setDrawsOutsideLineFragment:forGlyphAtIndex:",
12917 "setDrawsOutsideLineFragment:forGlyphRange:",
12918 "setDrawsSpecialSelection:",
12919 "setDrawsTrackAsColorScaleType:",
12920 "setDropItem:dropChildIndex:",
12921 "setDropRow:dropOperation:",
12922 "setDynamicDepthLimit:",
12923 "setDynamicVerticalScroller:",
12924 "setEchosBullets:",
12925 "setEditButton:",
12926 "setEditMode:",
12927 "setEditable:",
12928 "setEdited:",
12929 "setEditedFlag:",
12930 "setEmpty",
12931 "setEmpty:",
12932 "setEnableCustomAttributeFixing:",
12933 "setEnableFloatParsing:",
12934 "setEnableIntegerParsing:",
12935 "setEnabled:",
12936 "setEnabled:forSegment:",
12937 "setEnabledFileTypes:",
12938 "setEncoding:userChosen:",
12939 "setEndSpecifier:",
12940 "setEndSubelementIdentifier:",
12941 "setEndSubelementIndex:",
12942 "setEntryType:",
12943 "setEntryWidth:",
12944 "setEnvironment:",
12945 "setErrorAction:",
12946 "setErrorProc:",
12947 "setEvaluationErrorNumber:",
12948 "setEventCoalescingEnabled:",
12949 "setEventHandler:andSelector:forEventClass:andEventID:",
12950 "setEventMask:",
12951 "setEventsTraced:",
12952 "setExchangeServer:",
12953 "setExcludedFromWindowsMenu:",
12954 "setExpanded:",
12955 "setExpandedView:",
12956 "setExtensionHidden:",
12957 "setExtraLineFragmentRect:usedRect:textContainer:",
12958 "setFantasyFontFamily:",
12959 "setFauxFilePackageTypes:",
12960 "setFieldEditor:",
12961 "setFieldVisible:withBool:",
12962 "setFile:",
12963 "setFileAttributes:",
12964 "setFileListMode:",
12965 "setFileListOrderedByFileProperty:",
12966 "setFileListOrderedByFileProperty:ascending:",
12967 "setFileListOrderedByFileProperty:ascending:caseSensitive:",
12968 "setFileName:",
12969 "setFileType:",
12970 "setFileWrapper:",
12971 "setFilename:",
12972 "setFilepathLabel:",
12973 "setFill",
12974 "setFilter:",
12975 "setFindString:writeToPasteboard:updateUI:",
12976 "setFireDate:",
12977 "setFirstLineHeadIndent:",
12978 "setFixedFontFamily:",
12979 "setFixedWidthFont",
12980 "setFlatness:",
12981 "setFlipped:",
12982 "setFloat:forKey:",
12983 "setFloatValue:",
12984 "setFloatValue:knobProportion:",
12985 "setFloatingPanel:",
12986 "setFloatingPointFormat:left:right:",
12987 "setFocusRingType:",
12988 "setFocusStack:",
12989 "setFocusedColorChipIndex:",
12990 "setFollowsItalicAngle:",
12991 "setFont:",
12992 "setFont:range:",
12993 "setFontDescriptorKey:",
12994 "setFontManagerFactory:",
12995 "setFontMenu:",
12996 "setFontName:",
12997 "setFontPanel:",
12998 "setFontPanelFactory:",
12999 "setFontSize:",
13000 "setForegroundColor:",
13001 "setFormContentType:",
13002 "setFormData:",
13003 "setFormReferrer:",
13004 "setFormat:",
13005 "setFormatAutosaveName:",
13006 "setFormatter:",
13007 "setFrame:",
13008 "setFrame:animate:fromLayout:toLayout:paneWidths:numberOfPanes:",
13009 "setFrame:display:",
13010 "setFrame:display:animate:",
13011 "setFrameAutosaveName:",
13012 "setFrameFromContentFrame:",
13013 "setFrameFromString:",
13014 "setFrameLoadDelegate:",
13015 "setFrameOrigin:",
13016 "setFrameRotation:",
13017 "setFrameSize:",
13018 "setFrameTopLeftPoint:",
13019 "setFrameUsingName:",
13020 "setFrameUsingName:force:",
13021 "setFullScreen",
13022 "setGradientType:",
13023 "setGraphicAttributeWithCode:",
13024 "setGraphicsState:",
13025 "setGreyButton0:",
13026 "setGreyButton1:",
13027 "setGreyButton2:",
13028 "setGreyButton3:",
13029 "setGreyButton4:",
13030 "setGreyButton5:",
13031 "setGridColor:",
13032 "setGridStyleMask:",
13033 "setGroup:",
13034 "setGroupDoubleAction:",
13035 "setGroupDoubleClickTarget:andAction:",
13036 "setGroupIdentifier:",
13037 "setGroupName:",
13038 "setGrouping:",
13039 "setGroupsByEvent:",
13040 "setHTTPBody:",
13041 "setHTTPContentType:",
13042 "setHTTPCookiePolicyBaseURL:",
13043 "setHTTPExtraCookies:",
13044 "setHTTPMethod:",
13045 "setHTTPPageNotFoundCacheLifetime:",
13046 "setHTTPReferrer:",
13047 "setHTTPShouldHandleCookies:",
13048 "setHTTPUserAgent:",
13049 "setHandle:",
13050 "setHardInvalidation:forGlyphRange:",
13051 "setHasFocus:",
13052 "setHasHorizontalRuler:",
13053 "setHasHorizontalScroller:",
13054 "setHasPageCache:",
13055 "setHasShadow:",
13056 "setHasThousandSeparators:",
13057 "setHasUndoManager:",
13058 "setHasVerticalRuler:",
13059 "setHasVerticalScroller:",
13060 "setHeadIndent:",
13061 "setHeader",
13062 "setHeaderCell:",
13063 "setHeaderView:",
13064 "setHeartBeatCycle:",
13065 "setHeightTracksTextView:",
13066 "setHelpAnchor:",
13067 "setHidden:",
13068 "setHiddenUntilMouseMoves:",
13069 "setHidesOnDeactivate:",
13070 "setHighlightMode:",
13071 "setHighlighted:",
13072 "setHighlightedItemIndex:",
13073 "setHighlightedTableColumn:",
13074 "setHighlightsBy:",
13075 "setHintCapacity:",
13076 "setHistoryProvider:",
13077 "setHorizontal:",
13078 "setHorizontalEdgePadding:",
13079 "setHorizontalLineScroll:",
13080 "setHorizontalPageScroll:",
13081 "setHorizontalPagination:",
13082 "setHorizontalRulerView:",
13083 "setHorizontalScroller:",
13084 "setHorizontallyCentered:",
13085 "setHorizontallyResizable:",
13086 "setHostCacheEnabled:",
13087 "setHostName:",
13088 "setHostWindow:",
13089 "setHyphenationFactor:",
13090 "setIcon:",
13091 "setIconForFileName:",
13092 "setIconRef:",
13093 "setIconURL:",
13094 "setIconURL:withType:",
13095 "setIdentifier:",
13096 "setIgnoredWords:inSpellDocumentWithTag:",
13097 "setIgnoresAlpha:",
13098 "setIgnoresAntialiasThreshold:",
13099 "setIgnoresMouseEvents:",
13100 "setIgnoresMultiClick:",
13101 "setImage:",
13102 "setImage:forControlTint:",
13103 "setImage:forSegment:",
13104 "setImage:startRect:andEndRect:",
13105 "setImageAlignment:",
13106 "setImageData:",
13107 "setImageDimsWhenDisabled:",
13108 "setImageFrameStyle:",
13109 "setImageFromPath:",
13110 "setImageInterpolation:",
13111 "setImageNamed:forView:",
13112 "setImageOrigin:",
13113 "setImagePosition:",
13114 "setImageRep:",
13115 "setImageRep:forImage:",
13116 "setImageScaling:",
13117 "setImageSize:",
13118 "setImplementor:atIndex:",
13119 "setImportsGraphics:",
13120 "setInPalette:",
13121 "setIncludeNotesInVCards:",
13122 "setIncrement:",
13123 "setIndentationLevel:",
13124 "setIndentationMarkerFollowsCell:",
13125 "setIndentationPerLevel:",
13126 "setIndependentConversationQueueing:",
13127 "setIndeterminate:",
13128 "setIndex:",
13129 "setIndexNeedsRefresh:",
13130 "setIndicatorImage:inTableColumn:",
13131 "setInfo:",
13132 "setInformativeText:",
13133 "setInitialFirstResponder:",
13134 "setInitialGState:",
13135 "setInitialToolTipDelay:",
13136 "setInitialValues:",
13137 "setInsertedNullPlaceholder:",
13138 "setInsertionClassDescription:",
13139 "setInsertionPointColor:",
13140 "setInsertsNullPlaceholder:",
13141 "setIntAttribute:value:forGlyphAtIndex:",
13142 "setIntValue:",
13143 "setInteger:forKey:",
13144 "setIntercellSpacing:",
13145 "setInterfaceStyle:",
13146 "setInterlineSpacing:",
13147 "setInvokesSeparatelyWithArrayObjects:withBinding:",
13148 "setIsActive:",
13149 "setIsAlias:",
13150 "setIsClosable:",
13151 "setIsContainer:",
13152 "setIsEmptyColumn:",
13153 "setIsEnabled:",
13154 "setIsExpanded:",
13155 "setIsExtensionHidden:",
13156 "setIsFileListOrderedAscending:",
13157 "setIsFileListOrderedCaseSensitive:",
13158 "setIsFileProperty:displayed:",
13159 "setIsFlipped:",
13160 "setIsMe:",
13161 "setIsMiniaturized:",
13162 "setIsPackage:",
13163 "setIsPaneSplitter:",
13164 "setIsPrimary:",
13165 "setIsResizable:",
13166 "setIsTargetItem:",
13167 "setIsUp:",
13168 "setIsVisible:",
13169 "setIsVolume:",
13170 "setIsZoomed:",
13171 "setItemHeight:",
13172 "setItemSize:",
13173 "setItemSpacing:",
13174 "setJavaEnabled:",
13175 "setJavaScriptCanOpenWindowsAutomatically:",
13176 "setJavaScriptEnabled:",
13177 "setJobDisposition:",
13178 "setJobStyleHint:",
13179 "setKey:",
13180 "setKeyBindingManager:",
13181 "setKeyCell:",
13182 "setKeyEquivalent:",
13183 "setKeyEquivalentFont:",
13184 "setKeyEquivalentFont:size:",
13185 "setKeyEquivalentModifierMask:",
13186 "setKeyNeedsRefresh:",
13187 "setKeyNeedsRefresh:atIndex:",
13188 "setKeyNeedsRefresh:forObject:",
13189 "setKeyPath:",
13190 "setKeyView:",
13191 "setKeyboardFocusRingNeedsDisplayIfNeededInRect:",
13192 "setKeyboardFocusRingNeedsDisplayInRect:",
13193 "setKeys:triggerChangeNotificationsForDependentKey:",
13194 "setKind:",
13195 "setKnobThickness:",
13196 "setLabel:",
13197 "setLabel:forSegment:",
13198 "setLanguage:",
13199 "setLanguageModel:",
13200 "setLastColumn:",
13201 "setLastComponentOfFileName:",
13202 "setLastEditedStringValue:",
13203 "setLaunchPath:",
13204 "setLayoutManager:",
13205 "setLayoutType:animate:",
13206 "setLeadingOffset:",
13207 "setLeaf:",
13208 "setLeftMargin:",
13209 "setLength:",
13210 "setLevel:",
13211 "setLevelsOfUndo:",
13212 "setLineBreakMode:",
13213 "setLineCapStyle:",
13214 "setLineDash:count:phase:",
13215 "setLineFragmentPadding:",
13216 "setLineFragmentRect:forGlyphRange:usedRect:",
13217 "setLineFragmentRect:forGlyphRange:usedRect:baselineOffset:",
13218 "setLineFragmentUsedRect:forGlyphRange:",
13219 "setLineHeightMultiple:",
13220 "setLineJoinStyle:",
13221 "setLineScroll:",
13222 "setLineSpacing:",
13223 "setLineWidth:",
13224 "setLinkTextAttributes:",
13225 "setListensInForegroundOnly:",
13226 "setLoadType:",
13227 "setLoaded:",
13228 "setLoadsImagesAutomatically:",
13229 "setLocalDrag:",
13230 "setLocale:",
13231 "setLocaleListForDefaultFontFallback:",
13232 "setLocalizationFromDefaults",
13233 "setLocalizesFormat:",
13234 "setLocation:forStartOfGlyphRange:",
13235 "setLocation:forStartOfGlyphRange:coalesceRuns:",
13236 "setLocation:withAdvancements:forStartOfGlyphRange:",
13237 "setLogicalSize:",
13238 "setLong:forKey:",
13239 "setLoopMode:",
13240 "setLowercasedAttributes:",
13241 "setMIMEToDescriptionDictionary:",
13242 "setMIMEToExtensionsDictionary:",
13243 "setMIMEType:",
13244 "setMainDocumentURL:",
13245 "setMainMenu:",
13246 "setMaintainsBackForwardList:",
13247 "setMark:",
13248 "setMarkedText:selectedRange:",
13249 "setMarkedTextAttributes:",
13250 "setMarker:",
13251 "setMarkerLocation:",
13252 "setMarkers:",
13253 "setMasterObjectRelationship:",
13254 "setMatchesOnMultipleResolution:",
13255 "setMatrixClass:",
13256 "setMax:",
13257 "setMaxContentSize:",
13258 "setMaxResults:",
13259 "setMaxSize:",
13260 "setMaxValue:",
13261 "setMaxVisibleColumns:",
13262 "setMaxWidth:",
13263 "setMaximum:",
13264 "setMaximumAttributeCacheSize:",
13265 "setMaximumLength:",
13266 "setMaximumLineHeight:",
13267 "setMaximumRecents:",
13268 "setMe:",
13269 "setMeasurementUnits:",
13270 "setMembersSubrowDelegate:",
13271 "setMemoryCapacity:",
13272 "setMenu:",
13273 "setMenuBarVisible:",
13274 "setMenuChangedMessagesEnabled:",
13275 "setMenuFormRepresentation:",
13276 "setMenuItem:",
13277 "setMenuItemCell:forItemAtIndex:",
13278 "setMenuRepresentation:",
13279 "setMenuView:",
13280 "setMenuZone:",
13281 "setMessage:",
13282 "setMessageText:",
13283 "setMessageType:",
13284 "setMinColumnWidth:",
13285 "setMinContentSize:",
13286 "setMinNumberOfRows:",
13287 "setMinSize:",
13288 "setMinValue:",
13289 "setMinWidth:",
13290 "setMinimum:",
13291 "setMinimumFontSize:",
13292 "setMinimumLineHeight:",
13293 "setMiniwindowImage:",
13294 "setMiniwindowTitle:",
13295 "setMiterLimit:",
13296 "setMixedStateImage:",
13297 "setMnemonicLocation:",
13298 "setModDate:",
13299 "setModalMode:",
13300 "setMode:",
13301 "setModel:",
13302 "setMonoCharacterSeparatorCharacters:usualPunctuation:",
13303 "setMovable:",
13304 "setMovableByWindowBackground:",
13305 "setMovie:",
13306 "setMsgid:",
13307 "setMultiValue:forProperty:",
13308 "setMultipleCharacterSeparators:",
13309 "setMutableAttributedString:",
13310 "setMutableDictionary:",
13311 "setMuted:",
13312 "setName:",
13313 "setNameDoubleAction:",
13314 "setNameFieldLabel:",
13315 "setNamedItem:",
13316 "setNamedItemNS:",
13317 "setNavNodeClass:",
13318 "setNeedsDisplay",
13319 "setNeedsDisplay:",
13320 "setNeedsDisplayForItemAtIndex:",
13321 "setNeedsDisplayForResponderChange",
13322 "setNeedsDisplayInRect:",
13323 "setNeedsDisplayInRect:avoidAdditionalLayout:",
13324 "setNeedsDisplayLater",
13325 "setNeedsLayout",
13326 "setNeedsLayout:",
13327 "setNeedsReapplyStyles",
13328 "setNeedsRefresh",
13329 "setNeedsResyncWithDefaultVoice:",
13330 "setNeedsSizing:",
13331 "setNeedsToApplyStyles:",
13332 "setNegativeFormat:",
13333 "setNewAvailableData:",
13334 "setNextKeyView:",
13335 "setNextResponder:",
13336 "setNextState",
13337 "setNextText:",
13338 "setNilValueForKey:",
13339 "setNoImage:",
13340 "setNode:displayState:",
13341 "setNode:isDirectory:displayState:",
13342 "setNodeValue:",
13343 "setNotShownAttribute:forGlyphAtIndex:",
13344 "setNotShownAttribute:forGlyphRange:",
13345 "setNotificationCenterSerializeRemoves:",
13346 "setNotifyOnSelectionChanged:",
13347 "setNumRowsToToggleVisible:",
13348 "setNumberOfItemsPerRow:",
13349 "setNumberOfTickMarks:",
13350 "setNumberOfVisibleItems:",
13351 "setObject:atIndex:",
13352 "setObject:forIndex:dictionary:",
13353 "setObject:forKey:",
13354 "setObject:forKey:inDomain:",
13355 "setObjectBeingTested:",
13356 "setObjectClass:",
13357 "setObjectForCurrentRecognition:",
13358 "setObjectNeedsRefresh:",
13359 "setObjectValue:",
13360 "setObjectZone:",
13361 "setObscured:",
13362 "setObservationInfo:",
13363 "setOffScreen:width:height:rowbytes:",
13364 "setOffStateImage:",
13365 "setOnMouseEntered:",
13366 "setOnMouseExited:",
13367 "setOnStateImage:",
13368 "setOneShot:",
13369 "setOpaque:",
13370 "setOpenGLContext:",
13371 "setOptimizableColumn:",
13372 "setOption:value:",
13373 "setOptionalSharedHistory:",
13374 "setOptions:",
13375 "setOptionsAttributes:string:",
13376 "setOptionsDictionary:",
13377 "setOptionsPopUp:",
13378 "setOrderedIndex:",
13379 "setOrientation:",
13380 "setOrigin:",
13381 "setOriginLoadLimit:",
13382 "setOriginLoadTimeout:",
13383 "setOriginOffset:",
13384 "setOriginalNode:",
13385 "setOriginalURLString:",
13386 "setOutline:",
13387 "setOutlineTableColumn:",
13388 "setOutlookWebAccessServer:",
13389 "setOutputFormat:",
13390 "setOutputTraced:",
13391 "setPMPageFormat:",
13392 "setPMPrintSettings:",
13393 "setPackage:",
13394 "setPage:",
13395 "setPageCacheSize:",
13396 "setPageOrder:",
13397 "setPageScroll:",
13398 "setPaletteLabel:",
13399 "setPalettePopUp:",
13400 "setPanel:",
13401 "setPanelFont:isMultiple:",
13402 "setPaperName:",
13403 "setPaperSize:",
13404 "setParagraphGlyphRange:separatorGlyphRange:",
13405 "setParagraphSpacing:",
13406 "setParagraphSpacingBefore:",
13407 "setParagraphStyle:",
13408 "setParagraphs:",
13409 "setParamDescriptor:forKeyword:",
13410 "setParameter:forOption:",
13411 "setParent:",
13412 "setParentCrayonRow:",
13413 "setParentCrayonView:",
13414 "setParentWindow:",
13415 "setPassword:",
13416 "setPasswordMode:",
13417 "setPath:",
13418 "setPathSeparator:",
13419 "setPatternPhase:",
13420 "setPausedActions:",
13421 "setPenAttributeWithCode:",
13422 "setPeopleDoubleClickTarget:andAction:",
13423 "setPeoplePickerView:",
13424 "setPeriodicDelay:interval:",
13425 "setPersistentDomain:forName:",
13426 "setPhysicalSize:",
13427 "setPickerMask:",
13428 "setPickerMode:",
13429 "setPixelFormat:",
13430 "setPixelsHigh:",
13431 "setPixelsWide:",
13432 "setPlaceholder:forMarker:isDefault:",
13433 "setPlaceholder:forMarker:withBinding:",
13434 "setPlaceholderAttributedString:",
13435 "setPlaceholderString:",
13436 "setPlaysEveryFrame:",
13437 "setPlaysSelectionOnly:",
13438 "setPlugInsEnabled:",
13439 "setPlugin:",
13440 "setPluginDescription:",
13441 "setPluginPointer:",
13442 "setPluginsEnabled:",
13443 "setPolicyDelegate:",
13444 "setPoolCountHighWaterMark:",
13445 "setPoolCountHighWaterResolution:",
13446 "setPort:",
13447 "setPositiveFormat:",
13448 "setPostsBoundsChangedNotifications:",
13449 "setPostsFrameChangedNotifications:",
13450 "setPreferences:",
13451 "setPreferencesIdentifier:",
13452 "setPreferencesView:",
13453 "setPreferredEdge:",
13454 "setPreferredFilename:",
13455 "setPreferredFontNames:",
13456 "setPrefersAllColumnUserResizing:",
13457 "setPrefersColorMatch:",
13458 "setPrefix:",
13459 "setPreservesSelection:",
13460 "setPressedImage:",
13461 "setPressedImage:forControlTint:",
13462 "setPreviewNode:",
13463 "setPreviousItem:",
13464 "setPreviousText:",
13465 "setPrimaryIdentifier:",
13466 "setPrintInfo:",
13467 "setPrintPanel:",
13468 "setPrinter:",
13469 "setPriority:forFlavor:",
13470 "setPrivateVCardEnabled:",
13471 "setProcessName:",
13472 "setPrompt:",
13473 "setProperty:",
13474 "setProperty:forKey:",
13475 "setProperty:forKey:inRequest:",
13476 "setProperty:withValue:",
13477 "setPropertyList:forType:",
13478 "setProtocolForProxy:",
13479 "setProtocolSpecificInformation:",
13480 "setPrototype:",
13481 "setProvisionalDataSource:",
13482 "setProvisionalItem:",
13483 "setProxyPropertiesForURL:onStream:",
13484 "setPullsDown:",
13485 "setQueryAttributes:",
13486 "setQueryType:",
13487 "setQuoteBinding:",
13488 "setQuotingWithSingleQuote:double:",
13489 "setRaisesForNotApplicableKeys:",
13490 "setRaisesForNotApplicableKeys:withBinding:",
13491 "setRangeContainerClassDescription:",
13492 "setRangeContainerObject:",
13493 "setRate:",
13494 "setReadOnly:",
13495 "setRealDelegate:",
13496 "setReceiversSpecifier:",
13497 "setRecentSearches:",
13498 "setRecentsAutosaveName:",
13499 "setRecordTypesToSearchFor:",
13500 "setRecordsUserChanges:",
13501 "setRefreshesAllKeys:",
13502 "setRefreshesAllObjects:",
13503 "setRefusesFirstResponder:",
13504 "setRefusesToBeShown:",
13505 "setRegistryClass:",
13506 "setRegistryString:",
13507 "setRelatedObject:",
13508 "setRelativePosition:",
13509 "setReleasedWhenClosed:",
13510 "setReleasesAfterPoofing:",
13511 "setRememberedSnapToIndex:",
13512 "setRemovable:",
13513 "setRenderPart:",
13514 "setRepeatCountForNextCommand:",
13515 "setReplyMode:",
13516 "setReplyTimeout:",
13517 "setRepopulatedContentWithNumberOfContentItems:",
13518 "setReporter:selector:",
13519 "setRepresentedFilename:",
13520 "setRepresentedObject:",
13521 "setRequestTimeout:",
13522 "setRequiredFileType:",
13523 "setRequiresDirectKeyValueCodingCall:partialControllerKey:partialObjectKey:",
13524 "setReservedThicknessForAccessoryView:",
13525 "setReservedThicknessForMarkers:",
13526 "setResizable:",
13527 "setResizeIncrements:",
13528 "setResizeableColumns:",
13529 "setResolvesAliases:",
13530 "setResourceData:",
13531 "setResourceLoadDelegate:",
13532 "setResponse:",
13533 "setResponseHeader:",
13534 "setResponseHeaderUsingHTTPResponse:andCall:context:",
13535 "setReturnCompletes:",
13536 "setReturnValue:",
13537 "setReusesColumns:",
13538 "setRichText:",
13539 "setRightMargin:",
13540 "setRootNode:",
13541 "setRootObject:",
13542 "setRootPath:",
13543 "setRoundedEdges:",
13544 "setRoundingBehavior:",
13545 "setRowHeight:",
13546 "setRuleThickness:",
13547 "setRulerViewClass:",
13548 "setRulerVisible:",
13549 "setRulersVisible:",
13550 "setRunLoop:",
13551 "setRunLoopModes:",
13552 "setSRRecognitionSystem:",
13553 "setSRRecognizer:",
13554 "setSansSerifFontFamily:",
13555 "setSaveWeighting:",
13556 "setScalesWhenResized:",
13557 "setScanLocation:",
13558 "setScope:",
13559 "setScriptCommand:",
13560 "setScriptErrorNumber:",
13561 "setScriptErrorString:",
13562 "setScriptingProperties:",
13563 "setScrollPoint:",
13564 "setScrollView:",
13565 "setScrollable:",
13566 "setScrollbarsVisible:",
13567 "setScrollsDynamically:",
13568 "setSearchBase:",
13569 "setSearchButtonCell:",
13570 "setSearchList:",
13571 "setSearchMenuTemplate:",
13572 "setSearchState:",
13573 "setSearchString:",
13574 "setSearchValue:",
13575 "setSegmentCount:",
13576 "setSegmentWidth:",
13577 "setSelectable:",
13578 "setSelected:forSegment:",
13579 "setSelectedAttributes:isMultiple:",
13580 "setSelectedDirectories:",
13581 "setSelectedDirectoryResult:",
13582 "setSelectedDirectoryResults:",
13583 "setSelectedFont:isMultiple:",
13584 "setSelectedGroup:",
13585 "setSelectedGroups:",
13586 "setSelectedImage:forControlTint:",
13587 "setSelectedItemIdentifier:",
13588 "setSelectedMember:",
13589 "setSelectedMembers:",
13590 "setSelectedObjects:",
13591 "setSelectedRange:",
13592 "setSelectedRange:affinity:stillSelecting:",
13593 "setSelectedRecord:",
13594 "setSelectedRecords:",
13595 "setSelectedSegment:",
13596 "setSelectedTextAttributes:",
13597 "setSelectionByRect:",
13598 "setSelectionFrom:startOffset:to:endOffset:",
13599 "setSelectionFrom:to:anchor:highlight:",
13600 "setSelectionGranularity:",
13601 "setSelectionIndex:",
13602 "setSelectionIndexes:",
13603 "setSelector:",
13604 "setSelectsAllWhenSettingContent:",
13605 "setSelectsInsertedObjects:",
13606 "setSendsActionOnArrowKeys:",
13607 "setSendsActionOnEndEditing:",
13608 "setSendsWholeSearchString:",
13609 "setSeparatesColumns:",
13610 "setSerifFontFamily:",
13611 "setServer:",
13612 "setServersInDefaultsFile:",
13613 "setServicesMenu:",
13614 "setServicesProvider:",
13615 "setSessionUID:",
13616 "setSet:",
13617 "setShadowBlurRadius:",
13618 "setShadowOffset:",
13619 "setShadowState:",
13620 "setSharedPrintInfo:",
13621 "setSharedScriptSuiteRegistry:",
13622 "setSharedURLCache:",
13623 "setShortVersion:",
13624 "setShouldAntialias:",
13625 "setShouldCascadeWindows:",
13626 "setShouldCloseDocument:",
13627 "setShouldCreateRenderers:",
13628 "setShouldCreateUI:",
13629 "setShouldPrintExceptions:",
13630 "setShouldProcessNamespaces:",
13631 "setShouldReportNamespacePrefixes:",
13632 "setShouldResolveExternalEntities:",
13633 "setShouldValidate:",
13634 "setShowFlare:",
13635 "setShowGroupMembership:",
13636 "setShowPanels:",
13637 "setShownAboveComboBox:",
13638 "setShowsAlpha:",
13639 "setShowsBorderOnlyWhileMouseInside:",
13640 "setShowsControlCharacters:",
13641 "setShowsFirstResponder:",
13642 "setShowsHelp:",
13643 "setShowsHiddenFiles:",
13644 "setShowsInvisibleCharacters:",
13645 "setShowsPreviews:",
13646 "setShowsResizeIndicator:",
13647 "setShowsStateBy:",
13648 "setSibling1:",
13649 "setSibling2:",
13650 "setSimpleCommandsArray:",
13651 "setSize:",
13652 "setSizeLimit:",
13653 "setSizeMode:",
13654 "setSizeTitle:",
13655 "setSliderType:",
13656 "setSmartInsertDeleteEnabled:",
13657 "setSortDescriptorPrototype:",
13658 "setSortDescriptors:",
13659 "setSound:",
13660 "setSource:",
13661 "setSpacing:inWindow:delegate:",
13662 "setSpeakingString:",
13663 "setSpeechChannelWithVoiceCreator:voiceID:",
13664 "setSpeechChannelWithVoiceIdentifier:",
13665 "setStandardError:",
13666 "setStandardFontFamily:",
13667 "setStandardInput:",
13668 "setStandardOutput:",
13669 "setStandardUserDefaults:",
13670 "setStartSpecifier:",
13671 "setStartSubelementIdentifier:",
13672 "setStartSubelementIndex:",
13673 "setStartsNewProcessGroup:",
13674 "setState:",
13675 "setState:atRow:column:",
13676 "setStatusBar:",
13677 "setStatusBarVisible:",
13678 "setStatusCode:",
13679 "setStatusMenu:",
13680 "setStatusText:",
13681 "setString:",
13682 "setString:forType:",
13683 "setStringEncoding:",
13684 "setStringValue:",
13685 "setStroke",
13686 "setStyle:",
13687 "setStyleMask:",
13688 "setSubmenu:",
13689 "setSubmenu:forItem:",
13690 "setSubmenuRepresentedObjectsAreStale",
13691 "setSubrowSelection:",
13692 "setSupermenu:",
13693 "setSuppressLayout:",
13694 "setSuspended:",
13695 "setSyncCount:",
13696 "setSynchronized:",
13697 "setSystemCharacterProperties:",
13698 "setSystemLanguage:",
13699 "setSystemLanguages:",
13700 "setTabKeyTraversesCells:",
13701 "setTabStops:",
13702 "setTabViewType:",
13703 "setTableColumn:",
13704 "setTableView:",
13705 "setTag:",
13706 "setTag:atRow:column:",
13707 "setTag:target:action:atRow:column:",
13708 "setTailIndent:",
13709 "setTakesTitleFromPreviousColumn:",
13710 "setTarget:",
13711 "setTarget:atRow:column:",
13712 "setTarget:selector:userInfo:",
13713 "setTaskDictionary:",
13714 "setTearOffMenuRepresentation:",
13715 "setTemplate:",
13716 "setTemplateChangedObserver:withSelector:",
13717 "setTemporaryAttributes:forCharacterRange:",
13718 "setTest:",
13719 "setTestedObjectClassDescription:",
13720 "setText:",
13721 "setTextAlignment:",
13722 "setTextAttributeWithCode:",
13723 "setTextAttributesForNegativeValues:",
13724 "setTextAttributesForPositiveValues:",
13725 "setTextColor:",
13726 "setTextColor:range:",
13727 "setTextColor:whenObjectValueIsUsed:",
13728 "setTextContainer:",
13729 "setTextContainer:forGlyphRange:",
13730 "setTextContainerInset:",
13731 "setTextFont:",
13732 "setTextProc:",
13733 "setTextSizeMultiplier:",
13734 "setTextStorage:",
13735 "setTextView:",
13736 "setThemeFrameWidgetState:",
13737 "setThousandSeparator:",
13738 "setThread:withObject:withSessionUID:",
13739 "setThreadPriority:",
13740 "setTickMarkPosition:",
13741 "setTighenThresholdForTruncation:",
13742 "setTimeIntervalSince1970:",
13743 "setTimeLimit:",
13744 "setTimeZone:",
13745 "setTimeoutInterval:",
13746 "setTimer",
13747 "setTitle:",
13748 "setTitle:andDefeatWrap:",
13749 "setTitle:andMessage:",
13750 "setTitle:ofColumn:",
13751 "setTitle:ofItemWithIdentifier:",
13752 "setTitleAlignment:",
13753 "setTitleCell:",
13754 "setTitleColor:",
13755 "setTitleFont:",
13756 "setTitleNoCopy:",
13757 "setTitlePosition:",
13758 "setTitleWidth:",
13759 "setTitleWithMnemonic:",
13760 "setTitleWithRepresentedFilename:",
13761 "setTitleWithRepresentedObject:",
13762 "setTitled:",
13763 "setToolTip:",
13764 "setToolTip:forCell:",
13765 "setToolTip:forView:cell:",
13766 "setToolTipForView:rect:displayDelegate:userData:",
13767 "setToolTipForView:rect:owner:userData:",
13768 "setToolTipWithOwner:forView:cell:",
13769 "setToolbar:",
13770 "setToolbarsVisible:",
13771 "setTopLevelObject:",
13772 "setTopMargin:",
13773 "setTrackingConstraint:",
13774 "setTrackingConstraintKeyMask:",
13775 "setTrackingMode:",
13776 "setTrailingOffset:",
13777 "setTransformStruct:",
13778 "setTransparent:",
13779 "setTransparentBackground:",
13780 "setTreatsDirectoryAliasesAsDirectories:",
13781 "setTreatsFilePackagesAsDirectories:",
13782 "setType:",
13783 "setTypes:onPasteboard:",
13784 "setTypesetter:",
13785 "setTypesetterBehavior:",
13786 "setTypingAttributes:",
13787 "setUIController:",
13788 "setUID:",
13789 "setUIDelegate:",
13790 "setURL:",
13791 "setUndoActionName:",
13792 "setUndoManager:",
13793 "setUniqueID:",
13794 "setUnquotedStringCharacters:lowerCaseLetters:upperCaseLetters:digits:",
13795 "setUnquotedStringStartCharacters:lowerCaseLetters:upperCaseLetters:digits:",
13796 "setUnselectedImage:",
13797 "setUpDataSources",
13798 "setUpDataSourcesAndSelection",
13799 "setUpFieldEditorAttributes:",
13800 "setUpForChallenge:",
13801 "setUpGState",
13802 "setUpPrintOperationDefaultValues",
13803 "setUpSourceForData:",
13804 "setUpTextField:",
13805 "setUpTrackingRects",
13806 "setUseOffsetImageHack:",
13807 "setUseSSL:",
13808 "setUsedSize:",
13809 "setUserFixedPitchFont:",
13810 "setUserFont:",
13811 "setUserStyleSheetEnabled:",
13812 "setUserStyleSheetLocation:",
13813 "setUsesAlternatingRowBackgroundColors:",
13814 "setUsesContinuousChangeNotification:",
13815 "setUsesDataSource:",
13816 "setUsesDistinct:",
13817 "setUsesEPSOnResolutionMismatch:",
13818 "setUsesFeedbackWindow:",
13819 "setUsesFindPanel:",
13820 "setUsesFontLeading:",
13821 "setUsesFontPanel:",
13822 "setUsesInactiveTextBackgroundColor:",
13823 "setUsesItemFromMenu:",
13824 "setUsesMultiThreaded:",
13825 "setUsesRuler:",
13826 "setUsesScreenFonts:",
13827 "setUsesThreadedAnimation:",
13828 "setUsesUserKeyEquivalents:",
13829 "setUsesVectorMovement:",
13830 "setUsingDefaultVoice:",
13831 "setVCardField:isPrivate:",
13832 "setValid:",
13833 "setValidateSize:",
13834 "setValidatesImmediately:",
13835 "setValidatesImmediately:withBinding:",
13836 "setValue:",
13837 "setValue:forBinding:atIndex:error:",
13838 "setValue:forBinding:error:",
13839 "setValue:forHTTPHeaderField:",
13840 "setValue:forKey:",
13841 "setValue:forKeyPath:",
13842 "setValue:forProperty:",
13843 "setValue:forUndefinedKey:",
13844 "setValue:inObject:",
13845 "setValueInTemporaryCache:forProperty:",
13846 "setValueSelectionBehavior:",
13847 "setValueTransformer:",
13848 "setValueTransformer:forName:",
13849 "setValueTransformerName:",
13850 "setValueWraps:",
13851 "setValues:forParameter:",
13852 "setValuesForKeysWithDictionary:",
13853 "setVariableRows:",
13854 "setVersion:",
13855 "setVertical:",
13856 "setVerticalLineScroll:",
13857 "setVerticalMotionCanBeginDrag:",
13858 "setVerticalPageScroll:",
13859 "setVerticalPagination:",
13860 "setVerticalRulerView:",
13861 "setVerticalScroller:",
13862 "setVerticallyCentered:",
13863 "setVerticallyResizable:",
13864 "setView:",
13865 "setViewKind:",
13866 "setViewOfPickerIsLoaded:",
13867 "setViewScale:",
13868 "setViewSize:",
13869 "setViewZoom:",
13870 "setViewsNeedDisplay:",
13871 "setVisible:",
13872 "setVisitCount:",
13873 "setVisualFrame:",
13874 "setVoice:",
13875 "setVolatileDomain:forName:",
13876 "setVolume:",
13877 "setWaitCursorEnabled:",
13878 "setWaitOnTake:",
13879 "setWantsNotificationForMarkedText:",
13880 "setWantsToBeColor:",
13881 "setWebFrameView:",
13882 "setWebView:",
13883 "setWidget:",
13884 "setWidth:",
13885 "setWidth:ofColumn:",
13886 "setWidthTracksTextView:",
13887 "setWillLoadImagesAutomatically:",
13888 "setWindingRule:",
13889 "setWindow",
13890 "setWindow:",
13891 "setWindowContentRect:",
13892 "setWindowController:",
13893 "setWindowFrame:",
13894 "setWindowFrameAutosaveName:",
13895 "setWindowFrameForAttachingToRect:onScreen:preferredEdge:popUpSelectedItem:",
13896 "setWindowIsResizable:",
13897 "setWindowsMenu:",
13898 "setWindowsNeedUpdate:",
13899 "setWithArray:",
13900 "setWithCapacity:",
13901 "setWithObject:",
13902 "setWithObjects:",
13903 "setWithObjects:count:",
13904 "setWithSet:",
13905 "setWordFieldStringValue:",
13906 "setWordWrap:",
13907 "setWords:",
13908 "setWorksWhenModal:",
13909 "setWraps:",
13910 "settings",
13911 "setup",
13912 "setupAsPeoplePicker:",
13913 "setupCarbonMenuBar",
13914 "setupForNoMenuBar",
13915 "setupGuessesBrowser",
13916 "setupImportPanelWithTitle:selector:target:object:",
13917 "setupKeyboardNavigation:",
13918 "shadeColorWithDistance:towardsColor:",
13919 "shadow",
13920 "shadowBlurRadius",
13921 "shadowColor",
13922 "shadowDirtyRect",
13923 "shadowImageAroundPath:",
13924 "shadowOffset",
13925 "shadowState",
13926 "shadowWithLevel:",
13927 "shapeWindow",
13928 "sharedAEDescriptorTranslator",
13929 "sharedAdapter",
13930 "sharedAddressBook",
13931 "sharedAppleEventManager",
13932 "sharedApplication",
13933 "sharedBuddyStatus",
13934 "sharedCoercionHandler",
13935 "sharedColorPanel",
13936 "sharedColorPanelExists",
13937 "sharedController",
13938 "sharedCredentialStorage",
13939 "sharedDBCache",
13940 "sharedDocumentController",
13941 "sharedDragManager",
13942 "sharedExchangeSetup",
13943 "sharedFactory",
13944 "sharedFocusState",
13945 "sharedFontManager",
13946 "sharedFontOptions",
13947 "sharedFontPanel",
13948 "sharedFontPanelExists",
13949 "sharedFrameLoadDelegate",
13950 "sharedFrameworksPath",
13951 "sharedGlyphGenerator",
13952 "sharedGlyphGeneratorForTypesetterBehavior:",
13953 "sharedHTTPAuthenticator",
13954 "sharedHTTPCookieStorage",
13955 "sharedHandler",
13956 "sharedHeartBeat",
13957 "sharedHelpManager",
13958 "sharedIconDatabase",
13959 "sharedImagePickerControllerCreate:",
13960 "sharedInfoPanel",
13961 "sharedInit",
13962 "sharedInstance",
13963 "sharedKeyBindingManager",
13964 "sharedLDAPManagerInstance",
13965 "sharedMagnifier",
13966 "sharedMappings",
13967 "sharedNetworkController",
13968 "sharedNetworkSettings",
13969 "sharedPolicyDelegate",
13970 "sharedPreferences",
13971 "sharedPrintInfo",
13972 "sharedRegistry",
13973 "sharedRemoteImageLoader",
13974 "sharedResourceLoadDelegate",
13975 "sharedScriptExecutionContext",
13976 "sharedScriptSuiteRegistry",
13977 "sharedScriptingAppleEventHandler",
13978 "sharedServiceMaster",
13979 "sharedSpellChecker",
13980 "sharedSpellCheckerExists",
13981 "sharedSupportPath",
13982 "sharedSystemTypesetter",
13983 "sharedSystemTypesetterForBehavior:",
13984 "sharedTextFinder",
13985 "sharedTextRulerOptions",
13986 "sharedToolTipManager",
13987 "sharedTracer",
13988 "sharedTypesetter",
13989 "sharedUIDelegate",
13990 "sharedURLCache",
13991 "sharedUserDefaultsController",
13992 "sharedWorkspace",
13993 "sheetDidEnd:returnCode:contextInfo:",
13994 "shiftIndexesStartingAtIndex:by:",
13995 "shiftModifySelection:",
13996 "shortMonthNames",
13997 "shortName",
13998 "shortTimeFormat",
13999 "shortValue",
14000 "shortVersion",
14001 "shortWeekdayNames",
14002 "shouldAllowUserColumnResizing",
14003 "shouldAlwaysUpdateDisplayValue",
14004 "shouldAntialias",
14005 "shouldBeTreatedAsInkEvent:",
14006 "shouldBufferTextDrawing",
14007 "shouldCascadeWindows",
14008 "shouldChangePrintInfo:",
14009 "shouldChangeTextInRange:replacementString:",
14010 "shouldCloseDocument",
14011 "shouldCloseWindowController:",
14012 "shouldCloseWindowController:delegate:shouldCloseSelector:contextInfo:",
14013 "shouldCollapseAutoExpandedItemsForDeposited:",
14014 "shouldCreateRenderers",
14015 "shouldCreateUI",
14016 "shouldDelayWindowOrderingForEvent:",
14017 "shouldDrawColor",
14018 "shouldDrawInsertionPoint",
14019 "shouldEdit:inRect:ofView:",
14020 "shouldEditOnSingleClick:inRow:tableColumn:",
14021 "shouldFetchImageForEmail:withCacheDate:",
14022 "shouldHighlightWithoutSelectingCell:atRow:column:",
14023 "shouldIgnoreAction:",
14024 "shouldNotImplement:",
14025 "shouldPrintExceptions",
14026 "shouldProcessNamespaces",
14027 "shouldReportNamespacePrefixes",
14028 "shouldResolveExternalEntities",
14029 "shouldRunSavePanelWithAccessoryView",
14030 "shouldUnmount:",
14031 "shouldValidate",
14032 "showAsCompany:",
14033 "showAsPerson:",
14034 "showAttachmentCell:atPoint:",
14035 "showAttachmentCell:inRect:characterIndex:",
14036 "showCMYKView:",
14037 "showCard:",
14038 "showCardAndColumns:",
14039 "showColumns:",
14040 "showContextHelp:",
14041 "showContextHelpForObject:locationHint:",
14042 "showController:adjustingSize:",
14043 "showDeminiaturizedWindow",
14044 "showDirectories:",
14045 "showFlare",
14046 "showGotoWithInitialFilename:",
14047 "showGreyScaleView:",
14048 "showGroupMembership",
14049 "showGuessPanel:",
14050 "showHSBView:",
14051 "showHelp:",
14052 "showHelpFile:context:",
14053 "showInfoPanel:",
14054 "showLastImport:",
14055 "showModalPreferencesPanel",
14056 "showModalPreferencesPanelForOwner:",
14057 "showNodeInCurrentDirectoryWithDisplayNamePrefix:selectIfEnabled:",
14058 "showNodeInCurrentDirectoryWithFilename:selectIfEnabled:",
14059 "showPackedGlyphs:length:glyphRange:atPoint:font:color:printingAdjustment:",
14060 "showPanel:andNotify:with:",
14061 "showPanels",
14062 "showPeopleButton",
14063 "showPicker",
14064 "showPools",
14065 "showPopup",
14066 "showPreferencesPanel",
14067 "showPreferencesPanelForOwner:",
14068 "showPrimarySelection",
14069 "showRGBView:",
14070 "showStatus:",
14071 "showToolbar:",
14072 "showURL:inFrame:",
14073 "showValue:inObject:",
14074 "showWindow",
14075 "showWindow:",
14076 "showWindows",
14077 "shownValueInObject:",
14078 "showsAlpha",
14079 "showsBorderOnlyWhileMouseInside",
14080 "showsControlCharacters",
14081 "showsFirstResponder",
14082 "showsHelp",
14083 "showsHiddenFiles",
14084 "showsInvisibleCharacters",
14085 "showsPreviews",
14086 "showsResizeIndicator",
14087 "showsStateBy",
14088 "shutAllDrawers:",
14089 "sidebarContainerNodes",
14090 "sidebarFavoritesNode",
14091 "sidebarView",
14092 "sidebarVolumesNode",
14093 "signal",
14094 "signature",
14095 "signatureWithObjCTypes:",
14096 "significantText",
14097 "simpleCommandsArray",
14098 "simpleControllerWithUIController:",
14099 "singlestep:",
14100 "size",
14101 "sizeCreditsView",
14102 "sizeForKey:inTable:",
14103 "sizeForMagnification:",
14104 "sizeForPaperName:",
14105 "sizeHeightToFit",
14106 "sizeLastColumnToFit",
14107 "sizeLimit",
14108 "sizeMode",
14109 "sizeOfDictionary:",
14110 "sizeOfLabel:",
14111 "sizeOfTitlebarButtons",
14112 "sizeOfTitlebarButtons:",
14113 "sizeOfTitlebarToolbarButton",
14114 "sizeOfTypesetterGlyphInfo",
14115 "sizeToCells",
14116 "sizeToFit",
14117 "sizeToFitAndAdjustWindowHeight",
14118 "sizeToFitWidth",
14119 "sizeValue",
14120 "sizeWhenSizedToFit",
14121 "sizeWidthToFit",
14122 "sizeWithAttributes:",
14123 "skipDescendents",
14124 "skipUnimplementedOpcode:",
14125 "sleepForTimeInterval:",
14126 "sleepUntilDate:",
14127 "slideDraggedImageTo:",
14128 "slideImage:from:to:",
14129 "sliderType",
14130 "slotForKey:",
14131 "slowFirstLastSortingNamePart1:part2:",
14132 "slowLastFirstSortingNamePart1:part2:",
14133 "smallIcon",
14134 "smallSystemFontSize",
14135 "smallestEncoding",
14136 "smartDeleteRangeForProposedRange:",
14137 "smartInsertAfterStringForString:replacingRange:",
14138 "smartInsertBeforeStringForString:replacingRange:",
14139 "smartInsertDeleteEnabled",
14140 "smartInsertForString:replacingRange:beforeString:afterString:",
14141 "socket",
14142 "socketType",
14143 "sortDescriptorForFileProperty:dataSource:ascending:",
14144 "sortDescriptorPrototype",
14145 "sortDescriptors",
14146 "sortIndicatorRectForBounds:",
14147 "sortKeyForString:range:flags:",
14148 "sortMembers:",
14149 "sortSubviewsUsingFunction:context:",
14150 "sortUsingDescriptors:",
14151 "sortUsingFunction:context:",
14152 "sortUsingFunction:context:range:",
14153 "sortUsingSelector:",
14154 "sortedArrayHint",
14155 "sortedArrayUsingDescriptors:",
14156 "sortedArrayUsingFunction:context:",
14157 "sortedArrayUsingFunction:context:hint:",
14158 "sortedArrayUsingSelector:",
14159 "sortedArrayUsingSelector:hint:",
14160 "sound",
14161 "soundNamed:",
14162 "soundUnfilteredFileTypes",
14163 "soundUnfilteredPasteboardTypes",
14164 "source",
14165 "sourceFrame",
14166 "spaceForScrollbarAndScrollViewBorder",
14167 "spaceItemIdentifier",
14168 "speakString:",
14169 "speakingString",
14170 "specified",
14171 "specifierFromPath:",
14172 "speechChannel",
14173 "spellCheckerDocumentTag",
14174 "spellServer:findMisspelledWordInString:language:wordCount:countOnly:",
14175 "spellServer:suggestGuessesForWord:inLanguage:",
14176 "spellingPanel",
14177 "spinningArrows",
14178 "splitText:",
14179 "splitView:canCollapseSubview:",
14180 "splitView:constrainMaxCoordinate:ofSubviewAt:",
14181 "splitView:constrainMinCoordinate:ofSubviewAt:",
14182 "splitView:constrainSplitPosition:ofSubviewAt:",
14183 "splitView:didMoveDivider:distance:",
14184 "splitView:resizeSubviewsWithOldSize:",
14185 "splitView:willMoveDivider:distance:",
14186 "splitViewDidResizeSubviews:",
14187 "splitViewDidTrackOrResize:",
14188 "splitViewDoubleClick:",
14189 "splitViewWillTrackOrResize:",
14190 "splitterWithIndex:parent:",
14191 "srRecognitionSystem",
14192 "srRecognizer",
14193 "standardError",
14194 "standardFontFamily",
14195 "standardInput",
14196 "standardItemWithItemIdentifier:",
14197 "standardOutput",
14198 "standardPreferences",
14199 "standardUserDefaults",
14200 "standardWindowButton:",
14201 "standardWindowButton:forStyleMask:",
14202 "standardizedURL",
14203 "standardizedURLPath",
14204 "start",
14205 "start:",
14206 "startAllPlugins",
14207 "startAnimation:",
14208 "startAuthentication:window:",
14209 "startCoalesceTextDrawing",
14210 "startDirectorySearch",
14211 "startEditingNewPerson:inGroup:",
14212 "startInputStream:closeOnEnd:",
14213 "startListening",
14214 "startLoading",
14215 "startLoadingResource:withURL:",
14216 "startLoadingResource:withURL:referrer:forDataSource:",
14217 "startObservingContentObject:",
14218 "startOriginLoad",
14219 "startPeriodicEventsAfterDelay:withPeriod:",
14220 "startProfiling",
14221 "startProgressiveLoad",
14222 "startQueryForString:withServers:",
14223 "startRectForSheet:",
14224 "startSpeaking:",
14225 "startSpeakingString:",
14226 "startSpeakingString:toURL:",
14227 "startSpecifier",
14228 "startSpinning",
14229 "startSubelementIdentifier",
14230 "startSubelementIndex",
14231 "startTextTimer",
14232 "startTimer:userInfo:",
14233 "startTimerForSpeaking",
14234 "startTrackingAt:inView:",
14235 "startTrackingWithEvent:inView:withDelegate:",
14236 "startWaitCursorTimer",
14237 "started",
14238 "stashSize",
14239 "state",
14240 "stateImageOffset",
14241 "stateImageRectForBounds:",
14242 "stateImageWidth",
14243 "statistics",
14244 "status",
14245 "status:",
14246 "statusBar",
14247 "statusCString",
14248 "statusCode",
14249 "statusForTable:",
14250 "statusItemWithLength:",
14251 "statusMenu",
14252 "statusString",
14253 "stepBack:",
14254 "stepForward:",
14255 "stepKey:elements:number:state:",
14256 "stepTowardsDestinationAtleastAsFarAs:",
14257 "stop",
14258 "stop:",
14259 "stopAllPlugins",
14260 "stopAllTimersForSpeaking",
14261 "stopAnimation",
14262 "stopAnimation:",
14263 "stopAnimationsInView:",
14264 "stopCoalescing",
14265 "stopDeferringTimers",
14266 "stopListening",
14267 "stopLoading",
14268 "stopLoading:",
14269 "stopLoadingForPolicyChange",
14270 "stopModal",
14271 "stopModalWithCode:",
14272 "stopNullEvents",
14273 "stopObservingContentObject:",
14274 "stopPeriodicEvents",
14275 "stopProfiling",
14276 "stopSearching",
14277 "stopSendingConversionUpdates",
14278 "stopSpeaking",
14279 "stopSpeaking:",
14280 "stopSpinning",
14281 "stopTextTimer",
14282 "stopTimer",
14283 "stopTimerForSpeaking",
14284 "stopTracking:at:inView:mouseIsUp:",
14285 "stopTrackingWithEvent:",
14286 "stopUpdateInsertionAnimation",
14287 "storagePolicy",
14288 "storeCachedResponse:forRequest:",
14289 "storeColorPanel:",
14290 "storeMin:andMax:ofObject:",
14291 "storedAttributes",
14292 "storedValueForKey:",
14293 "stream",
14294 "streamError",
14295 "streamStatus",
14296 "strikethroughGlyphRange:strikethroughType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:",
14297 "string",
14298 "stringArrayForKey:",
14299 "stringByAbbreviatingWithTildeInPath",
14300 "stringByAddingPercentEscapes",
14301 "stringByAddingPercentEscapesUsingEncoding:",
14302 "stringByAppendingFormat:",
14303 "stringByAppendingPathComponent:",
14304 "stringByAppendingPathExtension:",
14305 "stringByAppendingString:",
14306 "stringByConvertingPathToURL",
14307 "stringByConvertingURLToPath",
14308 "stringByDeletingLastPathComponent",
14309 "stringByDeletingPathExtension",
14310 "stringByEvaluatingJavaScriptFromString:",
14311 "stringByExpandingTildeInPath",
14312 "stringByPaddingToLength:withString:startingAtIndex:",
14313 "stringByRemovingPercentEscapes",
14314 "stringByReplacingPercentEscapesUsingEncoding:",
14315 "stringByResolvingSymlinksInPath",
14316 "stringByStandardizingPath",
14317 "stringByTrimmingCharactersInSet:",
14318 "stringDrawingTextStorage",
14319 "stringEncoding",
14320 "stringForDPSError:",
14321 "stringForIndexing",
14322 "stringForKey:",
14323 "stringForKey:inTable:",
14324 "stringForObjectValue:",
14325 "stringForRange:",
14326 "stringForStatus:",
14327 "stringForStringListID:andIndex:",
14328 "stringForType:",
14329 "stringListForKey:inTable:",
14330 "stringMarkingUpcaseTransitionsWithDelimiter2:",
14331 "stringValue",
14332 "stringValueOfProperty:",
14333 "stringValuesOfProperty:",
14334 "stringWithCString:",
14335 "stringWithCString:length:",
14336 "stringWithCapacity:",
14337 "stringWithCharacters:length:",
14338 "stringWithContentsOfFile:",
14339 "stringWithContentsOfURL:",
14340 "stringWithData:textEncoding:",
14341 "stringWithData:textEncodingName:",
14342 "stringWithFileSystemRepresentation:length:",
14343 "stringWithFormat:",
14344 "stringWithFormat:locale:",
14345 "stringWithSavedFrame",
14346 "stringWithString:",
14347 "stringWithUTF8String:",
14348 "stringWithoutAmpersand",
14349 "stringsByAppendingPathComponent:",
14350 "stringsByAppendingPaths:",
14351 "stringsFromRows:",
14352 "stringsFromRows:expanding:",
14353 "stringsFromSelection",
14354 "stringsFromSelectionExpanding:",
14355 "stroke",
14356 "strokeLineFromPoint:toPoint:",
14357 "strokeRect:",
14358 "style",
14359 "styleMask",
14360 "subRowIndexAtPoint:",
14361 "subarrayWithRange:",
14362 "subclassResponsibility:",
14363 "subdataWithRange:",
14364 "subdivideBezierWithFlatness:startPoint:controlPoint1:controlPoint2:endPoint:",
14365 "subgroups",
14366 "submenu",
14367 "submenuRepresentedObjects",
14368 "submenuRepresentedObjectsAreStale",
14369 "submitButtonDefaultLabel",
14370 "subpathsAtPath:",
14371 "subrowObjectsAtIndex:",
14372 "subrowObjectsForPerson:",
14373 "subrows",
14374 "subscript:",
14375 "subscriptRange:",
14376 "subsetMappingForSourceDictionaryInitializer:",
14377 "subsetMappingForSourceDictionaryInitializer:sourceKeys:destinationKeys:",
14378 "substituteFontForCharacters:length:families:",
14379 "substituteFontForFont:",
14380 "substituteFontForString:families:",
14381 "substituteGlyphsInRange:withGlyphs:",
14382 "substringData::",
14383 "substringFromIndex:",
14384 "substringToIndex:",
14385 "substringWithRange:",
14386 "subtractRegion:",
14387 "subtype",
14388 "subviewFrameAtIndex:",
14389 "subviews",
14390 "suffixFieldPresent",
14391 "suggestedFileExtensionForMIMEType:",
14392 "suggestedFilename",
14393 "suiteDescription",
14394 "suiteForAppleEventCode:",
14395 "suiteName",
14396 "suiteNameArray",
14397 "suiteNames",
14398 "superClass",
14399 "superclass",
14400 "superclassDescription",
14401 "supermenu",
14402 "superscript:",
14403 "superscriptRange:",
14404 "superview",
14405 "superviewFrameChanged:",
14406 "supportedImageMIMETypes",
14407 "supportedMIMETypes",
14408 "supportedWindowDepths",
14409 "supportsCommand:",
14410 "supportsMode:",
14411 "supportsReverseTransformation",
14412 "supportsSortingByFileProperties",
14413 "supportsTextEncoding",
14414 "suppressCapitalizedKeyWarning",
14415 "surfaceID",
14416 "suspend",
14417 "suspendCount",
14418 "suspendCurrentAppleEvent",
14419 "suspendExecution",
14420 "suspended",
14421 "swapFirstLastName:",
14422 "swapWithMark:",
14423 "swatchWidth",
14424 "switchCell",
14425 "switchImage:",
14426 "switchLayoutTo:withAnimation:",
14427 "switchList:",
14428 "switchPanes:",
14429 "switchToListNamed:",
14430 "symbolCharacterSet",
14431 "symbolicLinkDestination",
14432 "sync",
14433 "syncCount",
14434 "syncToView:",
14435 "syncToViewUnconditionally",
14436 "syncWithRemoteToolbars",
14437 "synchSelectedRows",
14438 "synchronize",
14439 "synchronizeFile",
14440 "synchronizeTableViewSelectionWithText:",
14441 "synchronizeTitleAndSelectedItem",
14442 "synchronizeWindowTitleWithDocumentName",
14443 "synonymTerminologyDictionary:",
14444 "systemCharacterProperties",
14445 "systemColorsDidChange:",
14446 "systemDefaultPortNameServer",
14447 "systemFontOfSize:",
14448 "systemFontSize",
14449 "systemFontSizeForControlSize:",
14450 "systemID",
14451 "systemId",
14452 "systemLanguage",
14453 "systemLanguageContext",
14454 "systemStatusBar",
14455 "systemTabletID",
14456 "systemTimeZone",
14457 "systemVersion",
14458 "tabKeyTraversesCells",
14459 "tabState",
14460 "tabStopType",
14461 "tabStops",
14462 "tabView",
14463 "tabView:didSelectTabViewItem:",
14464 "tabViewAdded",
14465 "tabViewItemAtIndex:",
14466 "tabViewItemAtPoint:",
14467 "tabViewItems",
14468 "tabViewRemoved",
14469 "tabViewType",
14470 "tableAction:",
14471 "tableColumn",
14472 "tableColumnWithIdentifier:",
14473 "tableColumns",
14474 "tableContentChanged:",
14475 "tableRow:ofTableView:",
14476 "tableView",
14477 "tableView:acceptDrop:row:dropOperation:",
14478 "tableView:defaultSubRowForRow:",
14479 "tableView:heightForRow:",
14480 "tableView:objectValueForTableColumn:row:",
14481 "tableView:setObjectValue:forTableColumn:row:",
14482 "tableView:shouldEditTableColumn:row:",
14483 "tableView:shouldSelectRow:",
14484 "tableView:sortDescriptorsDidChange:",
14485 "tableView:validateDrop:proposedRow:proposedDropOperation:",
14486 "tableView:willDisplayCell:forTableColumn:row:",
14487 "tableView:writeRows:toPasteboard:",
14488 "tableViewAction:",
14489 "tableViewSelectionDidChange:",
14490 "tableViewSelectionIsChanging:",
14491 "tabletEvent",
14492 "tabletID",
14493 "tag",
14494 "tagList",
14495 "tagName",
14496 "tailIndent",
14497 "take",
14498 "takeColorFrom:",
14499 "takeDoubleValueFrom:",
14500 "takeFindStringFromSelection:",
14501 "takeFindStringFromView:",
14502 "takeFloatValueFrom:",
14503 "takeIntValueFrom:",
14504 "takeObjectValueFrom:",
14505 "takeSelectedTabViewItemFromSender:",
14506 "takeStoredValue:forKey:",
14507 "takeStoredValuesFromDictionary:",
14508 "takeStringURLFrom:",
14509 "takeStringValueFrom:",
14510 "takeValue:forKey:",
14511 "takeValue:forKeyPath:",
14512 "takeValuesFromDictionary:",
14513 "takesTitleFromPreviousColumn",
14514 "tangentialPressure",
14515 "target",
14516 "targetClass",
14517 "targetForAction:",
14518 "targetForAction:to:from:",
14519 "targetItem",
14520 "targetOrigin",
14521 "targetWithQObject:member:",
14522 "targetWithQTimer:",
14523 "taskDictionary",
14524 "tearDown",
14525 "tearOffMenuRepresentation",
14526 "tearOffTitlebarHighlightColor",
14527 "tearOffTitlebarShadowColor",
14528 "tellQuickTimeToChill",
14529 "template",
14530 "templateChanged",
14531 "temporaryAttributesAtCharacterIndex:effectiveRange:",
14532 "terminate",
14533 "terminate:",
14534 "terminateForClient:",
14535 "terminateTask",
14536 "terminationReason",
14537 "terminationStatus",
14538 "test",
14539 "testPart:",
14540 "testStructArrayAtIndex:",
14541 "testedObjectClassDescription",
14542 "text",
14543 "textAttributes",
14544 "textAttributesForNegativeValues",
14545 "textAttributesForPositiveValues",
14546 "textBackgroundColor",
14547 "textColor",
14548 "textColorAtIndex:",
14549 "textColorWhenObjectValueIsUsed:",
14550 "textContainer",
14551 "textContainerChangedGeometry:",
14552 "textContainerChangedTextView:",
14553 "textContainerForAttributedString:",
14554 "textContainerForGlyphAtIndex:effectiveRange:",
14555 "textContainerInset",
14556 "textContainerOrigin",
14557 "textContainers",
14558 "textDidBeginEditing:",
14559 "textDidChange:",
14560 "textDidEndEditing:",
14561 "textEncoding",
14562 "textEncodingName",
14563 "textFileTypes",
14564 "textImpl",
14565 "textObjectToSearchIn",
14566 "textPasteboardTypes",
14567 "textProc",
14568 "textShouldBeginEditing:",
14569 "textShouldEndEditing:",
14570 "textSizeMultiplier",
14571 "textStorage",
14572 "textStorage:edited:range:changeInLength:invalidatedRange:",
14573 "textTabForGlyphLocation:writingDirection:maxLocation:",
14574 "textTimerFired:",
14575 "textUnfilteredFileTypes",
14576 "textUnfilteredPasteboardTypes",
14577 "textView",
14578 "textView:clickedOnLink:",
14579 "textView:clickedOnLink:atIndex:",
14580 "textView:completions:forPartialWordRange:indexOfSelectedItem:",
14581 "textView:doCommandBySelector:",
14582 "textView:shouldChangeTextInRange:replacementString:",
14583 "textView:shouldSetForegroundColor:",
14584 "textView:willChangeSelectionFromCharacterRange:toCharacterRange:",
14585 "textViewForBeginningOfSelection",
14586 "textWithHardLineBreaks",
14587 "textWithImpl:",
14588 "thickness",
14589 "thicknessRequiredInRuler",
14590 "thisIsACompany:",
14591 "thisIsMe:",
14592 "thousandSeparator",
14593 "thousandsSeparator",
14594 "threadDictionary",
14595 "threadPriority",
14596 "threadedSave",
14597 "tickMarkPosition",
14598 "tickMarkValueAtIndex:",
14599 "tighenThresholdForTruncation",
14600 "tightenKerning:",
14601 "tile",
14602 "tileAndSetWindowShape:",
14603 "tileIfNecessary",
14604 "tileInRect:fromPoint:",
14605 "tiltX",
14606 "tiltY",
14607 "timeInterval",
14608 "timeIntervalSince1970",
14609 "timeIntervalSinceDate:",
14610 "timeIntervalSinceNow",
14611 "timeIntervalSinceReferenceDate",
14612 "timeLimit",
14613 "timeZone",
14614 "timeZoneDetail",
14615 "timeZoneForSecondsFromGMT:",
14616 "timeZoneWithAbbreviation:",
14617 "timeZoneWithName:",
14618 "timeZoneWithName:data:",
14619 "timeoutInterval",
14620 "timer:",
14621 "timerFired",
14622 "timerFired:",
14623 "timerWithFireDate:target:selector:userInfo:",
14624 "timerWithTimeInterval:invocation:repeats:",
14625 "timerWithTimeInterval:target:selector:userInfo:repeats:",
14626 "timersForMode:",
14627 "timestamp",
14628 "title",
14629 "titleAlignment",
14630 "titleBarFontOfSize:",
14631 "titleButtonOfClass:",
14632 "titleCell",
14633 "titleColor",
14634 "titleFieldPresent",
14635 "titleFont",
14636 "titleForIdentifier:",
14637 "titleFrameOfColumn:",
14638 "titleHeight",
14639 "titleOfColumn:",
14640 "titleOfSelectedItem",
14641 "titlePosition",
14642 "titleRect",
14643 "titleRectForBounds:",
14644 "titleWidth",
14645 "titleWidth:",
14646 "titleWithSelection:",
14647 "titlebarRect",
14648 "titlesFromPasteboard:",
14649 "tmpNameFromPath:",
14650 "tmpNameFromPath:extension:",
14651 "toManyRelationshipKeys",
14652 "toOneRelationshipKeys",
14653 "toggle:",
14654 "toggleBaseWritingDirection:",
14655 "toggleContinuousSpellChecking:",
14656 "toggleExpanded:",
14657 "toggleIsExpanded:",
14658 "togglePlatformInputSystem:",
14659 "togglePreview:",
14660 "toggleRuler:",
14661 "toggleShown:",
14662 "toggleToolbarShown:",
14663 "toggleTraditionalCharacterShape:",
14664 "toggleUsingSmallToolbarIcons:",
14665 "tokenAtCursor",
14666 "tokenName:",
14667 "tokenSetForLength:",
14668 "toolTip",
14669 "toolTipColor",
14670 "toolTipForCell:",
14671 "toolTipForView:cell:",
14672 "toolTipTextColor",
14673 "toolTipsFontOfSize:",
14674 "toolbar",
14675 "toolbar:itemForItemIdentifier:willBeInsertedIntoToolbar:",
14676 "toolbarAllowedItemIdentifiers:",
14677 "toolbarBackgroundColor",
14678 "toolbarButton",
14679 "toolbarDefaultItemIdentifiers:",
14680 "toolbarInstancesWithIdentifier:",
14681 "toolbarItemClicked:",
14682 "toolbarSelectableItemIdentifiers:",
14683 "top",
14684 "topAutoreleasePoolCount",
14685 "topLevelNode",
14686 "topLevelObject",
14687 "topLevelObjectClassDescription",
14688 "topMargin",
14689 "topUndoObject",
14690 "totalAutoreleasedObjects",
14691 "totalCount",
14692 "touch",
14693 "touchCachedImageForEmail:",
14694 "trace",
14695 "traceWithFlavor:priority:format:",
14696 "traceWithFlavor:priority:format:arguments:",
14697 "trackKeyEvent:inView:",
14698 "trackKnob:",
14699 "trackMagnifierForPanel:",
14700 "trackMarker:withMouseEvent:",
14701 "trackMouse:adding:",
14702 "trackMouse:inRect:ofView:atCharacterIndex:untilMouseUp:",
14703 "trackMouse:inRect:ofView:untilMouseUp:",
14704 "trackMouse:inRect:ofView:untilMouseUp:inColumn:",
14705 "trackMouseEvent:inView:",
14706 "trackPagingArea:",
14707 "trackRect",
14708 "trackScrollButtons:",
14709 "trackWithEvent:",
14710 "trackWithEvent:inView:withDelegate:",
14711 "trackingConstraint",
14712 "trackingConstraintKeyMask",
14713 "trackingMode",
14714 "trackingNumber",
14715 "trailingOffset",
14716 "traitsOfFont:",
14717 "transactionID",
14718 "transferMode",
14719 "transform",
14720 "transform:",
14721 "transformBezierPath:",
14722 "transformPoint:",
14723 "transformRect:",
14724 "transformSize:",
14725 "transformStruct",
14726 "transformUsingAffineTransform:",
14727 "transformedValue:",
14728 "transformedValueClass",
14729 "translateOriginToPoint:",
14730 "translateTo::",
14731 "translateXBy:yBy:",
14732 "transparentBackground",
14733 "transpose:",
14734 "treatsDirectoryAliasesAsDirectories",
14735 "treatsFilePackagesAsDirectories",
14736 "triggerSearch",
14737 "trimVolumeName:",
14738 "truncateFileAtOffset:",
14739 "tryLock",
14740 "tryLockForReading",
14741 "tryLockForWriting",
14742 "tryLockWhenCondition:",
14743 "tryNewColorListNameSheetDidEnd:returnCode:context:",
14744 "tryToPerform:with:",
14745 "turnOffEditMode",
14746 "turnOffKerning:",
14747 "turnOffLigatures:",
14748 "type",
14749 "typeAhead:",
14750 "typeCodeValue",
14751 "typeForArgumentWithName:",
14752 "typeForKey:",
14753 "typeFromFileExtension:",
14754 "typeOfProperty:",
14755 "typeOfProperty:forTable:",
14756 "typeToUnixName:",
14757 "types",
14758 "typesFilterableTo:",
14759 "typesetter",
14760 "typesetterBehavior",
14761 "typingAttributes",
14762 "uiController",
14763 "unSelectedImageBackgroundPiece",
14764 "unableToSetNilForKey:",
14765 "unadjustedFrameDuration",
14766 "unarchiveObjectWithData:",
14767 "unarchiveObjectWithFile:",
14768 "unassociatePopup:",
14769 "unbind:",
14770 "unbindNSView:",
14771 "unchainContext",
14772 "underline:",
14773 "underlineGlyphRange:underlineType:lineFragmentRect:lineFragmentGlyphRange:containerOrigin:",
14774 "underlinePosition",
14775 "underlineThickness",
14776 "undo",
14777 "undo:",
14778 "undoActionName",
14779 "undoEdit",
14780 "undoHack:",
14781 "undoIt",
14782 "undoManager",
14783 "undoMenuItemTitle",
14784 "undoMenuTitleForUndoActionName:",
14785 "undoNestedGroup",
14786 "undoRedo:",
14787 "undoer",
14788 "unfocusView:",
14789 "unfocusWindow",
14790 "unhide",
14791 "unhide:",
14792 "unhideAllApplications:",
14793 "unhideApplication",
14794 "unhideWithoutActivation",
14795 "unionSet:",
14796 "uniqueID",
14797 "uniqueId",
14798 "uniqueKey:",
14799 "uniqueSpellDocumentTag",
14800 "unixToTypeName:",
14801 "unload",
14802 "unloadNib:",
14803 "unloadWithoutShutdown",
14804 "unlock",
14805 "unlockFocus",
14806 "unlockFocusInRect:",
14807 "unlockTopMostReader",
14808 "unlockWithCondition:",
14809 "unmarkText",
14810 "unmountAndEjectDeviceAtPath:",
14811 "unmounted:",
14812 "unregisterClass:",
14813 "unregisterDragTypesForWindow:",
14814 "unregisterDraggedTypes",
14815 "unregisterImageRepClass:",
14816 "unregisterModel:",
14817 "unregisterObjectWithServicePath:",
14818 "unregisterServiceProviderNamed:",
14819 "unscript:",
14820 "unscriptRange:",
14821 "unselectedImage",
14822 "unsignedCharValue",
14823 "unsignedIntValue",
14824 "unsignedLongLongValue",
14825 "unsignedLongValue",
14826 "unsignedShortValue",
14827 "unsupportedTextMIMETypes",
14828 "upToDateImageForEmail:",
14829 "update",
14830 "updateAppleMenu:",
14831 "updateArrowState",
14832 "updateAttachmentsFromPath:",
14833 "updateCard:withImportedCard:",
14834 "updateCell:",
14835 "updateCellInside:",
14836 "updateCellOrControl:forMaxValue:",
14837 "updateCellOrControl:forMinValue:",
14838 "updateChangeCount:",
14839 "updateColorOptionsUI",
14840 "updateColumns",
14841 "updateCountLabel",
14842 "updateCurGlyphOffset",
14843 "updateDragProgress",
14844 "updateDragRectWithProgress:",
14845 "updateDragTypeRegistration",
14846 "updateEditButton:",
14847 "updateFavoritesFromDefaults",
14848 "updateFavoritesUI",
14849 "updateFlare",
14850 "updateFlareWindow",
14851 "updateFontPanel",
14852 "updateForChangeInBinderController:",
14853 "updateForChangeInBinderController:dataChangedWithKeys:atIndexes:selectionChangedToIndexes:",
14854 "updateForChangeInBinderController:dataChangedWithKeys:atIndexes:selectionIndexesUnchanged:",
14855 "updateForChangeInBinderController:selectionChangedToIndexes:",
14856 "updateForChangeInBinderController:selectionIndexes:",
14857 "updateForDirectKeyValueCodingCallStateChange:",
14858 "updateFrameColors:",
14859 "updateFromPath:",
14860 "updateFromPrintInfo",
14861 "updateGlyphEntryForCharacter:glyphID:font:",
14862 "updateGroupMembership",
14863 "updateGroupsSelection:",
14864 "updateHeartBeatState",
14865 "updateInDock",
14866 "updateIndex",
14867 "updateIndex:",
14868 "updateInfo:parent:rootObject:resolve:",
14869 "updateInputContexts",
14870 "updateInsertionPointStateAndRestartTimer:",
14871 "updateLabel",
14872 "updateLineSpacingUI",
14873 "updateLockFileTimeStamp",
14874 "updateMarkers",
14875 "updateMembersSelection:",
14876 "updateMultiValue:forProperty:changes:",
14877 "updateNameMap",
14878 "updateNib",
14879 "updateNote:changes:",
14880 "updateNotifications",
14881 "updateObject:",
14882 "updateObject:resolve:",
14883 "updateOnlineStatus",
14884 "updateOptions:",
14885 "updateOptionsUI",
14886 "updateOptionsWithApplicationIcon:",
14887 "updateOptionsWithApplicationName:",
14888 "updateOptionsWithCopyright:",
14889 "updateOptionsWithCredits:",
14890 "updateOptionsWithProjectVersion:",
14891 "updateOptionsWithVersion:",
14892 "updatePersonPicture",
14893 "updatePlusMinus:",
14894 "updatePoofAnimation",
14895 "updateRuler",
14896 "updateScroller",
14897 "updateScrollers",
14898 "updateSecureFieldFrame",
14899 "updateSingleValue:forProperty:changes:",
14900 "updateSpellingPanelWithMisspelledWord:",
14901 "updateSubmenu:",
14902 "updateSwatch",
14903 "updateTableColumnDataCell:forDisplayAtIndex:",
14904 "updateTextBackgroundColor",
14905 "updateUI",
14906 "updateWidth",
14907 "updateWidth:",
14908 "updateWindows",
14909 "updateWindowsItem:",
14910 "updateWithFocusRing",
14911 "updatedPeople",
14912 "upload",
14913 "uppercaseLetterCharacterSet",
14914 "uppercaseString",
14915 "uppercaseWord:",
14916 "url",
14917 "urlForEmail:",
14918 "urlPathRelativeToPath:",
14919 "usableParts",
14920 "usage",
14921 "use",
14922 "useAllLigatures:",
14923 "useCredential:forAuthenticationChallenge:",
14924 "useDisabledEffectForState:",
14925 "useFont:",
14926 "useHighlightEffectForState:",
14927 "useOptimizedDrawing:",
14928 "useSSL",
14929 "useSSL:",
14930 "useStandardKerning:",
14931 "useStandardLigatures:",
14932 "useStoredAccessor",
14933 "usedRectForTextContainer:",
14934 "usedSize",
14935 "user",
14936 "userAgent",
14937 "userAgentForURL:",
14938 "userData",
14939 "userDefaultsChanged",
14940 "userFixedPitchFontOfSize:",
14941 "userFontOfSize:",
14942 "userFullName",
14943 "userHomeDirectory",
14944 "userInfo",
14945 "userKeyEquivalent",
14946 "userKeyEquivalentModifierMask",
14947 "userName",
14948 "userServer",
14949 "userServer:",
14950 "userStyleSheetEnabled",
14951 "userStyleSheetLocation",
14952 "usesAlternatingRowBackgroundColors",
14953 "usesButtons",
14954 "usesContinuousChangeNotification",
14955 "usesDataSource",
14956 "usesDistinct",
14957 "usesEPSOnResolutionMismatch",
14958 "usesFeedbackWindow",
14959 "usesFindPanel",
14960 "usesFontLeading",
14961 "usesFontPanel",
14962 "usesInactiveTextBackgroundColor",
14963 "usesItemFromMenu",
14964 "usesMultiThreaded",
14965 "usesRuler",
14966 "usesScreenFonts",
14967 "usesThreadedAnimation",
14968 "usesUserKeyEquivalents",
14969 "usesVectorMovement",
14970 "usingActiveDirectory",
14971 "usingDefaultVoice",
14972 "vCardControllerWithUIController:",
14973 "vCardForRows:",
14974 "vCardRepresentation",
14975 "vCardRepresentationOfRecords:",
14976 "validAttributesForMarkedText",
14977 "validRequestorForSendType:returnType:",
14978 "validRows",
14979 "validStartCharacter:",
14980 "validate",
14981 "validateAction:",
14982 "validateEditing",
14983 "validateFindPanelAction:forClient:",
14984 "validateMenuItem:",
14985 "validateObjectValue:",
14986 "validatePath:ignore:",
14987 "validateRename",
14988 "validateTakeValue:forKeyPath:",
14989 "validateUserInterfaceItem:",
14990 "validateValue:forKey:",
14991 "validateValue:forKey:error:",
14992 "validateValue:forKeyPath:error:",
14993 "validateVisibleColumns",
14994 "validateVisibleItems",
14995 "validatesImmediately",
14996 "validatesImmediatelyWithBinding:",
14997 "validationExceptionWithFormat:",
14998 "value",
14999 "value:withObjCType:",
15000 "valueAtIndex:",
15001 "valueAtIndex:inPropertyWithKey:",
15002 "valueClass:",
15003 "valueClass:forBinding:",
15004 "valueClassForBinding:",
15005 "valueForBinding:atIndex:resolveMarkersToPlaceholders:",
15006 "valueForBinding:resolveMarkersToPlaceholders:",
15007 "valueForHTTPHeaderField:",
15008 "valueForKey:",
15009 "valueForKeyPath:",
15010 "valueForProperty:",
15011 "valueForUndefinedKey:",
15012 "valueInAttributeRunsAtIndex:",
15013 "valueInCharactersAtIndex:",
15014 "valueInOrderedWindowsWithUniqueID:",
15015 "valueInParagraphsAtIndex:",
15016 "valueInTemporaryCacheForProperty:",
15017 "valueInWordsAtIndex:",
15018 "valueOfProperty:",
15019 "valueSelectionBehavior",
15020 "valueTransformer",
15021 "valueTransformerForBinding:",
15022 "valueTransformerForName:",
15023 "valueTransformerName",
15024 "valueTransformerNames",
15025 "valueWithBytes:objCType:",
15026 "valueWithName:inPropertyWithKey:",
15027 "valueWithNonretainedObject:",
15028 "valueWithPoint:",
15029 "valueWithPointer:",
15030 "valueWithRange:",
15031 "valueWithRect:",
15032 "valueWithSize:",
15033 "valueWithUniqueID:inPropertyWithKey:",
15034 "valueWraps",
15035 "values",
15036 "valuesForKey:",
15037 "valuesForKeys:",
15038 "variableRows",
15039 "vcardFieldisPrivate:",
15040 "vendor1",
15041 "vendor2",
15042 "vendor3",
15043 "vendorID",
15044 "vendorPointerType",
15045 "verifiedDirRef",
15046 "verifyDataType:forKey:",
15047 "verifyWithDelegate:",
15048 "version",
15049 "versionForClassName:",
15050 "versionForClassNamed:",
15051 "versionNumber",
15052 "versionString",
15053 "verticalLineScroll",
15054 "verticalMotionCanBeginDrag",
15055 "verticalPageScroll",
15056 "verticalPagination",
15057 "verticalRulerView",
15058 "verticalScroller",
15059 "view",
15060 "view:displayToolTipInWindowContentView:userData:",
15061 "view:frameForToolTip:point:userData:",
15062 "view:stringForToolTip:point:userData:",
15063 "viewBoundsChanged:",
15064 "viewCount",
15065 "viewDidEndLiveResize",
15066 "viewDidMoveToHostWindow",
15067 "viewDidMoveToSuperview",
15068 "viewDidMoveToWindow",
15069 "viewFactory",
15070 "viewForCharacterIndex:layoutManager:",
15071 "viewForJavaAppletWithFrame:attributes:baseURLString:",
15072 "viewForObject:",
15073 "viewForPluginWithURLString:attributes:baseURLString:MIMEType:",
15074 "viewForPreferenceNamed:",
15075 "viewFrameChanged:",
15076 "viewHasMoved:",
15077 "viewHasToolTips:",
15078 "viewSize",
15079 "viewSizeChanged:",
15080 "viewToolTipCanFadeOutDueToInactivity:",
15081 "viewWillMoveToHostWindow:",
15082 "viewWillMoveToSuperview:",
15083 "viewWillMoveToWindow:",
15084 "viewWillStartLiveResize",
15085 "viewWithFrame:forView:characterIndex:layoutManager:",
15086 "viewWithTag:",
15087 "viewsNeedDisplay",
15088 "visibleFrame",
15089 "visibleItems",
15090 "visibleRect",
15091 "visitCount",
15092 "visualFrame",
15093 "voice",
15094 "voiceIdentifierForVoiceCreator:voiceID:",
15095 "volatileDomainForName:",
15096 "volatileDomainNames",
15097 "volume",
15098 "wait",
15099 "waitForDataInBackgroundAndNotify",
15100 "waitForDataInBackgroundAndNotifyForModes:",
15101 "waitForThreadsToFinish",
15102 "waitInterval:",
15103 "waitOnTake",
15104 "waitTillConversionIsDone",
15105 "waitUntilDate:",
15106 "waitUntilExit",
15107 "wantsDefaultClipping",
15108 "wantsDoubleBuffering",
15109 "wantsNotificationForMarkedText",
15110 "wantsScrollWheelEvent:",
15111 "wantsToBeColor",
15112 "wantsToDelayTextChangeNotifications",
15113 "wantsToDrawIconInDisplayMode:",
15114 "wantsToDrawIconIntoLabelAreaInDisplayMode:",
15115 "wantsToDrawLabelInDisplayMode:",
15116 "wantsToHandleMouseEvents",
15117 "wantsToInterpretAllKeystrokes",
15118 "wantsToTrackMouse",
15119 "wantsToTrackMouseForEvent:",
15120 "wantsToTrackMouseForEvent:inRect:ofView:atCharacterIndex:",
15121 "webFrame",
15122 "webFrameView",
15123 "webView",
15124 "webView:contextMenuItemsForElement:defaultMenuItems:",
15125 "webView:createWebViewWithRequest:",
15126 "webView:decidePolicyForMIMEType:request:frame:decisionListener:",
15127 "webView:decidePolicyForNavigationAction:request:frame:decisionListener:",
15128 "webView:decidePolicyForNewWindowAction:request:newFrameName:decisionListener:",
15129 "webView:didCancelClientRedirectForFrame:",
15130 "webView:didChangeLocationWithinPageForFrame:",
15131 "webView:didCommitLoadForFrame:",
15132 "webView:didFailLoadWithError:forFrame:",
15133 "webView:didFailProvisionalLoadWithError:forFrame:",
15134 "webView:didFinishLoadForFrame:",
15135 "webView:didReceiveIcon:forFrame:",
15136 "webView:didReceiveServerRedirectForProvisionalLoadForFrame:",
15137 "webView:didReceiveTitle:forFrame:",
15138 "webView:didStartProvisionalLoadForFrame:",
15139 "webView:identifierForInitialRequest:fromDataSource:",
15140 "webView:makeFirstResponder:",
15141 "webView:mouseDidMoveOverElement:modifierFlags:",
15142 "webView:plugInFailedWithError:dataSource:",
15143 "webView:resource:didCancelAuthenticationChallenge:fromDataSource:",
15144 "webView:resource:didFailLoadingWithError:fromDataSource:",
15145 "webView:resource:didFinishLoadingFromDataSource:",
15146 "webView:resource:didReceiveAuthenticationChallenge:fromDataSource:",
15147 "webView:resource:didReceiveContentLength:fromDataSource:",
15148 "webView:resource:didReceiveResponse:fromDataSource:",
15149 "webView:resource:willSendRequest:redirectResponse:fromDataSource:",
15150 "webView:runJavaScriptAlertPanelWithMessage:",
15151 "webView:runJavaScriptConfirmPanelWithMessage:",
15152 "webView:runJavaScriptTextInputPanelWithPrompt:defaultText:",
15153 "webView:runOpenPanelForFileButtonWithResultListener:",
15154 "webView:setContentRect:",
15155 "webView:setFrame:",
15156 "webView:setResizable:",
15157 "webView:setStatusBarVisible:",
15158 "webView:setStatusText:",
15159 "webView:setToolbarsVisible:",
15160 "webView:unableToImplementPolicyWithError:frame:",
15161 "webView:willCloseFrame:",
15162 "webView:willPerformClientRedirectToURL:delay:fireDate:forFrame:",
15163 "webViewAreToolbarsVisible:",
15164 "webViewClose:",
15165 "webViewContentRect:",
15166 "webViewCount",
15167 "webViewFirstResponder:",
15168 "webViewFocus:",
15169 "webViewFrame:",
15170 "webViewIsResizable:",
15171 "webViewIsStatusBarVisible:",
15172 "webViewShow:",
15173 "webViewStatusText:",
15174 "webViewUnfocus:",
15175 "webViewsInSetNamed:",
15176 "weightOfFont:",
15177 "whatIsKeyType:",
15178 "whiteColor",
15179 "whiteComponent",
15180 "whitespaceAndNewlineCharacterSet",
15181 "whitespaceCharacterSet",
15182 "widget",
15183 "widgetInView:withButtonID:action:",
15184 "width",
15185 "widthAdjustLimit",
15186 "widthForCharacters:length:",
15187 "widthForString:",
15188 "widthOfColumn:",
15189 "widthOfString:",
15190 "widthString",
15191 "widthTracksTextView",
15192 "willBeDisplayed",
15193 "willChange:valuesAtIndexes:forKey:",
15194 "willChangeValueForKey:",
15195 "willForwardSelector:",
15196 "willHaveItemsToDisplayForItemViewers:",
15197 "willLoadImagesAutomatically",
15198 "willRemoveSubview:",
15199 "windingRule",
15200 "window",
15201 "windowBackgroundColor",
15202 "windowBecameKey:",
15203 "windowContentRect",
15204 "windowController",
15205 "windowControllerDidLoadNib:",
15206 "windowControllerWillLoadNib:",
15207 "windowControllers",
15208 "windowDidBecomeKey:",
15209 "windowDidBecomeKeyNotification:",
15210 "windowDidBecomeMain:",
15211 "windowDidDeminiaturize:",
15212 "windowDidLoad",
15213 "windowDidMiniaturize:",
15214 "windowDidResignKey:",
15215 "windowDidResignKeyNotification:",
15216 "windowDidResize:",
15217 "windowDidUpdate:",
15218 "windowForSheet",
15219 "windowFrame",
15220 "windowFrameAutosaveName",
15221 "windowFrameColor",
15222 "windowFrameOutlineColor",
15223 "windowFrameTextColor",
15224 "windowID",
15225 "windowIsResizable",
15226 "windowIsSpellingPanel:",
15227 "windowNibName",
15228 "windowNibPath",
15229 "windowNumber",
15230 "windowProperties",
15231 "windowRef",
15232 "windowResignedKey:",
15233 "windowShouldClose:",
15234 "windowTitle",
15235 "windowTitleForDocumentDisplayName:",
15236 "windowTitlebarLinesSpacingWidth",
15237 "windowTitlebarLinesSpacingWidth:",
15238 "windowTitlebarTitleLinesSpacingWidth",
15239 "windowTitlebarTitleLinesSpacingWidth:",
15240 "windowWillClose:",
15241 "windowWillLoad",
15242 "windowWillResize:toSize:",
15243 "windowWillReturnFieldEditor:toObject:",
15244 "windowWillReturnUndoManager:",
15245 "windowWillUseStandardFrame:defaultFrame:",
15246 "windowWithWindowNumber:",
15247 "windows",
15248 "windowsMenu",
15249 "wordMovementHandler",
15250 "wordWrap",
15251 "words",
15252 "workLoop",
15253 "workQueue",
15254 "worksWhenModal",
15255 "wrapperExtensions",
15256 "wraps",
15257 "writablePasteboardTypes",
15258 "writableTypes",
15259 "write:",
15260 "write:len:buffer:",
15261 "write:maxLength:",
15262 "writeAlignedDataSize:",
15263 "writeAttachment:",
15264 "writeBOSArray:count:ofType:",
15265 "writeBOSNumString:length:ofType:scale:",
15266 "writeBOSString:length:",
15267 "writeBackgroundColor",
15268 "writeBaselineOffset:",
15269 "writeBinaryObjectSequence:length:",
15270 "writeBody",
15271 "writeCharacterAttributes:previousAttributes:",
15272 "writeCharacterShape:",
15273 "writeColor:type:",
15274 "writeColorTable",
15275 "writeColors",
15276 "writeData:",
15277 "writeData:length:",
15278 "writeDefaultTabInterval",
15279 "writeDelayedInt:for:",
15280 "writeDocument:pbtype:filename:",
15281 "writeEPSInsideRect:toPasteboard:",
15282 "writeEscapedUTF8String:",
15283 "writeExpansion:",
15284 "writeFd:",
15285 "writeFile:",
15286 "writeFileContents:",
15287 "writeFileWrapper:",
15288 "writeFont:",
15289 "writeFontTable",
15290 "writeGlyphInfo:",
15291 "writeHeader",
15292 "writeHyphenation",
15293 "writeImageToPasteboard:",
15294 "writeIndexPath",
15295 "writeInt:",
15296 "writeKern:",
15297 "writeLigature:",
15298 "writeLock",
15299 "writeObliqueness:",
15300 "writePDFInsideRect:toPasteboard:",
15301 "writePaneGeometryToDefaults",
15302 "writePaperSize",
15303 "writeParagraphStyle:",
15304 "writePath:docInfo:errorHandler:remapContents:",
15305 "writePostScriptWithLanguageEncodingConversion:",
15306 "writePrintInfo",
15307 "writeProfilingDataToPath:",
15308 "writeProperty:forKey:",
15309 "writeRTF",
15310 "writeRTFDToFile:atomically:",
15311 "writeRoomForInt:",
15312 "writeSelectedGroupsAndPeopleToDefaults",
15313 "writeSelectionToPasteboard:type:",
15314 "writeSelectionToPasteboard:types:",
15315 "writeShadow:",
15316 "writeStrikethroughStyle:",
15317 "writeStrokeWidth:",
15318 "writeStyleSheetTable",
15319 "writeSuperscript:",
15320 "writeToFile:",
15321 "writeToFile:atomically:",
15322 "writeToFile:atomically:updateFilenames:",
15323 "writeToFile:ofType:",
15324 "writeToFile:ofType:originalFile:saveOperation:",
15325 "writeToPasteboard:",
15326 "writeToPath:safely:",
15327 "writeToURL:atomically:",
15328 "writeToURL:ofType:",
15329 "writeURLs:andTitles:toPasteboard:",
15330 "writeUnderlineStyle:allowStrikethrough:",
15331 "writeUnlock",
15332 "writeWithBackupToFile:ofType:saveOperation:",
15333 "xHeight",
15334 "yank:",
15335 "yankAndSelect:",
15336 "yearOfCommonEra",
15337 "years:months:days:hours:minutes:seconds:sinceDate:",
15338 "yellowColor",
15339 "yellowComponent",
15340 "zero",
15341 "zone",
15342 "zoom:",
15343 "zoomButton"
15344 };
15345