Searched refs:newPos (Results 1 - 20 of 20) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DByteSequenceReader.java182 int newPos = pos + 1;
183 if (newPos > sequence.length())
193 newPos = pos + 1 + numLengthBytes;
195 if (numLengthBytes > 4 || newPos > sequence.length())
202 for (int i = pos + 1; i < newPos; i++)
208 pos = newPos;
236 int newPos = pos + length;
237 ByteSequence subSequence = sequence.subSequence(pos, newPos);
238 pos = newPos;
398 int newPos
[all...]
/forgerock/opendj2/src/server/org/opends/server/types/
H A DByteSequenceReader.java180 int newPos = pos + 1;
181 if (newPos > sequence.length())
191 newPos = pos + 1 + numLengthBytes;
193 if (numLengthBytes > 4 || newPos > sequence.length())
200 for (int i = pos + 1; i < newPos; i++)
206 pos = newPos;
234 int newPos = pos + length;
235 ByteSequence subSequence = sequence.subSequence(pos, newPos);
236 pos = newPos;
396 int newPos
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DByteSequenceReader.java182 int newPos = pos + 1;
183 if (newPos > sequence.length())
193 newPos = pos + 1 + numLengthBytes;
195 if (numLengthBytes > 4 || newPos > sequence.length())
202 for (int i = pos + 1; i < newPos; i++)
208 pos = newPos;
236 int newPos = pos + length;
237 ByteSequence subSequence = sequence.subSequence(pos, newPos);
238 pos = newPos;
398 int newPos
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DByteSequenceReader.java182 int newPos = pos + 1;
183 if (newPos > sequence.length())
193 newPos = pos + 1 + numLengthBytes;
195 if (numLengthBytes > 4 || newPos > sequence.length())
202 for (int i = pos + 1; i < newPos; i++)
208 pos = newPos;
236 int newPos = pos + length;
237 ByteSequence subSequence = sequence.subSequence(pos, newPos);
238 pos = newPos;
398 int newPos
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DByteSequenceReader.java180 int newPos = pos + 1;
181 if (newPos > sequence.length())
191 newPos = pos + 1 + numLengthBytes;
193 if (numLengthBytes > 4 || newPos > sequence.length())
200 for (int i = pos + 1; i < newPos; i++)
206 pos = newPos;
234 int newPos = pos + length;
235 ByteSequence subSequence = sequence.subSequence(pos, newPos);
236 pos = newPos;
396 int newPos
[all...]
/forgerock/web-agents-v4/zlib/
H A Diowin32.c240 static BOOL MySetFilePointerEx(HANDLE hFile, LARGE_INTEGER pos, LARGE_INTEGER *newPos, DWORD dwMoveMethod) argument
243 return SetFilePointerEx(hFile, pos, newPos, dwMoveMethod);
251 if ((newPos != NULL) && (fOk))
253 newPos->LowPart = dwNewPos;
254 newPos->HighPart = lHigh;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/slider/
H A Dslider-debug.js711 var newPos = YAHOO.util.Dom.getXY(this.getEl());
712 //var newPos = [this.initPageX, this.initPageY];
714 this.logger.log("newPos: " + newPos, "warn");
716 if (newPos[0] != this.baselinePos[0] || newPos[1] != this.baselinePos[1]) {
719 this.baselinePos = newPos;
H A Dslider-min.js20 return false;},verifyOffset:function(checkPos){var newPos=YAHOO.util.Dom.getXY(this.getEl());if(newPos[0]!=this.baselinePos[0]||newPos[1]!=this.baselinePos[1]){this.thumb.resetConstraints();this.baselinePos=newPos;return false;}
H A Dslider.js694 var newPos = YAHOO.util.Dom.getXY(this.getEl());
695 //var newPos = [this.initPageX, this.initPageY];
698 if (newPos[0] != this.baselinePos[0] || newPos[1] != this.baselinePos[1]) {
700 this.baselinePos = newPos;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/slider/
H A Dslider-debug.js711 var newPos = YAHOO.util.Dom.getXY(this.getEl());
712 //var newPos = [this.initPageX, this.initPageY];
714 this.logger.log("newPos: " + newPos, "warn");
716 if (newPos[0] != this.baselinePos[0] || newPos[1] != this.baselinePos[1]) {
719 this.baselinePos = newPos;
H A Dslider-min.js20 return false;},verifyOffset:function(checkPos){var newPos=YAHOO.util.Dom.getXY(this.getEl());if(newPos[0]!=this.baselinePos[0]||newPos[1]!=this.baselinePos[1]){this.thumb.resetConstraints();this.baselinePos=newPos;return false;}
H A Dslider.js694 var newPos = YAHOO.util.Dom.getXY(this.getEl());
695 //var newPos = [this.initPageX, this.initPageY];
698 if (newPos[0] != this.baselinePos[0] || newPos[1] != this.baselinePos[1]) {
700 this.baselinePos = newPos;
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js8452 var newPos = YAHOO.util.Dom.getX(this.getDragEl());
8453 //YAHOO.log("newpos:"+newPos,"warn");//YAHOO.util.Event.getPageX(e);
8454 var offsetX = newPos - this.startPos;
H A Ddatatable-beta-min.js452 YAHOO.util.ColumnResizer.prototype.onMouseDown=function(e){this.startWidth=this.cell.offsetWidth;this.startPos=YAHOO.util.Dom.getX(this.getDragEl());if(this.datatable.fixedWidth){var cellLabel=YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.DataTable.CLASS_LABEL,"span",this.cell)[0];this.minWidth=cellLabel.offsetWidth+6;var sib=this.cell.nextSibling;var sibCellLabel=YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.DataTable.CLASS_LABEL,"span",sib)[0];this.sibMinWidth=sibCellLabel.offsetWidth+6;var left=((this.startWidth-this.minWidth)<0)?0:(this.startWidth-this.minWidth);var right=((sib.offsetWidth-this.sibMinWidth)<0)?0:(sib.offsetWidth-this.sibMinWidth);this.setXConstraint(left,right);}};YAHOO.util.ColumnResizer.prototype.onMouseUp=function(e){var resizeStyle=YAHOO.util.Dom.get(this.handleElId).style;resizeStyle.left="auto";resizeStyle.right=0;resizeStyle.marginRight="-6px";resizeStyle.width="6px";this.datatable.fireEvent("columnResizeEvent",{column:this.column,target:this.cell});};YAHOO.util.ColumnResizer.prototype.onDrag=function(e){var newPos=YAHOO.util.Dom.getX(this.getDragEl());var offsetX=newPos-this.startPos;var newWidth=this.startWidth+offsetX;if(newWidth<this.minWidth){newWidth=this.minWidth;}
H A Ddatatable-beta.js8310 var newPos = YAHOO.util.Dom.getX(this.getDragEl());
8311 var offsetX = newPos - this.startPos;
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/datatable/
H A Ddatatable-beta-debug.js8452 var newPos = YAHOO.util.Dom.getX(this.getDragEl());
8453 //YAHOO.log("newpos:"+newPos,"warn");//YAHOO.util.Event.getPageX(e);
8454 var offsetX = newPos - this.startPos;
H A Ddatatable-beta-min.js452 YAHOO.util.ColumnResizer.prototype.onMouseDown=function(e){this.startWidth=this.cell.offsetWidth;this.startPos=YAHOO.util.Dom.getX(this.getDragEl());if(this.datatable.fixedWidth){var cellLabel=YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.DataTable.CLASS_LABEL,"span",this.cell)[0];this.minWidth=cellLabel.offsetWidth+6;var sib=this.cell.nextSibling;var sibCellLabel=YAHOO.util.Dom.getElementsByClassName(YAHOO.widget.DataTable.CLASS_LABEL,"span",sib)[0];this.sibMinWidth=sibCellLabel.offsetWidth+6;var left=((this.startWidth-this.minWidth)<0)?0:(this.startWidth-this.minWidth);var right=((sib.offsetWidth-this.sibMinWidth)<0)?0:(sib.offsetWidth-this.sibMinWidth);this.setXConstraint(left,right);}};YAHOO.util.ColumnResizer.prototype.onMouseUp=function(e){var resizeStyle=YAHOO.util.Dom.get(this.handleElId).style;resizeStyle.left="auto";resizeStyle.right=0;resizeStyle.marginRight="-6px";resizeStyle.width="6px";this.datatable.fireEvent("columnResizeEvent",{column:this.column,target:this.cell});};YAHOO.util.ColumnResizer.prototype.onDrag=function(e){var newPos=YAHOO.util.Dom.getX(this.getDragEl());var offsetX=newPos-this.startPos;var newWidth=this.startWidth+offsetX;if(newWidth<this.minWidth){newWidth=this.minWidth;}
H A Ddatatable-beta.js8310 var newPos = YAHOO.util.Dom.getX(this.getDragEl());
8311 var offsetX = newPos - this.startPos;
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 379 milliseconds