Searched refs:fillWith (Results 1 – 4 of 4) sorted by relevance
690 inGroupsOf: function(number, fillWith) { argument691 fillWith = Object.isUndefined(fillWith) ? null : fillWith;693 while(slice.length < number) slice.push(fillWith);
799 function inGroupsOf(number, fillWith) { argument800 fillWith = Object.isUndefined(fillWith) ? null : fillWith;802 while(slice.length < number) slice.push(fillWith);
918 function inGroupsOf(number, fillWith) { argument919 fillWith = Object.isUndefined(fillWith) ? null : fillWith;921 while(slice.length < number) slice.push(fillWith);
12 …(i),i.dispose())),this.closeable_},t.fill=function(){this.fillWith(this.content())},t.fillWith=fun… class in t