Lines Matching defs:item

364         var item = d.console.cache[i];
365 d.console.cmd[item.command].apply(window,item.arg);
502 var i,cookieArr,valueArr,item,value;
516 item=valueArr[i].split(':')[0];
519 switch(item) {
1093 var item = internal.targetWindow.document.styleSheets[_index],
1094 uri = item.href;
1096 var rules = item[lib.env.ie ? "rules" : "cssRules"], str = "";
1098 var item = rules[i];
1099 var selector = item.selectorText;
1100 var cssText = lib.env.ie?item.style.cssText:item.cssText.match(/\{(.*)\}/)[1];
1113 var item = _css[i];
1114 str += "<div class='CSSText'>"+item.replace(/(.+\:)(.+)/,"<span class='CSSProperty'>$1</span><span class='CSSValue'>$2;</span>")+"</div>";
1252 var item = _value.attributes[i];
1254 if(!lib.env.ie||item.nodeValue)
1255 result.push(" <span class='DarkBlue'>"+item.nodeName+"=\"<span class='Red'>"+item.nodeValue+"</span>\"</span>");
1431 var item = element.childNodes[i];
1433 if (item.nodeType == 1 && !item.getAttribute('firebugIgnore')){
1437 html = new lib.element("SPAN").attribute.addClass("Content").update(d.highlight(item)).insert(link),
1441 view = lib.util.Element.getView(item);
1442 link.event.addListener("click", lib.util.Curry(d.html.openHtmlTree, window, item, subContainer, false));
1443 link.event.addListener("mouseover", lib.util.Curry(d.html.highlight, window, item, false));
1444 link.event.addListener("mouseout", lib.util.Curry(d.html.highlight, window, item, true));
1446 returnParentVal = returnParentEl == item ? subContainer : returnParentVal;
1448 if(d.html.current==null&&item==document.body){
1451 d.html.current = [item,link];
1452 d.html.openHtmlTree(item,subContainer);
1459 if (item.childNodes){
1460 var childLen = item.childNodes.length;
1461 if (childLen == 1 && item.childNodes[0].nodeType == Node.TEXT_NODE) {
1463 html.child.add(document.createTextNode(item.childNodes[0].nodeValue.substring(0, env.textNodeChars)));
1465 html.child.add(document.createTextNode(item.childNodes[0].nodeValue));
1468 html.child.add(new lib.element("span").attribute.addClass("Blue").update(item.nodeName.toLowerCase()).environment.getElement());
1492 var item = property[i];
1493 if(!view[item])continue;
1494 str+="<div class='CSSItem'><div class='CSSProperty'>"+item+"</div><div class='CSSValue'>"+d.highlight(view[item])+"</div></div>";
1588 var item = collection[i],
1589 fileName = getFileName(item.src||item.baseURI||"..");
1613 var item = arguments[i],
1614 val = internal.targetWindow.eval(item);
1615 d.xhr.objects.push([item, val]);
1647 var item = d.xhr.objects[i],
1648 response = item[1].responseText;
1649 if(Boolean(item[1])==false)continue;
1650 el.left.xhr.nameContent.child.add(new lib.element("span").update(item[0]));
1652 el.left.xhr.statusContent.child.add(new lib.element("span").update(item[1].status));
1654 el.left.xhr.readystateContent.child.add(new lib.element("span").update(item[1].readyState));
1886 var item = source[i]+"}", rule = !lib.env.ie?item:item.split(/{|}/),
1888 if(item.match(/.+\{.+\}/)){
2019 if(key!="item"&&key!="length"&&key!="setNamedItemNS"&&key!="setNamedItem"&&key!="getNamedItem"&&key!="removeNamedItem"&&key!="getNamedItemNS"&&key!="removeNamedItemNS"&&key!="tags"){