| /plugin/html2pdf/html2pdf/html2ps/ |
| D | output.fpdf.class.php | 180 $tx = $cx; 182 $this->_coords2pdf($tx, $ty); 183 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 190 $tx = $cx-$width; 192 $this->_coords2pdf($tx, $ty); 193 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 208 $tx = $cx; 210 $this->_coords2pdf($tx, $ty); 212 $this->pdf->Image($tmpname, $tx, $ty, $image->sx() * $scale, $image->sy() * $scale, "png"); 223 $tx = $cx; [all …]
|
| /plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
| D | RedisHandler.php | 87 $this->redisClient->transaction(function ($tx) use ($record, $redisKey, $capSize) { 88 $tx->rpush($redisKey, $record["formatted"]); 89 $tx->ltrim($redisKey, -$capSize, -1);
|
| /plugin/spellcheck/ |
| D | aspell.php | 249 $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/jdraw/src/com/mxgraph/examples/swing/editor/ |
| D | EditorRuler.java | 466 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/diagramsnet/lib/js/orgchart/ |
| D | mxOrgChartLayout.js | 463 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 465 if ((fx == tx && fy > ty) || (fy == ty && fx > tx)) 477 var fx = edge.From.X, fy = edge.From.Y, tx = edge.To.X, ty = edge.To.Y; 492 var tp = new mxPoint(tx, ty); 495 var up = uniquePoints[tx + ',' + ty]; 503 uniquePoints[tx + ',' + ty] = tp; 512 … if (fx == tx && fy <= fy2 && ty >= fy2 && fx2 <= fx && tx2 >= fx) //Ver |_ Hor 528 … else if (fy == ty && fx <= fx2 && tx >= fx2 && fy2 <= fy && ty2 >= fy) //Hor _| Ver
|
| /plugin/diagramsnet/lib/js/diagramly/ |
| D | StorageFile.js | 426 var tx = db.transaction(['files', 'filesInfo'], 'readwrite'); 427 var files = tx.objectStore('files'); 428 var filesInfo = tx.objectStore('filesInfo');
|
| D | Editor.js | 3465 var tx = view.translate.x * curViewScale; 3467 var x0 = tx + (b.x - tx) / curViewScale - border; 3476 var x = -Math.round(phase - mxUtils.mod((tx - x0) * scale, phase));
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | Gradient.php | 242 $tx = sin($b) * cos($b) * $ny; 244 $coords[2] = 1 + $tx; 254 $tx = sin($b) * cos($b) * $ny; 256 $coords[2] = -$tx; 266 $tx = sin($b) * cos($b) * $ny; 268 $coords[2] = -$tx; 278 $tx = sin($b) * cos($b) * $ny; 280 $coords[2] = 1 + $tx;
|
| D | Mpdf.php | 5209 $tx = $t[$i]; 5210 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false); 5211 $tx = $this->writer->escape($tx); 5212 $sub .=sprintf('(%s) ', $tx); 5467 $tx = ''; 5584 $tx = sprintf("%02s", strtoupper(dechex($init))); 5593 $tx = sprintf("%02s", strtoupper(dechex($n))); 5602 $tx = UtfString::code2utf($c); 5604 $tx = utf8_decode($tx); 5606 $tx = $this->writer->utf8ToUtf16BigEndian($tx, false); [all …]
|
| /plugin/networkgraph/ |
| D | script.js | 217 const [tx, ty] = currentTransform.apply([d.target.x, d.target.y]); 218 return isInsideViewport(sx, sy) || isInsideViewport(tx, ty);
|
| /plugin/amcharts/assets/amcharts/ |
| D | pie.js | 11 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.…
|
| D | funnel.js | 11 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…
|
| /plugin/s5reloaded/ui/thesis/ |
| D | slides.js | 1684 function drawString(ctx, text, fc, tx, ty) { argument 1689 …ctx.drawImage(font, signs[c].sx, signs[c].sy, signs[c].sw, signs[c].sh, tx+xp, ty, signs[c].sw*fc,… 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)); 2164 strokeString(ctx, per + "%","rgba(48,48,48,1)", th, tx-(w/2), ty-(th/2)); 2167 roundedRect(ctx,(tx-(bw/2)),ty-(bh/2),bw,bh,bh/4); [all …]
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
| D | Svg.php | 4005 $tx = -$this->texttotallength; 4007 $tx = -$this->texttotallength / 2; 4009 $tx = 0; 4012 if ($tx) { 4013 $txk = $m[1] + ($tx * $this->kp); 4169 $tx = -$this->texttotallength; 4171 $tx = -$this->texttotallength / 2; 4173 $tx = 0; 4176 if ($tx) { 4177 $txk = $m[1] + ($tx * $this->kp);
|
| /plugin/siteexport/ |
| D | jquery.filedownload.js | 150 …|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|uts…
|
| /plugin/bookcreator/script/ |
| D | jquery.fileDownload.js | 158 …|18)|ta(gt|lk)|tcl\-|tdg\-|tel(i|m)|tim\-|t\-mo|to(pl|sh)|ts(70|m\-|m3|m5)|tx\-9|up(\.b|g1|si)|uts…
|
| /plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
| D | dhtmlxgantt_drag_timeline.js.map | 1 …tx: number;\n\ty: number;\n}\n\nexport class EventsManager {\n\tstatic create() {\n\t\treturn new …
|
| /plugin/diagramsnet/lib/js/grapheditor/ |
| D | EditorUi.js | 2631 var tx = this.translate.x; 2678 var tx = graph.view.translate.x; 2683 graph.container.scrollLeft += Math.round((dx - tx) * graph.view.scale); 3473 var tx = 0; 3478 tx = graph.view.translate.x * graph.view.scale - graph.container.scrollLeft; 3500 graph.container.scrollLeft = graph.view.translate.x * graph.view.scale - tx;
|
| D | Actions.js | 41 var tx = graph.view.translate.x; 47 …if (Math.abs(scale - graph.view.scale) < 0.00001 && tx == graph.view.translate.x && ty == graph.vi…
|
| D | Sidebar.js | 2338 var tx = (x + tr.x) * s; 2344 tx, ty); 2361 var tx = (x + tr.x) * s; 2366 layout.moveCell(select[i], tx, ty);
|
| /plugin/mizarverifiabledocs/dist/ |
| H A D | script.js | 1 …tx{constructor(t,e,i,n,s,r){this.config=t,this.doc=e,this.selection=i,this.values=n,this.status=t.… class
|
| /plugin/calendar/ |
| D | calendar-main.js | 3874 const tx = Math.cos(angle) * velocity; 3877 heart.style.setProperty('--tx', tx + 'px'); 3904 const tx = Math.cos(angle) * velocity; 3907 particle.style.setProperty('--tx', tx + 'px');
|
| /plugin/processing/ |
| D | script.js | 2391 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]; 3803 … this.elements[7] += tx * this.elements[4] + ty * this.elements[5] + tz * this.elements[6]; 3804 … this.elements[11] += tx * this.elements[8] + ty * this.elements[9] + tz * this.elements[10]; 3805 … this.elements[15] += tx * this.elements[12] + ty * this.elements[13] + tz * this.elements[14]; [all …]
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |