Home
last modified time | relevance | path

Searched refs:with_terminal (Results 1 – 16 of 16) sorted by relevance

/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.m81 with_terminal = source->with_terminal;
191 with_terminal = [source with_terminal];
207 [NSNumber numberWithBool: with_terminal], @"with_terminal",
238 value = [dict objectForKey: @"with_terminal"];
239 if (value) with_terminal = [value boolValue];
289 with_terminal? "&& echo Exit status: $? && exit 1" : " &"];
305 - (BOOL) with_terminal { return with_terminal;}; method
DPreferencesWindowController.m40 [with_terminal setState: [settings with_terminal]];
85 - (BOOL) with_terminal { return [with_terminal state];}; method
DMyDocument.m61 [with_terminal setState: [settings with_terminal]];
77 if ([settings with_terminal]) {
162 - (BOOL) with_terminal { return [with_terminal state];}; method
DFileSettings.h21 - (BOOL) with_terminal;
38 BOOL with_terminal; // Run in terminal window variable
DMyDocument.h25 IBOutlet NSButton *with_terminal; variable
DPreferencesWindowController.h19 IBOutlet NSButton *with_terminal; variable
/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.m81 with_terminal = source->with_terminal;
191 with_terminal = [source with_terminal];
207 [NSNumber numberWithBool: with_terminal], @"with_terminal",
238 value = [dict objectForKey: @"with_terminal"];
239 if (value) with_terminal = [value boolValue];
289 with_terminal? "&& echo Exit status: $? && exit 1" : " &"];
305 - (BOOL) with_terminal { return with_terminal;}; method
DPreferencesWindowController.m40 [with_terminal setState: [settings with_terminal]];
85 - (BOOL) with_terminal { return [with_terminal state];}; method
DMyDocument.m61 [with_terminal setState: [settings with_terminal]];
77 if ([settings with_terminal]) {
162 - (BOOL) with_terminal { return [with_terminal state];}; method
DFileSettings.h21 - (BOOL) with_terminal;
38 BOOL with_terminal; // Run in terminal window variable
DMyDocument.h25 IBOutlet NSButton *with_terminal; variable
DPreferencesWindowController.h19 IBOutlet NSButton *with_terminal; variable
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib20 "with_terminal" = NSButton;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib20 "with_terminal" = NSButton;
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib20 "with_terminal" = NSButton;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib20 "with_terminal" = NSButton;