Lines Matching +defs:node +defs:url

247 }this.createStyleSheet=function(doc,url){var style=this.createElement("link");  argument
442 this.clearNode=function(node){var nodeName=" "+node.nodeName.toLowerCase()+" "; argument
447 this.eraseNode=function(node){while(node.lastChild){node.removeChild(node.lastChild) argument
748 this.hasClass=function(node,name){if(arguments.length==2){return(" "+node.className+" ").indexOf(" … argument
757 this.old_hasClass=function(node,name){if(!node||node.nodeType!=1){return false argument
765 this.setClass=function(node,name){if(node&&(" "+node.className+" ").indexOf(" "+name+" ")==-1){node… argument
767 this.getClassValue=function(node,name){var re=new RegExp(name+"-([^ ]+)"); argument
771 this.removeClass=function(node,name){if(node&&node.className){var index=node.className.indexOf(name… argument
795 this.getChildByClass=function(node){for(var i=1; argument
806 this.getAncestorByClass=function(node,className){for(var parent=node; argument
811 this.getElementsByClass=function(node,className){var result=[]; argument
817 this.getElementByClass=function(node,className){var args=cloneArray(arguments); argument
828 this.isAncestor=function(node,potentialAncestor){for(var parent=node; argument
833 this.getNextElement=function(node){while(node&&node.nodeType!=1){node=node.nextSibling argument
836 this.getPreviousElement=function(node){while(node&&node.nodeType!=1){node=node.previousSibling argument
844 this.findNextDown=function(node,criteria){if(!node){return null argument
851 this.findPreviousUp=function(node,criteria){if(!node){return null argument
858 this.findNext=function(node,criteria,upOnly,maxRoot){if(!node){return null argument
868 this.findPrevious=function(node,criteria,downOnly,maxRoot){if(!node){return null argument
879 this.getNextByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&FBL.… argument
883 this.getPreviousByClass=function(root,state){var iter=function iter(node){return node.nodeType==1&&… argument
1011 this.getFileName=function(url){var split=this.splitURLBase(url); argument
1014 this.splitURLBase=function(url){if(this.isDataURL(url)){return this.splitDataURL(url) argument
1017 this.splitDataURL=function(url){var mark=url.indexOf(":",3); argument
1040 this.splitURLTrue=function(url){var m=reSplitFile.exec(url); argument
1045 this.getFileExtension=function(url){if(!url){return null argument
1051 this.isSystemURL=function(url){if(!url){return true argument
1075 this.isLocalURL=function(url){if(url.substr(0,5)=="file:"){return true argument
1079 this.isDataURL=function(url){return(url&&url.substr(0,5)=="data:") argument
1081 this.getLocalPath=function(url){if(this.isLocalURL(url)){var fileHandler=ioService.getProtocolHandl… argument
1089 this.getDataURLForContent=function(content,url){var uri="data:text/html;"; argument
1093 },this.getDomain=function(url){var m=/[^:]+:\/{1,3}([^\/]+)/.exec(url); argument
1096 this.getURLPath=function(url){var m=/[^:]+:\/{1,3}[^\/]+(\/.*?)$/.exec(url); argument
1099 this.getPrettyDomain=function(url){var m=/[^:]+:\/{1,3}(www\.)?([^\/]+)/.exec(url); argument
1102 this.absoluteURL=function(url,baseURL){return this.absoluteURLWithDots(url,baseURL).replace("/./","… argument
1104 this.absoluteURLWithDots=function(url,baseURL){if(url[0]=="?"){return baseURL+url argument
1118 this.normalizeURL=function(url){if(!url){return"" argument
1126 this.denormalizeURL=function(url){return url.replace(/file:\/\/\//g,"file:/") argument
1128 this.parseURLParams=function(url){var q=url?url.indexOf("?"):-1; argument
1152 this.parseURLParamsArray=function(url){var q=url?url.indexOf("?"):-1; argument
1431 this.SourceLink=function(url,line,type,object,instance){this.href=url; argument
1548 },getRepObject:function(node){var target=null; argument
1554 }}}},getRepNode:function(node){for(var child=node; argument
1600 …tion(browser,panel){},updateOption:function(name,value){},getObjectByURL:function(context,url){}}); argument
2273 …body=context.document.getElementsByTagName("body")[0],formatNode=function(node){if(!Env.isDebugMod… argument
2389 append(ChromeBase,{node:null,type:null,document:null,window:null,sidePanelVisible:false,commandLine… property
2402 },visit:function(url){window.open(url) argument
2936 Firebug.Lite.Proxy={_callbacks:{},load:function(url){var resourceDomain=getDomain(url); argument
2939 },loadJSONP:function(url,callback){var script=createGlobalElement("script"),doc=Firebug.context.doc… argument
2946 }},YQL:function(url,callback){var yql="http://query.yahooapis.com/v1/public/yql?q=select%20*%20from… argument
2954 var fetchResource=function(url){if(Firebug.disableResourceFetching){var source=sourceMap[url]=Fireb… argument
2963 var fetchProxyResource=function(url){if(sourceMap.hasOwnProperty(url)){return sourceMap[url] argument
3882 }function __link__(node,tag,args){if(!tag||!tag.tag){return argument
4978 XHRSpy.prototype={method:null,url:null,async:null,xhrRequest:null,href:null,loaded:false,logRow:nul… property in XHRSpy
5035 this.open=function(method,url,async,user,password){updateSelfProperties(); argument
5837 function findRow(node){return getAncestorByClass(node,"logRow") argument
6600 },appendNode:function(node,html){if(node.nodeType==1){var uid=ElementCache(node); argument
6703 },populateImageInfoTip:function(infoTip,url,repeat){if(!repeat){repeat="no-repeat" argument
7384 }}else{function findRow(node){return node.nodeType==1?node:node.parentNode argument
7728 }else{if(isExternal){Ajax.request({url:url,onSuccess:renderProcess,onFailure:onFailure}) property