Lines Matching +defs:data +defs:row

1379 }},serialize:function(data){var r=[""],rl=0;  argument
2926 }}},data:function(element,name,value){if(value){if(!name){return null method
2951 Firebug.Lite.Proxy._callbacks[uid]=function(data){if(callback){callback(data) argument
2958 this.loadJSONP(yql,function(data){var source=data.results[0]; argument
5023 }}with({row:spy.logRow,status:xhrRequest.status==0?"":xhrRequest.status+" "+xhrRequest.statusText,t… property
5058 this.send=function(data){spy.data=data; argument
5296 },insertParts:function(parentNode,data){if(!data.params||!data.params.length){return argument
5339 },updateCounter:function(row){removeClass(row,"collapsed"); argument
5348 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument
5541 }}},isJSON:function(contentType,data){var responseText=data?trim(data):null; argument
5615 }},appendFormatted:function(args,row,context){if(!context){context=FirebugContext argument
5715 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5717 },appendFormatted:function(objects,row,rep){if(!objects||!objects.length){return argument
5718 }function logText(text,row){var node=row.ownerDocument.createTextNode(text); argument
5748 }}},appendOpenGroup:function(objects,row,rep){if(!this.groups){this.groups=[] argument
5768 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop() argument
5881 },observe:function(subject,topic,data){if(topic!="nsPref:changed"){return argument
7201 },insertPropertyRow:function(row){Firebug.Editor.insertRowForObject(row) argument
7202 },insertRule:function(row){var location=getAncestorByClass(row,"cssRule"); argument
7206 }},editPropertyRow:function(row){var propValueBox=getChildByClass(row,"cssPropValue"); argument
7208 },deletePropertyRow:function(row){var rule=Firebug.getRepObject(row); argument
7220 },disablePropertyRow:function(row){toggleClass(row,"disabledStyle"); argument
7802 },toggleRow:function(row){var level=parseInt(row.getAttribute("level")); argument
7882 }},getRowObject:function(row){var object=getRowOwnerObject(row); argument
7884 },getRowPropertyValue:function(row){var object=this.getRowObject(row); argument
8004 }}},selectRow:function(row,target){if(!target){target=row.lastChild.firstChild argument
8095 var getWatchRowIndex=function getWatchRowIndex(row){var index=-1; argument
8101 var getRowName=function getRowName(row){var node=row.firstChild; argument
8104 var getRowValue=function getRowValue(row){return row.lastChild.firstChild.repObject argument
8106 var getRowOwnerObject=function getRowOwnerObject(row){var parentRow=getParentRow(row); argument
8109 var getParentRow=function getParentRow(row){var level=parseInt(row.getAttribute("level"))-1; argument
8114 var getPath=function getPath(row){var name=getRowName(row); argument
8128 …ePanel.prototype=extend(Firebug.DOMBasePanel.prototype,{selectRow:function(row,target){if(!target)… argument
8198 this.appendRow=function(row){var container=this.getPanel().panelNode; argument