HomeSort by relevance Sort by last modified time
    Searched full:_attributes (Results 26 - 40 of 40) 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...]
TextEditorModel.js 51 this._attributes = [];
137 this._attributes = [];
272 attributes[i] = this._attributes[i];
274 attributes[i] = this._attributes[i - newLines.length + 1];
275 this._attributes = attributes;
292 this._attributes.splice(range.startColumn ? range.startLine + 1 : range.startLine, range.endLine - range.startLine);
372 var attrs = this._attributes[line];
375 this._attributes[line] = attrs;
387 var attrs = this._attributes[line];
397 var attrs = this._attributes[line]
    [all...]
DOMAgent.js 53 this._attributes = [];
141 return this._attributes.length > 0;
277 return this._attributes;
293 for (var i = 0; i < this._attributes.length; ++i) {
294 if (this._attributes[i].name === name) {
295 this._attributes.splice(i, 1);
475 var attributesChanged = !this._attributes || attrs.length !== this._attributes.length * 2;
478 this._attributes = [];
568 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 388 milliseconds

12