Lines Matching defs:offset

572 }var offset=this.getClientOffset(element);
573 var topSpace=offset.y-scrollBox.scrollTop;
574 var bottomSpace=(scrollBox.scrollTop+scrollBox.clientHeight)-(offset.y+element.offsetHeight);
576 var centerY=offset.y-split;
585 }var offset=this.getClientOffset(element);
586 if(!notY){var topSpace=offset.y-scrollBox.scrollTop;
587 var bottomSpace=(scrollBox.scrollTop+scrollBox.clientHeight)-(offset.y+element.offsetHeight);
588 if(topSpace<0||bottomSpace<0){var centerY=offset.y-(scrollBox.clientHeight/2);
590 }}if(!notX){var leftSpace=offset.x-scrollBox.scrollLeft;
591 var rightSpace=(scrollBox.scrollLeft+scrollBox.clientWidth)-(offset.x+element.clientWidth);
592 if(leftSpace<0||rightSpace<0){var centerX=offset.x-(scrollBox.clientWidth/2);
1357 this.cssInfo={background:["bgRepeat","bgAttachment","bgPosition","color","systemColor","none"],"background-attachment":["bgAttachment"],"background-color":["color","systemColor"],"background-image":["none"],"background-position":["bgPosition"],"background-repeat":["bgRepeat"],border:["borderStyle","thickness","color","systemColor","none"],"border-top":["borderStyle","borderCollapse","color","systemColor","none"],"border-right":["borderStyle","borderCollapse","color","systemColor","none"],"border-bottom":["borderStyle","borderCollapse","color","systemColor","none"],"border-left":["borderStyle","borderCollapse","color","systemColor","none"],"border-collapse":["borderCollapse"],"border-color":["color","systemColor"],"border-top-color":["color","systemColor"],"border-right-color":["color","systemColor"],"border-bottom-color":["color","systemColor"],"border-left-color":["color","systemColor"],"border-spacing":[],"border-style":["borderStyle"],"border-top-style":["borderStyle"],"border-right-style":["borderStyle"],"border-bottom-style":["borderStyle"],"border-left-style":["borderStyle"],"border-width":["thickness"],"border-top-width":["thickness"],"border-right-width":["thickness"],"border-bottom-width":["thickness"],"border-left-width":["thickness"],bottom:["auto"],"caption-side":["captionSide"],clear:["clear","none"],clip:["auto"],color:["color","systemColor"],content:["content"],"counter-increment":["none"],"counter-reset":["none"],cursor:["cursor","none"],direction:["direction"],display:["display","none"],"empty-cells":[],"float":["float","none"],font:["fontStyle","fontVariant","fontWeight","fontFamily"],"font-family":["fontFamily"],"font-size":["fontSize"],"font-size-adjust":[],"font-stretch":[],"font-style":["fontStyle"],"font-variant":["fontVariant"],"font-weight":["fontWeight"],height:["auto"],left:["auto"],"letter-spacing":[],"line-height":[],"list-style":["listStyleType","listStylePosition","none"],"list-style-image":["none"],"list-style-position":["listStylePosition"],"list-style-type":["listStyleType","none"],margin:[],"margin-top":[],"margin-right":[],"margin-bottom":[],"margin-left":[],"marker-offset":["auto"],"min-height":["none"],"max-height":["none"],"min-width":["none"],"max-width":["none"],outline:["borderStyle","color","systemColor","none"],"outline-color":["color","systemColor"],"outline-style":["borderStyle"],"outline-width":[],overflow:["overflow","auto"],"overflow-x":["overflow","auto"],"overflow-y":["overflow","auto"],padding:[],"padding-top":[],"padding-right":[],"padding-bottom":[],"padding-left":[],position:["position"],quotes:["none"],right:["auto"],"table-layout":["tableLayout","auto"],"text-align":["textAlign"],"text-decoration":["textDecoration","none"],"text-indent":[],"text-shadow":[],"text-transform":["textTransform","none"],top:["auto"],"unicode-bidi":[],"vertical-align":["verticalAlign"],"white-space":["whiteSpace"],width:["auto"],"word-spacing":[],"z-index":[],"-moz-appearance":["mozAppearance"],"-moz-border-radius":[],"-moz-border-radius-bottomleft":[],"-moz-border-radius-bottomright":[],"-moz-border-radius-topleft":[],"-moz-border-radius-topright":[],"-moz-border-top-colors":["color","systemColor"],"-moz-border-right-colors":["color","systemColor"],"-moz-border-bottom-colors":["color","systemColor"],"-moz-border-left-colors":["color","systemColor"],"-moz-box-align":["mozBoxAlign"],"-moz-box-direction":["mozBoxDirection"],"-moz-box-flex":[],"-moz-box-ordinal-group":[],"-moz-box-orient":["mozBoxOrient"],"-moz-box-pack":["mozBoxPack"],"-moz-box-sizing":["mozBoxSizing"],"-moz-opacity":[],"-moz-user-focus":["userFocus","none"],"-moz-user-input":["userInput"],"-moz-user-modify":[],"-moz-user-select":["userSelect","none"],"-moz-background-clip":[],"-moz-background-inline-policy":[],"-moz-background-origin":[],"-moz-binding":[],"-moz-column-count":[],"-moz-column-gap":[],"-moz-column-width":[],"-moz-image-region":[]};
2156 var offset=isIE?this.document.body.clientTop||this.document.documentElement.clientTop:0;
2158 result.top=Math.round(rect.top-offset+scroll.top);
2159 result.left=Math.round(rect.left-offset+scroll.left);
2442 }else{var offsetLeft=isIE6?1:-4,chrome=Firebug.chrome,box=chrome.getElementBox(target),offset=chrome.type=="div"?chrome.getElementPosition(chrome.node):{top:0,left:0};
2443 menu.show(box.left+offsetLeft-offset.left,box.top+box.height-5-offset.top)
2705 var offset=isIE?doc.body.clientTop||doc.documentElement.clientTop:0;
3907 }function __path__(parent,offset){var root=parent;
3911 if(i==3){index+=offset
3975 var offset=Math.min(args.length,2);
3976 parseChildren(args,offset,this.vars,this.children);
4036 }function parseChildren(args,offset,vars,children){for(var i=offset;
4116 }}var offset=0;
4120 node=node.nextSibling){++offset
4121 }}var domArgs=[firstRow,this.tag.context,offset];
4778 },getAutoCompleteRange:function(value,offset){},getAutoCompleteList:function(preExpr,expr,postExpr){},getAutoCompleter:function(){if(!this.autoCompleter){this.autoCompleter=new Firebug.AutoCompleter(null,bind(this.getAutoCompleteRange,this),bind(this.getAutoCompleteList,this),true,false)
4885 var offset=getInputSelectionStart(textBox);
4886 if(isSafari&&!cycle&&offset>=0){offset++
4887 }if(!selectMode&&originalOffset!=-1){offset=originalOffset
4888 }if(!candidates||!cycle||offset!=lastOffset){originalOffset=offset;
4890 var parseStart=getExprOffset?getExprOffset(value,offset,context):0;
4893 var range=getRange?getRange(parsed,offset-parseStart,context):null;
4905 lastOffset=offset;
4907 if(expr&&offset!=parseStart+range.end+1){if(cycle){offset=range.start;
4948 var preCompletion=expr.substr(0,offset-exprOffset);
4949 var postCompletion=completion.substr(offset-exprOffset);
4952 return function(){if(selectMode){setSelectionRange(textBox,offset,offsetEnd)
6304 var offset=getExpressionOffset(command);
6305 var valBegin=offset?command.substr(0,offset):"";
6306 var val=command.substr(offset);
7075 var styleGroups={text:["font-family","font-size","font-weight","font-style","color","text-transform","text-decoration","letter-spacing","word-spacing","line-height","text-align","vertical-align","direction","column-count","column-gap","column-width"],background:["background-color","background-image","background-repeat","background-position","background-attachment","opacity"],box:["width","height","top","right","bottom","left","margin-top","margin-right","margin-bottom","margin-left","padding-top","padding-right","padding-bottom","padding-left","border-top-width","border-right-width","border-bottom-width","border-left-width","border-top-color","border-right-color","border-bottom-color","border-left-color","border-top-style","border-right-style","border-bottom-style","border-left-style","-moz-border-top-radius","-moz-border-right-radius","-moz-border-bottom-radius","-moz-border-left-radius","outline-top-width","outline-right-width","outline-bottom-width","outline-left-width","outline-top-color","outline-right-color","outline-bottom-color","outline-left-color","outline-top-style","outline-right-style","outline-bottom-style","outline-left-style"],layout:["position","display","visibility","z-index","overflow-x","overflow-y","overflow-clip","white-space","clip","float","clear","-moz-box-sizing"],other:["cursor","list-style-image","list-style-position","list-style-type","marker-offset","user-focus","user-select","user-modify","user-input"]};
7235 },onMouseDown:function(event){var offset=event.clientX-this.panelNode.parentNode.offsetLeft;
7236 if(!isLeftClick(event)||offset>20){return
7242 }},onDoubleClick:function(event){var offset=event.clientX-this.panelNode.parentNode.offsetLeft;
7243 if(!isLeftClick(event)||offset<=20){return
7339 if(propValue){var offset=getClientOffset(propValue);
7340 var offsetX=x-offset.x;
7538 }},getAutoCompleteRange:function(value,offset){if(hasClass(this.target,"cssPropName")){return{start:0,end:value.length-1}
7539 }else{return parseCSSValue(value,offset)
7609 },scrollToLine:function(line,offset){this.startMeasuring(this.input);
7612 this.input.scrollTop=(line*lineHeight)+offset
7631 }function parseCSSValue(value,offset){var start=0;
7634 if(m&&m.index+m[0].length<offset){value=value.substr(m.index+m[0].length);
7636 offset-=m.index+m[0].length
7651 if(rule){return{line:domUtils.getRuleLine(rule),offset:panelNode.scrollTop-child.offsetTop}
8071 function expandMembers(members,toggles,offset,level){var expanded=0;
8072 for(var i=offset;