Home
last modified time | relevance | path

Searched refs:fy (Results 1 – 25 of 47) sorted by relevance

12

/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;
478 var fp = new mxPoint(fx, fy);
481 var up = uniquePoints[fx + ',' + fy];
489 uniquePoints[fx + ',' + fy] = fp;
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
530 var ip = new mxPoint(fx2, fy);
533 var up = uniquePoints[fx2 + ',' + fy]
[all …]
/plugin/tablecalc/
H A Dscript.js354 for (var fy=from[1];fy<=to[1];fy++) {
355 if ((fx==cCol) && (fy==cRow) && (tmp_table==table)) {continue;}
356 var tmp=tablecalcVal(fx,fy,tmp_table);
357 tablecalc_log("member["+fx+","+fy+"]="+tmp);
364 members[members.length]=tablecalcVal(fx,fy,tmp_table,1);
/plugin/diagramsnet/lib/shapes/
H A DmxFlowchart.js42 var fy = 1.4;
49 c.quadTo(w * 3 / 4, h - dy * fy, w / 2, h - dy / 2);
50 c.quadTo(w / 4, h - dy * (1 - fy), 0, h - dy / 2);
H A DmxBasic.js348 var fy = 1.4
352 c.quadTo(w / 6, dy * (1 - fy), w / 3, dy / 2);
353 c.quadTo(w / 2, dy * fy, w * 2 / 3, dy / 2);
354 c.quadTo(w * 5 / 6, dy * (1 - fy), w, dy / 2);
356 c.quadTo(w * 5 / 6, h - dy * fy, w * 2 / 3, h - dy / 2);
357 c.quadTo(w / 2, h - dy * (1 - fy), w / 3, h - dy / 2);
358 c.quadTo(w / 6, h - dy * fy, 0, h - dy / 2);
386 var fy = 1.4
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js51 fx = .5, fy = .5,
61 fy = toFloat(_fy);
62 var dir = ((fy > .5) * 2 - 1);
63 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
64 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
65 fy != .5 &&
66 (fy = fy.toFixed(5) - 1e-5 * dir);
106 fy: fy
441 if (attrs.fy) {
448 if (attrs.fy) {
H A Draphael.vml.js375 gradient = Str(gradient).replace(R._radial_gradient, function (all, fx, fy) { argument
377 if (fx && fy) {
379 fy = toFloat(fy);
380 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
381 fxfy = fx + S + fy;
/plugin/pdfjs/pdfjs/web/locale/
H A Dlocale.properties118 [fy-NL]
119 @import url(fy-NL/viewer.properties)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/
H A DREADME.md50 | Frisian | fy | ?? Thai | th |
/plugin/translation3/lang/
H A Dlangnames.txt52 fy Frysk
/plugin/autotranslation/lang/
H A Dlangnames.txt52 fy Frysk
/plugin/translation/lang/
H A Dlangnames.txt53 fy Frysk
H A Dflags.txt51 fy
/plugin/wikipediasnippet/conf/
H A Dlang2dir.conf73 fy ltr #West Frisian
/plugin/wrap/conf/
H A Dlang2dir.conf73 fy ltr #West Frisian
/plugin/callflow/
H A Draphael.js5813 fx = .5, fy = .5,
5823 fy = toFloat(_fy);
5827 fy != .5 &&
5828 (fy = fy.toFixed(5) - 1e-5 * dir);
5868 fy: fy
6177 if (attrs.fy) {
6184 if (attrs.fy) {
7510 if (fx && fy) {
7512 fy = toFloat(fy);
7513 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
[all …]
/plugin/advrack/
H A Draphael.js5812 fx = .5, fy = .5,
5822 fy = toFloat(_fy);
5826 fy != .5 &&
5827 (fy = fy.toFixed(5) - 1e-5 * dir);
5867 fy: fy
6183 if (attrs.fy) {
6190 if (attrs.fy) {
7516 if (fx && fy) {
7518 fy = toFloat(fy);
7519 …pow(fx - .5, 2) + pow(fy - .5, 2) > .25 && (fy = math.sqrt(.25 - pow(fx - .5, 2)) * ((fy > .5) * 2…
[all …]
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt53 array("fy", "fry", "-", "fry", "Western Frisian", "Frysk", ""),
/plugin/diagramsnet/lib/js/grapheditor/
H A DShapes.js1039 var fy = 1.4;
1042 c.quadTo(w / 4, dy * fy, w / 2, dy / 2);
1043 c.quadTo(w * 3 / 4, dy * (1 - fy), w, dy / 2);
1045 c.quadTo(w * 3 / 4, h - dy * fy, w / 2, h - dy / 2);
1046 c.quadTo(w / 4, h - dy * (1 - fy), 0, h - dy / 2);
1101 var fy = 1.4;
1106 c.quadTo(w * 3 / 4, h - dy * fy, w / 2, h - dy / 2);
1107 c.quadTo(w / 4, h - dy * (1 - fy), 0, h - dy / 2);
1431 var fy = dy / dist;
1439 this.originalLineTo.call(this.canvas, x - offset * fy, y - offset * fx);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js5187 function gradientRadial(defs, cx, cy, r, fx, fy) { argument
5199 if (fx != null && fy != null) {
5202 fy: fy
5250 proto.gradientRadial = function (cx, cy, r, fx, fy) { argument
5251 return gradientRadial(this.defs, cx, cy, r, fx, fy);
/plugin/amcharts/assets/amcharts/
H A Damcharts.js208 …|!this.limitToGraph)&&this.vvLine.translate(b,0),!this.hhLine||!isNaN(this.fy)||a.rotate&&this.lim…
212 …is.prevLineY!=a&&this.hhLine.translate(this.prevLineX,this.prevLineY);this.fy=a;this.prevLineY!=a&…
213 …!0,this.index=this.prevLineY=this.prevLineX=this.mouseY0=this.mouseX0=this.fy=this.fx=NaN,a?this.c…
215 …r a=this.mouseX,b=this.mouseY;isNaN(this.fx)||(a=this.fx);isNaN(this.fy)||(b=this.fy);this.clearSe…
217 ….mouse2X0)&&(isNaN(this.fx)||(this.mouseX0=this.fx),isNaN(this.fy)||(this.mouseY0=this.fy)),this.h…
221 …s.prevX||b!=this.prevY||"changed"==c)){c||(c="moved");var d=this.fx,f=this.fy;isNaN(d)&&(d=a);isNa…
227 …evDelta2X=a.prevDelta2X;this.prevDelta2Y=a.prevDelta2Y;this.fx=a.fx;this.fy=a.fy;this.index=a.inde…
228 …ne&&this.vvLine.hide(),this.hhLine&&e&&(isNaN(a.fy)?this.hhLine.translate(0,a.mouseY):this.fixHLin…
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1fy,coords){var rx=coords[0],ry=coords[1],rot=coords[2],large=coords[3],sweep=coords[4],tx=coords[5… argument
H A Dfabric.js989 fabric.util.drawArc = function(ctx, fx, fy, coords) { argument
998 segsNorm = arcToSegments(tx - fx, ty - fy, rx, ry, large, sweep, rot);
1002 segs[i][1] = segsNorm[i][1] + fy;
1004 segs[i][3] = segsNorm[i][3] + fy;
1006 segs[i][5] = segsNorm[i][5] + fy;
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),
1032 boundCopy[0].y = bound[0].y + fy;
1034 boundCopy[1].y = bound[1].y + fy;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php16294 $fy = $this->y;
16298 $fy += $this->blk[$this->blklvl]['margin_top'] + $this->blk[$this->blklvl]['padding_top'] + $this->blk[$this->blklvl]['border_top']['w'];
16328 $objattr['BORDER-Y'] = $fy + $objattr['margin_top'] + (($objattr['border_top']['w']) / 2);
16333 $objattr['INNER-Y'] = $fy + $objattr['margin_top'] + ($objattr['border_top']['w']);
16338 $objattr['OUTER-Y'] = $fy;
16342 if (isset($this->floatmargins['R']['y1']) && $this->floatmargins['R']['y1'] > 0 && $fy < $this->floatmargins['R']['y1']) {
16345 elseif (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this->floatmargins['L']['y1']) {
16353 $this->floatmargins['R']['y0'] = $fy;
16354 $this->floatmargins['R']['y1'] = $fy + $h;
16365 $this->floatmargins['R']['y0'] = $fy;
[all...]
/plugin/sketchcanvas/script/
H A Di18next-1.7.2.min.js
/plugin/jmol2/jmol/
H A DCHANGES.txt941 # %[fy] %Y
1028 # new feature: {x y z}.ux, .uy, .uz similar to .fx, .fy, .fz
4065 # .fx, .fy, .fz, .fxyz,
4870 # bug fix for inability to specify fractional coordinates: adds fx, fy, fz as
4871 # select fx < 0.5 and fy < 0.5 and fz < 0.5
4873 # bug fix for inability to use x,y,z,fx,fy,fz with cartesian points

12