Lines Matching defs: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]
2411 },visitDiscussionGroup:function(){this.visit("http://groups.google.com/group/firebug")
5692 Firebug.ConsolePanel.prototype=extend(Firebug.Panel,{wasScrolledToBottom:false,messageCount:0,lastLogTime:0,groups:null,limit:null,append:function(appender,objects,className,rep,sourceLink,noRow){var container=this.getTopContainer();
5748 }}},appendOpenGroup:function(objects,row,rep){if(!this.groups){this.groups=[]
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.length-1]
7496 }}}function CSSComputedElementPanel(){}CSSComputedElementPanel.prototype=extend(CSSElementPanel.prototype,{template:domplate({computedTag:DIV({"class":"a11yCSSView",role:"list","aria-label":$STR("aria.labels.computed styles")},FOR("group","$groups",H1({"class":"cssInheritHeader groupHeader focusRow",role:"listitem"},SPAN({"class":"cssInheritLabel"},"$group.title")),TABLE({width:"100%",role:"group"},TBODY({role:"presentation"},FOR("prop","$group.props",TR({"class":"focusRow computedStyleRow",role:"listitem"},TD({"class":"stylePropName",role:"presentation"},"$prop.name"),TD({"class":"stylePropValue",role:"presentation"},"$prop.value")))))))}),updateComputedView:function(element){var win=isIE?element.ownerDocument.parentWindow:element.ownerDocument.defaultView;
7498 var groups=[];
7501 groups.push(group);
7510 }}}var result=this.template.computedTag.replace({groups:groups},this.panelNode)