Searched refs:bundle (Results 76 - 100 of 366) sorted by relevance

1234567891011>>

/macosx-10.10.1/WebKit-7600.1.25/win/
H A DWebLocalizableStrings.h33 CFBundleRef bundle; member in struct:__anon5609
43 void SetWebLocalizedStringMainBundle(CFBundleRef bundle);
46 CFStringRef WebLocalizedString(WebLocalizableStringsBundle *bundle, LPCTSTR key);
47 LPCTSTR WebLocalizedLPCTSTR(WebLocalizableStringsBundle *bundle, LPCTSTR key);
H A DWebDownload.cpp144 String bundle(targetPath, SysStringLen(targetPath));
145 if (bundle.isEmpty())
148 if (bundle[bundle.length()-1] == '/')
149 bundle.truncate(1);
151 bundle.append(DownloadBundle::fileExtension());
152 *bundlePath = BString(bundle).release();
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dproxy-configuration.h38 proxy_configuration_init (CFBundleRef bundle);
H A Ddns-configuration.h37 void dns_configuration_init (CFBundleRef bundle);
/macosx-10.10.1/iodbc-42.5/iodbc/iodbcinst/
H A DSQLManageDataSource.c108 CFBundleRef bundle; local
115 bundle = CFBundleGetBundleWithIdentifier (CFSTR ("org.iodbc.inst"));
116 if (bundle)
120 CFBundleCopyResourceURL (bundle, CFSTR ("iODBCadm.bundle"),
/macosx-10.10.1/ppp-786.1.1/Authenticators/EAP-TLS/
H A Deaptls_ui.h48 int eaptls_ui_load(CFBundleRef bundle, void *logdebug, void *logerror);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bundleFunctions.py21 self.bundle = Foundation.NSBundle.bundleForClass_(Foundation.NSBundle)
24 for bundle in (None, self.bundle):
26 objc.loadBundleFunctions(self.bundle, d, FUNCTIONS)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/Foundation/
H A D_functiondefines.py12 def NSLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
13 return bundle.localizedStringForKey_value_table_(key, '', tbl)
15 def NSLocalizedStringWithDefaultValue(key, tbl, bundle, val, comment):
16 return bundle.localizedStringForKey_value_table_(key, val, tbl)
/macosx-10.10.1/tcl-105/tcl_ext/tklib/tklib/modules/widget/
H A DpkgIndex.tcl3 proc ::tcl::pkgindex {dir bundle bundlev packages} {
9 if {$bundle != ""} {
10 lappend allpkgs [list package provide $bundle $bundlev]
11 package ifneeded $bundle $bundlev [join $allpkgs \n]
/macosx-10.10.1/IOKitUser-1050.1.21/IOServiceAuthorizeAgent/usb/
H A Dusb.m41 - (NSString *)pathForResource:(NSString *)resource ofType:(NSString *)type inBundle:(NSBundle *)bundle
46 if (!bundle) bundle = [NSBundle mainBundle];
56 if (bundle)
58 NSArray *bundleLocalizations = [bundle localizations], *preferredLocalizations = [NSBundle preferredLocalizationsFromArray:bundleLocalizations forPreferences:preferredLanguages];
63 result = [bundle pathForResource:resource ofType:type inDirectory:nil forLocalization:[preferredLocalizations objectAtIndex:i]];
67 NSString *developmentLocalization = [bundle developmentLocalization];
69 result = [bundle pathForResource:resource ofType:type inDirectory:nil forLocalization:developmentLocalization];
77 - (NSDictionary *)localizationDictForTable:(NSString *)table inBundle:(NSBundle *)bundle
80 NSString *localizedStringsPath = [self pathForResource:(table ? table : @"Localizable") ofType:@"strings" inBundle:bundle];
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/Shared/Plugins/Netscape/mac/
H A DNetscapePluginModuleMac.mm41 static bool getPluginArchitecture(CFBundleRef bundle, PluginModuleInfo& plugin)
43 RetainPtr<CFArrayRef> pluginArchitecturesArray = adoptCF(CFBundleCopyExecutableArchitectures(bundle));
111 static RetainPtr<CFDictionaryRef> getMIMETypesFromPluginBundle(CFBundleRef bundle, const PluginModuleInfo& plugin)
113 CFStringRef propertyListFilename = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginMIMETypesFilename")));
129 return static_cast<CFDictionaryRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginMIMETypes")));
132 static bool getPluginInfoFromPropertyLists(CFBundleRef bundle, PluginModuleInfo& plugin)
134 RetainPtr<CFDictionaryRef> mimeTypes = getMIMETypesFromPluginBundle(bundle, plugin);
139 CFStringRef pluginName = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginName")));
144 CFStringRef pluginDescription = static_cast<CFStringRef>(CFBundleGetValueForInfoDictionaryKey(bundle, CFSTR("WebPluginDescription")));
222 explicit ResourceMap(CFBundleRef bundle)
[all...]
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py83 bundle = objc.loadBundle(
88 bundle = objc.loadBundle(
97 bundle = objc.loadBundle(
103 bundle = objc.loadBundle(
111 bundle = objc.loadBundle(
116 bundle = objc.loadBundle(
148 return bundle
150 # Look for metadata in the framework bundle
151 path = bundle.pathForResource_ofType_inDirectory_(frameworkName, 'bridgesupport', 'BridgeSupport')
153 dylib_path = bundle
[all...]
H A D_functions.py12 def inject(pid, bundle, useMainThread=True):
19 bundlePath = bundle
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-core/Lib/objc/
H A D_bridgesupport.py67 bundle = objc.loadBundle(
72 bundle = objc.loadBundle(
81 bundle = objc.loadBundle(
87 bundle = objc.loadBundle(
95 bundle = objc.loadBundle(
100 bundle = objc.loadBundle(
132 return bundle
134 # Look for metadata in the framework bundle
135 path = bundle.pathForResource_ofType_inDirectory_(frameworkName, 'bridgesupport', 'BridgeSupport')
137 dylib_path = bundle
[all...]
/macosx-10.10.1/configd-699.1.5/configd.tproj/
H A Dplugin_support.c60 #define BUNDLE_DIR_EXTENSION ".bundle"
72 // white-listed (ok-to-load) bundle identifiers
92 CFBundleRef bundle; member in struct:__anon6917
188 traceBundle(const char *op, CFBundleRef bundle) argument
191 if (bundle != NULL) {
192 CFStringRef bundleID = CFBundleGetIdentifier(bundle);
195 CFSTR("bundle : %s %@\n"),
200 CFSTR("bundle : %s\n"),
211 addBundle(CFBundleRef bundle, Boolean forceEnabled) argument
217 bundleInfo->bundle
275 getBundleSymbol(CFBundleRef bundle, CFStringRef functionName, CFStringRef shortID) argument
303 getBundleDirNameAndPath(CFBundleRef bundle, char *buf, size_t buf_len) argument
576 CFBundleRef bundle = (CFBundleRef)info; local
622 CFBundleRef bundle; local
638 CFBundleRef bundle = (CFBundleRef)info; local
982 CFBundleRef bundle; local
1004 CFBundleRef bundle; local
[all...]
/macosx-10.10.1/WebKit2-7600.1.25/WebProcess/InjectedBundle/API/mac/
H A DWKWebProcessPlugIn.mm55 static void didCreatePage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
64 static void willDestroyPage(WKBundleRef bundle, WKBundlePageRef page, const void* clientInfo)
73 static void setUpBundleClient(WKWebProcessPlugInController *plugInController, InjectedBundle& bundle)
83 bundle.initializeClient(&bundleClient.base);
/macosx-10.10.1/cddafs-253/Classes/
H A DTBundle.h58 CFBundleRef bundle );
71 TBundle ( CFBundleRef bundle );
/macosx-10.10.1/Security-57031.1.35/Security/include/security_keychain/
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
45 @param bundle A pointer to the bundle data.
46 @param type The bundle type as defined in cssmtype.h.
47 @param encodingType The bundle encoding type as defined in cssmtype.h.
53 const CSSM_CERT_BUNDLE* bundle,
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
62 @param type The bundle typ
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_authorization/lib/
H A DAuthorizationDB.h121 @param bundle (input/optional) a bundle to get localizations from if not the main bundle.
137 CFBundleRef bundle,
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/Security/
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
45 @param bundle A pointer to the bundle data.
46 @param type The bundle type as defined in cssmtype.h.
47 @param encodingType The bundle encoding type as defined in cssmtype.h.
53 const CSSM_CERT_BUNDLE* bundle,
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
62 @param type The bundle typ
[all...]
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_keychain/lib/
H A DSecCertificateBundle.h43 @abstract Imports one or more certificates into a keychain with the specified encoding and bundle type.
45 @param bundle A pointer to the bundle data.
46 @param type The bundle type as defined in cssmtype.h.
47 @param encodingType The bundle encoding type as defined in cssmtype.h.
53 const CSSM_CERT_BUNDLE* bundle,
60 @abstract Exports one or more certificates into a bundle with the specified encoding and bundle type.
61 @param certificates An array of certificate and keychain items used to help build the bundle.
62 @param type The bundle typ
[all...]
/macosx-10.10.1/configd-699.1.5/dnsinfo/
H A Ddnsinfo_server.h40 load_DNSConfiguration (CFBundleRef bundle,
/macosx-10.10.1/configd-699.1.5/nwi/
H A Dnetwork_information_server.h38 load_NetworkInformation (CFBundleRef bundle,
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-core/Doc/07tutorial_embed/src/
H A DITunesCommunication_1.py23 NibClassBuilder.extractClasses("CDInfoDocument", bundle=NSBundle.mainBundle())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Cocoa-2.5.1/Lib/CoreFoundation/
H A D_static.py84 def CFCopyLocalizedStringFromTableInBundle(key, tbl, bundle, comment):
85 return _CF.CFBundleCopyLocalizedString((bundle), (key), (key), (tbl))
87 def CFCopyLocalizedStringWithDefaultValue(key, tbl, bundle, value, comment):
88 return _CF.CFBundleCopyLocalizedString((bundle), (key), (value), (tbl))

Completed in 296 milliseconds

1234567891011>>