HomeSort by relevance Sort by last modified time
    Searched full:_attributes (Results 26 - 39 of 39) sorted by null

12

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 22 def add(self, _object, _attributes={}, **_arguments):
29 Keyword argument _attributes: AppleEvent attribute dictionary
38 _reply, _arguments, _attributes = self.send(_code, _subcode,
39 _arguments, _attributes)
46 def build(self, _no_object=None, _attributes={}, **_arguments):
48 Keyword argument _attributes: AppleEvent attribute dictionary
57 _reply, _arguments, _attributes = self.send(_code, _subcode,
58 _arguments, _attributes)
65 def check(self, _object=None, _attributes={}, **_arguments):
68 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
Metrowerks_Shell_Suite.py 19 def Add_Files(self, _object, _attributes={}, **_arguments):
23 Keyword argument _attributes: AppleEvent attribute dictionary
33 _reply, _arguments, _attributes = self.send(_code, _subcode,
34 _arguments, _attributes)
45 def Check_Syntax(self, _object, _attributes={}, **_arguments):
49 Keyword argument _attributes: AppleEvent attribute dictionary
59 _reply, _arguments, _attributes = self.send(_code, _subcode,
60 _arguments, _attributes)
67 def Close_Project(self, _no_object=None, _attributes={}, **_arguments):
69 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 15 def do_script(self, _object, _attributes={}, **_arguments):
18 Keyword argument _attributes: AppleEvent attribute dictionary
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
Disk_Folder_File_Suite.py 19 def move(self, _object, _attributes={}, **_arguments):
23 Keyword argument _attributes: AppleEvent attribute dictionary
33 _reply, _arguments, _attributes = self.send(_code, _subcode,
34 _arguments, _attributes)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Finder/
Finder_Basics.py 15 def copy(self, _no_object=None, _attributes={}, **_arguments):
17 Keyword argument _attributes: AppleEvent attribute dictionary
26 _reply, _arguments, _attributes = self.send(_code, _subcode,
27 _arguments, _attributes)
38 def sort(self, _object, _attributes={}, **_arguments):
42 Keyword argument _attributes: AppleEvent attribute dictionary
52 _reply, _arguments, _attributes = self.send(_code, _subcode,
53 _arguments, _attributes)
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
CookieParser.js 210 this._attributes = {};
243 return "httponly" in this._attributes;
251 return "secure" in this._attributes;
261 return !("expires" in this._attributes || "max-age" in this._attributes);
269 return this._attributes["path"];
277 return this._attributes["port"];
285 return this._attributes["domain"];
293 return this._attributes["expires"];
301 return this._attributes["max-age"]
    [all...]
DOMAgent.js 55 this._attributes = [];
137 return this._attributes.length > 0;
305 return this._attributes;
322 for (var i = 0; i < this._attributes.length; ++i) {
323 if (this._attributes[i].name === name) {
324 this._attributes.splice(i, 1);
470 var attributesChanged = !this._attributes || attrs.length !== this._attributes.length * 2;
473 this._attributes = [];
587 this._attributes.push(attr)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
aetools.py 239 def _get(self, _object, asfile=None, _attributes={}):
242 Keyword argument _attributes: AppleEvent attribute dictionary
252 _reply, _arguments, _attributes = self.send(_code, _subcode,
253 _arguments, _attributes)
269 def _set(self, _object, _attributes={}, **_arguments):
273 Keyword argument _attributes: AppleEvent attribute dictionary
282 _reply, _arguments, _attributes = self.send(_code, _subcode,
283 _arguments, _attributes)
307 def open(self, _object, _attributes={}, **_arguments):
310 Keyword argument _attributes: AppleEvent attribute dictionar
    [all...]
MiniAEFrame.py 135 _parameters, _attributes = aetools.unpackevent(_request)
136 _class = _attributes['evcl'].type
137 _type = _attributes['evid'].type
150 _parameters['_attributes'] = _attributes
gensuitemodule.py 738 fp.write("_attributes={}, **_arguments):\n") # include attribute dict and args
751 fp.write(" Keyword argument _attributes: AppleEvent attribute dictionary\n")
793 fp.write(" _reply, _arguments, _attributes = self.send(_code, _subcode,\n")
794 fp.write(" _arguments, _attributes)\n")
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Terminal/
Terminal_Suite.py 15 def GetURL(self, _object, _attributes={}, **_arguments):
18 Keyword argument _attributes: AppleEvent attribute dictionary
27 _reply, _arguments, _attributes = self.send(_code, _subcode,
28 _arguments, _attributes)
40 def do_script(self, _object, _attributes={}, **_arguments):
45 Keyword argument _attributes: AppleEvent attribute dictionary
55 _reply, _arguments, _attributes = self.send(_code, _subcode,
56 _arguments, _attributes)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ast.py 100 if include_attributes and node._attributes:
103 for a in node._attributes)
119 if attr in old_node._attributes and attr in new_node._attributes \
134 if 'lineno' in node._attributes:
139 if 'col_offset' in node._attributes:
156 if 'lineno' in child._attributes:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ast.py 100 if include_attributes and node._attributes:
103 for a in node._attributes)
119 if attr in old_node._attributes and attr in new_node._attributes \
134 if 'lineno' in node._attributes:
139 if 'col_offset' in node._attributes:
156 if 'lineno' in child._attributes:
  /frameworks/wilhelm/src/itf/
IPlay.c 248 // omits _attributes b/c noone cares deeply enough about these fields to need quick notification

Completed in 766 milliseconds

12