Lines Matching refs:groups
328 var groups=[].concat(lists);
330 i<groups.length;
331 i++){name+=groups[i].group
334 if(groups.length>1){for(var i=0;
335 i<groups.length;
336 i++){var aList=entityConversionLists[direction][groups[i].group];
338 }}}else{if(groups.length==1){list=entityConversionLists[direction][groups[0].group]
5692 …nd(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastLogTime:0,groups:null,limit:null,ap… property
5748 }}},appendOpenGroup:function(objects,row,rep){if(!this.groups){this.groups=[] property
5759 this.groups.push(groupBody);
5768 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop()
5863 },getTopContainer:function(){if(this.groups&&this.groups.length){return this.groups[this.groups.len…
7498 var groups=[];
7501 groups.push(group);
7510 }}}var result=this.template.computedTag.replace({groups:groups},this.panelNode) property