Home
last modified time | relevance | path

Searched refs:newDelta (Results 1 – 4 of 4) sorted by relevance

/plugin/bez/lib/jquery.datepair/
H A Ddatepair.js308 var newDelta = endTime.getTime() - startTime.getTime();
313 && this.dateDelta + newDelta != 0
315 && ((newDelta >= 0 && this.timeDelta < 0) || (newDelta < 0 && this.timeDelta >= 0))) {
325 this.timeDelta = newDelta;
/plugin/edittable/lib/
H A Dhandsontable.full.js46241 var newDelta = {
46278newDelta.row = this.lastDesiredCoords.row ? this.lastDesiredCoords.row - currentPosition.row : new…
46304 newDelta = {
46346 if (newDelta.row < 0) {
46348 } else if (newDelta.row > 0) {
46353 if (newDelta.col < 0) {
46355 } else if (newDelta.col > 0) {
46363 if (newDelta.row !== 0) {
46364 delta.row = newDelta.row;
46366 if (newDelta.col !== 0) {
[all …]
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js42436 var newDelta = { class in getNewAttachPoint
42442 x: newCenter.x + newDelta.x,
42443 y: newCenter.y + newDelta.y
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1newDelta = this.resize(index, delta, sizes, undefined, undefined, minDelta, maxDelta, snapBefore, …