/plugin/diagramsnet/lib/shapes/ |
H A D | mxBasic.js | 1281 c.arcTo(dx, dx, 0, 0, 1, dx, 0); 1365 c.arcTo(dx, dx, 0, 0, 1, dx, 0); 1446 c.arcTo(dx, dx, 0, 0, 0, w, dx); 1452 c.arcTo(dx, dx, 0, 0, 0, dx, 0); 1654 c.arcTo(dx * 2, dx * 2, 0, 0, 1, dx, dx * 2); 1656 c.arcTo(dx * 2, dx * 2, 0, 0, 1, dx * 2, h - dx); 1660 c.arcTo(dx * 2, dx * 2, 0, 0, 1, w - 2 * dx, dx); 1756 c.arcTo(dx, dx, 0, 0, 0, dx, dx * 2); 1758 c.arcTo(dx, dx, 0, 0, 0, dx * 2, h - dx); 1760 c.arcTo(dx, dx, 0, 0, 0, w - dx, h - 2 * dx); [all …]
|
H A D | mxArrows.js | 20 this.dx = 0.5; 94 var dy, dx; 213 this.dx = 0.5; 250 c.lineTo(dx, h); 252 c.lineTo(dx, 0); 266 var dy, dx; 350 this.dx = 0.5; 789 this.dx = 0.5; 930 this.dx = 0.5; 2627 c.arcTo(dx - 2 * dy, dx - 2 * dy, 0, 0, 0, dx, h - 2 * dy); [all …]
|
H A D | mxInfographic.js | 260 this.dx = 10; 342 this.dx = 185; 465 this.dx = 25; 883 dx = Math.min(w / 2 - 2 * dy, dx); 977 dx = Math.min(w / 2 - 2 * dy, dx); 1619 dx = Math.min(w - 2 * dy, dx); 1732 dx = Math.min(w - 2 * dy, dx); 2135 c.lineTo(w - dx, dx); 2145 c.moveTo(w - dx, dx); 2150 c.lineTo(w - dx, dx); [all …]
|
H A D | mxFloorplan.js | 778 this.dx = 0.3; 815 c.arcTo(dx, dx, 0, 0, 1, 0, 5 + dx); 818 c.arcTo(w - dx, w - dx, 0, 0, 0, w, 5 + w - dx); 888 c.moveTo(dx, dx); 889 c.lineTo(dx, dx + 5); 890 c.arcTo(dx, dx, 0, 0, 0, 0, 0); 892 c.moveTo(dx, dx + 5); 893 c.arcTo(w - dx, w - dx, 0, 0, 0, w, 5 + w); 1082 c.rect(w * 0.5 + dx, h * 0.5 - 2.5, w * 0.5 - dx, 5); 1679 var dx = Math.max(5, dx); [all …]
|
H A D | mxNetworks.js | 82 var dx = pe.x - p0.x; 85 p0.x = p0.x + dx * 0.05; 87 pe.x = pe.x - dx * 0.05; 89 dx = pe.x - p0.x; 92 var dist = Math.sqrt(dx * dx + dy * dy); 93 var nx = dx / dist; 95 var midX = p0.x + dx * 0.5;
|
H A D | mxBootstrap.js | 1149 this.dx = 0.3; 1180 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 1232 c.rect(dx - hw * 0.5, 0, hw, h); 1236 c.moveTo(dx - hw * 0.25, h * 0.3); 1260 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)))); 1410 this.dx = 0.5; 1437 var dx = Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 1440 var x1 = Math.max(dx - dy, 0); 1441 var x2 = Math.min(dx + dy, w); 1450 c.lineTo(dx, h); [all …]
|
H A D | mxAndroid.js | 992 this.dx = 0.3; 1015 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 1053 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)))); 1077 this.dx = 0.3; 1100 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 1127 c.lineTo(dx, h * 0.5); 1145 … var dx = Math.max(0, Math.min(1, parseFloat(mxUtils.getValue(this.state.style, 'dx', this.dx)))); 1169 this.dx = 0.3; 1192 var dx = w * Math.max(0, Math.min(w, parseFloat(mxUtils.getValue(this.style, 'dx', this.dx)))); 1220 c.lineTo(dx, h * 0.5); [all …]
|
H A D | mxUML25.js | 11 this.dx = 0.5; 58 this.dx = 0.5; 146 this.dx = 0.5; 208 this.dx = 0.5;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DistanceGuides.js | 79 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 …]
|
/plugin/editonlink/ |
H A D | script.js | 19 dx = e.offsetX + xya.left - x, // how far the click was from the button? 22 if ((dx*dx + dy*dy) < r*r) {
|
/plugin/diagramsnet/lib/js/diagramly/util/ |
H A D | mxJsCanvas.js | 148 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 …]
|
/plugin/dx/ |
H A D | plugin.info.txt | 1 base dx 7 url https://dokuwiki.org/plugin:dx
|
/plugin/sequencediagram/bower_components/raphael/dev/ |
H A D | raphael.vml.js | 66 dx: m.x(dx, dy), 67 dy: m.y(dx, dy) 89 dx = c.dx; 438 dx: 0, property in AnonymousFunctionc81a058c0c00._ 480 dx = bb.x - bbt.x, 526 dx = Str(dx).split(separator); 527 if (dx.length - 1) { 528 dy = toFloat(dx[1]); 530 dx = toFloat(dx[0]) || 0; 533 this._.bbox.x += dx; [all …]
|
/plugin/diagramsnet/lib/js/diagramly/graphml/ |
H A D | mxGraphMlCodec.js | 40 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/html2pdf/html2pdf/html2ps/ |
H A D | output.png.class.php | 355 $dx = $sx*$scale_x; 357 $this->_fixSizes($dx, $dy); 362 $dx, $dy, 374 $dx = $this->_fixSizeX($sx * $scale); 383 $dx, $dy, 397 $dx = $this->_fixSizeX($sx * $scale); 408 $dx, $dy, 425 $dx = $this->_fixSizeX($sx * $scale); 437 $dx, $dy,
|
H A D | box.inline.php | 26 function offset($dx, $dy) { argument 29 $this->left += $dx; 30 $this->right += $dx; 484 function offset($dx, $dy) { argument 487 $this->_lines[$i]->offset($dx, $dy); 489 GenericInlineBox::offset($dx, $dy);
|
H A D | box.note-call.class.php | 17 function offset($dx, $dy) { argument 18 parent::offset($dx, $dy); 19 $this->_note_call_box->offset($dx, $dy);
|
/plugin/diagramsnet/lib/js/grapheditor/ |
H A D | Shapes.js | 796 dx = Math.max(dx, arcSize); 797 dx = Math.min(w - arcSize, dx); 810 c.lineTo(dx, 0); 936 var dx = 0; 940 dx = 10; 1072 return new mxRectangle(rect.x + dx, rect.y, w - 2 * dx, h); 1402 var dist = Math.sqrt(dx * dx + dy * dy); 2429 points = [new mxPoint(x + dx, y), new mxPoint(x + w - dx, y), 3060 … new mxPoint((w + dx) / 2, h), new mxPoint((w - dx) / 2, h), new mxPoint((w - dx) / 2, dy), 5592 var dist = Math.sqrt(dx * dx + dy * dy); [all …]
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | mxVsdxCanvas2D.js | 241 x = ((x - geo.x + s.dx) * s.scale); 279 x = (x - geo.x + s.dx) * s.scale; 315 x = (x - geo.x + s.dx) * s.scale; 340 x = (x - geo.x + s.dx) * s.scale; 371 x1 = (x1 - geo.x + s.dx) * s.scale; 374 x2 = (x2 - geo.x + s.dx) * s.scale; 410 x1 = (x1 - geo.x + s.dx) * s.scale; 413 x2 = (x2 - geo.x + s.dx) * s.scale; 416 x3 = (x3 - geo.x + s.dx) * s.scale; 645 x = (x - geo.x + s.dx) * s.scale; [all …]
|
/plugin/sketchcanvas/script/ |
H A D | SketchCanvas.js | 402 if(0 < i && !("dx" in p))
445 if("dx" in p && "dy" in p && hitRect(pointHandle(p.dx, p.dy), mx - offset.x, my - offset.y)){
563 var dx = mx - movebase[0];
569 pt.x += dx;
573 pt.cx += dx, pt.cy += dy;
574 if("dx" in pt && "dy" in pt)
575 pt.dx += dx, pt.dy += dy;
601 var props = ["x", "cx", "dx"];
661 relmove(name, idx, dx, dy) global() argument [all...] |
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/ |
H A D | dhtmlxgantt_quick_info.js | 253 …qi.style.left = Math.min(Math.max(scrolls.x, pos.left - pos.dx*(width - pos.width)), screenWidth) … 257 if (pos.dx == 1){ 272 qi.className += " gantt_qi_"+(pos.dx == 1 ? "left" : "right"); 388 var dx = (left + domEv.offsetWidth/2) - scroll.x > (gantt.$container.offsetWidth/2) ? 1 : 0; 391 return { left:left, top:top, dx:dx, dy:dy,
|
/plugin/refnotes/ |
H A D | script.js | 56 move(event, dx, dy) { argument 60 offset : dx + ' ' + dy,
|
/plugin/stlviewer/stlviewer/ |
H A D | OrbitControls.js | 499 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
501 var distance = Math.sqrt( dx * dx + dy * dy );
558 var dx = event.touches[ 0 ].pageX - event.touches[ 1 ].pageX;
560 var distance = Math.sqrt( dx * dx + dy * dy );
|
/plugin/diagramsnet/lib/plugins/trees/ |
H A D | trees.js | 312 graph.moveCells = function(cells, dx, dy, clone, target, evt, mapping) argument 349 dx = state2.getCenterX() - state1.getCenterX(); 554 var dx = 0; 572 dx = spacing + Math.max(dx, (Math.min(bbox.x + bbox.width, 588 dx = 0; 618 graph.moveCells(subtree, ((after) ? 1 : -1) * dx, ((after) ? 1 : -1) * dy); 661 var dx = cell.geometry.width + level; 666 dx = 0; 670 dx = 0; 675 dx = -level; [all …]
|
/plugin/geophp/vendor/funiq/geophp/src/Geometry/ |
H A D | Point.php | 317 $dx = $x - $x3; 319 $checkDistance = sqrt(($dx * $dx) + ($dy * $dy));
|