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

Lines Matching defs:splat

236 function $splat(obj){
609 args = (args != undefined) ? $splat(args) : Array.slice(arguments, (options.event) ? 1 : 0);
622 return this.apply(bind, $splat(args));
1181 $splat(items).each(function(item){
1792 $splat(value).each(function(val){
2174 value = $splat(value).map(function(val, i){
3277 values = $splat(values);
3291 value = (typeof value == 'string') ? value.split(' ') : $splat(value);
3591 params = $splat(params);