Home
last modified time | relevance | path

Searched refs:dx (Results 26 – 50 of 220) sorted by path

123456789

/plugin/chordsheets/js/
H A Draphael.js1dx=i=u.e,h.dy=n=u.f,1==o&&1==l&&!s&&h.bbox?(h.bbox.x+=+i,h.bbox.y+=+n):h.dirtyT=1}),Nt=function(t)… property in e._
/plugin/codemirror/dist/modes/
H A Dcoffeescript.min.js.map1 …y itself with no other piece of number.\n if (stream.match(/^-?0(?![\\dx])/i)) {\n int…
H A Dgas.min.js1 …f.rbx="variable-3";f.cx="variable";f.ecx="variable-2";f.rcx="variable-3";f.dx="variable";f.edx="va…
H A Dgas.min.js.map1dx","edx","rdx","si","esi","rsi","di","edi","rdi","sp","esp","rsp","bp","ebp","rbp","ip","eip","ri…
H A Dpython.min.js.map1 …y itself with no other piece of number.\n if (stream.match(/^0(?![\\dx])/i)) intLiteral = t…
H A Dvb.min.js.map1 …with no other piece of number.\n else if (stream.match(/^0(?![\\dx])/i)) { intLiteral =…
H A Dvbscript.min.js.map1 …with no other piece of number.\n else if (stream.match(/^0(?![\\dx])/i)) { intLiteral =…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1dx","wheelDeltaX","dy","wheelDeltaY","detail","HORIZONTAL_AXIS","VERTICAL_AXIS","wheelDelta","whee…
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js402 var dx;
405 dx = x - pos.x - w;
408 dx = pos.x - x;
410 if (dx < 0) dx = 0;
413 var count = Math.floor(dx / 10) % range.length;
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js1882 HitDragListener.prototype.handleDrag = function (dx, dy, ev) {
1884 _super.prototype.handleDrag.call(this, dx, dy, ev);
6396 var dx = util_1.getEvX(ev) - this.originX;
6401 distanceSq = dx * dx + dy * dy;
6407 this.handleDrag(dx, dy, ev);
6411 DragListener.prototype.handleDrag = function (dx, dy, ev) {
6412 this.trigger('drag', dx, dy, ev);
/plugin/diagramsnet/lib/js/
H A Dapp.min.js460 …this,function(){this.tdx-=this.dx;this.tdy-=this.dy;this.scrollbars?(a.panGraph(-a.container.scrol…
461 …er.scrollTop;var g=a.container;this.dx=c+(null!=e?e:0)-g.scrollLeft-g.clientWidth;this.dx=0>this.d…
462dx:this.handleMouseOut?Math.max(this.dx,0):0;0==this.dx&&(this.dx=c-g.scrollLeft,this.dx=0<this.dx
463 0);0!=this.dx||0!=this.dy?(this.dx*=this.damper,this.dy*=this.damper,null==this.thread&&(this.threa…
820 …g&&null!=f;){var k=this.offset(c,d,g.dx,g.dy,f.dx,f.dy),d=d+k,e=e+k;c+g.dx<=f.dx?(c+=g.dx,d+=g.dy,…
821 …ctTreeLayout.prototype.bridge=function(a,b,c,d,e,f){b=e+d.dx-b;0==d.dx?e=d.dy:(e=b*d.dy,e/=d.dx);b…
1592 mxConnectionConstraint.prototype.dx=null;mxConnectionConstraint.prototype.dy=null; method in mxConnectionConstraint
1649dx=b.getX()-this.startX;this.dy=b.getY()-this.startY;if(this.active)this.previewEnabled&&(this.use…
1650dx&&null!=this.dy){if(!this.graph.useScrollbarsForPanning||!mxUtils.hasScrollbars(this.graph.conta…
1720 …==a||null==b||null==a.point||null==b.point||!a.point.equals(b.point)||a.dx!=b.dx||a.dy!=b.dy||a.pe…
[all …]
/plugin/diagramsnet/lib/js/diagramly/
H A DApp.js4650 }), onerror, /(\.png)($|\?)/i.test(filterFn) || /(\.v(dx|sdx?))($|\?)/i.test(filterFn) ||
H A DDialogs.js2007 var dx = 0;
2046 tableCell = new mxCell(name, new mxGeometry(dx, 0, 160, 40),
2060 dx += tableCell.geometry.width + 40;
H A DDistanceGuides.js79 var dx = 0;
187 dx = midDx;
188 fixedDx = dx;
203 if (dx == 0 && eqCx == 0)
205 dx = curDx;
220 dx = midDx != 0? midDx : 0;
221 fixedDx = dx;
234 dx = fixedDx;
246 var dx = 0
251 dx = shift;
[all …]
H A DDropboxClient.js372 if (/^https:\/\//i.test(path) || /\.v(dx|sdx?)$/i.test(path) || /\.gliffy$/i.test(path) ||
H A DEditor.js1113 RoughCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) argument
1122 this.moveTo(x + dx, y);
1123 this.lineTo(x + w - dx, y);
1126 this.quadTo(x + w, y + h, x + w - dx, y + h);
1127 this.lineTo(x + dx, y + h);
1130 this.quadTo(x, y, x + dx, y);
8223 pv.renderPage = function(w, h, dx, dy, content, pageNumber) argument
H A DEditorUi.js6955 dx = (dx != null) ? dx : 0;
7829 xhr.responseText, dx, dy, true));
7953 this.importXml(xml, dx, dy, crop,
10675 var dx = graph.pasteCounter * graph.gridSize;
10679 cells = this.importXml(xml, dx, dx);
10717 dx = 0;
10726 cells = this.insertTextAt(xml, pt.x + dx, pt.y + dx, true);
10808 var dx = graph.pasteCounter * graph.gridSize;
10809 graph.setSelectionCells(this.importXml(xml, dx, dx));
13374 if (def.dx != null || def.dy != null)
[all …]
H A DEmbed.js358 var dx = Math.abs(this.startX - me.getGraphX());
361 if (dx > tol || dy > tol)
H A DExtensions.js14 var dx = 0; variable
5667 Math.round(p.ElbowPoints[i].x * scale + dx),
5743 Math.round(pt.x * scale + dx),
5769 var p1 = new mxPoint(exit.x + dx, exit.y + dy), p2 = new mxPoint(entry.x + dx, entry.y + dy);
5833 v = new mxCell('', new mxGeometry(Math.round(b.x * scale + dx), Math.round(b.y * scale + dy),
5953 var dx, dy;
5959 dx = Math.abs((srcGeo.x + srcGeo.width * obj.Endpoint1.LinkX) -
5966 dx = Math.abs(obj.Endpoint1.x - obj.Endpoint2.x);
5972 if (dx == 0 || dx < dy)
6962 var x = Math.round(b.x * scale + dx);
[all …]
H A DPages.js1389 var dx = Math.max(0, this.tabContainer.clientWidth - ((this.editor.chromeless) ? 86 : 116));
1390 wrapper.style.width = dx + 'px';
1396 wrapper.scrollLeft -= Math.max(20, dx - 20);
1407 wrapper.scrollLeft += Math.max(20, dx - 20);
H A DTrees.js483 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument
521 dx = (state2.getCenterX() - state1.getCenterX()) / graph.view.scale;
734 var dx = 0;
752 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width,
768 dx = 0;
803 graph.moveCells(subtree, ((after) ? 1 : -1) * dx, ((after) ? 1 : -1) * dy);
859 var dx = cell.geometry.width + level;
864 dx = 0;
868 dx = 0;
873 dx = -dx;
[all …]
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js40 var dx = edgesObj.dx, dy = edgesObj.dy;
85 var dx = pe.x - p0.x
88 var x = p0.x + ratio * dx;
91 var d = Math.sqrt(dx*dx + dy*dy);
92 dx /= d;
96 y += dist * dx;
503 var dx = 0, dy = 0;
506 dx += p.geometry.x;
520 dx: dx,
1877 geo.x = parseFloat(x) - dx;
[all …]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxAsyncCanvas.js133 mxAsyncCanvas.prototype.roundrect = function(x, y, w, h, dx, dy) {}; argument
H A DmxJsCanvas.js148 mxJsCanvas.prototype.translate = function(dx, dy) argument
150 this.state.dx += dx;
152 this.ctx.translate(dx, dy);
159 cx -= this.state.dx;
427 this.state.shadowDx = dx;
432 this.ctx.shadowOffsetX = dx;
493 this.moveTo(x + dx, y);
494 this.lineTo(x + w - dx, y);
497 this.quadTo(x + w, y + h, x + w - dx, y + h);
498 this.lineTo(x + dx, y + h);
[all …]

123456789