Lines Matching refs:type

2489     return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2497 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2505 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2518 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2526 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2544 return (this.isIE && event.type != "click" && event.type != "dblclick" ?
2611 if (this.Firebug.chrome.type == "popup")
2634 if (this.Firebug.chrome.type == "popup")
3519 var type = typeof obj;
3520 obj = type == "object" ? obj : [obj];
5861 type: "get",
5907 t.open(r.type, r.url, r.async);
5961 var t = this.transport, type = options.dataType; variable
5964 else if (type == "text") return t.responseText;
5965 else if (type == "html") return t.responseText;
5966 else if (type == "xml") return t.responseXML;
5967 else if (type == "json") return eval("(" + t.responseText + ")");
6062 this.SourceLink = function(url, line, type, object, instance) argument
6067 this.type = type;
6081 (this.type?(" \"type\":\""+this.type+"\","):"")+
6198 var type = m[8] ? m[8] : m[5];
6202 switch (type)
6218 parts.push({rep: rep, precision: precision, type: ("%" + type)});
6394 var type = typeof object;
6396 type = "function";
6403 if (rep.supportsObject(object, type))
6406 FBTrace.sysout("getRep type: "+type+" object: "+object, rep);
6422 return (type == 'function') ? defaultFuncRep : defaultRep;
7492 supportsObject: function(object, type) argument
7874 type: "normal",
7910 if (this.type == "normal")
7954 if (this.type == "normal")
7959 else if (this.type == "toggle")
7997 if (this.type == "normal")
8033 var menuItemProps = {"class": "$item.className", type: "$item.type", value: "$item.value", property in AnonymousFunction7f0ac5572400.menuItemProps
8102 item.type = item.type || "";
8105 var type = item.type;
8115 if (type == "checkbox")
8120 else if (type == "radiobutton")
8125 else if (type == "group")
8130 else if (type == "shortcut")
8400 var type = target.getAttribute("type");
8402 if (type == "checkbox")
8423 if (type == "radiobutton")
9230 type: "frame", property in AnonymousFunction7f0ac5575400.WindowDefaultOptions
9353 if (Env.chrome.type == "frame" || Env.chrome.type == "div")
9357 FirebugChrome.chromeMap[chrome.type] = chrome;
9361 if (Env.Options.enablePersistent && chrome.type == "popup")
9408 type = chrome.type = Env.Options.enablePersistent ?
9410 options.type,
9412 isChromeFrame = type == "frame",
9476 style.type = "text/css";
9514 if (type == "div")
9669 else if(type == "popup")
9712 if (chrome.type == "frame" || chrome.type == "div")
9719 else if (chrome.type == "popup")
9774 var type = chrome.type;
9775 var Base = type == "frame" || type == "div" ? ChromeFrameBase : ChromePopupBase;
9781 FirebugChrome.chromeMap[type] = this;
9814 type: null,
9842 type: "toggle",
9871 type: "shortcut",
9878 type: "shortcut",
9884 type: "shortcut",
9890 type: "shortcut",
9897 type: "group",
9974 type: "checkbox",
9981 type: "checkbox",
9988 type: "checkbox",
9995 type: "checkbox",
10002 type: "checkbox",
10009 type: "checkbox",
10016 type: "checkbox",
10023 type: "checkbox",
10030 type: "checkbox",
10037 type: "checkbox",
10121 offset = chrome.type == "div" ?
10135 type: "toggle",
10541 if (isOpera && Firebug.chrome.type == "popup" && Firebug.chrome.node.closed)
10554 if (Firebug.chrome.type == "popup") return;
10572 createChromeWindow({type: "popup"});
10598 if (newChrome.type == "popup")
10692 return this.type == "div" ?
10709 if (noFixedPosition && (self.type == "frame" || self.type == "div"))
11045 if ((this.type == "frame" || this.type == "div") &&
11073 this.type = "mini";
12813 var type = Expr.order[i], match;
12815 if ( (match = Expr.leftMatch[ type ].exec( expr )) ) {
13737 if (Firebug.chrome.type == "popup")
13956 … var offsetHeight = Firebug.chrome.type == "frame" ? Firebug.context.persistedState.height : 0;
15371 supportsObject: function(object, type) argument
15373 return type == "undefined";
15387 supportsObject: function(object, type) argument
15414 supportsObject: function(object, type) argument
15416 return type == "boolean" || type == "number";
15432 supportsObject: function(object, type) argument
15434 return type == "string";
15500 supportsObject: function(object, type) argument
15545 type: "checkbox", checked: monitored,
15690 var type = typeof(value);
15691 if (type == "boolean" ||
15692 type == "number" ||
15693 (type == "string" && value) ||
15694 (type == "object" && value && value.toString))
15696 var tag = propRepsMap[type];
15698 var value = (type == "object") ?
15873 supportsObject: function(object, type) argument
16313 {label: "ShowEventsInConsole", type: "checkbox", checked: monitored,
16525 var info = [event.type, ' '];
16527 var eventFamily = getEventFamily(event.type);
16553 return "Event " + event.type;
16620 if (sourceLink.type == "js")
16626 else if (sourceLink.type == "css")
17007 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError,
17045 {label: "BreakOnThisError", type: "checkbox", checked: breakOnThisError,
17047 {label: "BreakOnAllErrors", type: "checkbox", checked: Firebug.breakOnErrors,
17127 supportsObject: function(object, type) argument
17161 supportsObject: function(object, type) argument
17185 supportsObject: function(object, type) argument
17746 type: "text", property in AnonymousFunction7f0ac55715d00.inlineEditorAttributes
17800 INPUT({"class": "textEditorInner", type: "text",
18087 if (!range || range.type != "int")
22203 this.appendObject(part.type, row, FirebugReps.Text);
22575 return {label: "JavascriptOptionsStrict", type: "checkbox", checked: strictValue,
22766 var type = m[8] ? m[8] : m[5];
22770 switch (type)
22786 parts.push({rep: rep, precision: precision, type: ("%" + type)});
24533 if (Env.Options.enablePersistent || Firebug.chrome.type != "popup")
27424 else if (object instanceof SourceLink && object.type == "css" && reCSS.test(object.href))
27534 … {label: "Expand Shorthand Properties", type: "checkbox", checked: Firebug.expandShorthandProps,
27601 type: "checkbox", checked: isDisabled,
27644 if (cssValue.type == "rgb" || (!cssValue.type && isColorKeyword(cssValue.value)))
27651 else if (cssValue.type == "url")
28177 {label: "Show User Agent CSS", type: "checkbox", checked: Firebug.showUserAgentCSS,
28179 … {label: "Expand Shorthand Properties", type: "checkbox", checked: Firebug.expandShorthandProps,
28187 ret.push({label: ":active", type: "checkbox", checked: state & STATE_ACTIVE,
28189 ret.push({label: ":hover", type: "checkbox", checked: state & STATE_HOVER,
28727 var type;
28729 type = "url";
28731 type = "rgb";
28733 type = "int";
28735 return {value: m[0], start: start+m.index, end: start+m.index+(m[0].length-1), type: type};
30572 var addMember = function addMember(type, props, name, value, level, order) argument
30587 type: type,
30588 rowClass: "memberRow-"+type,