Searched defs:pair (Results 1 – 5 of 5) sorted by relevance
/template/a_new_day/js/ |
H A D | prototype.js | 234 return match[1].split(separator || '&').inject({}, function(hash, pair) { argument 640 this.prototype._each.call(obj, function(pair) { argument 686 return $H(hash).inject(this, function(mergedHash, pair) { argument 713 return '#<PHash:{' + this.map(function(pair) { argument 912 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument 1193 $H({'id': 'id', 'className': 'class'}).each(function(pair) { argument
|
H A D | effects.js | 971 this.transforms = this.style.map(function(pair){ argument
|
/template/battlehorse/js/ |
H A D | prototype.js | 234 return match[1].split(separator || '&').inject({}, function(hash, pair) { argument 640 this.prototype._each.call(obj, function(pair) { argument 686 return $H(hash).inject(this, function(mergedHash, pair) { argument 713 return '#<PHash:{' + this.map(function(pair) { argument 912 $H(extras).each(function(pair) { headers[pair.key] = pair.value }); argument 1193 $H({'id': 'id', 'className': 'class'}).each(function(pair) { argument
|
H A D | effects.js | 971 this.transforms = this.style.map(function(pair){ argument
|
/template/codowik/js/ |
H A D | layout.js | 5457 , pair, pane, key, val variable
|