Home
last modified time | relevance | path

Searched refs:honourhashbang (Results 1 – 8 of 8) sorted by relevance

/third_party/python/Mac/PythonLauncher/
DFileSettings.m72 honourhashbang = source->honourhashbang;
182 honourhashbang = [source honourhashbang];
198 [NSNumber numberWithBool: honourhashbang], @"honourhashbang",
220 value = [dict objectForKey: @"honourhashbang"];
221 if (value) honourhashbang = [value boolValue];
263 if (honourhashbang &&
296 - (BOOL) honourhashbang { return honourhashbang; }; method
DPreferencesWindowController.m32 [honourhashbang setState: [settings honourhashbang]];
77 - (BOOL) honourhashbang { return [honourhashbang state]; }; method
DFileSettings.h13 - (BOOL) honourhashbang;
29 BOOL honourhashbang; // #! line overrides interpreter variable
DMyDocument.m52 [honourhashbang setState: [settings honourhashbang]];
153 - (BOOL) honourhashbang { return [honourhashbang state];}; method
DMyDocument.h17 IBOutlet NSButton *honourhashbang; variable
DPreferencesWindowController.h11 IBOutlet NSButton *honourhashbang; variable
/third_party/python/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib12 honourhashbang = NSButton;
/third_party/python/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib11 honourhashbang = NSButton;