Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 25 of 68) sorted by relevance

123

/plugin/html2pdf/html2pdf/html2ps/
H A Doutput.fpdf.class.php182 $this->_coords2pdf($tx, $ty);
192 $this->_coords2pdf($tx, $ty);
209 $ty = $cy+$height;
224 $ty = $cy;
238 $ty = $cy;
252 $ty = $cy;
272 $this->_coords2pdf($tx, $ty);
282 $this->_coords2pdf($tx, $ty);
399 $ty = -50;
400 $this->_coords2pdf($tx, $ty);
[all …]
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorRuler.java467 double ty = trans.getY() * scale; in paintComponent() local
521 double ys = Math.floor((top - ty) / stepping) * stepping + ty; in paintComponent()
530 y = Math.round((y - ty) / stepping) * stepping + ty; in paintComponent()
535 String text = format((y - ty) / increment); in paintComponent()
/plugin/diagramsnet/lib/js/orgchart/
H A DmxOrgChartLayout.js463 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/elasticsearch/vendor/patrickschur/language-detection/resources/fi/
H A Dfi.txt
/plugin/bez/
H A DREADME.md
/plugin/abc2/abc-libraries/abc2svg/
H A Dmdnn-1.js55 s.sls[i].ty=C.SL_ABOVE}
57 note.sls[i].ty=C.SL_ABOVE}
H A Dpage-1.js11 of()},gen_hf:function(page,ty){var a,i,j,k,x,y,y0,s,font=page.abc.get_font(ty),str=page[ty],cfmt=page.abc.cfmt(),fh=font.size*1.1,pos=['">','" text-anchor="middle">','" text-anchor="end">'] argument
H A Djianpu-1.js69 s.sls[i].ty=C.SL_ABOVE}
83 note.sls[i].ty=C.SL_ABOVE}
H A Dabc2svg-1.js1386 function draw_slur(path,not1,sl){var i,k,g,x1,y1,x2,y2,height,addy,a,y,z,h,dx,dy,ty=sl.ty,dir=(ty&0x07)==C.SL_ABOVE?1:-1,n=path.length,i1=0,i2=n-1,k1=path[0],k2=path[i2]
1493 height*=cfmt.slurheight;slur_out(x1,y1,x2,y2,dir,height,ty&C.SL_DOTTED);dx=x2-x1;a=(y2-y1)/dx;addy=y1-a*x1
1522 switch(sl.ty&0x07){case C.SL_ABOVE:dir=1;break
1525 sl.ty&=~0x07
1526 sl.ty|=dir>0?C.SL_ABOVE:C.SL_BELOW
1612 if(s1==s2||tp.f[1]==2){nb_only=true}else if(tp.f[1]==1){nb_only=true;draw_slur([s1,s2],null,{ty:dir})}else{if(tp.f[0]!=2&&s1.type==C.NOTE&&s2.type==C.NOTE){nb_only=true
2051 function draw_staff(st,x1,x2){var w,ws,i,dy,ty,y=0,ln="",stafflines=staff_tb[st].stafflines,l=stafflines.length
2061 case ty
[all...]
H A Dgamelan-1.js74 s.sls[i].ty=C.SL_BELOW}
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DGradient.php243 $ty = cos($b) * cos($b) * $ny;
245 $coords[3] = 1 - $ty;
255 $ty = cos($b) * cos($b) * $ny;
257 $coords[3] = 1 - $ty;
267 $ty = cos($b) * cos($b) * $ny;
269 $coords[3] = $ty;
279 $ty = cos($b) * cos($b) * $ny;
281 $coords[3] = $ty;
H A DForm.php566 $ty = $y + (($h - $ih) / 2);
568 $by = $ty + $ih;
577 $this->mpdf->Rect($lx, $ty, $iw, $ih, 'DF');
581 $this->mpdf->Line($lx, $ty, $rx, $by);
582 $this->mpdf->Line($lx, $by, $rx, $ty);
/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…
24 …e.className,!0),m.translate(r+1.5*u,E),m.node.style.pointerEvents="none",e.ty=E,e.textX=r+1.5*u,v.…
27 …pingReal(b,e[h],c))&&(h=0);!0===f&&100>g&&isNaN(b.labelRadius)&&(f=b.ty+3*b.iy,b.ty=f,n.translate(…
28 …c.width=g.width,c.height=g.height,c.y=a.ty,c.x=a.tx,a=f.getBBox(),f={},f.width=a.width,f.height=a.…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/
H A DREADME.md55 | Tahitian | ty | Gujarati | gu |
/plugin/translation3/lang/
H A Dlangnames.txt171 ty Reo Mā`ohi
/plugin/autotranslation/lang/
H A Dlangnames.txt172 ty Reo Mā`ohi
/plugin/translation/lang/
H A Dlangnames.txt174 ty Reo Mā`ohi
H A Dflags.txt171 ty
/plugin/s5reloaded/ui/thesis/
H A Dslides.js1684 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;
2147 ty = (cy+(2*Math.floor(cy + gy)))/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/wikipediasnippet/conf/
H A Dlang2dir.conf226 ty ltr #Tahitian
/plugin/wrap/conf/
H A Dlang2dir.conf226 ty ltr #Tahitian
/plugin/pdfjs/pdfjs/web/locale/hsb/
H A Dviewer.properties169 find_reached_top=Spočatk dokumenta docpěty, pokročuje so z kóncom
170 find_reached_bottom=Kónc dokument docpěty, pokročuje so ze spočatkom
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/cs/
H A Dcs.txt
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1ty: number;\n}\n\nexport class EventsManager {\n\tstatic create() {\n\t\treturn new EventsManager(…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sk/
H A Dsk.txt

123