Home
last modified time | relevance | path

Searched refs:nosite (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.m77 nosite = source->nosite;
187 nosite = [source nosite];
203 [NSNumber numberWithBool: nosite], @"nosite",
230 value = [dict objectForKey: @"nosite"];
231 if (value) nosite = [value boolValue];
284 nosite?" -S":"",
301 - (BOOL) nosite { return nosite;}; method
DPreferencesWindowController.m37 [nosite setState: [settings nosite]];
82 - (BOOL) nosite { return [nosite state];}; method
DMyDocument.m57 [nosite setState: [settings nosite]];
158 - (BOOL) nosite { return [nosite state];}; method
DFileSettings.h18 - (BOOL) nosite;
34 BOOL nosite; // -S option: don't import site.py variable
DMyDocument.h22 IBOutlet NSButton *nosite; variable
DPreferencesWindowController.h16 IBOutlet NSButton *nosite; variable
/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.m77 nosite = source->nosite;
187 nosite = [source nosite];
203 [NSNumber numberWithBool: nosite], @"nosite",
230 value = [dict objectForKey: @"nosite"];
231 if (value) nosite = [value boolValue];
284 nosite?" -S":"",
301 - (BOOL) nosite { return nosite;}; method
DPreferencesWindowController.m37 [nosite setState: [settings nosite]];
82 - (BOOL) nosite { return [nosite state];}; method
DMyDocument.m57 [nosite setState: [settings nosite]];
158 - (BOOL) nosite { return [nosite state];}; method
DFileSettings.h18 - (BOOL) nosite;
34 BOOL nosite; // -S option: don't import site.py variable
DMyDocument.h22 IBOutlet NSButton *nosite; variable
DPreferencesWindowController.h16 IBOutlet NSButton *nosite; variable
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib15 nosite = NSButton;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib15 nosite = NSButton;
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib14 nosite = NSButton;
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib14 nosite = NSButton;
/external/python/cpython3/PC/
Dgetpathp.c563 int *isolated, int *nosite) in read_pth_file() argument
573 *nosite = 1; in read_pth_file()
601 *nosite = 0; in read_pth_file()