Searched refs:bundle (Results 276 - 300 of 366) sorted by relevance

<<1112131415

/macosx-10.10.1/CPANInternal-159.1/Class-Trigger-0.14/inc/Module/
H A DInstall.pm228 $args{bundle} ||= 'inc/BUNDLES';
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-Pg-0.16007/inc/Module/
H A DInstall.pm250 $args{bundle} ||= 'inc/BUNDLES';
/macosx-10.10.1/CPANInternal-159.1/DateTime-Format-W3CDTF-0.06/inc/Module/
H A DInstall.pm246 $args{bundle} ||= 'inc/BUNDLES';
/macosx-10.10.1/CPANInternal-159.1/Pod-ProjectDocs-0.40/inc/Module/
H A DInstall.pm228 $args{bundle} ||= 'inc/BUNDLES';
/macosx-10.10.1/CPANInternal-159.1/Test-use-ok-0.11/inc/Module/
H A DInstall.pm250 $args{bundle} ||= 'inc/BUNDLES';
/macosx-10.10.1/DiskArbitration-268/autodiskmount/
H A Dautodiskmount.c282 CFBundleRef bundle; local
296 bundle = CFBundleCreate(NULL, bundleUrl);
297 resourceUrl = CFBundleCopyResourcesDirectoryURL(bundle);
305 CFRelease(bundle);
/macosx-10.10.1/configd-699.1.5/SystemConfiguration.fproj/
H A DSCPrivate.h791 * bundle access
797 _SC_CFBundleCopyNonLocalizedString (CFBundleRef bundle,
/macosx-10.10.1/configd-699.1.5/nwi/
H A Dnetwork_information_server.c324 load_NetworkInformation(CFBundleRef bundle, argument
497 load_NetworkInformation(CFBundleGetMainBundle(), // bundle
/macosx-10.10.1/ppp-786.1.1/Authenticators/Radius/
H A Dmain.c110 static CFBundleRef bundle = 0; /* our bundle ref */ variable
237 bundle = ref;
238 CFRetain(bundle);
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/Modules/objc/
H A Dmodule.m609 "currentBundle() -> bundle\n"
611 "Get the current bundle during module initialization.\n"
614 "Note that this is the default bundle used by\n"
634 "bundle_identifier=None, scan_classes=True) -> bundle\n"
636 "Load the bundle identified by 'bundle_path' or 'bundle_identifier' \n"
637 "and add the classes in the bundle to the 'module_globals'.\n"
640 "If 'bundle_identifier' is specified the right bundle is located\n"
642 "If 'bundle_path' is specified the right bundle is located using\n"
650 NSBundle* bundle = nil;
689 bundle
[all...]
/macosx-10.10.1/vim-55/src/
H A DMakefile2692 gui_bundle: $(RESDIR) bundle-dir bundle-executable bundle-info bundle-resource \
2693 bundle-language
2698 bundle-dir: $(APPDIR)/Contents $(VIMTARGET)
2704 bundle-executable: $(VIMTARGET)
2708 bundle-info: bundle-dir
2714 bundle
[all...]
/macosx-10.10.1/ppp-786.1.1/Drivers/L2TP/L2TP-plugin/
H A Dmain.c142 static CFBundleRef bundle = 0; /* our bundle ref */ variable
286 bundle = ref;
287 CFRetain(bundle);
1208 if ((url = CFBundleCopyBundleURL(bundle))) {
1213 if ((url = CFBundleCopyBuiltInPlugInsURL(bundle))) {
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-core-2.5.1/PyObjCTest/
H A Dtest_bridgesupport.py1348 def loadBundleFunctions(bundle, module_globals, functionInfo, skip_undefined=True):
1349 self.assertIs(bundle, None)
1693 bundle = Bundle()
1694 load_calls.append((bundle, module_name, module_globals, bundle_path, bundle_identifier, scan_classes))
1695 return bundle
1719 # 1. No resource files, no bundle files, no library files
1808 # 2. Have resource files, bundle files and library files (only first is used)
1832 # 3. No resource files, have bundle files and library files (only bundle one is used)
1853 (b"<signatures><constant name='bundle
[all...]
/macosx-10.10.1/ICU-531.30/icuSources/i18n/
H A Dtimezone.cpp18 * array rather than resource bundle.
219 * @return the zone's bundle if found, or undefined if error. Reuses oldbundle.
267 * @return top-level resource bundle
1058 // open the zone bundle by index
1474 UResourceBundle *bundle = ures_openDirect(NULL, kZONEINFO, &status); local
1475 const UChar *tzver = ures_getStringByKey(bundle, kTZVERSION, &len, &status);
1484 ures_close(bundle);
/macosx-10.10.1/Libinfo-459/lookup.subproj/
H A Dsi_module.c154 out->bundle = so;
300 if (si->bundle != NULL) dlclose(si->bundle);
/macosx-10.10.1/OpenLDAP-499.27/OpenLDAP/libraries/libldap/
H A Dtls_o.c245 tlso_ca_list( char * bundle, char * dir )
249 if ( bundle ) {
250 ca_list = SSL_load_client_CA_file( bundle );
/macosx-10.10.1/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DLimit.pm263 in the SYNOPSIS section bundle buffered emails into one, change the
/macosx-10.10.1/ppp-786.1.1/Controller/
H A Dscnc_main.h173 CFBundleRef bundleRef; /* bundle */
444 void scnc_init_resources(CFBundleRef bundle);
H A Dne_sm_bridge.c670 ne_sm_bridge_copy_functions(struct ne_sm_bridge_callbacks *callbacks, CFBundleRef bundle) argument
705 gBundleRef = (CFBundleRef)CFRetain(bundle);
/macosx-10.10.1/Heimdal-398.1.2/lib/heimcred/
H A Dserver.m547 syslog(LOG_ERR, "peer sent more then one bundle id and is not accountsd");
1285 xpc_bundle_t bundle = xpc_bundle_create(path, XPC_BUNDLE_FROM_PATH);
1286 if (bundle) {
1287 xpc_object_t xdict = xpc_bundle_get_info_dictionary(bundle);
1293 xpc_release(bundle);
1296 * If not a bundle, its a command line tool, lets use com.apple.$(basename)
/macosx-10.10.1/awk-20/src/
H A DFIXES382 added proctab.c to the bundle outout; one less thing
564 "make bundle" now includes yacc and lex output files for recipients
/macosx-10.10.1/configd-699.1.5/Plugins/IPMonitor/
H A Dproxy-configuration.c766 proxy_configuration_init(CFBundleRef bundle) argument
770 dict = CFBundleGetInfoDictionary(bundle);
/macosx-10.10.1/ICU-531.30/icuSources/common/
H A Duresbund.cpp210 * Do it again to catch bundles (aliases, pool bundle) whose fCountExisting
279 /** INTERNAL: sets the name (locale) of the resource bundle to given name */
388 /* We'll try to get alias string from the bundle */
421 /* return the real bundle */
731 * API: closes a resource bundle and cleans up.
923 /* first, open the bundle with real data */
932 * another bundle
1944 * that has resource bundle data.
2014 * API: This function is used to open a resource bundle
2044 /* this is a quick fix to get regular data in bundle
[all...]
/macosx-10.10.1/cups-408/cups/backend/
H A Dusb-darwin.c1405 CFStringRef bundle = driverPath ? driverPath : kUSBGenericTOPrinterClassDriver; local
1411 CFStringGetCString(bundle, bundlestr, sizeof(bundlestr), kCFStringEncodingUTF8);
1430 url = CFURLCreateWithFileSystemPath(NULL, bundle, kCFURLPOSIXPathStyle, true);
/macosx-10.10.1/libauto-186/
H A Dauto_zone.cpp731 CFBundleRef bundle = CFBundleGetMainBundle_();
732 if (!bundle) return;
733 CFStringRef string = CFBundleGetIdentifier_(bundle);

Completed in 337 milliseconds

<<1112131415