Lines Matching defs:source

4  * This source code is licensed under the GPL license found in the
5 * COPYING file in the root directory of this source tree.
2958 this.loadJSONP(yql,function(data){var source=data.results[0];
2959 var match=/<body>\s+<p>([\s\S]+)<\/p>\s+<\/body>$/.exec(source);
2960 if(match){source=match[1]
2961 }console.log(source)
2965 var fetchResource=function(url){if(Firebug.disableResourceFetching){var source=sourceMap[url]=Firebug.Lite.Proxy.fetchResourceDisabledMessage;
2966 return source
2971 var source=sourceMap[url]=xhr.responseText;
2972 return source
2979 }var source=data?data.contents:"";
2980 return source
3355 for(var type in Expr.match){Expr.match[type]=new RegExp(Expr.match[type].source+/(?![^\[]*\])(?![^\(]*\))/.source);
3356 Expr.leftMatch[type]=new RegExp(/(^(?:.|\r|\n)*?)/.source+Expr.match[type].source)
4493 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,80)
4497 },getSourceType:function(error){if(error.source){return"syntax"
5245 Firebug.NetMonitor.NetInfoHeaders=domplate(Firebug.Rep,{tag:DIV({"class":"netInfoHeadersTable",role:"tabpanel"},DIV({"class":"netInfoHeadersGroup netInfoResponseHeadersTitle"},SPAN($STR("ResponseHeaders")),SPAN({"class":"netHeadersViewSource response collapsed",onclick:"$onViewSource",_sourceDisplayed:false,_rowName:"ResponseHeaders"},$STR("net.headers.view source"))),TABLE({cellpadding:0,cellspacing:0},TBODY({"class":"netInfoResponseHeadersBody",role:"list","aria-label":$STR("ResponseHeaders")})),DIV({"class":"netInfoHeadersGroup netInfoRequestHeadersTitle"},SPAN($STR("RequestHeaders")),SPAN({"class":"netHeadersViewSource request collapsed",onclick:"$onViewSource",_sourceDisplayed:false,_rowName:"RequestHeaders"},$STR("net.headers.view source"))),TABLE({cellpadding:0,cellspacing:0},TBODY({"class":"netInfoRequestHeadersBody",role:"list","aria-label":$STR("RequestHeaders")}))),sourceTag:TR({role:"presentation"},TD({colspan:2,role:"presentation"},PRE({"class":"source"}))),onViewSource:function(event){var target=event.target;
5251 target.innerHTML=$STR("net.headers.view source")
5252 }else{var source=requestHeaders?file.requestHeadersText:file.responseHeadersText;
5253 this.insertSource(netInfoBox,source,target.rowName);
5257 },insertSource:function(netInfoBox,source,rowName){var tbody=$$(".netInfo"+rowName+"Body",netInfoBox)[0];
5259 var sourceNode=$$(".source",node)[0];
5260 sourceNode.innerHTML=source
5584 Firebug.XMLViewerModel.ParseError=domplate(Firebug.Rep,{tag:DIV({"class":"xmlInfoError"},DIV({"class":"xmlInfoErrorMsg"},"$error.message"),PRE({"class":"xmlInfoErrorSource"},"$error|getSource")),getSource:function(error){var parts=error.source.split("\n");
5585 if(parts.length!=2){return error.source
6797 },normalizeSelector:normalizeSelector,findBySelector:function(rule_node,selector,source){var selector=normalizeSelector(selector),result=[];
6833 var parsedObj=CssParser.read(sourceData.source,sourceData.startLine);
6920 var source=Firebug.Lite.Proxy.load(url);
6921 source=source.replace(/url\(([^\)]+)\)/g,function(a,name){var hasDomain=/\w+:\/\/./.test(name);
6939 style.innerHTML=source;
6943 console.log(url,"call "+externalStyleSheetURLs.length,source);
6995 var extractSourceData=function(href){var sourceData={source:null,startLine:0};
6996 if(href){sourceData.source=Firebug.Lite.Proxy.load(href)
7001 var source=Firebug.Lite.Proxy.load(Env.browser.location.href);
7002 source=source.replace(/\n\r|\r\n/g,"\n");
7004 do{var matchStyleTag=source.match(reStyleTag);
7005 var i0=source.indexOf(matchStyleTag[0])+matchStyleTag[0].length;
7008 i++){if(source.charAt(i)=="\n"){startLine++
7009 }}source=source.substr(i0);
7012 var matchEndStyleTag=source.match(reEndStyleTag);
7013 var i1=source.indexOf(matchEndStyleTag[0]);
7014 var extractedSource=source.substr(0,i1);
7015 sourceData.source=extractedSource;
7183 }},translateName:function(name,value){if((value=="-moz-initial"&&(name=="-moz-background-clip"||name=="-moz-background-origin"||name=="-moz-background-inline-policy"))||(value=="physical"&&(name=="margin-left-ltr-source"||name=="margin-left-rtl-source"||name=="margin-right-ltr-source"||name=="margin-right-rtl-source"))||(value=="physical"&&(name=="padding-left-ltr-source"||name=="padding-left-rtl-source"||name=="padding-right-ltr-source"||name=="padding-right-rtl-source"))){return null