]>
Commit | Line | Data |
---|---|---|
88c977fa JF |
1 | C YES true |
2 | C NO false | |
3 | C nil null | |
4 | ||
4e8c99fb | 5 | : applicationDidFinishLaunching: v12@0:4@8 |
953647c1 | 6 | |
bd17e6f3 JF |
7 | S CGPoint "x"f"y"f |
8 | S CGRect "origin"{CGPoint}"size"{CGSize} | |
9 | S CGSize "width"f"height"f | |
10 | ||
88c977fa JF |
11 | l objc |
12 | ||
13 | F class_addIvar B#*LC* | |
14 | F class_addMethod B#:^?* | |
15 | F class_addProtocol B#@ | |
16 | F class_conformsToProtocol B#@ | |
17 | F class_copyIvarList ^^{objc_ivar=}#^I | |
18 | F class_copyMethodList ^^{objc_method=}#^I | |
19 | F class_copyPropertyList ^^{objc_property=}#^I | |
20 | F class_copyProtocolList ^@#^I | |
21 | F class_createInstance @#L | |
22 | F class_getClassMethod ^{objc_method=}#: | |
23 | F class_getClassVariable ^{objc_ivar=}#* | |
24 | F class_getInstanceMethod ^{objc_method=}#: | |
25 | F class_getInstanceSize L# | |
26 | F class_getInstanceVariable ^{objc_ivar=}#* | |
27 | F class_getIvarLayout *# | |
28 | F class_getMethodImplementation ^?#: | |
29 | F class_getMethodImplementation_stret ^?#: | |
30 | F class_getName *# | |
31 | F class_getProperty ^{objc_property=}#* | |
32 | F class_getSuperclass ## | |
33 | F class_getVersion i# | |
34 | F class_getWeakIvarLayout *# | |
35 | F class_isMetaClass B# | |
36 | F class_replaceMethod ^?#:^?* | |
37 | F class_respondsToSelector B#: | |
38 | F class_setIvarLayout v#* | |
39 | F class_setSuperclass ### | |
40 | F class_setVersion v#i | |
41 | F class_setWeakIvarLayout v#* | |
42 | ||
43 | F ivar_getName *^{objc_ivar=} | |
44 | F ivar_getOffset i^{objc_ivar=} | |
45 | F ivar_getTypeEncoding *^{objc_ivar=} | |
46 | ||
47 | F method_copyArgumentType ^c^{objc_method=}I | |
48 | F method_copyReturnType ^c^{objc_method=} | |
49 | F method_exchangeImplementations v^{objc_method=}^{objc_method=} | |
50 | F method_getArgumentType v^{objc_method=}I^cL | |
51 | F method_getImplementation ^?^{objc_method=} | |
52 | F method_getName :^{objc_method=} | |
53 | F method_getNumberOfArguments I^{objc_method=} | |
54 | F method_getReturnType v^{objc_method=}^cL | |
55 | F method_getTypeEncoding *^{objc_method=} | |
56 | F method_setImplementation ^?^{objc_method=}^? | |
57 | ||
b09da87b | 58 | # this should return # or ^v ? |
88c977fa JF |
59 | F objc_allocateClassPair ##*L |
60 | F objc_copyProtocolList ^@^I | |
61 | F objc_duplicateClass ##*L | |
62 | F objc_getClass #* | |
63 | F objc_getClassList i^#i | |
64 | F objc_getFutureClass #* | |
65 | F objc_getMetaClass @* | |
66 | F objc_getProtocol @* | |
67 | F objc_getRequiredClass @* | |
68 | F objc_lookUpClass @* | |
69 | F objc_registerClassPair v# | |
70 | F objc_setFutureClass v#* | |
71 | ||
72 | F object_copy @@L | |
73 | F object_dispose @@ | |
74 | F object_getClass #@ | |
75 | F object_getClassName *@ | |
76 | F object_getIndexedIvars ^v@ | |
77 | F object_getInstanceVariable ^{objc_ivar=}@*^^v | |
78 | F object_getIvar @@^{objc_ivar=} | |
79 | F object_setClass #@# | |
80 | F object_setInstanceVariable ^{objc_ivar=}@*^v | |
81 | F object_setIvar v@^{objc_ivar=}@ | |
82 | ||
83 | F property_getAttributes *^{objc_property=} | |
84 | F property_getName *^{objc_property=} | |
85 | ||
86 | F protocol_conformsToProtocol B@@ | |
87 | F protocol_copyMethodDescriptionList ^{objc_method_description=:*}@BB^I | |
88 | F protocol_copyPropertyList ^{objc_property=}@^I | |
89 | F protocol_copyProtocolList ^@@^I | |
90 | F protocol_getMethodDescription {objc_method_description=:*}@:BB | |
91 | F protocol_getName *@ | |
92 | F protocol_getProperty ^{objc_property=}@*BB | |
93 | F protocol_isEqual B@@ | |
94 | ||
95 | F sel_getName *: | |
96 | F sel_getUid :* | |
97 | F sel_isEqual B:: | |
98 | F sel_registerName :* | |
99 | ||
100 | f UIKit | |
101 | ||
9e20b0b7 JF |
102 | C UIBarStyleDefault 0 |
103 | C UIBarStyleBlack 1 | |
104 | C UIBarStyleBlackOpaque 2 | |
105 | C UIBarStyleBlackTranslucent 3 | |
106 | ||
107 | C UIDataDetectorTypePhoneNumber (1<<0) | |
108 | C UIDataDetectorTypeLink (1<<1) | |
109 | C UIDataDetectorTypeNone 0 | |
110 | # XXX: NSUIntegerMax | |
111 | C UIDataDetectorTypeAll -1 | |
112 | ||
113 | # UINavigationBar | |
114 | ||
115 | # UINavigationController | |
116 | ||
117 | V UINavigationControllerHideShowBarDuration f | |
118 | ||
119 | # UINavigationControllerDelegate | |
120 | ||
121 | : navigationController:willShowViewController:animated: v20@0:4@8@12B16 | |
122 | : navigationController:didShowViewController:animated: v20@0:4@8@12B16 | |
123 | ||
124 | # UIScrollView | |
125 | ||
126 | C UIScrollViewIndicatorStyleDefault 0 | |
127 | C UIScrollViewIndicatorStyleBlack 1 | |
128 | C UIScrollViewIndicatorStyleWhite 2 | |
129 | ||
130 | V UIScrollViewDecelerationRateNormal f | |
131 | V UIScrollViewDecelerationRateFast f | |
132 | ||
133 | # UIScrollViewDelegate | |
134 | ||
135 | : scrollViewDidScroll: v12@0:4@8 | |
136 | : scrollViewWillBeginDragging: v12@0:4@8 | |
137 | : scrollViewDidEndDragging:willDecelerate: v16@0:4@8B12 | |
138 | : scrollViewShouldScrollToTop: B12@0:4@8 | |
139 | : scrollViewDidScrollToTop: v12@0:4@8 | |
140 | : scrollViewWillBeginDecelerating: v12@0:4@8 | |
141 | : scrollViewDidEndDecelerating: v12@0:4@8 | |
142 | ||
143 | : viewForZoomingInScrollView: @12@0:4@8 | |
144 | : scrollViewDidEndZooming:withView:atScale: v20@0:4@8@12f16 | |
145 | ||
146 | : scrollViewDidEndScrollingAnimation: v12@0:4@8 | |
147 | ||
148 | # UITabBar | |
149 | ||
150 | # UITabBarDelegate | |
151 | ||
152 | : tabBar:willBeginCustomizingItems: v16@0:4@8@12 | |
153 | : tabBar:didBeginCustomizingItems: v16@0:4@8@12 | |
154 | : tabBar:willBeginCustomizingItems:changed: v20@0:4@8@12B16 | |
155 | : tabBar:didBeginCustomizingItems:changed: v20@0:4@8@12B16 | |
156 | : tabBar:didSelectItem: v16@0:4@8@12 | |
157 | ||
4e8c99fb JF |
158 | # UITableView |
159 | ||
160 | C UITableViewStylePlain 0 | |
161 | C UITableViewStyleGrouped 1 | |
162 | ||
163 | C UITableViewScrollPositionNone 0 | |
164 | C UITableViewScrollPositionTop 1 | |
165 | C UITableViewScrollPositionMiddle 2 | |
166 | C UITableViewScrollPositionBottom 3 | |
167 | ||
168 | C UITableViewRowAnimationFade 0 | |
169 | C UITableViewRowAnimationRight 1 | |
170 | C UITableViewRowAnimationLeft 2 | |
171 | C UITableViewRowAnimationTop 3 | |
172 | C UITableViewRowAnimationTop 4 | |
173 | C UITableViewRowAnimationNone 5 | |
174 | ||
175 | V UITableViewIndexSearch @ | |
176 | ||
177 | # UITableViewCell | |
178 | ||
179 | C UITableViewCellStyleDefault 0 | |
180 | C UITableViewCellStyleValue1 1 | |
181 | C UITableViewCellStyleValue2 2 | |
182 | C UITableViewCellStyleSubtitle 3 | |
183 | ||
184 | C UITableViewCellStateDefaultMask 0 | |
185 | C UITableViewCellStateEditingMask (1<<0) | |
186 | C UITableViewCellStateShowingDeleteConfirmationMask (1<<1) | |
187 | ||
188 | C UITableViewCellSelectionStyleNone 0 | |
189 | C UITableViewCellSelectionStyleBlue 1 | |
190 | C UITableViewCellSelectionStyleGray 2 | |
191 | ||
192 | C UITableViewCellEditingStyleNone 0 | |
193 | C UITableViewCellEditingStyleDelete 1 | |
194 | C UITableViewCellEditingStyleInsert 2 | |
195 | ||
196 | C UITableViewCellAccessoryNone 0 | |
197 | C UITableViewCellAccessoryDisclosureIndicator 1 | |
198 | C UITableViewCellAccessoryDetailDisclosureButton 2 | |
199 | C UITableViewCellAccessoryCheckmark 3 | |
200 | ||
201 | C UITableViewCellSeparatorStyleNone 0 | |
202 | C UITableViewCellSeparatorStyleSingleLine 1 | |
203 | ||
9e20b0b7 JF |
204 | # UITableViewController |
205 | ||
4e8c99fb JF |
206 | # UITableViewDataSource |
207 | ||
208 | : tableView:numberOfRowsInSection: i16@0:4@8i12 | |
209 | : numberOfSectionsInTableView: i12@0:4@8 | |
210 | : tableView:cellForRowAtIndexPath: @16@0:4@8@12 | |
211 | : sectionIndexTitlesForTableView: @12@0:4@8 | |
212 | : tableView:sectionForSectionIndexTitle:atIndex: i20@0:4@8@12i16 | |
213 | : tableView:titleForHeaderInSection: @16@0:4@8i12 | |
214 | : tableView:titleForFooterInSection: @16@0:4@8i12 | |
215 | ||
216 | : tableView:commitEditingStyle:forRowAtIndexPath: v20@0:4@8i12@16 | |
217 | : tableView:canEditRowAtIndexPath: B16@0:4@8@12 | |
218 | ||
219 | : tableView:canMoveRowAtIndexPath: B16@0:4@8@12 | |
220 | : tableView:moveRowAtIndexPath:toIndexPath: v20@0:4@8@12@16 | |
221 | ||
9e20b0b7 JF |
222 | # UIToolbar |
223 | ||
4e8c99fb JF |
224 | # UIView |
225 | ||
226 | C UIViewAnimationCurveEaseInOut 0 | |
227 | C UIViewAnimationCurveEaseIn 1 | |
228 | C UIViewAnimationCurveEaseOut 2 | |
229 | C UIViewAnimationCurveLinear 3 | |
230 | ||
231 | C UIViewContentModeScaleToFill 0 | |
232 | C UIViewContentModeScaleAspectFit 1 | |
233 | C UIViewContentModeScaleAspectFill 2 | |
234 | C UIViewContentModeRedraw 3 | |
235 | C UIViewContentModeCenter 4 | |
236 | C UIViewContentModeTop 5 | |
237 | C UIViewContentModeBottom 6 | |
238 | C UIViewContentModeLeft 7 | |
239 | C UIViewContentModeRight 8 | |
240 | C UIViewContentModeTopLeft 9 | |
241 | C UIViewContentModeTopRight 10 | |
242 | C UIViewContentModeBottomLeft 11 | |
243 | C UIViewContentModeBottomRight 12 | |
244 | ||
245 | C UIViewAutoresizingNone 0 | |
246 | C UIViewAutoresizingFlexibleLeftMargin (1<<0) | |
247 | C UIViewAutoresizingFlexibleWidth (1<<1) | |
248 | C UIViewAutoresizingFlexibleRightMargin (1<<2) | |
249 | C UIViewAutoresizingFlexibleTopMargin (1<<3) | |
250 | C UIViewAutoresizingFlexibleHeight (1<<4) | |
251 | C UIViewAutoresizingFlexibleBottomMargin (1<<5) | |
252 | ||
253 | C UIViewAnimationTransitionNone 0 | |
254 | C UIViewAnimationTransitionFlipFromLeft 1 | |
255 | C UIViewAnimationTransitionFlipFromRight 2 | |
256 | C UIViewAnimationTransitionCurlUp 3 | |
257 | C UIViewAnimationTransitionCurlDown 4 | |
258 | ||
9e20b0b7 JF |
259 | # UIViewController |
260 | ||
261 | C UIModalTransitionStyleCoverVertical 0 | |
262 | C UIModalTransitionStyleFlipHorizontal 1 | |
263 | C UIModalTransitionStyleCrossDissolve 2 | |
264 | ||
4e8c99fb JF |
265 | # UIWebView |
266 | ||
267 | C UIWebViewNavigationTypeLinkClicked 0 | |
268 | C UIWebViewNavigationTypeFormSubmitted 1 | |
269 | C UIWebViewNavigationTypeBackForward 2 | |
270 | C UIWebViewNavigationTypeReload 3 | |
271 | C UIWebViewNavigationTypeFormResubmitted 4 | |
272 | C UIWebViewNavigationTypeOther 5 | |
273 | ||
274 | # UIWebViewDelegate | |
275 | ||
276 | : webView:shouldStartLoadWithRequest:navigationType: B20@0:4@8@12I16 | |
277 | : webViewDidStartLoad: v12@0:4@8 | |
278 | : webViewDidFinishLoad: v12@0:4@8 | |
279 | : webView:didFailLoadWithError: v16@0:4@8@12 | |
280 | ||
9e20b0b7 | 281 | # Functions |
88c977fa | 282 | |
88c977fa | 283 | F UIApplicationMain ii^^c@@ |
9e20b0b7 | 284 | |
88c977fa JF |
285 | F UIImageJPEGRepresentation @@ |
286 | F UIImagePNGRepresentation @@ | |
287 | F UIImageWriteToSavedPhotosAlbum v@@:^v | |
288 | ||
9e20b0b7 JF |
289 | F UISaveVideoAtPathToSavedPhotosAlbum v@@:^v |
290 | F UIVideoAtPathIsCompatibleWithSavedPhotosAlbum B@ | |
291 | ||
292 | F UIGraphicsGetCurrentContext @ | |
293 | F UIGraphicsPushContext v@ | |
294 | F UIGraphicsPopContext v | |
295 | F UIGraphicsBeginImageContext v{CGSize=ff} | |
296 | F UIGraphicsGetImageFromCurrentImageContext @ | |
297 | F UIGraphicsEndImageContext v | |
298 | F UIRectClip v{CGRect={CGPoint=ff}{CGSize=ff}} | |
299 | F UIRectFill v{CGRect={CGPoint=ff}{CGSize=ff}} | |
300 | F UIRectFillUsingBlendMode v{CGRect={CGPoint=ff}{CGSize=ff}}i | |
301 | F UIRectFrame v{CGRect={CGPoint=ff}{CGSize=ff}} | |
302 | F UIRectFrameUsingBlendMode v{CGRect={CGPoint=ff}{CGSize=ff}}i | |
303 | ||
304 | F CGPointFromString {CGPoint=ff}@ | |
305 | F CGRectFromString {CGRect={CGPoint=ff}{CGSize=ff}}@ | |
306 | F CGSizeFromString {CGSize=ff}@ | |
307 | F CGAffineTransformFromString {CGAffineTransform=ffffff}@ | |
308 | F UIEdgeInsetsFromString {UIEdgeInsets=ffff}@ | |
309 | F NSStringFromCGPoint @{CGPoint=ff} | |
310 | F NSStringFromCGRect @{CGRect={CGPoint=ff}{CGSize=ff}} | |
311 | F NSStringFromCGSize @{CGSize=ff} | |
312 | F NSStringFromCGAffineTransform @{CGAffineTransform=ffffff} | |
313 | F NSStringFromUIEdgeInsets @{UIEdgeInsets=ffff} | |
314 | ||
315 | F UIEdgeInsetsMake {UIEdgeInsets=ffff}ffff | |
316 | F UIEdgeInsetsEqualToEdgeInsets B{UIEdgeInsets=ffff}{UIEdgeInsets=ffff} | |
317 | F UIEdgeInsetsInsetRect {CGRect={CGPoint=ff}{CGSize=ff}}{CGRect={CGPoint=ff}{CGSize=ff}}{UIEdgeInsets=ffff} | |
318 | ||
319 | # XXX: UIInterfaceOrientationIsPortrait | |
320 | # XXX: UIInterfaceOrientationIsLandscape | |
321 | ||
322 | # XXX: UIDeviceOrientationIsValidInterfaceOrientation | |
323 | # XXX: UIDeviceOrientationIsPortrait | |
324 | # XXX: UIDeviceOrientationIsLandscape | |
325 | ||
326 | F UIAccessibilityPostNotification vI@ | |
327 | ||
328 | # Miscellaneous | |
329 | ||
330 | F UIApplicationUseLegacyEvents vB | |
331 | ||
88c977fa JF |
332 | F UIKeyboardDisableAutomaticAppearance v |
333 | F UIKeyboardEnableAutomaticAppearance v | |
334 | F UIKeyboardInputModeUsesKBStar B@ | |
335 | ||
336 | F _UIImageWithName @@ | |
337 | ||
1dbba6cc | 338 | F UIFormattedPhoneNumberFromString @@ |
88c977fa JF |
339 | F UIUnformattedPhoneNumberFromString @@ |
340 | ||
341 | V UIApp @ | |
342 | ||
343 | V kUIButtonBarButtonAction @ | |
344 | V kUIButtonBarButtonInfo @ | |
345 | V kUIButtonBarButtonInfoOffset @ | |
346 | V kUIButtonBarButtonSelectedInfo @ | |
347 | V kUIButtonBarButtonSizeToFit @ | |
348 | V kUIButtonBarButtonStyle @ | |
349 | V kUIButtonBarButtonTag @ | |
350 | V kUIButtonBarButtonTarget @ | |
351 | V kUIButtonBarButtonTitle @ | |
352 | V kUIButtonBarButtonTitleVerticalHeight @ | |
353 | V kUIButtonBarButtonTitleWidth @ | |
354 | V kUIButtonBarButtonType @ | |
355 | ||
356 | V UIKeyboardAnimationCurveUserInfoKey @ | |
357 | V UIKeyboardAnimationDurationUserInfoKey @ | |
358 | V UIKeyboardBoundsUserInfoKey @ | |
359 | V UIKeyboardCenterBeginUserInfoKey @ | |
360 | V UIKeyboardCenterEndUserInfoKey @ | |
361 | V UIKeyboardRequiresInternationalKey @ | |
362 | ||
363 | V UIKeyboardCandidateCorrectionDidChangeNotification @ | |
364 | V UIKeyboardCurrentInputModeDidChangeNotification @ | |
365 | V UIKeyboardDefaultsDidChangeNotification @ | |
366 | V UIKeyboardDidHideNotification @ | |
367 | V UIKeyboardDidShowNotification @ | |
368 | V UIKeyboardEmptyDelegateNotification @ | |
369 | V UIKeyboardWillHideNotification @ | |
370 | V UIKeyboardWillShowNotification @ | |
371 | ||
372 | V UIWebViewDidReceiveMessageNotification @ | |
373 | V UIWebViewDidClearMessagesNotification @ | |
374 | V UIWebViewGrowsAndShrinksToFitHeight f | |
375 | V UIWebViewGrowsAndShrinksToFitWidth f | |
376 | V UIWebViewScalesToFitScale f | |
377 | ||
378 | f AddressBook | |
379 | ||
380 | F ABAddressBookAddRecord B@@^@ | |
381 | F ABAddressBookCopyArrayOfAllGroups @@ | |
382 | F ABAddressBookCopyArrayOfAllPeople @@ | |
383 | F ABAddressBookCopyLocalizedLabel @@ | |
384 | F ABAddressBookCreate @ | |
385 | F ABAddressBookGetGroupCount l@ | |
386 | F ABAddressBookGetPersonCount l@ | |
387 | F ABAddressBookHasUnsavedChanges B@ | |
388 | F ABAddressBookRegisterExternalChangeCallback v@^?^v | |
389 | F ABAddressBookRemoveRecord B@@^@ | |
390 | F ABAddressBookRevert v@ | |
391 | F ABAddressBookSave B@^@ | |
392 | F ABAddressBookUnregisterExternalChangeCallback v@^?^v | |
393 | ||
394 | V ABAddressBookErrorDomain @ | |
395 | C kABOperationNotPermittedByStoreError 0 | |
396 | ||
397 | F ABMultiValueCopyArrayOfAllValues @@ | |
398 | F ABMultiValueCopyLabelAtIndex @@l | |
399 | F ABMultiValueCopyValueAtIndex @@l | |
400 | F ABMultiValueGetCount l@ | |
401 | F ABMultiValueGetFirstIndexOfValue l@@ | |
402 | F ABMultiValueGetIdentifierAtIndex i@l | |
403 | F ABMultiValueGetIndexForIdentifier l@i | |
404 | F ABMultiValueGetPropertyType S@ | |
405 | ||
406 | C kABMultiValueInvalidIdentifier -1 | |
407 | ||
408 | F ABMultiValueAddValueAndLabel @@@^i | |
409 | F ABMultiValueCreateMutable @S | |
410 | F ABMultiValueCreateMutableCopy @@ | |
411 | F ABMultiValueInsertValueAndLabelAtIndex B@@@l^i | |
412 | F ABMultiValueRemoveValueAndLabelAtIndex B@l | |
413 | F ABMultiValueReplaceLabelAtIndex B@@l | |
414 | F ABMultiValueReplaceValueAtIndex B@@l | |
415 | ||
416 | F ABRecordCopyCompositeName @@ | |
417 | F ABRecordCopyValue @@i | |
418 | F ABRecordGetRecordID i@ | |
419 | F ABRecordGetRecordType I@ | |
420 | F ABRecordRemoveValue B@i^@ | |
421 | F ABRecordSetValue B@i@^@ | |
422 | ||
423 | C kABPersonType 0 | |
424 | C kABGroupType 1 | |
425 | ||
426 | # this was (1<<8) | |
427 | C kABMultiValueMask 0x100 | |
428 | ||
429 | C kABInvalidPropertyType 0x0 | |
430 | C kABStringPropertyType 0x1 | |
431 | C kABIntegerPropertyType 0x2 | |
432 | C kABRealPropertyType 0x3 | |
433 | C kABDateTimePropertyType 0x4 | |
434 | C kABDictionaryPropertyType 0x5 | |
435 | C kABMultiStringPropertyType 0x101 | |
436 | C kABMultiIntegerPropertyType 0x102 | |
437 | C kABMultiRealPropertyType 0x103 | |
438 | C kABMultiDateTimePropertyType 0x104 | |
439 | C kABMultiDictionaryPropertyType 0x105 | |
440 | ||
441 | C kABRecordInvalidID -1 | |
442 | C kABPropertyInvalidID -1 | |
443 | ||
444 | F ABAddressBookGetGroupWithRecordID @@i | |
445 | F ABGroupAddMember B@@^@ | |
446 | F ABGroupCopyArrayOfAllMembers @@ | |
447 | F ABGroupCopyArrayOfAllMembersWithSortOrdering @@I | |
448 | F ABGroupCreate @ | |
449 | F ABGroupRemoveMember B@@^@ | |
450 | ||
451 | V kABGroupNameProperty i | |
452 | ||
453 | F ABAddressBookCopyPeopleWithName @@@ | |
454 | F ABAddressBookGetPersonWithRecordID @@i | |
455 | F ABPersonComparePeopleByName i@@I | |
456 | F ABPersonCopyImageData @@ | |
457 | F ABPersonCopyLocalizedPropertyName @i | |
458 | F ABPersonCreate @ | |
459 | F ABPersonGetCompositeNameFormat I | |
460 | F ABPersonGetSortOrdering I | |
461 | F ABPersonGetTypeOfProperty SI | |
462 | F ABPersonHasImageData B@ | |
463 | F ABPersonRemoveImageData B@^@ | |
464 | F ABPersonSetImageData B@@^@ | |
465 | ||
466 | C kABPersonSortByFirstName 0 | |
467 | C kABPersonSortByLastName 1 | |
468 | ||
469 | C kABPersonCompositeNameFormatFirstNameFirst 0 | |
470 | C kABPersonCompositeNameFormatLastNameFirst 1 | |
471 | ||
472 | V kABPersonFirstNameProperty i | |
473 | V kABPersonLastNameProperty i | |
474 | V kABPersonMiddleNameProperty i | |
475 | V kABPersonPrefixProperty i | |
476 | V kABPersonSuffixProperty i | |
477 | V kABPersonNicknameProperty i | |
478 | V kABPersonFirstNamePhoneticProperty i | |
479 | V kABPersonLastNamePhoneticProperty i | |
480 | V kABPersonMiddleNamePhoneticProperty i | |
481 | V kABPersonOrganizationProperty i | |
482 | V kABPersonJobTitleProperty i | |
483 | V kABPersonDepartmentProperty i | |
484 | V kABPersonEmailProperty i | |
485 | V kABPersonBirthdayProperty i | |
486 | V kABPersonNoteProperty i | |
487 | V kABPersonCreationDateProperty i | |
488 | V kABPersonModificationDateProperty i | |
489 | ||
490 | V kABPersonAddressProperty i | |
491 | V kABPersonAddressStreetKey @ | |
492 | V kABPersonAddressCityKey @ | |
493 | V kABPersonAddressStateKey @ | |
494 | V kABPersonAddressZIPKey @ | |
495 | V kABPersonAddressCountryKey @ | |
496 | V kABPersonAddressCountryCodeKey @ | |
497 | ||
498 | V kABPersonDateProperty i | |
499 | V kABPersonAnniversaryLabel @ | |
500 | ||
501 | V kABPersonKindProperty i | |
502 | V kABPersonKindPerson @ | |
503 | V kABPersonKindOrganization @ | |
504 | ||
505 | V kABPersonPhoneProperty i | |
506 | V kABPersonPhoneMobileLabel @ | |
507 | V kABPersonPhoneIPhoneLabel @ | |
508 | V kABPersonPhoneMainLabel @ | |
509 | V kABPersonPhoneHomeFAXLabel @ | |
510 | V kABPersonPhoneWorkFAXLabel @ | |
511 | V kABPersonPhonePagerLabel @ | |
512 | ||
513 | V kABPersonInstantMessageProperty i | |
514 | V kABPersonInstantMessageServiceKey @ | |
515 | V kABPersonInstantMessageServiceYahoo @ | |
516 | V kABPersonInstantMessageServiceJabber @ | |
517 | V kABPersonInstantMessageServiceMSN @ | |
518 | V kABPersonInstantMessageServiceICQ @ | |
519 | V kABPersonInstantMessageServiceAIM @ | |
520 | V kABPersonInstantMessageUsernameKey @ | |
521 | ||
522 | V kABPersonURLProperty i | |
523 | V kABPersonHomePageLabel @ | |
524 | ||
525 | V kABPersonRelatedNamesProperty i | |
526 | V kABPersonMotherLabel @ | |
527 | V kABPersonFatherLabel @ | |
528 | V kABPersonParentLabel @ | |
529 | V kABPersonSisterLabel @ | |
530 | V kABPersonBrotherLabel @ | |
531 | V kABPersonChildLabel @ | |
532 | V kABPersonFriendLabel @ | |
533 | V kABPersonSpouseLabel @ | |
534 | V kABPersonPartnerLabel @ | |
535 | V kABPersonManagerLabel @ | |
536 | V kABPersonAssistantLabel @ | |
537 | ||
538 | V kABWorkLabel @ | |
539 | V kABHomeLabel @ | |
540 | V kABOtherLabel @ | |
541 | ||
88c977fa JF |
542 | f CoreData |
543 | ||
544 | C NSUndefinedAttributeType 0 | |
545 | C NSInteger16AttributeType 100 | |
546 | C NSInteger32AttributeType 200 | |
547 | C NSInteger64AttributeType 300 | |
548 | C NSDecimalAttributeType 400 | |
549 | C NSDoubleAttributeType 500 | |
550 | C NSFloatAttributeType 600 | |
551 | C NSStringAttributeType 700 | |
552 | C NSBooleanAttributeType 800 | |
553 | C NSDateAttributeType 900 | |
554 | C NSBinaryDataAttributeType 1000 | |
555 | C NSTransformableAttributeType 1800 | |
556 | C NSObjectIDAttributeType 2000 | |
557 | ||
558 | C NSUndefinedEntityMappingType 0x00 | |
559 | C NSCustomEntityMappingType 0x01 | |
560 | C NSAddEntityMappingType 0x02 | |
561 | C NSRemoveEntityMappingType 0x03 | |
562 | C NSCopyEntityMappingType 0x04 | |
563 | C NSTransformEntityMappingType 0x05 | |
564 | ||
565 | V NSMigrationManagerKey @ | |
566 | V NSMigrationSourceObjectKey @ | |
567 | V NSMigrationDestinationObjectKey @ | |
568 | V NSMigrationEntityMappingKey @ | |
569 | V NSMigrationPropertyMappingKey @ | |
570 | V NSMigrationPropertyMappingKey @ | |
571 | ||
572 | C NSManagedObjectResultType 0x00 | |
573 | C NSManagedObjectIDResultType 0x01 | |
574 | C NSDictionaryResultType 0x02 | |
575 | ||
576 | C NSFetchRequestExpressionType 50 | |
577 | ||
578 | C NSSnapshotEventUndoInsertion 1<<1 | |
579 | C NSSnapshotEventUndoDeletion 1<<2 | |
580 | C NSSnapshotEventUndoUpdate 1<<3 | |
581 | C NSSnapshotEventRollback 1<<4 | |
582 | C NSSnapshotEventRefresh 1<<5 | |
583 | C NSSnapshotEventMergePolicy 1<<6 | |
584 | ||
585 | V NSInsertedObjectsKey @ | |
586 | V NSUpdatedObjectsKey @ | |
587 | V NSDeletedObjectsKey @ | |
588 | V NSRefreshedObjectsKey @ | |
589 | V NSInvalidatedObjectsKey @ | |
590 | V NSInvalidatedAllObjectsKey @ | |
591 | ||
592 | V NSErrorMergePolicy @ | |
593 | V NSMergeByPropertyStoreTrumpMergePolicy @ | |
594 | V NSMergeByPropertyObjectTrumpMergePolicy @ | |
595 | V NSOverwriteMergePolicy @ | |
596 | V NSRollbackMergePolicy @ | |
597 | ||
598 | V NSSQLiteStoreType @ | |
599 | V NSBinaryStoreType @ | |
600 | V NSInMemoryStoreType @ | |
601 | ||
602 | V NSStoreTypeKey @ | |
603 | V NSStoreUUIDKey @ | |
604 | ||
605 | V NSAddedPersistentStoresKey @ | |
606 | V NSRemovedPersistentStoresKey @ | |
607 | V NSUUIDChangedPersistentStoresKey @ | |
608 | ||
609 | V NSReadOnlyPersistentStoreOption @ | |
610 | V NSPersistentStoreTimeoutOption @ | |
611 | V NSSQLitePragmasOption @ | |
612 | V NSSQLiteAnalyzeOption @ | |
613 | V NSSQLiteManualVacuumOption @ | |
614 | ||
615 | V NSIgnorePersistentStoreVersioningOption @ | |
616 | V NSMigratePersistentStoresAutomaticallyOption @ | |
617 | V NSInferMappingModelAutomaticallyOption @ | |
618 | ||
619 | V NSStoreModelVersionHashesKey @ | |
620 | V NSStoreModelVersionIdentifiersKey @ | |
621 | V NSPersistentStoreOSCompatibility @ | |
622 | ||
623 | C NSNoActionDeleteRule 0 | |
624 | C NSNullifyDeleteRule 1 | |
625 | C NSCascadeDeleteRule 2 | |
626 | C NSDenyDeleteRule 3 | |
627 | ||
628 | C NSFetchedResultsChangeInsert 1 | |
629 | C NSFetchedResultsChangeDelete 2 | |
630 | C NSFetchedResultsChangeMove 3 | |
631 | C NSFetchedResultsChangeUpdate 4 | |
632 | ||
633 | V NSDetailedErrorsKey @ | |
634 | V NSValidationObjectErrorKey @ | |
635 | V NSValidationKeyErrorKey @ | |
636 | V NSValidationPredicateErrorKey @ | |
637 | V NSValidationValueErrorKey @ | |
638 | V NSAffectedStoresErrorKey @ | |
639 | V NSAffectedObjectsErrorKey @ | |
640 | ||
641 | V NSSQLiteErrorDomain @ | |
642 | ||
643 | C NSManagedObjectValidationError 1550 | |
644 | C NSValidationMultipleErrorsError 1560 | |
645 | C NSValidationMissingMandatoryPropertyError 1570 | |
646 | C NSValidationRelationshipLacksMinimumCountError 1580 | |
647 | C NSValidationRelationshipExceedsMaximumCountError 1590 | |
648 | C NSValidationRelationshipDeniedDeleteError 1600 | |
649 | C NSValidationNumberTooLargeError 1610 | |
650 | C NSValidationNumberTooSmallError 1620 | |
651 | C NSValidationDateTooLateError 1630 | |
652 | C NSValidationDateTooSoonError 1640 | |
653 | C NSValidationInvalidDateError 1650 | |
654 | C NSValidationStringTooLongError 1660 | |
655 | C NSValidationStringTooShortError 1670 | |
656 | C NSValidationStringPatternMatchingError 1680 | |
657 | ||
658 | C NSManagedObjectContextLockingError 132000 | |
659 | C NSPersistentStoreCoordinatorLockingError 132010 | |
660 | C NSManagedObjectReferentialIntegrityError 133000 | |
661 | C NSManagedObjectExternalRelationshipError 133010 | |
662 | C NSManagedObjectMergeError 133020 | |
663 | ||
664 | C NSPersistentStoreInvalidTypeError 134000 | |
665 | C NSPersistentStoreTypeMismatchError 134010 | |
666 | C NSPersistentStoreIncompatibleSchemaError 134020 | |
667 | C NSPersistentStoreSaveError 134030 | |
668 | C NSPersistentStoreIncompleteSaveError 134040 | |
669 | C NSPersistentStoreOperationError 134070 | |
670 | C NSPersistentStoreOpenError 134080 | |
671 | C NSPersistentStoreTimeoutError 134090 | |
672 | C NSPersistentStoreIncompatibleVersionHashError 134100 | |
673 | ||
674 | C NSMigrationError 134110 | |
675 | C NSMigrationCancelledError 134120 | |
676 | C NSMigrationMissingSourceModelError 134130 | |
677 | C NSMigrationMissingMappingModelError 134140 | |
678 | C NSMigrationManagerSourceStoreError 134150 | |
679 | C NSMigrationManagerDestinationStoreError 134160 | |
680 | C NSEntityMigrationPolicyError 134170 | |
681 | C NSInferredMappingModelError 134190 | |
682 | C NSExternalRecordImportError 134200 | |
683 | ||
684 | C NSCoreDataError 134060 | |
685 | C NSSQLiteError 134180 | |
686 | ||
687 | V NSCoreDataVersionNumber d | |
688 | ||
689 | C NSCoreDataVersionNumber10_4 46.0 | |
690 | C NSCoreDataVersionNumber10_4_3 77.0 | |
691 | C NSCoreDataVersionNumber10_5 185.0 | |
692 | C NSCoreDataVersionNumber10_5_3 186.0 | |
693 | ||
c93b7f73 JF |
694 | f CoreFoundation |
695 | ||
696 | # XXX: incomplete by any stretch of the imagination | |
697 | ||
698 | F CFShow v@ | |
699 | F CFShowStr v@ | |
700 | ||
9e20b0b7 JF |
701 | f CoreGraphics |
702 | ||
703 | # CGAffineTransform | |
704 | ||
705 | F CGAffineTransformMake {CGAffineTransform=ffffff}ffffff | |
706 | F CGAffineTransformMakeRotation {CGAffineTransform=ffffff}f | |
707 | F CGAffineTransformMakeScale {CGAffineTransform=ffffff}ff | |
708 | F CGAffineTransformMakeTranslation {CGAffineTransform=ffffff}ff | |
709 | ||
710 | F CGAffineTransformTranslate {CGAffineTransform=ffffff}{CGAffineTransform=ffffff}ff | |
711 | F CGAffineTransformScale {CGAffineTransform=ffffff}{CGAffineTransform=ffffff}ff | |
712 | F CGAffineTransformRotate {CGAffineTransform=ffffff}{CGAffineTransform=ffffff}f | |
713 | F CGAffineTransformInvert {CGAffineTransform=ffffff}{CGAffineTransform=ffffff} | |
714 | F CGAffineTransformConcat {CGAffineTransform=ffffff}{CGAffineTransform=ffffff}{CGAffineTransform=ffffff} | |
715 | ||
716 | F CGPointApplyAffineTransform {CGPoint=ff}{CGPoint=ff}{CGAffineTransform=ffffff} | |
717 | F CGSizeApplyAffineTransform {CGSize=ff}{CGSize=ff}{CGAffineTransform=ffffff} | |
718 | F CGRectApplyAffineTransform {CGRect={CGPoint=ff}{CGSize=ff}}{CGRect={CGPoint=ff}{CGSize=ff}}{CGAffineTransform=ffffff} | |
719 | ||
720 | F CGAffineTransformIsIdentity B{CGAffineTransform=ffffff} | |
721 | F CGAffineTransformEqualToTransform B{CGAffineTransform=ffffff}{CGAffineTransform=ffffff} | |
722 | ||
723 | S CGAffineTransform "a"f"b"f"c"f"d"f"tx"f"ty"f | |
724 | ||
725 | V CGAffineTransformIdentity {CGAffineTransform=ffffff} | |
726 | ||
c93b7f73 JF |
727 | f CoreLocation |
728 | ||
729 | V kCLLocationAccuracyBest d | |
730 | V kCLLocationAccuracyNearestTenMeters d | |
731 | V kCLLocationAccuracyHundredMeters d | |
732 | V kCLLocationAccuracyKilometer d | |
733 | V kCLLocationAccuracyThreeKilometers d | |
734 | ||
735 | V kCLDistanceFilterNone d | |
736 | V kCLHeadingFilterNone d | |
737 | ||
738 | C kCLErrorLocationUnknown 0 | |
739 | C kCLErrorDenied 1 | |
740 | C kCLErrorNetwork 2 | |
741 | C kCLErrorHeadingFailure 3 | |
742 | ||
743 | V kCLErrorDomain @ | |
744 | ||
88c977fa JF |
745 | f MapKit |
746 | ||
747 | C MKMapTypeStandard 0 | |
748 | C MKMapTypeSatellite 1 | |
749 | C MKMapTypeHybrid 2 | |
750 | ||
751 | V MKErrorDomain @ | |
752 | ||
753 | C MKErrorUnknown 1 | |
754 | C MKErrorServerFailure 2 | |
755 | C MKErrorLoadingThrottled 3 | |
756 | C MKErrorPlacemarkNotFound 4 | |
757 | ||
758 | C MKPinAnnotationColorRed 0 | |
759 | C MKPinAnnotationColorGreen 1 | |
760 | C MKPinAnnotationColorPurple 2 | |
761 | ||
762 | # MKCoordinateRegionMake | |
763 | # MKCoordinateRegionMakeWithDistance | |
764 | # MKCoordinateSpanMake | |
b09da87b | 765 | |
953647c1 JF |
766 | C RTLD_LAZY 0x1 |
767 | C RTLD_NOW 0x2 | |
768 | C RTLD_LOCAL 0x4 | |
769 | C RTLD_GLOBAL 0x8 | |
770 | ||
771 | C RTLD_NOLOAD 0x10 | |
772 | C RTLD_NODELETE 0x80 | |
773 | C RTLD_FIRST 0x100 | |
774 | ||
775 | C RTLD_NEXT -1 | |
776 | C RTLD_DEFAULT -2 | |
777 | C RTLD_SELF -3 | |
778 | ||
779 | # XXX: dladdr | |
780 | F dlclose i^v | |
781 | F dlerror * | |
782 | F dlopen ^v*i | |
783 | F dlsym ^v^v* | |
784 | F dlopen_preflight B* |