Home
last modified time | relevance | path

Searched refs:SourceLink (Results 1 – 3 of 3) sorted by relevance

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1431 this.SourceLink=function(url,line,type,object,instance){this.href=url; class
1437 this.SourceLink.prototype={toString:function(){return this.href
4418 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink
4457 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra…
4485 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4508 FirebugReps.SourceLink.inspectObject(sourceLink,context)
5685 if(sourceLink){FirebugReps.SourceLink.tag.append({object:sourceLink},row)
7282 }else{if(object instanceof SourceLink&&object.type=="css"&&reCSS.test(object.href)){return 2
7298 }else{if(object instanceof SourceLink){try{var sourceLink=object;
7427 var sourceLink=new SourceLink(href,line,"css",rule,instance);
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js6062 this.SourceLink = function(url, line, type, object, instance) class
6071 this.SourceLink.prototype =
16559 this.SourceLink = domplate(Firebug.Rep,
16610 return object instanceof SourceLink;
16673 this.SourceFile = domplate(this.SourceLink,
16862 TAG(this.SourceLink.tag, {object: "$object|getSourceLink"})
16992 FirebugReps.SourceLink.inspectObject(sourceLink, context);
22076 FirebugReps.SourceLink.tag.append({object: sourceLink}, row);
27484 else if (object instanceof SourceLink)
27862 TAG(FirebugReps.SourceLink.tag, {object: "$rule.sourceLink"})
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1442 this.SourceLink=function(url,line,type,object,instance){this.href=url; class
1448 this.SourceLink.prototype={toString:function(){return this.href
4420 this.SourceLink=domplate(Firebug.Rep,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$object|getSourceLinkTitle"),hideSourceLink:function(sourceLink){return sourceLink?sourceLink.href.indexOf("XPCSafeJSObjectWrapper")!=-1:true
4429 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink
4446 this.SourceFile=domplate(this.SourceLink,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$object|getSourceLinkTitle"),persistor:function(context,href){return getSourceFileByHref(href,context)
4468 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFrame.lineNo,"js");
4484 this.ErrorMessage=domplate(Firebug.Rep,{tag:OBJECTBOX({$hasTwisty:"$object|hasStackTrace",$hasBreakSwitch:"$object|hasBreakSwitch",$breakForError:"$object|hasErrorBreak",_repObject:"$object",_stackTrace:"$object|getLastErrorStackTrace",onclick:"$onToggleError"},DIV({"class":"errorTitle a11yFocus",role:"checkbox","aria-checked":"false"},"$object.message|getMessage"),DIV({"class":"errorTrace"}),DIV({"class":"errorSourceBox errorSource-$object|getSourceType"},IMG({"class":"errorBreak a11yFocus",src:"blank.gif",role:"checkbox","aria-checked":"false",title:"Break on this error"}),A({"class":"errorSource a11yFocus"},"$object|getLine")),TAG(this.SourceLink.tag,{object:"$object|getSourceLink"})),getLastErrorStackTrace:function(error){return error.trace
4496 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4519 FirebugReps.SourceLink.inspectObject(sourceLink,context)
5466 Firebug.Spy.XHR=domplate(Firebug.Rep,{tag:DIV({"class":"spyHead",_repObject:"$object"},TABLE({"class":"spyHeadTable focusRow outerFocusRow",cellpadding:0,cellspacing:0,role:"listitem","aria-expanded":"false"},TBODY({role:"presentation"},TR({"class":"spyRow"},TD({"class":"spyTitleCol spyCol",onclick:"$onToggleBody"},DIV({"class":"spyTitle"},"$object|getCaption"),DIV({"class":"spyFullTitle spyTitle"},"$object|getFullUri")),TD({"class":"spyCol"},DIV({"class":"spyStatus"},"$object|getStatus")),TD({"class":"spyCol"},SPAN({"class":"spyIcon"})),TD({"class":"spyCol"},SPAN({"class":"spyTime"})),TD({"class":"spyCol"},TAG(FirebugReps.SourceLink
[all...]