Lines Matching refs:isIE

54 this.isIE      = /msie/.test(userAgent) && !/opera/.test(userAgent);
57 this.isIElt8 = this.isIE && (this.browserVersion-0 < 8);
145 this.isIEQuiksMode = this.isIE && this.isQuiksMode;
146 this.isIEStantandMode = this.isIE && !this.isQuiksMode;
770 this.getStyle = this.isIE ?
1154 if (this.isIE)
1266 if (this.isIE && ignoreTags.indexOf(nodeName) != -1)
1334 var otherView = isIE ? elt.ownerDocument.parentWindow : elt.ownerDocument.defaultView;
1343 var isIE = this.isIE;
1347 var view = isIE ? elt.ownerDocument.parentWindow : elt.ownerDocument.defaultView;
1698 var view = this.isIE ?
1705 style = this.isIE ? fromNode.currentStyle : view.getComputedStyle(fromNode, "");
1723 var view = this.isIE ?
1730 style = this.isIE ? fromNode.currentStyle : view.getComputedStyle(fromNode, "");
2446 if (FBL.isIE && name == "class") propname = "className";
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" ?
3465 this.isIE && typeof object != "string" && reFunction.test(""+object);
6395 if (isIE && isFunction(object))
7532 isIE &&
8604 if (isIE && !this.window.eval)
8943 … var offset = isIE ? this.document.body.clientTop || this.document.documentElement.clientTop: 0;
9035 if (isIE)
9070 … if (isIE && " meta title input script link a ".indexOf(" "+el.nodeName.toLowerCase()+" ") != -1)
9074 if (isIE && " h1 h2 h3 h4 h5 h6 h7 ul p ".indexOf(" "+el.nodeName.toLowerCase()+" ") == -1)
9201 getStyle: isIE ? function(el, name)
9283 chromeRedrawSkipRate = isIE ? 75 : isOpera ? 80 : 75,
9489 if (isIE)
10639 if (isIE || isOpera)
11034 var offset = isIE ? doc.body.clientTop || doc.documentElement.clientTop: 0;
11415 if (isIE)
11428 var win = isIE
11497 var scrollbarSize = !isIE && (scrollSize.width > windowSize.width) ? 17 : 0;
11520 if (isIE)
13860 (!isIE && scrollSize.height > windowSize.height ? // is *vertical* scrollbar visible
13864 (!isIE && scrollSize.width > windowSize.width ? // is *horizontal* scrollbar visible
14050 var inspectModelOpacity = isIE ? "filter:alpha(opacity=80);" : "opacity:0.8;";
15972 …else if (isIE && !isFunction(obj) && typeof obj == "object" && isFinite(obj.length) && obj.nodeTyp…
17317 var textContent = isIE ? "innerText" : "textContent";
17565 var win = isIE ?
17624 var win = isIE ?
17760 if (isIE)
17936 if (isIE)
18080 if (isIE)
18162 if (isIE)
18252 var style = isIE ?
18279 if (isIE)
18291 var xDiff = isIE ? 13: this.box.scrollWidth - this.input.offsetWidth;
18633 var s = isIE ?
19713 if (isIE)
24004 buffer = autoCompleteBuffer = isIE ?
24269 if(isIE && nodeControl)
24277 !isIE && nodeControl ? nodeControl: "",
24301 isIE && (browserVersion-0<9) && typeof attr.nodeValue != "string" ||
24380 if(isIE){
24426 var control = isIE ? treeNode.previousSibling : treeNode.firstChild;
24453 var control = isIE ? treeNode.previousSibling : treeNode.firstChild;
24624 return isIE ?
24714 var control = isIE ? (targ.parentNode.previousSibling || targ) :
24727 var treeNode = isIE ? control.nextSibling : control.parentNode;
24814 if (FBL.isIE && " meta title script link ".indexOf(" "+nodeName+" ") != -1)
25071 if (isIE)
25134 if (isIE)
25840 var rules = isIE ? styleSheet.rules : styleSheet.cssRules;
25859 if (isIE)
25929 var rules = isIE ? styleSheet.rules : styleSheet.cssRules;
25953 var dontSupportGroupedRules = isIE && browserVersion < 9;
25975 if (isIE)
26470 var textContent = isIE ? "innerText" : "textContent";
26943 if (isIE)
27851 isIE ?
28297 var win = isIE ?
28301 var style = isIE ?
28949 src = isIE && !isExternal ?
30385 if (isIE && isFunction(object))