Lines Matching defs:context

778 this.setClassTimed=function(elt,name,context,timeout){if(!timeout){timeout=1300  argument
785 this.cancelClassTimed=function(elt,name,context){if(elt.__setClassTimeout){FBL.removeClass(elt,name… argument
1600 …er(),{initialize:function(){},shutdown:function(){},initContext:function(context){},reattachContex… argument
1601 …false,editable:true,order:2147483647,statusSeparator:"<",create:function(context,doc){this.hasSide… argument
1765 },inspectObject:function(object,context){Firebug.chrome.select(object) argument
1766 },browseObject:function(object,context){},persistObject:function(object,context){},getRealObject:fu… argument
1774 },getContextMenuItems:function(object,target,context){return[] argument
1782 ….Controller={controllers:null,controllerContext:null,initialize:function(context){this.controllers… argument
2101 },evaluate:function(expr,context,api,errorHandler){context=context||"window"; argument
3133 var Sizzle=function(selector,context,results,seed){results=results||[]; argument
3182 Sizzle.find=function(expr,context,isXML){var set,match; argument
3247 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3249 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3254 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3390 if(!!document.getElementById(id)){Expr.find.ID=function(match,context,isXML){if(typeof context.getE… argument
3401 if(div.getElementsByTagName("*").length>0){Expr.find.TAG=function(match,context){var results=contex… argument
3417 }Sizzle=function(query,context,extra,seed){context=context||document; argument
3430 Expr.find.CLASS=function(match,context,isXML){if(typeof context.getElementsByClassName!=="undefined… argument
3473 var posProcess=function(selector,context){var tmpSet=[],later="",match,root=context.nodeType?[conte… argument
3717 FBL.domplate.context=function(context,fn){var lastContext=domplate.lastContext; argument
4194 },inspectObject:function(fn,context){var sourceLink=findSourceForFunction(fn,context); argument
4197 }},getTooltip:function(fn,context){var script=findScriptForFunctionInContext(context,fn); argument
4200 }}},getTitle:function(fn,context){var name=fn.name?fn.name:"function"; argument
4202 },getContextMenuItems:function(fn,target,context,script){if(!script){script=findScriptForFunctionIn… argument
4290 },getTitle:function(object,context){return"["+object.length+"]" argument
4293 },getRealObject:function(prop,context){return prop.object[prop.name] argument
4294 },getTitle:function(prop,context){return prop.name argument
4297 },browseObject:function(file,context){openNewTab(file.href); argument
4299 },getRealObject:function(file,context){return null argument
4352 },persistor:function(context,xpath){var elts=xpath?getElementsByXPath(context.window.document,xpath… argument
4355 },browseObject:function(elt,context){var tag=elt.nodeName.toLowerCase(); argument
4361 },persistObject:function(elt,context){var xpath=getElementXPath(elt); argument
4363 },getTitle:function(element,context){return getElementCSSSelector(element) argument
4365 },getContextMenuItems:function(elt,target,context){var monitored=areEventsMonitored(elt,null,contex… argument
4372 },browseObject:function(doc,context){openNewTab(doc.location.href); argument
4374 },persistObject:function(doc,context){return this.persistor argument
4375 },persistor:function(context){return context.window.document argument
4376 },getTitle:function(win,context){return"document" argument
4383 },browseObject:function(styleSheet,context){openNewTab(styleSheet.href); argument
4385 },persistObject:function(styleSheet,context){return bind(this.persistor,top,styleSheet.href) argument
4387 },getContextMenuItems:function(styleSheet,target,context){return[{label:"CopyLocation",command:bind… argument
4388 },persistor:function(context,href){return getStyleSheetByHref(href,context) argument
4393 },browseObject:function(win,context){openNewTab(win.location.href); argument
4395 },persistObject:function(win,context){return this.persistor argument
4396 },persistor:function(context){return context.window argument
4397 },getTitle:function(win,context){return"window" argument
4407 },getTitle:function(event,context){return"Event "+event.type argument
4420 },inspectObject:function(sourceLink,context){if(sourceLink.type=="js"){var scriptFile=getSourceFile… argument
4431 },browseObject:function(sourceLink,context){openNewTab(sourceLink.href); argument
4433 },getContextMenuItems:function(sourceLink,target,context){return[{label:"CopyLocation",command:bind… argument
4435 …object|hideSourceLink"},"$object|getSourceLinkTitle"),persistor:function(context,href){return getS… argument
4438 },browseObject:function(sourceLink,context){},getTooltip:function(sourceFile){return sourceFile.href argument
4457 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra… argument
4459 },getTooltip:function(stackFrame,context){return $STRF("Line",[stackFrame.href,stackFrame.lineNo]) argument
4464 },getTitle:function(frame,context){if(!frame.isValid){return"(invalid frame)" argument
4466 },getTooltip:function(frame,context){if(!frame.isValid){return"(invalid frame)" argument
4470 }},getContextMenuItems:function(frame,target,context){var fn=frame.script.functionObject.getWrapped… argument
4507 },inspectObject:function(error,context){var sourceLink=this.getSourceLink(error); argument
4509 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4514 …":"assertDescription"})),className:"assert",inspectObject:function(error,context){var sourceLink=t… argument
4516 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4658 }}},attachListeners:function(editor,context){var win=isIE?currentTarget.ownerDocument.parentWindow:… argument
4668 }}}},detachListeners:function(editor,context){if(!this.listeners){return argument
4683 },showContext:function(browser,context){this.stopEditing() argument
4873 this.complete=function(context,textBox,cycle,reverse){var value=textBox.value; argument
5118 Firebug.NetMonitor=extend(Firebug.ActivableModule,{dispatchName:"netMonitor",clear:function(context argument
5174 },updateInfo:function(netInfoBox,file,context){if(FBTrace.DBG_NET){FBTrace.sysout("net.updateInfo; … argument
5209 },setResponseText:function(file,netInfoBox,responseTextBox,context){netInfoBox.responsePresented=tr… argument
5270 },render:function(context,parentNode,file){var spy=getAncestorByClass(parentNode,"spyHead"); argument
5289 },insertJSON:function(parentNode,file,context){var text=file.responseText; argument
5296 },insertXML:function(parentNode,file,context){var text=Utils.getPostText(file,context); argument
5304 },parseMultiPartText:function(file,context){var text=Utils.getPostText(file,context); argument
5354 }},getPostText:function(file,context,noLimit){if(!file.postText){file.postText=readPostTextFromRequ… argument
5360 },getResponseText:function(file,context){return(typeof(file.responseText)!="undefined")?file.respon… argument
5361 },isURLEncodedRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5366 },isMultiPartRequest:function(file,context){var text=Utils.getPostText(file,context); argument
5414 }},initContext:function(context){context.spies=[]; argument
5417 }},destroyContext:function(context){this.detachObserver(context,null); argument
5421 }},watchWindow:function(context,win){if(Firebug.showXMLHttpRequests&&Firebug.Console.isAlwaysEnable… argument
5422 }},unwatchWindow:function(context,win){try{this.detachObserver(context,win) argument
5433 }},attachObserver:function(context,win){if(Firebug.Spy.skipSpy(win)){return argument
5441 }},detachObserver:function(context,win){for(var i=0; argument
5477 },browseObject:function(spy,context){var url=spy.getURL(); argument
5480 },getRealObject:function(spy,context){return spy.xhrRequest argument
5536 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5559 },updateTabBody:function(infoBox,file,context){var tab=infoBox.selectedTab; argument
5588 Firebug.ConsoleBase={log:function(object,context,className,rep,noThrottle,sourceLink){return this.l… argument
5589 },logFormatted:function(objects,context,className,noThrottle,sourceLink){return this.logRow(appendF… argument
5590 },openGroup:function(objects,context,className,rep,noThrottle,sourceLink,noPush){return this.logRow… argument
5591 },closeGroup:function(context,noThrottle){return this.logRow(appendCloseGroup,null,context,null,nul… argument
5592 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… argument
5604 }},appendFormatted:function(args,row,context){if(!context){context=FirebugContext argument
5607 },clear:function(context){if(!context){context=Firebug.context argument
5610 }},getPanel:function(context,noCreate){return Firebug.chrome?Firebug.chrome.getPanel("Console"):null argument
5620 }},showPanel:function(browser,panel){},getFirebugConsoleElement:function(context,win){var element=w… argument
5630 },isReadyElsePreparing:function(context,win){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("console.isRead… argument
5642 }},initContext:function(context,persistedState){Firebug.ActivableModule.initContext.apply(this,argu… argument
5644 },loadedContext:function(context){for(var url in context.sourceFileMap){return argument
5646 },clearReloadWarning:function(context){if(context.consoleReloadWarning){var panel=context.getPanel(… argument
5649 }},togglePersist:function(context){var panel=context.getPanel(this.panelName); argument
5652 },showContext:function(browser,context){Firebug.chrome.setGlobalAttribute("cmd_clearConsole","disab… argument
5654 },destroyContext:function(context,persistedState){Firebug.Console.injector.detachConsole(context,co… argument
5672 },onMonitorScript:function(context,frame){Firebug.Console.log(frame,context) argument
5673 },onFunctionCall:function(context,frame,depth,calling){if(calling){Firebug.Console.openGroup([frame… argument
5675 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)… argument
5679 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… argument
5916 Firebug.Console.injector={install:function(context){var win=context.window; argument
5937 },isAttached:function(context,win){if(win.wrappedJSObject){var attached=(win.wrappedJSObject._getFi… argument
5942 }},attachIfNeeded:function(context,win){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("Console.attachIfNee… argument
5951 },attachConsoleInjector:function(context,win){var consoleInjection=this.getConsoleInjectionScript(); argument
5966 },forceConsoleCompilationInPage:function(context,win){if(!win){if(FBTrace.DBG_CONSOLE){FBTrace.syso… argument
5972 }},evaluateConsoleScript:function(context){var scriptSource=this.getConsoleInjectionScript(); argument
5974 },addConsoleListener:function(context,win){if(!context.activeConsoleHandlers){context.activeConsole… argument
5988 },detachConsole:function(context,win){if(win&&win.document){var element=win.document.getElementById… argument
5992 var FirebugConsoleHandler=function FirebugConsoleHandler(context,win){this.window=win; argument
6154 this.evaluated=function(result,context){if(FBTrace.DBG_CONSOLE){FBTrace.sysout("consoleInjector.Fir… argument
6157 this.evaluateError=function(result,context){Firebug.Console.log(result,context,"errorMessage") argument
6364 },$$:function(selector,context){context=context||Firebug.browser.document; argument
7125 }},getStyleSheetRules:function(context,styleSheet){var isSystemSheet=isSystemStyleSheet(styleSheet); argument
7154 },getRuleProperties:function(context,rule,inheritMode){var props=this.parseCSSProps(rule.style,inhe… argument
7160 },addOldProperties:function(context,ruleId,inheritMode,props){if(context.selectorMap&&context.selec… argument
7642 }function getStyleSheetCSS(sheet,context){if(sheet.ownerNode instanceof HTMLStyleElement){return sh… argument