Searched refs:mainBundle (Results 26 - 50 of 94) sorted by relevance

1234

/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CIHazeFilterSample/
H A DHazeFilterView.py32 NSBundle.mainBundle().pathForResource_ofType_(
/macosx-10.10.1/IOSCSIParallelFamily-300.0.2/TestTools/SCSITargetProber/Cocoa/
H A DSCSIDevice.m320 string = [ [ NSBundle mainBundle ] localizedStringForKey: kSCSIParallelFeatureSyncString
333 string = [ [ NSBundle mainBundle ] localizedStringForKey: kSCSIParallelFeatureWideString
346 string = [ [ NSBundle mainBundle ] localizedStringForKey: kSCSIParallelFeatureQASString
359 string = [ [ NSBundle mainBundle ] localizedStringForKey: kSCSIParallelFeatureDTString
372 string = [ [ NSBundle mainBundle ] localizedStringForKey: kSCSIParallelFeatureIUString
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CITransitionSelectorSample/
H A DTransitionSelectorView.py30 NSBundle.mainBundle().pathForResource_ofType_("Rose", "jpg"))
35 NSBundle.mainBundle().pathForResource_ofType_("Frog", "jpg"))
55 NSBundle.mainBundle().pathForResource_ofType_("Shading", "tiff"))
63 NSBundle.mainBundle().pathForResource_ofType_("Blank", "jpg"))
71 NSBundle.mainBundle().pathForResource_ofType_("Mask", "jpg"))
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Image/CITransitionSelectorSample/
H A DTransitionSelectorView.py30 NSBundle.mainBundle().pathForResource_ofType_("Rose", "jpg"))
35 NSBundle.mainBundle().pathForResource_ofType_("Frog", "jpg"))
55 NSBundle.mainBundle().pathForResource_ofType_("Shading", "tiff"))
63 NSBundle.mainBundle().pathForResource_ofType_("Blank", "jpg"))
71 NSBundle.mainBundle().pathForResource_ofType_("Mask", "jpg"))
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Image/CITransitionSelectorSample/
H A DTransitionSelectorView.py30 NSBundle.mainBundle().pathForResource_ofType_("Rose", "jpg"))
35 NSBundle.mainBundle().pathForResource_ofType_("Frog", "jpg"))
55 NSBundle.mainBundle().pathForResource_ofType_("Shading", "tiff"))
63 NSBundle.mainBundle().pathForResource_ofType_("Blank", "jpg"))
71 NSBundle.mainBundle().pathForResource_ofType_("Mask", "jpg"))
/macosx-10.10.1/WebKit2-7600.1.25/Shared/mac/
H A DChildProcessMac.mm93 [[NSFileManager defaultManager] changeCurrentDirectoryPath:[[NSBundle mainBundle] bundlePath]];
99 String defaultProfilePath = [webkit2Bundle pathForResource:[[NSBundle mainBundle] bundleIdentifier] ofType:@"sb"];
102 String defaultSystemDirectorySuffix = String([[NSBundle mainBundle] bundleIdentifier]) + "+" + parameters.clientIdentifier;
/macosx-10.10.1/WebKit-7600.1.25/mac/WebCoreSupport/
H A DWebFrameNetworkingContext.mm58 privateSession() = NetworkStorageSession::createPrivateBrowsingSession([[NSBundle mainBundle] bundleIdentifier]);
/macosx-10.10.1/WebKit-7600.1.25/mac/WebView/
H A DWebDocumentLoaderMac.mm47 && [[[NSBundle mainBundle] bundleIdentifier] isEqualToString:@"com.adobe.Installers.Setup"];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-CoreData/Examples/DragApp/
H A DDragAppAppDelegate.py16 allBundles.addObject_(NSBundle.mainBundle())
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreData/Examples/DragApp/
H A DDragAppAppDelegate.py16 allBundles.addObject_(NSBundle.mainBundle())
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-CoreData-2.5.1/Examples/DragApp/
H A DDragAppAppDelegate.py16 allBundles.addObject_(NSBundle.mainBundle())
/macosx-10.10.1/Chess-310.6/Sources/
H A DMBCBoardViewTextures.mm104 NSString * path = [[NSBundle mainBundle] pathForResource:[name stringByAppendingString:@"@2x"]
108 path = [[NSBundle mainBundle] pathForResource:name
211 [d writeToFile:[[NSBundle mainBundle] pathForResource:@"Piece"
226 [d writeToFile:[[NSBundle mainBundle] pathForResource:@"Board"
275 p = [[NSBundle mainBundle] pathForResource:@"Board"
281 p = [[NSBundle mainBundle] pathForResource:@"Piece"
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py56 mainBundle = CFBundleGetMainBundle()
57 if mainBundle:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py56 mainBundle = CFBundleGetMainBundle()
57 if mainBundle:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Core Graphics/Quartz2DBasics/
H A DAppDrawing.py56 mainBundle = CFBundleGetMainBundle()
57 if mainBundle:
58 _ourImageURL = CFBundleCopyResourceURL(mainBundle, kOurImageFile, None, None)
/macosx-10.10.1/WebKit2-7600.1.25/UIProcess/mac/
H A DWebContextMac.mm146 NSString *appName = [[NSBundle mainBundle] bundleIdentifier];
203 parameters.uiProcessBundleResourcePath = [[NSBundle mainBundle] resourcePath];
206 parameters.uiProcessBundleIdentifier = String([[NSBundle mainBundle] bundleIdentifier]);
246 parameters.uiProcessBundleIdentifier = [[NSBundle mainBundle] bundleIdentifier];
300 return [[[NSBundle mainBundle] bundlePath] stringByStandardizingPath];
596 NSString *identifier = [NSString stringWithFormat:@"%@.PrivateBrowsing", [[NSBundle mainBundle] bundleIdentifier]];
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DAppDrawing.py54 mainBundle = _mainBundle
55 if mainBundle is not None:
59 url = CFBundleCopyResourceURL(mainBundle, name, None, None)
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/Programming with Quartz/BasicDrawing/
H A DAppDrawing.py54 mainBundle = _mainBundle
55 if mainBundle is not None:
59 url = CFBundleCopyResourceURL(mainBundle, name, None, None)
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Quartz-2.5.1/Examples/Programming with Quartz/BasicDrawing/
H A DAppDrawing.py54 mainBundle = _mainBundle
55 if mainBundle is not None:
59 url = CFBundleCopyResourceURL(mainBundle, name, None, None)
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/
H A DController.py71 workflowPaths = NSBundle.mainBundle().pathsForResourcesOfType_inDirectory_(
/macosx-10.10.1/pyobjc-45/2.5/pyobjc/pyobjc-framework-Quartz/Examples/QuartzComposer/Chart/
H A DAppController.py91 if not self.view.loadCompositionFromFile_(NSBundle.mainBundle().pathForResource_ofType_("Chart", "qtz")):
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Automator/Examples/AutoSample/
H A DController.py71 workflowPaths = NSBundle.mainBundle().pathsForResourcesOfType_inDirectory_(
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-CoreLocation/Examples/WhereIsMyMac/
H A DWhereIsMyMacAppDelegate.py76 path = NSBundle.mainBundle().pathForResource_ofType_(u"HTMLFormatString", u"html")
/macosx-10.10.1/pyobjc-45/2.6/pyobjc/pyobjc-framework-Quartz/Examples/QuartzComposer/Chart/
H A DAppController.py91 if not self.view.loadCompositionFromFile_(NSBundle.mainBundle().pathForResource_ofType_("Chart", "qtz")):
/macosx-10.10.1/pyobjc-45/pyobjc/pyobjc-framework-Automator-2.5.1/Examples/AutoSample/
H A DController.py71 workflowPaths = NSBundle.mainBundle().pathsForResourcesOfType_inDirectory_(

Completed in 307 milliseconds

1234