Home
last modified time | relevance | path

Searched defs:scriptargs (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Mac/PythonLauncher/
DFileSettings.h37 NSString *scriptargs; // script arguments (not for preferences) variable
DMyDocument.h26 IBOutlet NSTextField *scriptargs; variable
DPreferencesWindowController.m86 - (NSString *) scriptargs { return @"";}; method
DMyDocument.m161 - (NSString *) scriptargs { return [scriptargs stringValue];}; method
DFileSettings.m304 - (NSString *) scriptargs { return scriptargs;}; method
/external/python/cpython2/Mac/PythonLauncher/
DFileSettings.h37 NSString *scriptargs; // script arguments (not for preferences) variable
DMyDocument.h26 IBOutlet NSTextField *scriptargs; variable
DPreferencesWindowController.m86 - (NSString *) scriptargs { return @"";}; method
DMyDocument.m161 - (NSString *) scriptargs { return [scriptargs stringValue];}; method
DFileSettings.m304 - (NSString *) scriptargs { return scriptargs;}; method