Lines Matching defs:context
789 this.setClassTimed=function(elt,name,context,timeout){if(!timeout){timeout=1300 argument
796 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name… argument
1611 …er(),{initialize:function(){},shutdown:function(){},initContext:function(context){},reattachContex… argument
1612 …false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSide… argument
1776 },inspectObject:function(object,context){Firebug.chrome.select(object) argument
1777 },browseObject:function(object,context){},persistObject:function(object,context){},getRealObject:fu… argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1793 ….Controller={controllers:null,controllerContext:null,initialize:function(context){this.controllers… argument
2112 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
3144 var Sizzle=function(selector,context,results,seed){results=results||[]; argument
3193 Sizzle.find=function(expr,context,isXML){var set,match; argument
3258 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3260 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3265 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3401 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE… argument
3412 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex… argument
3428 }Sizzle=function(query,context,extra,seed){context=context||document; argument
3441 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined… argument
3484 var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[conte… argument
3728 FBL.domplate.context=function(context,fn){var lastContext=domplate.lastContext; function
4205 },inspectObject:function(fn,context){var sourceLink=findSourceForFunction(fn,context); argument
4208 }},getTooltip:function(fn,context){var script=findScriptForFunctionInContext(context,fn); argument
4211 }}},getTitle:function(fn,context){var name=fn.name?fn.name:"function"; argument
4213 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… argument
4301 },getTitle:function(object,context){return"["+object.length+"]" argument
4304 },getRealObject:function(prop,context){return prop.object[prop.name] argument
4305 },getTitle:function(prop,context){return prop.name argument
4308 },browseObject:function(file,context){openNewTab(file.href); argument
4310 },getRealObject:function(file,context){return null argument
4363 },persistor:function(context,xpath){var elts=xpath?getElementsByXPath(context.window.document,xpath… argument
4366 },browseObject:function(elt,context){var tag=elt.nodeName.toLowerCase(); argument
4372 },persistObject:function(elt,context){var xpath=getElementXPath(elt); argument
4374 },getTitle:function(element,context){return getElementCSSSelector(element) argument
4376 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… argument
4383 },browseObject:function(doc,context){openNewTab(doc.location.href); argument
4385 },persistObject:function(doc,context){return this.persistor argument
4386 },persistor:function(context){return context.window.document argument
4387 },getTitle:function(win,context){return"document" argument
4394 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href); argument
4396 },persistObject:function(styleSheet,context){return bind(this.persistor,top,styleSheet.href) argument
4398 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… argument
4399 },persistor:function(context,href){return getStyleSheetByHref(href,context) argument
4404 },browseObject:function(win,context){openNewTab(win.location.href); argument
4406 },persistObject:function(win,context){return this.persistor argument
4407 },persistor:function(context){return context.window argument
4408 },getTitle:function(win,context){return"window" argument
4418 },getTitle:function(event,context){return"Event "+event.type argument
4431 },inspectObject:function(sourceLink,context){if(sourceLink.type=="js"){var scriptFile=getSourceFile… argument
4442 },browseObject:function(sourceLink,context){openNewTab(sourceLink.href); argument
4444 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… argument
4446 …object|hideSourceLink"},"$object|getSourceLinkTitle"),persistor:function(context,href){return getS… argument
4449 },browseObject:function(sourceLink,context){},getTooltip:function(sourceFile){return sourceFile.href argument
4468 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra… argument
4470 },getTooltip:function(stackFrame,context){return $STRF("Line",[stackFrame.href,stackFrame.lineNo]) argument
4475 },getTitle:function(frame,context){if(!frame.isValid){return"(invalid frame)" argument
4477 },getTooltip:function(frame,context){if(!frame.isValid){return"(invalid frame)" argument
4481 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… argument
4518 },inspectObject:function(error,context){var sourceLink=this.getSourceLink(error); argument
4520 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4525 …":"assertDescription"})),className:"assert",inspectObject:function(error,context){var sourceLink=t… argument
4527 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4669 }}},attachListeners:function(editor,context){var win=isIE?currentTarget.ownerDocument.parentWindow:… argument
4679 }}}},detachListeners:function(editor,context){if(!this.listeners){return argument
4694 },showContext:function(browser,context){this.stopEditing() argument
4884 this.complete=function(context,textBox,cycle,reverse){var value=textBox.value; argument
5129 Firebug.NetMonitor=extend(Firebug.ActivableModule,{dispatchName:"netMonitor",clear:function(context… argument
5185 },updateInfo:function(netInfoBox,file,context){if(FBTrace.DBG_NET){FBTrace.sysout("net.updateInfo; … argument
5220 },setResponseText:function(file,netInfoBox,responseTextBox,context){netInfoBox.responsePresented=tr… argument
5281 },render:function(context,parentNode,file){var spy=getAncestorByClass(parentNode,"spyHead"); argument
5300 },insertJSON:function(parentNode,file,context){var text=file.responseText; argument
5307 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context); argument
5315 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5365 }},getPostText:function(file,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequ… argument
5371 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.respon… argument
5372 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5377 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5425 }},initContext:function(context){context.spies=[]; argument
5428 }},destroyContext:function(context){this.detachObserver(context,null); argument
5432 }},watchWindow:function(context,win){if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnable… argument
5433 }},unwatchWindow:function(context,win){try{this.detachObserver(context,win) argument
5444 }},attachObserver:function(context,win){if(Firebug.Spy.skipSpy(win)){return argument
5450 }contexts.push({context:context,win:win}); property
5452 }},detachObserver:function(context,win){for(var i=0; argument
5488 },browseObject:function(spy,context){var url=spy.getURL(); argument
5491 },getRealObject:function(spy,context){return spy.xhrRequest argument
5547 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5570 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5599 Firebug.ConsoleBase={log:function(object,context,className,rep,noThrottle,sourceLink){return this.l… argument
5600 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF… argument
5601 },openGroup:function(objects,context,className,rep,noThrottle,sourceLink,noPush){return this.logRow… argument
5602 },closeGroup:function(context,noThrottle){return this.logRow(appendCloseGroup,null,context,null,nul… argument
5603 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… argument
5615 }},appendFormatted:function(args,row,context){if(!context){context=FirebugContext argument
5618 },clear:function(context){if(!context){context=Firebug.context argument
5621 }},getPanel:function(context,noCreate){return Firebug.chrome?Firebug.chrome.getPanel("Console"):null argument
5631 }},showPanel:function(browser,panel){},getFirebugConsoleElement:function(context,win){var element=w… argument
5641 },isReadyElsePreparing:function(context,win){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("console.isRead… argument
5653 }},initContext:function(context,persistedState){Firebug.ActivableModule.initContext.apply(this,argu… argument
5655 },loadedContext:function(context){for(var url in context.sourceFileMap){return argument
5657 },clearReloadWarning:function(context){if(context.consoleReloadWarning){var panel=context.getPanel(… argument
5660 }},togglePersist:function(context){var panel=context.getPanel(this.panelName); argument
5663 },showContext:function(browser,context){Firebug.chrome.setGlobalAttribute("cmd_clearConsole","disab… argument
5665 },destroyContext:function(context,persistedState){Firebug.Console.injector.detachConsole(context,co… argument
5683 },onMonitorScript:function(context,frame){Firebug.Console.log(frame,context) argument
5684 },onFunctionCall:function(context,frame,depth,calling){if(calling){Firebug.Console.openGroup([frame… argument
5686 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)… argument
5690 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… argument
5927 Firebug.Console.injector={install:function(context){var win=context.window; argument
5948 },isAttached:function(context,win){if(win.wrappedJSObject){var attached=(win.wrappedJSObject._getFi… argument
5953 }},attachIfNeeded:function(context,win){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.attachIfNee… argument
5962 },attachConsoleInjector:function(context,win){var consoleInjection=this.getConsoleInjectionScript(); argument
5977 },forceConsoleCompilationInPage:function(context,win){if(!win){if(FBTrace.DBG_CONSOLE){FBTrace.syso… argument
5983 }},evaluateConsoleScript:function(context){var scriptSource=this.getConsoleInjectionScript(); argument
5985 },addConsoleListener:function(context,win){if(!context.activeConsoleHandlers){context.activeConsole… argument
5999 },detachConsole:function(context,win){if(win&&win.document){var element=win.document.getElementById… argument
6003 var FirebugConsoleHandler=function FirebugConsoleHandler(context,win){this.window=win; argument
6165 this.evaluated=function(result,context){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("consoleInjector.Fir… argument
6168 this.evaluateError=function(result,context){Firebug.Console.log(result,context,"errorMessage") argument
6375 },$$:function(selector,context){context=context||Firebug.browser.document; argument
7136 }},getStyleSheetRules:function(context,styleSheet){var isSystemSheet=isSystemStyleSheet(styleSheet); argument
7165 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument
7171 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument
7225 if(!(this.context.selectorMap.hasOwnProperty(ruleId))){this.context.selectorMap[ruleId]=[] property
7653 }function getStyleSheetCSS(sheet,context){if(sheet.ownerNode instanceof HTMLStyleElement){return sh… argument