Home
last modified time | relevance | path

Searched refs:CFArrayRef (Results 1 – 25 of 2712) sorted by relevance

12345678910>>...109

/dports/lang/fpc-source/fpc-3.2.2/packages/univint/src/
H A DCFArray.pas320 CFArrayRef = ^__CFArray; { an opaque type }
322 CFArrayRefPtr = ^CFArrayRef;
329 CFMutableArrayRef = CFArrayRef;
408 function CFArrayCreateCopy( allocator: CFAllocatorRef; theArray: CFArrayRef ): CFArrayRef; external… in CFArrayCreateCopy()
511 function CFArrayGetCount( theArray: CFArrayRef ): CFIndex; external name '_CFArrayGetCount'; in CFArrayGetCount()
533 function CFArrayGetCountOfValue( theArray: CFArrayRef; range: CFRange; value: {const} UnivPtr ): CF… in CFArrayGetCountOfValue()
555 function CFArrayContainsValue( theArray: CFArrayRef; range: CFRange; value: {const} UnivPtr ): Bool… in CFArrayContainsValue()
568 function CFArrayGetValueAtIndex( theArray: CFArrayRef; idx: CFIndex ): UnivPtr; external name '_CFA… in CFArrayGetValueAtIndex()
588 procedure CFArrayGetValues( theArray: CFArrayRef; range: CFRange; {const} values: {variable-size-ar…
662 function CFArrayGetLastIndexOfValue( theArray: CFArrayRef; range: CFRange; value: {const} UnivPtr )… in CFArrayGetLastIndexOfValue()
[all …]
H A DCTFontCollection.pas322 function CTFontCollectionCreateWithFontDescriptors( queryDescriptors: CFArrayRef; options: CFDictio… in CTFontCollectionCreateWithFontDescriptors()
340 …yWithFontDescriptors( original: CTFontCollectionRef; queryDescriptors: CFArrayRef; options: CFDict… in CTFontCollectionCreateCopyWithFontDescriptors()
369 function CTFontCollectionCopyQueryDescriptors( collection: CTFontCollectionRef ): CFArrayRef; exter… in CTFontCollectionCopyQueryDescriptors()
382 …QueryDescriptors( collection: CTMutableFontCollectionRef; descriptors: CFArrayRef ); external name…
394 function CTFontCollectionCopyExclusionDescriptors( collection: CTFontCollectionRef ): CFArrayRef; e… in CTFontCollectionCopyExclusionDescriptors()
407 …usionDescriptors( collection: CTMutableFontCollectionRef; descriptors: CFArrayRef ); external name…
423 …ctionCreateMatchingFontDescriptors( collection: CTFontCollectionRef ): CFArrayRef; external name '… in CTFontCollectionCreateMatchingFontDescriptors()
457 …hOptions( collection: CTFontCollectionRef; options: CFDictionaryRef ): CFArrayRef; external name '… in CTFontCollectionCreateMatchingFontDescriptorsWithOptions()
472 …ontCollectionRef; familyName: CFStringRef; options: CFDictionaryRef ): CFArrayRef; external name '… in CTFontCollectionCreateMatchingFontDescriptorsForFamily()
510 …f; attributeName: CFStringRef; options: CTFontCollectionCopyOptions ): CFArrayRef; external name '… in CTFontCollectionCopyFontAttribute()
[all …]
H A DSCNetworkConfiguration.pas556 function SCNetworkInterfaceCopyAll: CFArrayRef { of SCNetworkInterfaceRef's }; external name '_SCNe… in SCNetworkInterfaceCopyAll()
722 function SCNetworkInterfaceCopyMediaSubTypes( available: CFArrayRef ): CFArrayRef; external name '_… in SCNetworkInterfaceCopyMediaSubTypes()
736 …CNetworkInterfaceCopyMediaSubTypeOptions( available: CFArrayRef; subType: CFStringRef ): CFArrayRe… in SCNetworkInterfaceCopyMediaSubTypeOptions()
819 function SCBondInterfaceCopyAll( prefs: SCPreferencesRef ): CFArrayRef { of SCBondInterfaceRef's };… in SCBondInterfaceCopyAll()
959 function SCVLANInterfaceCopyAll( prefs: SCPreferencesRef ): CFArrayRef { of SCVLANInterfaceRef's };… in SCVLANInterfaceCopyAll()
1163 function SCNetworkServiceCopyAll( prefs: SCPreferencesRef ): CFArrayRef { of SCNetworkServiceRef's … in SCNetworkServiceCopyAll()
1173 function SCNetworkServiceCopyProtocols( service: SCNetworkServiceRef ): CFArrayRef { of SCNetworkPr… in SCNetworkServiceCopyProtocols()
1359 function SCNetworkSetCopyAll( prefs: SCPreferencesRef ): CFArrayRef { of SCNetworkSetRef's }; exter… in SCNetworkSetCopyAll()
1378 function SCNetworkSetCopyServices( set_: SCNetworkSetRef ): CFArrayRef { of SCNetworkServiceRef's }… in SCNetworkSetCopyServices()
1432 function SCNetworkSetGetServiceOrder( set_: SCNetworkSetRef ): CFArrayRef { of serviceID CFStringRe… in SCNetworkSetGetServiceOrder()
[all …]
H A DMDLineage.pas309 function MDLineageCopyParents( item: MDItemRef; family: CFArrayRef ): CFArrayRef; external name '_M… in MDLineageCopyParents()
320 function MDLineageCopyRootAncestors( item: MDItemRef; family: CFArrayRef ): CFArrayRef; external na… in MDLineageCopyRootAncestors()
331 function MDLineageCopyChildren( item: MDItemRef; family: CFArrayRef ): CFArrayRef; external name '_… in MDLineageCopyChildren()
342 function MDLineageCopyLeafDescendants( item: MDItemRef; family: CFArrayRef ): CFArrayRef; external … in MDLineageCopyLeafDescendants()
H A DCTFontManager.pas238 function CTFontManagerCopyAvailablePostScriptNames: CFArrayRef; external name '_CTFontManagerCopyAv… in CTFontManagerCopyAvailablePostScriptNames()
247 function CTFontManagerCopyAvailableFontFamilyNames: CFArrayRef; external name '_CTFontManagerCopyAv… in CTFontManagerCopyAvailableFontFamilyNames()
256 function CTFontManagerCopyAvailableFontURLs: CFArrayRef; external name '_CTFontManagerCopyAvailable… in CTFontManagerCopyAvailableFontURLs()
284 function CTFontManagerCreateFontDescriptorsFromURL( fileURL: CFURLRef ): CFArrayRef; external name … in CTFontManagerCreateFontDescriptorsFromURL()
407 … CTFontManagerRegisterFontsForURLs( fontURLs: CFArrayRef; scope: CTFontManagerScope; var errors: C… in CTFontManagerRegisterFontsForURLs()
426 …TFontManagerUnregisterFontsForURLs( fontURLs: CFArrayRef; scope: CTFontManagerScope; var errors: C… in CTFontManagerUnregisterFontsForURLs()
440 procedure CTFontManagerEnableFontDescriptors( descriptors: CFArrayRef; enable: CBool ); external na…
H A DSCDynamicStore.pas308 …SCDynamicStoreCallBack = procedure( store: SCDynamicStoreRef; changedKeys: CFArrayRef; info: UnivP…
436 function SCDynamicStoreCopyKeyList( store: SCDynamicStoreRef; pattern: CFStringRef ): CFArrayRef; e… in SCDynamicStoreCopyKeyList()
492 …SCDynamicStoreCopyMultiple( store: SCDynamicStoreRef; keys: CFArrayRef; patterns: CFArrayRef ): CF… in SCDynamicStoreCopyMultiple()
516 …ynamicStoreRef; keysToSet: CFDictionaryRef; keysToRemove: CFArrayRef; keysToNotify: CFArrayRef ): … in SCDynamicStoreSetMultiple()
556 …icStoreSetNotificationKeys( store: SCDynamicStoreRef; keys: CFArrayRef; patterns: CFArrayRef ): Bo… in SCDynamicStoreSetNotificationKeys()
571 function SCDynamicStoreCopyNotifiedKeys( store: SCDynamicStoreRef ): CFArrayRef; external name '_SC… in SCDynamicStoreCopyNotifiedKeys()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/objc-obj-c++-shared/GNUStep/CoreFoundation/
H A DCFArray.h37 typedef const struct __CFArray *CFArrayRef; typedef
91 CF_EXPORT CFArrayRef
95 CF_EXPORT CFArrayRef
96 CFArrayCreateCopy (CFAllocatorRef allocator, CFArrayRef theArray);
109 CF_EXPORT CFIndex CFArrayGetCount (CFArrayRef theArray);
115 CFArrayGetFirstIndexOfValue (CFArrayRef theArray, CFRange range,
119 CFArrayGetLastIndexOfValue (CFArrayRef theArray, CFRange range,
123 CFArrayGetValues (CFArrayRef theArray, CFRange range, const void **values);
132 CFArrayApplyFunction (CFArrayRef theArray, CFRange range,
149 CFArrayAppendArray (CFMutableArrayRef theArray, CFArrayRef otherArray,
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSBundle.inc49 class function allBundles: CFArrayRef;
50 class function allFrameworks: CFArrayRef;
83 function localizations: CFArrayRef;
84 function preferredLocalizations: CFArrayRef;
88 class function preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
90 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
387 function NSBundle.localizations: CFArrayRef;
404 …ass function NSBundle.preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
406 …pper = function (param1: lobjc.id; param2: SEL;_localizationsArray: CFArrayRef): CFArrayRef; cdecl;
415 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
[all …]
H A DNSArray.inc42 function arrayByAddingObjectsFromArray(_otherArray: CFArrayRef): CFArrayRef;
63 function subarrayWithRange(_range: NSRange): CFArrayRef;
76 constructor initWithArray(__array: CFArrayRef);
84 constructor arrayWithArray(__array: CFArrayRef);
100 procedure addObjectsFromArray(_otherArray: CFArrayRef);
108 procedure removeObjectsInArray(_otherArray: CFArrayRef);
112 procedure setArray(_otherArray: CFArrayRef);
237 function NSArray.arrayByAddingObjectsFromArray(_otherArray: CFArrayRef): CFArrayRef;
239 …TmsgSendWrapper = function (param1: lobjc.id; param2: SEL;_otherArray: CFArrayRef): CFArrayRef; cd…
539 constructor NSArray.initWithArray(__array: CFArrayRef);
[all …]
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSBundle.inc49 class function allBundles: CFArrayRef;
50 class function allFrameworks: CFArrayRef;
83 function localizations: CFArrayRef;
84 function preferredLocalizations: CFArrayRef;
88 class function preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
90 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
387 function NSBundle.localizations: CFArrayRef;
404 …ass function NSBundle.preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
406 …pper = function (param1: lobjc.id; param2: SEL;_localizationsArray: CFArrayRef): CFArrayRef; cdecl;
415 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
[all …]
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSBundle.inc49 class function allBundles: CFArrayRef;
50 class function allFrameworks: CFArrayRef;
83 function localizations: CFArrayRef;
84 function preferredLocalizations: CFArrayRef;
88 class function preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
90 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
387 function NSBundle.localizations: CFArrayRef;
404 …ass function NSBundle.preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
406 …pper = function (param1: lobjc.id; param2: SEL;_localizationsArray: CFArrayRef): CFArrayRef; cdecl;
415 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
[all …]
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/carbon/pascocoa/foundation/
H A DNSBundle.inc49 class function allBundles: CFArrayRef;
50 class function allFrameworks: CFArrayRef;
83 function localizations: CFArrayRef;
84 function preferredLocalizations: CFArrayRef;
88 class function preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
90 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
387 function NSBundle.localizations: CFArrayRef;
404 …ass function NSBundle.preferredLocalizationsFromArray(_localizationsArray: CFArrayRef): CFArrayRef;
406 …pper = function (param1: lobjc.id; param2: SEL;_localizationsArray: CFArrayRef): CFArrayRef; cdecl;
415 …onsFromArray_forPreferences(_localizationsArray: CFArrayRef; _preferencesArray: CFArrayRef): CFArr…
[all …]

12345678910>>...109