Lines Matching refs:fileName

137 }if(file){var fileName=file[1];
158 if(isGetFirebugSite&&path.indexOf("/releases/lite/")==-1){path+="releases/lite/"+(fileName=="firebug-lite-beta.js"?"beta/":"latest/")
162 if(fileName=="firebug-lite-dev.js"){Env.isDevelopmentMode=true;
164 }else{if(fileName=="firebug-lite-debug.js"){Env.isDebugMode=true
195 loc.app=path+fileName
1039 }}if(props.hasOwnProperty("fileName")){var caller_URL=decodeURIComponent(props.fileName);
1101 uri+="fileName="+encodeURIComponent(url)+",";
2985 FBL.ns(function(){with(FBL){Firebug.Lite.Script=function(window){this.fileName=null;
4209 if(script){return $STRF("Line",[normalizeURL(script.fileName),script.baseLineNumber])
4422 }try{var fileName=getFileName(sourceLink.href);
4423 fileName=decodeURIComponent(fileName);
4424 fileName=cropString(fileName,17)
4425 }catch(exc){if(FBTrace.DBG_ERRORS){FBTrace.sysout("reps.getSourceLinkTitle decodeURIComponent fails for '"+fileName+"': "+exc,exc)
4426 }}return typeof sourceLink.line=="number"?fileName+" (line "+sourceLink.line+")":fileName
4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20);
4453 return fileName+(frame.lineNo?" (line "+frame.lineNo+")":"");
4454 var fileName=cropString(getFileName(frame.href),17);
4455 return $STRF("Line",[fileName,frame.lineNo])
4480 }else{return $STRF("Line",[frame.script.fileName,frame.line])
6182 }}}var errorObject=new FBL.ErrorMessage(msg,(msg.fileName?msg.fileName:win.location),(msg.lineNumber?msg.lineNumber:0),"",category,context,trace);
6345 var fileName=lastSlash==-1?href:href.substr(lastSlash+1);
6346 var html=['<span class="errorMessage">',msg,"</span>",'<div class="objectBox-sourceLink">',fileName," (line ",lineNo,")</div>"]
7256 var fileName=getFileName(styleSheet.href)||getFileName(doc.location.href);
7258 option.appendChild(Firebug.chrome.document.createTextNode(fileName));
7679 }var fileName=getFileName(script.src)||getFileName(doc.location.href);
7681 option.appendChild(Firebug.chrome.document.createTextNode(fileName));
7752 if(file){var fileName=file[1];
7769 if(path&&m){return path+fileName