HomeSort by relevance Sort by last modified time
    Searched refs:_arguments (Results 1 - 25 of 37) sorted by null

1 2

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Finder_items.py 15 def add_to_favorites(self, _object, _attributes={}, **_arguments):
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Netscape/
WorldWideWeb_suite.py 24 def OpenURL(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Required_suite.py 16 def open(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Mozilla_suite.py 15 def Get_Import_Data(self, _no_object=None, _attributes={}, **_arguments):
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):
43 if _arguments: raise TypeError, 'No optional args expected
    [all...]
Standard_URL_suite.py 23 def GetURL(self, _object, _attributes={}, **_arguments):
34 aetools.keysubst(_arguments, self._argmap_GetURL)
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['----']
PowerPlant.py 19 def SwitchTellTarget(self, _no_object=None, _attributes={}, **_arguments):
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):
52 aetools.keysubst(_arguments, self._argmap_select
    [all...]
Standard_Suite.py 16 def close(self, _object, _attributes={}, **_arguments):
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/
Microsoft_Internet_Explorer.py 15 def GetSource(self, _object=None, _attributes={}, **_arguments):
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)
    [all...]
Web_Browser_Suite.py 15 def Activate(self, _object=None, _attributes={}, **_arguments):
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)
    [all...]
Required_Suite.py 16 def open(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Netscape_Suite.py 15 def Open_bookmark(self, _object=None, _attributes={}, **_arguments):
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['----']
URL_Suite.py 19 def GetURL(self, _object, _attributes={}, **_arguments):
28 aetools.keysubst(_arguments, self._argmap_GetURL)
29 _arguments['----'] = _object
32 _reply, _arguments, _attributes = self.send(_code, _subcode,
33 _arguments, _attributes)
34 if _arguments.get('errn', 0):
35 raise aetools.Error, aetools.decodeerror(_arguments)
37 if _arguments.has_key('----'):
38 return _arguments['----']
Standard_Suite.py 19 def get(self, _object, _attributes={}, **_arguments):
29 aetools.keysubst(_arguments, self._argmap_get)
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['----']
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/_builtinSuites/
builtin_Suite.py 12 def open(self, _object, _attributes={}, **_arguments):
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
Hidden_Suite.py 16 def do_script(self, _object, _attributes={}, **_arguments):
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['----']
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
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...]
Power_Suite.py 15 def restart(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Folder_Actions_Suite.py 19 def attach_action_to(self, _object, _attributes={}, **_arguments):
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Standard_Suite.py 20 def close(self, _object, _attributes={}, **_arguments):
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...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/StdSuites/
Standard_Suite.py 20 def class_info(self, _object=None, _attributes={}, **_arguments):
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)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Required.py 20 def open(self, _object, _attributes={}, **_arguments):
29 aetools.keysubst(_arguments, self._argmap_open)
30 _arguments['----'] = _object
32 aetools.enumsubst(_arguments, 'Conv', _Enum_Conv)
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['----'
    [all...]
Standard_Suite.py 21 def close(self, _object, _attributes={}, **_arguments):
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...]
CodeWarrior_suite.py 22 def add(self, _object, _attributes={}, **_arguments):
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)
    [all...]
Metrowerks_Shell_Suite.py 19 def Add_Files(self, _object, _attributes={}, **_arguments):
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)
    [all...]

Completed in 191 milliseconds

1 2