Home
last modified time | relevance | path

Searched refs:x0 (Results 26 – 50 of 92) sorted by relevance

1234

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dslf4j-api-1.7.25.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/slf4j/ org/ ...
H A Dhttpcore-4.4.9.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dgson-2.7.jar ... .google.gson.FieldNamingPolicy$1) String x0 int x1 com.google.gson.FieldNamingPolicy$ ...
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DVsdxExport.js109 var x0 = Math.round(bounds.x / sc) - tr.x;
116 if (x0 < 0)
118 x0 += Math.ceil((tr.x - bounds.x / sc) / availableWidth) * availableWidth;
126 var hpages = Math.max(1, Math.ceil((bounds.width / sc + x0) / availableWidth));
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js2727 var x0 = dx / 2;
2728 var x1 = x0 + dx / 2;
2734 path.moveTo(x0, y0);
2738 path.moveTo(x0, y1);
2746 path.moveTo(x0, 0);
2749 path.lineTo(x0, h);
2753 path.lineTo(x0, y1);
2757 path.lineTo(x0, y0);
2777 var x0 = dx / 2;
2796 path.moveTo(x0, 0);
[all …]
H A DSidebar.js463 var x0 = -Math.round(bounds.x - this.tooltipBorder) +
472 if (x0 != 0 || y0 != 0)
474 this.graph2.view.canvas.setAttribute('transform', 'translate(' + x0 + ',' + y0 + ')');
483 this.graph2.view.drawPane.style.left = x0 + 'px';
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js438 var x0 = Number(configNode.getAttribute('x0') || 0);
440 graph.view.translate.x = -x0 + border;
/plugin/diagramsnet/lib/js/diagramly/
H A DEmbed.js438 var x0 = Number(configNode.getAttribute('x0') || 0);
440 graph.view.translate.x = -x0 + border;
H A DMinimal.js2706 var x0 = null;
2727 x0 = mxEvent.getClientX(evt);
2736 if (x0 != null)
2739 w0 + mxEvent.getClientX(evt) - x0) + 'px';
2763 if (x0 != null || y0 != null)
2768 x0 = null;
H A DGraphViewer.js1012 var x0 = (bounds.x != null) ? Math.floor(graph.view.translate.x - bounds.x / s + border) : border;
1015 graph.view.setTranslate(x0, y0);
H A DEditor.js2419 this.graph.view.x0 = null;
3467 var x0 = tx + (b.x - tx) / curViewScale - border;
3476 var x = -Math.round(phase - mxUtils.mod((tx - x0) * scale, phase));
8105 var x0 = 0;
8141 x0 -= layout.x * pf.width;
8151 pv = PrintDialog.createPrintPreview(thisGraph, scale, pf, border, x0, y0, autoOrigin);
8282 pv.appendGraph(thisGraph, scale, x0, y0, forcePageBreaks, true);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php809 if (isset($gradient_info['info']['x0'])) {
810 $gradient_info['info']['x0'] = ($gradient_info['info']['x0'] - $x_offset) / $w;
829 if (isset($gradient_info['info']['x0'])) {
830 $x0 = $gradient_info['info']['x0'];
832 $x0 = 0.5;
856 $x1 = $x0;
867 if (strpos($x0, '%') !== false) {
868 $x0
[all...]
/plugin/diagramsnet/lib/js/diagramly/util/
H A DmxJsCanvas.js547 var x0 = (w - iw * s) / 2;
550 x += x0;
/plugin/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... .Object, java.lang.Object) Object x0 Object x1 } org/apache/http/cookie ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jar ... .Object, java.lang.Object) Object x0 Object x1 } org/apache/http/cookie ...
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js1193 function draw_gracenotes(s){var yy,x0,y0,x1,y1,x2,y2,x3,y3,bet1,bet2,slur,dy1,dy2,g,last,note,bm={}
1216 x0=last.x;y0=last.y-5
1217 if(s.extra!=last){x0-=4;y0+=1}
1220 x3-=4;y3=3*(s.notes[0].pit-18)-5;dy1=(x3-x0)*.4
1223 if(y0>y3+7){x0=last.x-1;y0+=.5;y3+=6.5;x3=s.x-5.5;dy1=(y0-y3)*.8;dy2=(y0-y3)*.2;bet1=0}else if(y3>y0+4){y3=y0+4;x0=last.x+2;y0=last.y-4}}else{yy=-127
1225 x0=last.x;y0=last.y+5
1226 if(s.extra!=last){x0-=4;y0-=1}
1229 x3-=2;y3=3*(s.notes[s.nhd].pit-18)+5;dy1=(x0-x3)*.4
1232 if(y0<y3-7){x0
[all...]
/plugin/sketchcanvas/script/
H A DSketchCanvas.js131 ctx.rect(x0, y0, w0, h0);
138 ctx.fillRect(x0 + 1, y0 + 1, x1 - 2, y0 + h0 - 2);
179 ctx.fillRect(x0 + 1, my0 + mh0 + 1, x1 - 2, my0 + h0 - 2);
2640 var x0 = 0, y0 = 0, w0 = 1024, h0 = 640;
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1x0","x1","tz","isArray","shift","pop","bin","bins","push","_","constant","thresholds","sort","quan…
H A Dmermaid.min.js1x0=i>0?f[i-1]:l,p.x1=i<d?f[i]:h;for(i=0;i<o;++i)l<=(a=s[i])&&a<=h&&y[c(f,a,0,d)].push(r[i]);return…
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js6159 function curveDim(x0, y0, x1, y1, x2, y2, x3, y3) { argument
6165 b = 6 * x0 - 12 * x1 + 6 * x2;
6166 a = -3 * x0 + 9 * x1 - 9 * x2 + 3 * x3;
6167 c = 3 * x1 - 3 * x0;
6204 …bounds[0][j] = (mt * mt * mt * x0) + (3 * mt * mt * t * x1) + (3 * mt * t * t * x2) + (t * t * t *…
6208 bounds[0][jlen] = x0;
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6x0=i>0?f[i-1]:l,p.x1=i<d?f[i]:h;for(i=0;i<o;++i)l<=(a=s[i])&&a<=h&&y[c(f,a,0,d)].push(r[i]);return…

1234