Home | History | Annotate | Download | only in parse-only

Lines Matching refs:splat

4612 function $splat(obj){
4985 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
4998 return this.apply(bind, $splat(args));
5557 $splat(items).each(function(item){
6168 $splat(value).each(function(val){
6550 value = $splat(value).map(function(val, i){
7653 values = $splat(values);
7667 value = (typeof value == 'string') ? value.split(' ') : $splat(value);
7967 params = $splat(params);