Searched refs:inject (Results 1 – 12 of 12) sorted by relevance
/external/clearsilver/ruby/ |
D | install.rb | 17 def inject( result ) method 682 [ curr_srcdir(), '.' ].inject([]) {|ret, dir|
|
/external/webkit/SunSpider/tests/parse-only/ |
D | prototype-1.6.0.3.js | 415 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : 423 return match[1].split(separator || '&').inject({ }, function(hash, pair) { 703 inject: function(memo, iterator, context) { method 867 return this.inject([], function(array, value) { 889 return this.inject([], function(array, value, index) { 1058 return new Hash(object).inject(this, function(result, pair) { 1065 return this.inject([], function(results, pair) { 2204 return properties.inject(dim, function(memo, property) { 3299 return $R(1, total).inject([], function(memo, i) { 3457 var data = elements.inject({ }, function(result, element) { [all …]
|
D | concat-jquery-mootools-prototype.js | 2133 // We're going to inject a fake input element with a specified name 6076 inject: function(el, where){ method 6340 …var temp = this.ownerDocument.newElement('div', {html: this.innerHTML}).inject(this.ownerDocument.… 7266 return $(temp).inject(document.body).set('html', 'temp').dispose(); 7486 inject: function(element){ method 8794 $A(div.childNodes).inject('', function(memo, node) { return memo+node.nodeValue }) : 8802 return match[1].split(separator || '&').inject({ }, function(hash, pair) { 9082 inject: function(memo, iterator, context) { method 9246 return this.inject([], function(array, value) { 9268 return this.inject([], function(array, value, index) { [all …]
|
D | mootools-1.2.2-core-nc.js | 1700 inject: function(el, where){ method 1964 …var temp = this.ownerDocument.newElement('div', {html: this.innerHTML}).inject(this.ownerDocument.… 2890 return $(temp).inject(document.body).set('html', 'temp').dispose(); 3110 inject: function(element){ method
|
D | jquery-1.3.2.js | 2133 // We're going to inject a fake input element with a specified name
|
/external/webkit/WebCore/ |
D | DerivedSources.make | 502 # NOTE: Older versions of bison do not inject an inclusion guard, so we add one. 517 # NOTE: Older versions of bison do not inject an inclusion guard, so we add one.
|
D | GNUmakefile.am | 2299 # NOTE: older versions of bison do not inject an inclusion guard, so we do it 3199 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
|
D | ChangeLog-2008-08-10 | 4756 to inject security checks. 10039 …confused if you use the CSS OM to remove variables/inject variables, etc. In addition no DOM APIs… 60085 its SecurityOrigin, permitting an attacker to inject script into an 63632 3) Now the network attacker can inject script into the HTTPS page, 63648 3) Now the inner-most iframe can inject script into the middle
|
/external/webkit/V8Binding/ |
D | DerivedSources.make | 994 # NOTE: older versions of bison do not inject an inclusion guard, so we do it 1007 # NOTE: older versions of bison do not inject an inclusion guard, so we do it
|
/external/qemu/ |
D | qemu-monitor.hx | 459 "cpu", "inject an NMI on the given CPU", },
|
D | qemu-options.hx | 650 processed by the Windows guest and will re-inject them.
|
/external/webkit/JavaScriptCore/ |
D | ChangeLog-2008-08-10 | 18694 Added a method to JSVariableObject to allow us to inject DontDelete properties
|