Lines Matching defs:href

144 path=rePath.exec(location.href)[1];
263 style.setAttribute("href",url);
668 this.getURLForStyleSheet=function(styleSheet){return(styleSheet.href?styleSheet.href:styleSheet.ownerNode.ownerDocument.URL)
674 }if(FBTrace.DBG_CSS){FBTrace.sysout("getInstanceForStyleSheet: "+styleSheet.href+" "+styleSheet.media.mediaText+" "+(styleSheet.ownerNode&&FBL.getElementXPath(styleSheet.ownerNode)),ownerDocument)
676 var ret=0,styleSheets=ownerDocument.styleSheets,href=styleSheet.href;
680 if(FBTrace.DBG_CSS){FBTrace.sysout("getInstanceForStyleSheet: compare href "+i+" "+curSheet.href+" "+curSheet.media.mediaText+" "+(curSheet.ownerNode&&FBL.getElementXPath(curSheet.ownerNode)))
682 }if(curSheet.href==href){ret++
1074 }if((doc.styleSheets.length&&doc.styleSheets[0].href=="chrome://global/content/xml/XMLPrettyPrint.css")||(doc.styleSheets.length>1&&doc.styleSheets[1].href=="chrome://browser/skin/feeds/subscribe.css")){return true
1075 }return FBL.isSystemURL(win.location.href)
1079 this.isSystemStyleSheet=function(sheet){var href=sheet&&sheet.href;
1080 return href&&FBL.isSystemURL(href)
1193 }var url=file.href;
1335 domMemberMap.Location=["href","protocol","host","hostname","port","pathname","search","hash","assign","reload","replace"];
1339 domMemberMap.SVGElement=extendArray(domMemberMap.Element,["x","y","width","height","rx","ry","transform","href","ownerSVGElement","viewportElement","farthestViewportElement","nearestViewportElement","getBBox","getCTM","getScreenCTM","getTransformToElement","getPresentationAttribute","preserveAspectRatio"]);
1342 domMemberMap.HTMLAnchorElement=extendArray(domMemberMap.Element,["name","target","accessKey","href","protocol","host","hostname","port","pathname","search","hash","hreflang","coords","shape","text","type","rel","rev","charset"]);
1442 this.SourceLink=function(url,line,type,object,instance){this.href=url;
1448 this.SourceLink.prototype={toString:function(){return this.href
1449 },toJSON:function(){return'{"href":"'+this.href+'", '+(this.line?('"line":'+this.line+","):"")+(this.type?(' "type":"'+this.type+'",'):"")+"}"
1630 if(isIE6){tabNode.href="javascript:void(0)"
1909 if(isIE6){menuItemProps.href="javascript:void(0)"
2488 i++){a.setAttribute("href","javascript:void(0)")
2998 this.currentURI={spec:window.location.href}
3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLASS:/\.((?:[\w\u00c0-\uFFFF-]|\\.)+)/,NAME:/\[name=['"]*((?:[\w\u00c0-\uFFFF-]|\\.)+)['"]*\]/,ATTR:/\[\s*((?:[\w\u00c0-\uFFFF-]|\\.)+)\s*(?:(\S?=)\s*(['"]*)(.*?)\3|)\s*\]/,TAG:/^((?:[\w\u00c0-\uFFFF\*-]|\\.)+)/,CHILD:/:(only|nth|last|first)-child(?:\((even|odd|[\dn+-]*)\))?/,POS:/:(nth|eq|gt|lt|first|last|even|odd)(?:\((\d*)\))?(?=[^-]|$)/,PSEUDO:/:((?:[\w\u00c0-\uFFFF-]|\\.)+)(?:\((['"]*)((?:\([^\)]+\)|[^\2\(\)]*)+)\2\))?/},leftMatch:{},attrMap:{"class":"className","for":"htmlFor"},attrHandle:{href:function(elem){return elem.getAttribute("href")
3420 }div.innerHTML="<a href='#'></a>";
3421 if(div.firstChild&&typeof div.firstChild.getAttribute!=="undefined"&&div.firstChild.getAttribute("href")!=="#"){Expr.attrHandle.href=function(elem){return elem.getAttribute("href",2)
4184 var OBJECTLINK=this.OBJECTLINK=isIE6?A({"class":"objectLink objectLink-$className a11yFocus",href:"javascript:void(0)",title:"$object|FBL.getElementXPath",_repObject:"$object"}):A({"class":"objectLink objectLink-$className a11yFocus",title:"$object|FBL.getElementXPath",_repObject:"$object"});
4216 var monitored=scriptInfo?fbs.isMonitored(scriptInfo.sourceFile.href,scriptInfo.lineNo):false;
4308 },browseObject:function(file,context){openNewTab(file.href);
4321 }else{if(elt instanceof HTMLAnchorElement){value=getFileName(elt.href)
4368 }else{if(tag=="link"){openNewTab(elt.href)
4369 }else{if(tag=="a"){openNewTab(elt.href)
4381 this.Document=domplate(Firebug.Rep,{tag:OBJECTLINK("Document ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(doc){return doc.location?getFileName(doc.location.href):""
4383 },browseObject:function(doc,context){openNewTab(doc.location.href);
4388 },getTooltip:function(doc){return doc.location.href
4390 this.StyleSheet=domplate(Firebug.Rep,{tag:OBJECTLINK("StyleSheet ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(styleSheet){return getFileName(styleSheet.href)
4391 },copyURL:function(styleSheet){copyToClipboard(styleSheet.href)
4392 },openInTab:function(styleSheet){openNewTab(styleSheet.href)
4394 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href);
4396 },persistObject:function(styleSheet,context){return bind(this.persistor,top,styleSheet.href)
4397 },getTooltip:function(styleSheet){return styleSheet.href
4399 },persistor:function(context,href){return getStyleSheetByHref(href,context)
4401 this.Window=domplate(Firebug.Rep,{tag:OBJECTLINK("Window ",SPAN({"class":"objectPropValue"},"$object|getLocation")),getLocation:function(win){try{return(win&&win.location&&!win.closed)?getFileName(win.location.href):""
4404 },browseObject:function(win,context){openNewTab(win.location.href);
4409 },getTooltip:function(win){if(win&&!win.closed){return win.location.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
4422 }try{var fileName=getFileName(sourceLink.href);
4427 },copyLink:function(sourceLink){copyToClipboard(sourceLink.href)
4428 },openInTab:function(sourceLink){openNewTab(sourceLink.href)
4430 },getTooltip:function(sourceLink){return decodeURI(sourceLink.href)
4431 },inspectObject:function(sourceLink,context){if(sourceLink.type=="js"){var scriptFile=getSourceFileByHref(sourceLink.href,context);
4435 }var stylesheet=getStyleSheetByHref(sourceLink.href,context);
4441 }}}}viewSource(sourceLink.href,sourceLink.line)
4442 },browseObject:function(sourceLink,context){openNewTab(sourceLink.href);
4446 this.SourceFile=domplate(this.SourceLink,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$object|getSourceLinkTitle"),persistor:function(context,href){return getSourceFileByHref(href,context)
4448 },persistObject:function(sourceFile){return bind(this.persistor,top,sourceFile.href)
4449 },browseObject:function(sourceLink,context){},getTooltip:function(sourceFile){return sourceFile.href
4452 },getSourceLinkTitle:function(frame){var fileName=cropString(getFileName(frame.href),20);
4454 var fileName=cropString(getFileName(frame.href),17);
4468 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFrame.lineNo,"js");
4470 },getTooltip:function(stackFrame,context){return $STRF("Line",[stackFrame.href,stackFrame.lineNo])
4479 if(sourceInfo){return $STRF("Line",[sourceInfo.sourceFile.href,sourceInfo.lineNo])
4485 },hasStackTrace:function(error){var url=error.href.toString();
4488 },hasBreakSwitch:function(error){return error.href&&error.lineNo>0
4489 },hasErrorBreak:function(error){return fbs.hasErrorBreakpoint(error.href,error.lineNo)
4494 }else{if(error.href&&error.href.indexOf("XPCSafeJSObjectWrapper")==-1){return cropString(error.getSourceLine(),80)
4496 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4498 }else{if(error.lineNo==1&&getFileExtension(error.href)!="js"){return"none"
4500 }else{if(!error.href||!error.lineNo){return"none"
4513 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+error.lineNo];
4515 },breakOnThisError:function(error){if(this.hasErrorBreak(error)){Firebug.Debugger.clearErrorBreakpoint(error.href,error.lineNo)
4516 }else{Firebug.Debugger.setErrorBreakpoint(error.href,error.lineNo)
4989 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:null,responseText:null,requestHeaders:null,responseHeaders:null,sourceLink:null,getURL:function(){return this.href
5051 spy.href=url;
5186 }if(!netInfoBox){if(FBTrace.DBG_NET||FBTrace.DBG_ERRORS){FBTrace.sysout("net.updateInfo; ERROR netInfo == null "+file.href,file)
5205 responseImage.src=file.href;
5366 if(!file.postText&&context){file.postText=readPostTextFromPage(file.href,context)
5371 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.responseText:context.sourceCache.loadText(file.href,file.method,file)
5391 file.urlParams=parseURLParams(file.href);
5400 }}catch(exc){if(FBTrace.DBG_ERRORS){FBTrace.sysout("net.getHttpHeaders FAILS "+file.href,exc)
5406 },getFileCategory:function(file){if(file.category){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileCategory; current: "+file.category+" for: "+file.href,file)
5408 }if(file.isXHR){if(FBTrace.DBG_NET){FBTrace.sysout("net.getFileCategory; XHR for: "+file.href,file)
5410 }if(!file.mimeType){var ext=getFileExtension(file.href);
5508 }if(!spy.params){spy.params=parseURLParams(spy.href+"")
6108 if(value){frame.href=value[1];
6120 if(value){frame.href=value[1];
6193 var userURL=win.location.href.toString();
6206 i++){if(frames[oldest-i].href.indexOf("chrome:")==0){break
6343 },onError:function(msg,href,lineNo){href=href||"";
6344 var lastSlash=href.lastIndexOf("/");
6345 var fileName=lastSlash==-1?href:href.substr(lastSlash+1);
6820 CssAnalyzer.externalStyleSheetWarning=domplate(Firebug.Rep,{tag:DIV({"class":"warning focusRow",style:"font-weight:normal;",role:"listitem"},SPAN("$object|STR"),A({href:"$href",target:"_blank"},"$link|STR"))});
6832 CssAnalyzer.parseStyleSheet=function(href){var sourceData=extractSourceData(href);
6852 }catch(e){externalStyleSheetURLs.push(styleSheet.href);
6863 }catch(e){externalStyleSheetURLs.push(styleSheet.href);
6874 }}catch(e){externalStyleSheetURLs.push(styleSheet.href);
6883 var href=styleSheet.href;
6885 if(shouldParseCSS){try{var parsedRules=CssAnalyzer.parseStyleSheet(href)
6918 var loadExternalStylesheet=function(doc,styleSheetIterator,styleSheet){var url=styleSheet.href;
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);
7069 var CSSImportRuleTag=domplate({tag:DIV({"class":"cssRule insertInto focusRow importRule",_repObject:"$rule.rule"},"@import &quot;",A({"class":"objectLink",_repObject:"$rule.rule.styleSheet"},"$rule.rule.href"),"&quot;;")});
7080 url.spec=styleSheet.href;
7089 if(FBTrace.DBG_CSS){FBTrace.sysout("css.saveEdit styleSheet.href:"+styleSheet.href+" got innerHTML:"+value+"\n")
7124 }},getStylesheetURL:function(rule){if(this.location.href){return this.location.href
7125 }else{return this.context.window.location.href
7256 var fileName=getFileName(styleSheet.href)||getFileName(doc.location.href);
7293 }else{if(object instanceof SourceLink&&object.type=="css"&&reCSS.test(object.href)){return 2
7298 CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The stylesheet could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.com/wiki/index.php/Firebug_Lite_FAQ#I_keep_seeing_.22Access_to_restricted_URI_denied.22"},this.panelNode);
7310 var sourceFile=getSourceFileByHref(sourceLink.href,this.context);
7315 }}else{var stylesheet=getStyleSheetByHref(sourceLink.href,this.context);
7317 }else{if(FBTrace.DBG_CSS){FBTrace.sysout("css.updateSelection no sourceFile for "+sourceLink.href,sourceLink)
7412 }if(CssAnalyzer.hasExternalStyleSheet()){CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The results here may be inaccurate because some stylesheets could not be loaded due to access restrictions. ",link:"more...",href:"http://getfirebug.com/wiki/index.php/Firebug_Lite_FAQ#I_keep_seeing_.22This_element_has_no_style_rules.22"},this.panelNode)
7413 }},getStylesheetURL:function(rule){if(rule&&rule.parentStyleSheet&&rule.parentStyleSheet.href){return rule.parentStyleSheet.href
7414 }else{return this.selection.ownerDocument.location.href
7429 var href=parentStyleSheet.externalURL?parentStyleSheet.externalURL:parentStyleSheet.href;
7433 }if(!href){href=element.ownerDocument.location.href
7438 var sourceLink=new SourceLink(href,line,"css",rule,instance);
7654 }else{return context.sourceCache.load(sheet.href).join("")
7679 }var fileName=getFileName(script.src)||getFileName(doc.location.href);
7737 var isExternal=url&&url!=doc.location.href;
7759 path=rePath.exec(doc.location.href)[1];
7781 }var memberPanelRep=isIE6?{"class":"memberLabel $member.type\\Label",href:"javacript:void(0)"}:{"class":"memberLabel $member.type\\Label"};
7991 if(isIE6){r.push(' href="javascript:void(0)"')