/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Netscape/ |
D | WorldWideWeb_suite.py | 24 def OpenURL(self, _object, _attributes={}, **_arguments): argument 39 aetools.keysubst(_arguments, self._argmap_OpenURL) 40 _arguments['----'] = _object 43 _reply, _arguments, _attributes = self.send(_code, _subcode, 44 _arguments, _attributes) 45 if _arguments.get('errn', 0): 46 raise aetools.Error, aetools.decodeerror(_arguments) 48 if _arguments.has_key('----'): 49 return _arguments['----'] 57 def ShowFile(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Mozilla_suite.py | 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments): argument 23 if _arguments: raise TypeError, 'No optional args expected' 27 _reply, _arguments, _attributes = self.send(_code, _subcode, 28 _arguments, _attributes) 29 if _arguments.get('errn', 0): 30 raise aetools.Error, aetools.decodeerror(_arguments) 32 if _arguments.has_key('----'): 33 return _arguments['----'] 35 def Get_Profile_Name(self, _no_object=None, _attributes={}, **_arguments): argument 43 if _arguments: raise TypeError, 'No optional args expected' [all …]
|
D | Required_suite.py | 16 def open(self, _object, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def print_(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Standard_Suite.py | 16 def close(self, _object, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def data_size(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | PowerPlant.py | 19 def SwitchTellTarget(self, _no_object=None, _attributes={}, **_arguments): argument 27 aetools.keysubst(_arguments, self._argmap_SwitchTellTarget) 31 _reply, _arguments, _attributes = self.send(_code, _subcode, 32 _arguments, _attributes) 33 if _arguments.get('errn', 0): 34 raise aetools.Error, aetools.decodeerror(_arguments) 36 if _arguments.has_key('----'): 37 return _arguments['----'] 43 def select(self, _object, _attributes={}, **_arguments): argument 52 aetools.keysubst(_arguments, self._argmap_select) [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Finder/ |
D | Standard_Suite.py | 16 def close(self, _object, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 40 def count(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Finder_items.py | 15 def add_to_favorites(self, _object, _attributes={}, **_arguments): argument 23 if _arguments: raise TypeError, 'No optional args expected' 24 _arguments['----'] = _object 27 _reply, _arguments, _attributes = self.send(_code, _subcode, 28 _arguments, _attributes) 29 if _arguments.get('errn', 0): 30 raise aetools.Error, aetools.decodeerror(_arguments) 32 if _arguments.has_key('----'): 33 return _arguments['----'] 39 def clean_up(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Legacy_suite.py | 15 def restart(self, _no_object=None, _attributes={}, **_arguments): argument 22 if _arguments: raise TypeError, 'No optional args expected' 26 _reply, _arguments, _attributes = self.send(_code, _subcode, 27 _arguments, _attributes) 28 if _arguments.get('errn', 0): 29 raise aetools.Error, aetools.decodeerror(_arguments) 31 if _arguments.has_key('----'): 32 return _arguments['----'] 34 def shut_down(self, _no_object=None, _attributes={}, **_arguments): argument 41 if _arguments: raise TypeError, 'No optional args expected' [all …]
|
D | Finder_Basics.py | 15 def copy(self, _no_object=None, _attributes={}, **_arguments): argument 22 if _arguments: raise TypeError, 'No optional args expected' 26 _reply, _arguments, _attributes = self.send(_code, _subcode, 27 _arguments, _attributes) 28 if _arguments.get('errn', 0): 29 raise aetools.Error, aetools.decodeerror(_arguments) 31 if _arguments.has_key('----'): 32 return _arguments['----'] 38 def sort(self, _object, _attributes={}, **_arguments): argument 48 aetools.keysubst(_arguments, self._argmap_sort) [all …]
|
/external/python/cpython2/Mac/Demo/applescript/Disk_Copy/ |
D | Special_Events.py | 22 def mount(self, _object, _attributes={}, **_arguments): argument 35 aetools.keysubst(_arguments, self._argmap_mount) 36 _arguments['----'] = _object 38 aetools.enumsubst(_arguments, 'Acss', _Enum_Acss) 39 aetools.enumsubst(_arguments, 'VChk', _Enum_bool) 40 aetools.enumsubst(_arguments, 'VSig', _Enum_bool) 41 aetools.enumsubst(_arguments, 'Cach', _Enum_bool) 43 _reply, _arguments, _attributes = self.send(_code, _subcode, 44 _arguments, _attributes) 45 if _arguments.has_key('errn'): [all …]
|
D | Utility_Events.py | 19 def select_disk_image(self, _no_object=None, _attributes={}, **_arguments): argument 28 aetools.keysubst(_arguments, self._argmap_select_disk_image) 31 aetools.enumsubst(_arguments, 'SELp', _Enum_TEXT) 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.has_key('errn'): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----'] 45 def select_DiskScript(self, _no_object=None, _attributes={}, **_arguments): argument [all …]
|
D | Standard_Suite.py | 27 def save(self, _object, _attributes={}, **_arguments): argument 45 aetools.keysubst(_arguments, self._argmap_save) 46 _arguments['----'] = _object 48 aetools.enumsubst(_arguments, 'kfil', _Enum_obj_) 49 aetools.enumsubst(_arguments, 'SvAs', _Enum_SvAs) 50 aetools.enumsubst(_arguments, 'VChk', _Enum_bool) 51 aetools.enumsubst(_arguments, 'VSig', _Enum_bool) 52 aetools.enumsubst(_arguments, 'SImg', _Enum_bool) 53 aetools.enumsubst(_arguments, 'Moun', _Enum_bool) 54 aetools.enumsubst(_arguments, 'Slop', _Enum_long) [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/StdSuites/ |
D | Standard_Suite.py | 20 def class_info(self, _object=None, _attributes={}, **_arguments): argument 30 aetools.keysubst(_arguments, self._argmap_class_info) 31 _arguments['----'] = _object 34 _reply, _arguments, _attributes = self.send(_code, _subcode, 35 _arguments, _attributes) 36 if _arguments.get('errn', 0): 37 raise aetools.Error, aetools.decodeerror(_arguments) 39 if _arguments.has_key('----'): 40 return _arguments['----'] 47 def close(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | AppleScript_Suite.py | 15 def _26_(self, _object, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def _2a_(self, _object, _attributes={}, **_arguments): argument [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Explorer/ |
D | Web_Browser_Suite.py | 15 def Activate(self, _object=None, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def CloseAllWindows(self, _no_object=None, _attributes={}, **_arguments): argument [all …]
|
D | Required_Suite.py | 16 def open(self, _object, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def print_(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Microsoft_Internet_Explorer.py | 15 def GetSource(self, _object=None, _attributes={}, **_arguments): argument 24 if _arguments: raise TypeError, 'No optional args expected' 25 _arguments['----'] = _object 28 _reply, _arguments, _attributes = self.send(_code, _subcode, 29 _arguments, _attributes) 30 if _arguments.get('errn', 0): 31 raise aetools.Error, aetools.decodeerror(_arguments) 33 if _arguments.has_key('----'): 34 return _arguments['----'] 36 def PrintBrowserWindow(self, _object=None, _attributes={}, **_arguments): argument [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/SystemEvents/ |
D | Standard_Suite.py | 20 def close(self, _object, _attributes={}, **_arguments): argument 30 aetools.keysubst(_arguments, self._argmap_close) 31 _arguments['----'] = _object 33 aetools.enumsubst(_arguments, 'savo', _Enum_savo) 35 _reply, _arguments, _attributes = self.send(_code, _subcode, 36 _arguments, _attributes) 37 if _arguments.get('errn', 0): 38 raise aetools.Error, aetools.decodeerror(_arguments) 40 if _arguments.has_key('----'): 41 return _arguments['----'] [all …]
|
D | Folder_Actions_Suite.py | 19 def attach_action_to(self, _object, _attributes={}, **_arguments): argument 29 aetools.keysubst(_arguments, self._argmap_attach_action_to) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----'] 41 def attached_scripts(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | Power_Suite.py | 15 def restart(self, _object, _attributes={}, **_arguments): argument 23 if _arguments: raise TypeError, 'No optional args expected' 24 _arguments['----'] = _object 27 _reply, _arguments, _attributes = self.send(_code, _subcode, 28 _arguments, _attributes) 29 if _arguments.get('errn', 0): 30 raise aetools.Error, aetools.decodeerror(_arguments) 32 if _arguments.has_key('----'): 33 return _arguments['----'] 35 def shut_down(self, _object, _attributes={}, **_arguments): argument [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/Terminal/ |
D | Standard_Suite.py | 20 def close(self, _object, _attributes={}, **_arguments): argument 30 aetools.keysubst(_arguments, self._argmap_close) 31 _arguments['----'] = _object 33 aetools.enumsubst(_arguments, 'savo', _Enum_savo) 35 _reply, _arguments, _attributes = self.send(_code, _subcode, 36 _arguments, _attributes) 37 if _arguments.get('errn', 0): 38 raise aetools.Error, aetools.decodeerror(_arguments) 40 if _arguments.has_key('----'): 41 return _arguments['----'] [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/_builtinSuites/ |
D | builtin_Suite.py | 12 def open(self, _object, _attributes={}, **_arguments): argument 20 if _arguments: raise TypeError, 'No optional args expected' 21 _arguments['----'] = _object 24 _reply, _arguments, _attributes = self.send(_code, _subcode, 25 _arguments, _attributes) 26 if _arguments.get('errn', 0): 27 raise aetools.Error, aetools.decodeerror(_arguments) 29 if _arguments.has_key('----'): 30 return _arguments['----'] 32 def run(self, _no_object=None, _attributes={}, **_arguments): argument [all …]
|
/external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/ |
D | Metrowerks_Shell_Suite.py | 19 def Add_Files(self, _object, _attributes={}, **_arguments): argument 29 aetools.keysubst(_arguments, self._argmap_Add_Files) 30 _arguments['----'] = _object 33 _reply, _arguments, _attributes = self.send(_code, _subcode, 34 _arguments, _attributes) 35 if _arguments.get('errn', 0): 36 raise aetools.Error, aetools.decodeerror(_arguments) 38 if _arguments.has_key('----'): 39 return _arguments['----'] 45 def Check_Syntax(self, _object, _attributes={}, **_arguments): argument [all …]
|
D | CodeWarrior_suite.py | 22 def add(self, _object, _attributes={}, **_arguments): argument 34 aetools.keysubst(_arguments, self._argmap_add) 35 _arguments['----'] = _object 38 _reply, _arguments, _attributes = self.send(_code, _subcode, 39 _arguments, _attributes) 40 if _arguments.get('errn', 0): 41 raise aetools.Error, aetools.decodeerror(_arguments) 43 if _arguments.has_key('----'): 44 return _arguments['----'] 46 def build(self, _no_object=None, _attributes={}, **_arguments): argument [all …]
|
D | Standard_Suite.py | 21 def close(self, _object, _attributes={}, **_arguments): argument 31 aetools.keysubst(_arguments, self._argmap_close) 32 _arguments['----'] = _object 34 aetools.enumsubst(_arguments, 'savo', _Enum_savo) 36 _reply, _arguments, _attributes = self.send(_code, _subcode, 37 _arguments, _attributes) 38 if _arguments.get('errn', 0): 39 raise aetools.Error, aetools.decodeerror(_arguments) 41 if _arguments.has_key('----'): 42 return _arguments['----'] [all …]
|