Home
last modified time | relevance | path

Searched refs:tx (Results 26 – 48 of 48) sorted by last modified time

12

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js.map1tx","ty","w0","fakeSpaces","runBidiTransform","enqueueChunk","fontNameArg","fontSizeArg","flushTex…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_keyboard_navigation.js.map1 …ent.documentElement;\n\tvar box = elementPosition(node);\n\n\treturn {\n\t\tx: ev.clientX + d.scro…
H A Ddhtmlxgantt_tooltip.js.map1 …ent.documentElement;\n\tvar box = elementPosition(node);\n\n\treturn {\n\t\tx: ev.clientX + d.scro…
H A Ddhtmlxgantt_drag_timeline.js.map1tx: number;\n\ty: number;\n}\n\nexport class EventsManager {\n\tstatic create() {\n\t\treturn new …
H A Ddhtmlxgantt_smart_rendering.js.map1 …urn {\n\t\t\ty: scrollPos.y,\n\t\t\ty_end: scrollPos.y + viewSize.y,\n\t\t\tx: scrollPos.x,\n\t\t\…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1tx: ev.clientX + d.scrollLeft - d.clientLeft - box.x + node.scrollLeft,\n\t\ty: ev.clientY + d.scr…
/plugin/spellcheck/
H A Daspell.php249 $tx = array(); // The program's stdin
250 if ($txOff < $txLen) $tx[] = $pipes[0];
251 stream_select($rx, $tx, $ex = NULL, NULL, NULL); // Block til r/w possible
253 if (!empty($tx)) {
/plugin/amcharts/assets/amcharts/
H A Dpie.js11 c.ty,d=k.line(this.container,[c.tx0,c.tx,c.tx2],[c.ty0,d,d],this.labelTickColor,this.labelTickAlpha…
25 e.labelSet=v,e.label=m);e.tx=r;e.tx2=r+u;e.tx0=A+p*l;e.ty0=B+C*l}r=f+(l-f)/2;e.pulled&&(r+=this.pul…
28 ….width,c.height=g.height,c.y=a.ty,c.x=a.tx,a=f.getBBox(),f={},f.width=a.width,f.height=a.height,f.…
H A Dfunnel.js11 c.ty,d=e.line(this.container,[c.tx0,c.tx,c.tx2],[c.ty0,d,d],this.labelTickColor,this.labelTickAlpha…
26 …g),n=n.getBBox(),e.hitRect&&e.hitRect.translate(t+n.x,g+n.y));e.labelY=g;e.tx=t;e.ty=g;e.tx2=t}"ce…
H A Damcharts.js38 …s.titleDY,m=-90}this.marginsChanged?(a.translate(b,c),this.tx=b,this.ty=c):a.translate(this.tx,thi…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1tx = x || 0;\n\t\ty = y || 0;\n\n\t\tvar ascenderHeight = line.getAscenderHeight();\n\n\t\ttextDec…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1tx=coords[5],ty=coords[6],segs=[[],[],[],[]],segsNorm=arcToSegments(tx-fx,ty-fy,rx,ry,large,sweep,… argument
H A Dfabric.js995 tx = coords[5],
998 segsNorm = arcToSegments(tx - fx, ty - fy, rx, ry, large, sweep, rot);
1023 fabric.util.getBoundsOfArc = function(fx, fy, rx, ry, rot, large, sweep, tx, ty) { argument
1026 segs = arcToSegments(tx - fx, ty - fy, rx, ry, large, sweep, rot),
/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php180 $tx = $cx;
182 $this->_coords2pdf($tx, $ty);
190 $tx = $cx-$width;
208 $tx = $cx;
223 $tx = $cx;
237 $tx = $cx;
251 $tx = $cx;
270 $tx = $x;
280 $tx = $x;
400 $this->_coords2pdf($tx, $ty);
[all …]
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java466 double tx = trans.getX() * scale; in paintComponent() local
492 double xs = Math.floor((left - tx) / stepping) * stepping + tx; in paintComponent()
501 double xx = Math.round((x - tx) / stepping) * stepping + tx; in paintComponent()
506 String text = format((x - tx) / increment); in paintComponent()
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1684 function drawString(ctx, text, fc, tx, ty) { argument
1694 function strokeString(ctx, txt, col, fh, tx, ty) { argument
1700 strokeSymbol(ctx, txt[i], ls, tx+xp, ty, fw, fh);
2120 var gy = 0; var tx = 0; var ty = 0;
2146 tx = parseFloat((cx+(2*Math.floor(cx + gx)))/3);
2159 roundedRect(ctx,(tx-(bw/2)),ty-(bh/2),bw,bh,bh/4);
2162 drawString(ctx, per + "%", tf, tx-(w/2), ty-(th/1.8));
2167 roundedRect(ctx,(tx-(bw/2)),ty-(bh/2),bw,bh,bh/4);
2174 obj.style.left = (tx-(bw/2)) + "px";
2594 var tx=document.createTextNode("soundManager.createMovie();");
[all …]
/plugin/processing/
H A Dscript.js2391 var tx = m[0];
2393 this.matrix.translate(tx,ty);
3622 translate: function(tx, ty) {
3623 this.elements[2] = tx * this.elements[0] + ty * this.elements[1] + this.elements[2];
3624 this.elements[5] = tx * this.elements[3] + ty * this.elements[4] + this.elements[5];
3797 translate: function(tx, ty, tz) {
3802 … this.elements[3] += tx * this.elements[0] + ty * this.elements[1] + tz * this.elements[2];
4119 invTranslate: function(tx, ty, tz) {
4120 this.preApply(1, 0, 0, -tx, 0, 1, 0, -ty, 0, 0, 1, -tz, 0, 0, 0, 1);
6777 var tx = -(right + left) / (right - left);
[all …]
/plugin/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12