Home
last modified time | relevance | path

Searched refs:inject (Results 1 – 12 of 12) sorted by relevance

/external/clearsilver/ruby/
Dinstall.rb17 def inject( result ) method
682 [ curr_srcdir(), '.' ].inject([]) {|ret, dir|
/external/webkit/SunSpider/tests/parse-only/
Dprototype-1.6.0.3.js415 $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 …]
Dconcat-jquery-mootools-prototype.js2133 // 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 …]
Dmootools-1.2.2-core-nc.js1700 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
Djquery-1.3.2.js2133 // We're going to inject a fake input element with a specified name
/external/webkit/WebCore/
DDerivedSources.make502 # 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.
DGNUmakefile.am2299 # 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
DChangeLog-2008-08-104756 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/
DDerivedSources.make994 # 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/
Dqemu-monitor.hx459 "cpu", "inject an NMI on the given CPU", },
Dqemu-options.hx650 processed by the Windows guest and will re-inject them.
/external/webkit/JavaScriptCore/
DChangeLog-2008-08-1018694 Added a method to JSVariableObject to allow us to inject DontDelete properties