Home
last modified time | relevance | path

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

12

/plugin/diagramsnet/lib/js/orgchart/
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/
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/
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);
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/
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 property
441 if (attrs.fy) {
448 if (attrs.fy) {
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/networkgraph/
Dscript.js164 d.fy = d.y;
169 d.fy = event.y;
175 d.fy = null;
/plugin/jsoncode/
Dicons.svg1 …rGradient><radialGradient xlink:href="#a" cx="9.739" cy="9.716" fx="9.739" fy="9.716" r="3.709" gr…
/plugin/pdfjs/pdfjs/web/locale/
Dlocale.properties118 [fy-NL]
119 @import url(fy-NL/viewer.properties)
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/
DREADME.md50 | Frisian | fy | ���� Thai | th |
/plugin/autotranslation/lang/
Dlangnames.txt52 fy Frysk
/plugin/translation3/lang/
Dlangnames.txt52 fy Frysk
/plugin/translation/lang/
Dlangnames.txt53 fy Frysk
Dflags.txt51 fy
/plugin/wrap/conf/
Dlang2dir.conf73 fy ltr #West Frisian
/plugin/wikipediasnippet/conf/
Dlang2dir.conf73 fy ltr #West Frisian
/plugin/callflow/
Draphael.js5813 fx = .5, fy = .5,
5823 fy = toFloat(_fy);
5824 var dir = ((fy > .5) * 2 - 1);
5825 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
5826 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
5827 fy != .5 &&
5828 (fy = fy.toFixed(5) - 1e-5 * dir);
5868 fy: fy property
6177 if (attrs.fy) {
6184 if (attrs.fy) {
[all …]
/plugin/advrack/
Draphael.js5812 fx = .5, fy = .5,
5822 fy = toFloat(_fy);
5823 var dir = ((fy > .5) * 2 - 1);
5824 pow(fx - .5, 2) + pow(fy - .5, 2) > .25 &&
5825 (fy = math.sqrt(.25 - pow(fx - .5, 2)) * dir + .5) &&
5826 fy != .5 &&
5827 (fy = fy.toFixed(5) - 1e-5 * dir);
5867 fy: fy property
6183 if (attrs.fy) {
6190 if (attrs.fy) {
[all …]
/plugin/translate/
DList_of_ISO_639-1_codes.txt53 array("fy", "fry", "-", "fry", "Western Frisian", "Frysk", ""),
/plugin/diagramsnet/lib/js/grapheditor/
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/
Dsnap.svg.js5187 function gradientRadial(defs, cx, cy, r, fx, fy) { argument
5199 if (fx != null && fy != null) {
5202 fy: fy property
5250 proto.gradientRadial = function (cx, cy, r, fx, fy) { argument
5251 return gradientRadial(this.defs, cx, cy, r, fx, fy);
/plugin/amcharts/assets/amcharts/
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/
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;
Dfabric.min.js1fy,coords){var rx=coords[0],ry=coords[1],rot=coords[2],large=coords[3],sweep=coords[4],tx=coords[5… argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DMpdf.php16294 $fy = $this->y;
16298 …$fy += $this->blk[$this->blklvl]['margin_top'] + $this->blk[$this->blklvl]['padding_top'] + $this-…
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->fl…
16345 …elseif (isset($this->floatmargins['L']['y1']) && $this->floatmargins['L']['y1'] > 0 && $fy < $this…
16353 $this->floatmargins['R']['y0'] = $fy;
16354 $this->floatmargins['R']['y1'] = $fy + $h;
16365 $this->floatmargins['R']['y0'] = $fy;
[all …]

12