Home
last modified time | relevance | path

Searched defs:pair (Results 1 – 5 of 5) sorted by relevance

/template/a_new_day/js/
H A Dprototype.js234 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 Deffects.js971 this.transforms = this.style.map(function(pair){ argument
/template/battlehorse/js/
H A Dprototype.js234 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 Deffects.js971 this.transforms = this.style.map(function(pair){ argument
/template/codowik/js/
H A Dlayout.js5457 , pair, pane, key, val variable