/plugin/html2pdf/html2pdf/html2ps/ |
H A D | output.fpdf.class.php | 180 $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/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A 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/ |
H A D | StorageFile.js | 426 var tx = db.transaction(['files', 'filesInfo'], 'readwrite'); 427 var files = tx.objectStore('files'); 428 var filesInfo = tx.objectStore('filesInfo');
|
H A 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/ |
H A 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;
|
H A 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 [all...] |
/plugin/amcharts/assets/amcharts/ |
H A 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.…
|
H A 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/ |
H A D | slides.js | 1684 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/dw2pdf/vendor/mpdf/mpdf/src/Image/ |
H A 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 * [all...] |
/plugin/siteexport/ |
H A 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/ |
H A D | jquery.fileDownload.js | 158 isOtherMobileBrowser = /avantgo|bada\/|blackberry|blazer|compal|elaine|fennec|hiptop|playbook|silk|iemobile|iris|kindle|lge |maemo|midp|mmp|netfront|opera m(ob|in)i|palm( os)?|phone|p(ixi|re)\/|plucker|pocket|psp|symbian|treo|up\.(browser|link)|vodafone|wap|windows (ce|phone)|xda|xiino/i.test(userAgent) || /1207|6310|6590|3gso|4thp|50[1-6]i|770s|802s|a wa|abac|ac(er|oo|s\-)|ai(ko|rn)|al(av|ca|co)|amoi|an(ex|ny|yw)|aptu|ar(ch|go)|as(te|us)|attw|au(di|\-m|r |s )|avan|be(ck|ll|nq)|bi(lb|rd)|bl(ac|az)|br(e|v)w|bumb|bw\-(n|u)|c55\/|capi|ccwa|cdm\-|cell|chtm|cldc|cmd\-|co(mp|nd)|craw|da(it|ll|ng)|dbte|dc\-s|devi|dica|dmob|do(c|p)o|ds(12|\-d)|el(49|ai)|em(l2|ul)|er(ic|k0)|esl8|ez([4-7]0|os|wa|ze)|fetc|fly(\-|_)|g1 u|g560|gene|gf\-5|g\-mo|go(\.w|od)|gr(ad|un)|haie|hcit|hd\-(m|p|t)|hei\-|hi(pt|ta)|hp( i|ip)|hs\-c|ht(c(\-| |_|a|g|p|s|t)|tp)|hu(aw|tc)|i\-(20|go|ma)|i230|iac( |\-|\/)|ibro|idea|ig01|ikom|im1k|inno|ipaq|iris|ja(t|v)a|jbro|jemu|jigs|kddi|keji|kgt( |\/)|klon|kpt |kwc\-|kyo(c|k)|le(no|xi)|lg( g|\/(k|l|u)|50|54|e\-|e\/|\-[a-w])|libw|lynx|m1\-w|m3ga|m50\/|ma(te|ui|xo)|mc(01|21|ca)|m\-cr|me(di|rc|ri)|mi(o8|oa|ts)|mmef|mo(01|02|bi|de|do|t(\-| |o|v)|zz)|mt(50|p1|v )|mwbp|mywa|n10[0-2]|n20[2-3]|n30(0|2)|n50(0|2|5)|n7(0(0|1)|10)|ne((c|m)\-|on|tf|wf|wg|wt)|nok(6|i)|nzph|o2im|op(ti|wv)|oran|owg1|p800|pan(a|d|t)|pdxg|pg(13|\-([1-8]|c))|phil|pire|pl(ay|uc)|pn\-2|po(ck|rt|se)|prox|psio|pt\-g|qa\-a|qc(07|12|21|32|60|\-[2-7]|i\-)|qtek|r380|r600|raks|rim9|ro(ve|zo)|s55\/|sa(ge|ma|mm|ms|ny|va)|sc(01|h\-|oo|p\-)|sdk\/|se(c(\-|0|1)|47|mc|nd|ri)|sgh\-|shar|sie(\-|m)|sk\-0|sl(45|id)|sm(al|ar|b3|it|t5)|so(ft|ny)|sp(01|h\-|v\-|v )|sy(01|mb)|t2(18|50)|t6(00|10|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)|utst|v400|v750|veri|vi(rg|te)|vk(40|5[0-3]|\-v)|vm40|voda|vulc|vx(52|53|60|61|70|80|81|83|85|98)|w3c(\-| )|webc|whit|wi(g |nc|nw)|wmlb|wonu|x700|xda(\-|2|g)|yas\-|your|zeto|zte\-/i.test(userAgent.substr(0, 4));
|
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/ |
H A D | dhtmlxgantt_drag_timeline.js.map | 1 …tx: number;\n\ty: number;\n}\n\nexport class EventsManager {\n\tstatic create() {\n\t\treturn new …
|
H A D | dhtmlxgantt_smart_rendering.js.map | 1 …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/diagramsnet/lib/js/grapheditor/ |
H A 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;
|
H A 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…
|
H A 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/processing/ |
H A 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]; 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 D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
H A D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
H A D | JmolApplet.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/jmol/
org/ ... |
/plugin/pdfjs/pdfjs/build/ |
H A D | pdf.js | 18838 var tx = _util.Util.transform(task._viewport.transform, geom.transform); 18840 var angle = Math.atan2(tx[1], tx[0]); 18847 var fontHeight = Math.sqrt(tx[2] * tx[2] + tx[3] * tx[3]); 18860 left = tx[4]; 18861 top = tx[5] - fontAscent; 18863 left = tx[4] + fontAscent * Math.sin(angle); 18864 top = tx[5] - fontAscent * Math.cos(angle);
|