Lines Matching refs:row

4995 var logXHR=function(){var row=Firebug.Console.log(spy,null,"spy",Firebug.Spy.XHR);
4996 if(row){setClass(row,"loading");
4997 spy.logRow=row
5012 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t…
5013 row=row||spy.logRow;
5014 if(!row){return
5025 var handleRequestStatus=function(success,status,time){var row=spy.logRow;
5026 FBL.removeClass(row,"loading");
5027 if(!success){FBL.setClass(row,"error")
5028 }var item=FBL.$$(".spyStatus",row)[0];
5030 if(time){var item=FBL.$$(".spyTime",row)[0];
5282 var row=$$(".netInfoPostParamsTitle",paramTable)[0];
5284 NetInfoBody.headerDataTag.insertRows({headers:params},row)
5287 var row=$$(".netInfoPostPartsTitle",paramTable)[0];
5288 NetInfoBody.headerDataTag.insertRows({headers:data.params},row)
5301 var row=$$(".netInfoPostSourceTitle",sourceTable)[0];
5303 this.sourceBodyTag.insertRows({param:param},row)
5328 },updateCounter:function(row){removeClass(row,"collapsed"); argument
5329 var limitLabel=row.getElementsByClassName("netLimitLabel").item(0);
5330 limitLabel.firstChild.nodeValue=$STRP("plural.Limit_Exceeded",[row.limitInfo.totalCount])
5332 var row=this.createRow(table.firstChild.firstChild,limitInfo);
5333 return[table,row]
5334 },createRow:function(parent,limitInfo){var row=this.limitTag.insertRows(limitInfo,parent,this)[0];
5335 row.limitInfo=limitInfo;
5336 return row
5597 if(panel){var row=panel.append(appender,objects,className,rep,sourceLink,noRow);
5599 return row
5604 }},appendFormatted:function(args,row,context){if(!context){context=FirebugContext argument
5606 panel.appendFormatted(args,row)
5683 }else{var row=this.createRow("logRow",className);
5684 appender.apply(this,[objects,row,rep]);
5685 if(sourceLink){FirebugReps.SourceLink.tag.append({object:sourceLink},row)
5686 }container.appendChild(row);
5687 this.filterLogRow(row,this.wasScrolledToBottom);
5689 }return row
5693 }},insertLogLimit:function(){var row=this.createRow("limitRow");
5697 var nodes=netLimitRep.createTable(row,limitInfo);
5704 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5705 }return rep.tag.append({object:object},row)
5706 },appendFormatted:function(objects,row,rep){if(!objects||!objects.length){return argument
5707 }function logText(text,row){var node=row.ownerDocument.createTextNode(text); argument
5708 row.appendChild(node)
5713 }else{if(objects.length===1){if(format.length<1){logText("(an empty string)",row);
5728 if(typeof(object)!="undefined"){this.appendObject(object,row,part.rep)
5729 }else{this.appendObject(part.type,row,FirebugReps.Text)
5730 }}else{FirebugReps.Text.tag.append({object:part},row)
5733 ++i){logText(" ",row);
5735 if(typeof(object)=="string"){FirebugReps.Text.tag.append({object:object},row)
5736 }else{this.appendObject(object,row)
5737 }}},appendOpenGroup:function(objects,row,rep){if(!this.groups){this.groups=[] argument
5738 }setClass(row,"logGroup");
5739 setClass(row,"opened");
5744 }row.appendChild(innerRow);
5746 row.appendChild(groupBody);
5757 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop() argument
6039 var row=Firebug.Console.openGroup(arguments,null,"group",null,true,sourceLink);
6040 removeClass(row,"opened")
6179 }}var row=Firebug.Console.log(objects,context,"errorMessage",null,true);
6180 row.scrollIntoView()
7190 },insertPropertyRow:function(row){Firebug.Editor.insertRowForObject(row) argument
7191 },insertRule:function(row){var location=getAncestorByClass(row,"cssRule"); argument
7195 }},editPropertyRow:function(row){var propValueBox=getChildByClass(row,"cssPropValue"); argument
7197 },deletePropertyRow:function(row){var rule=Firebug.getRepObject(row); argument
7198 var propName=getChildByClass(row,"cssPropName")[textContent];
7200 var ruleId=Firebug.getRepNode(row).getAttribute("ruleId");
7206 }}}if(this.name=="stylesheet"){dispatch([Firebug.A11yModel],"onInlineEditorClose",[this,row.firstCh…
7207 }row.parentNode.removeChild(row);
7209 },disablePropertyRow:function(row){toggleClass(row,"disabledStyle"); argument
7210 var rule=Firebug.getRepObject(row);
7211 var propName=getChildByClass(row,"cssPropName")[textContent];
7213 }var ruleId=Firebug.getRepNode(row).getAttribute("ruleId");
7216 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7218 if(hasClass(row,"disabledStyle")){Firebug.CSSModule.removeProperty(rule,propName);
7228 }var row=getAncestorByClass(target,"cssProp");
7229 if(row&&hasClass(row,"editGroup")){this.disablePropertyRow(row);
7235 }var row=getAncestorByClass(target,"cssRule");
7236 if(row&&!getAncestorByClass(target,"cssPropName")&&!getAncestorByClass(target,"cssPropValue")){this…
7374 }var row;
7375 if(this.currentSearch&&text==this.currentSearch.text){row=this.currentSearch.findNext(wrapSearch,fa…
7377 row=this.currentSearch.find(text,reverse,Firebug.Search.isCaseSensitive(text));
7378 if(row){var sel=this.document.defaultView.getSelection();
7386 row=this.currentSearch.find(text,reverse,Firebug.Search.isCaseSensitive(text))
7387 }}if(row){this.document.defaultView.getSelection().selectAllChildren(row);
7388 scrollIntoCenterView(row,this.panelNode);
7389 dispatch([Firebug.A11yModel],"onCSSSearchMatchFound",[this,text,row]);
7510 var row=getAncestorByClass(target,"cssProp");
7511 if(hasClass(row,"disabledStyle")){toggleClass(row,"disabledStyle")
7513 …sPropName")){if(value&&previousValue!=value){var propValue=getChildByClass(row,"cssPropValue")[tex…
7519 }}}else{if(getAncestorByClass(target,"cssPropValue")){var propName=getChildByClass(row,"cssPropName…
7520 var propValue=getChildByClass(row,"cssPropValue")[textContent];
7530 }else{var row=getAncestorByClass(this.target,"cssProp");
7531 var propName=getChildByClass(row,"cssPropName")[textContent];
7543 }var row=getAncestorByClass(target,"cssRule");
7549 if(rule||Firebug.getRepObject(row.nextSibling)){var searchRule=rule||Firebug.getRepObject(row.nextS…
7554 var props=row.getElementsByClassName("cssProp");
7569 row.repObject=undefined;
7572 }row.repObject=rule;
7574 row.setAttribute("ruleId",ruleId)
7778 var row=getAncestorByClass(target,"memberRow");
7780 if(label&&hasClass(row,"hasChildren")){var row=label.parentNode.parentNode;
7781 this.toggleRow(row)
7785 }else{if(event.detail==2&&!object){var panel=row.parentNode.parentNode.domPanel;
7786 if(panel){var rowValue=panel.getRowPropertyValue(row);
7787 if(typeof(rowValue)=="boolean"){panel.setPropertyValue(row,!rowValue)
7788 }else{panel.editProperty(row)
7791 },toggleRow:function(row){var level=parseInt(row.getAttribute("level")); argument
7792 var toggles=row.parentNode.parentNode.toggles;
7793 if(hasClass(row,"opened")){removeClass(row,"opened");
7794 if(toggles){var path=getPath(row);
7800 var tbody=row.parentNode;
7801 setTimeout(function(){for(var firstRow=row.nextSibling;
7803 firstRow=row.nextSibling){if(parseInt(firstRow.getAttribute("level"))<=level){break
7805 }},row.insertTimeout?row.insertTimeout:0)
7806 }else{setClass(row,"opened");
7807 if(toggles){var path=getPath(row);
7813 }}}var value=row.lastChild.firstChild.repObject;
7816 var lastRow=row;
7820 }if(isLast){row.removeAttribute("insertTimeout")
7823 }row.insertTimeout=delay
7871 }},getRowObject:function(row){var object=getRowOwnerObject(row); argument
7873 },getRowPropertyValue:function(row){var object=this.getRowObject(row); argument
7875 if(object){var propName=getRowName(row);
7993 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild argument
7995 }this.pathToAppend=getPath(row);
7996 var valueBox=row.lastChild.firstChild;
8002 if(repNode){var row=getAncestorByClass(target,"memberRow");
8003 if(row){this.selectRow(row,repNode);
8084 var getWatchRowIndex=function getWatchRowIndex(row){var index=-1; argument
8086 row&&hasClass(row,"watchRow");
8087 row=row.previousSibling){++index
8090 var getRowName=function getRowName(row){var node=row.firstChild; argument
8093 var getRowValue=function getRowValue(row){return row.lastChild.firstChild.repObject argument
8095 var getRowOwnerObject=function getRowOwnerObject(row){var parentRow=getParentRow(row); argument
8098 var getParentRow=function getParentRow(row){var level=parseInt(row.getAttribute("level"))-1; argument
8099 for(row=row.previousSibling;
8100 row;
8101 row=row.previousSibling){if(parseInt(row.getAttribute("level"))==level){return row
8103 var getPath=function getPath(row){var name=getRowName(row); argument
8105 var level=parseInt(row.getAttribute("level"))-1;
8106 for(row=row.previousSibling;
8107 row;
8108 row=row.previousSibling){if(parseInt(row.getAttribute("level"))==level){var name=getRowName(row);
8117 …=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target){target=row.last… argument
8119 }this.pathToAppend=getPath(row);
8120 var valueBox=row.lastChild.firstChild;
8129 if(repNode){var row=getAncestorByClass(target,"memberRow");
8130 if(row){this.selectRow(row,repNode);
8187 this.appendRow=function(row){var container=this.getPanel().panelNode; argument
8188 container.appendChild(row)
8190 this.writeRow=function(message,className){var row=this.getPanel().panelNode.ownerDocument.createEle…
8191 row.className="logRow"+(className?" logRow-"+className:"");
8192 row.innerHTML=message.join("");
8193 this.appendRow(row)