Home
last modified time | relevance | path

Searched refs:abs (Results 126 – 150 of 420) sorted by relevance

12345678910>>...17

/plugin/photogallery/phpThumb/
H A Dphpthumb.filters.php175 $scaling = (255 - abs($amount)) / 255;
211 $scaling = (255 - abs($amount)) / 255;
339 $WidthAlpha[$i] = (abs(($width / 2) - $i) / $width);
344 $tempImageWidth = imagesx($gdimg) + abs($Offset['x']);
345 $tempImageHeight = imagesy($gdimg) + abs($Offset['y']);
927 $amount = abs($amount);
976 $SepiaAmount = ((128 - abs($GrayPixel['red'] - 128)) / 128) * $amountPct;
H A Dphpthumb.gif.php461 $d = abs($r2 - $r1) + abs($g2 - $g1) + abs($b2 - $b1);
/plugin/authucenter/lib/uc_client/model/
H A Dbase.php142 @date_default_timezone_set('Etc/GMT'.($timeoffset > 0 ? '-' : '+').(abs($timeoffset)));
/plugin/data-au/syntax/
H A Dtable.php149 $dataau['min'] = abs((int) $line[1]);
153 $dataau['limit'] = abs((int) $line[1]);
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js13 …gnitude:Math.sqrt(r.x*r.x+r.y*r.y),angleDegrees:180*Math.atan2(Math.abs(r.y),Math.abs(r.x))/Math.P…
/plugin/data/syntax/
H A Dtable.php159 $data['min'] = abs((int)$line[1]);
163 $data['limit'] = abs((int)$line[1]);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js865 abs = math.abs,
1618 X = C * (1 - abs(h % 2 - 1));
1658 X = C * (1 - abs(h % 2 - 1));
5123 return Snap._.box(x1, y1, math.abs(x2 - x1), math.abs(y2 - y1));
5332 abs = math.abs;
5554 while (abs(l - ll) > e) {
5920 if (pth.abs) {
6040 pth.abs = pathClone(res);
6113 if (abs(df) > _120) {
6173 if (abs(a) < 1e-12) {
[all …]
/plugin/reflect/
H A Daction.php236 $alpha_length = abs($alpha_start - $alpha_end);
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js143 …var angleDegrees = Math.atan2(Math.abs(resultVector_1.y), Math.abs(resultVector_1.x)) * 180 / Math…
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js128 …else if (Math.abs(dy - curDy) <= (isMovingOne || (i == 1 && newStatePassed)? tolerance : 0)) //non…
208 … else if (Math.abs(dx - curDx) <= (isMovingOne || (i == 1 && newStatePassed)? tolerance : 0))
H A DEmbed.js358 var dx = Math.abs(this.startX - me.getGraphX());
359 var dy = Math.abs(this.startY - me.getGraphY());
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8abs(t),u&&n.length>t&&(n=n.substring(0,t)),t+1>=n.length)switch(r){case 2:n=Array(t+1-n.length).jo… method in System.Int64
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1abs(rx);ry=Math.abs(ry);var px=-cosTh*toX*.5-sinTh*toY*.5,py=-cosTh*toY*.5+sinTh*toX*.5,rx2=rx*rx,…
4 ….width&&object.height){fBoxX=toFixed(Math.abs(this.offsetX/object.getWidth()),2)*100+20;fBoxY=toFi…
5abs=Math.abs,STROKE_OFFSET=.5;fabric.Canvas=fabric.util.createClass(fabric.StaticCanvas,{initializ… variable
6abs(minX-maxX),yCoords=[this.oCoords.tl.y,this.oCoords.tr.y,this.oCoords.br.y,this.oCoords.bl.y],m…
8abs(currentWidth)}var _hypotenuse=Math.sqrt(Math.pow(currentWidth/2,2)+Math.pow(currentHeight/2,2)…
11abs=Math.abs,r,g,b;for(var i=0,len=data.length;i<len;i+=4){r=data[i];g=data[i+1];b=data[i+2];if(r>…
15abs(leftEdge-widthOfCharsOnSameLineBeforeCursor),offsetFromRightEdge=Math.abs(rightEdge-widthOfCha…
H A Dfabric.js893 rx = Math.abs(rx);
894 ry = Math.abs(ry);
1063 abs = Math.abs, tvalues = [ ],
1078 if (abs(a) < 1e-12) {
1079 if (abs(b) < 1e-12) {
2417 if (a < Math.abs(c)) {
7957 abs = Math.abs, variable
8631 aleft = abs(left),
8632 atop = abs(top);
18476 abs = Math.abs,
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DGraph.js3618 … o: (o > 0 ? "-" : "+") + pad(Math.floor(Math.abs(o) / 60) * 100 + Math.abs(o) % 60, 4),
6596 Math.abs(pt.y - p0.y) > thresh) &&
6597 (Math.abs(pt.x - p1.x) > thresh ||
6598 Math.abs(pt.y - p1.y) > thresh) &&
6599 (Math.abs(pt.x - p2.x) > thresh ||
6600 Math.abs(pt.y - p2.y) > thresh) &&
6601 (Math.abs(pt.x - p3.x) > thresh ||
6602 Math.abs(pt.y - p3.y) > thresh))
12610 if (Math.abs(dx) < this.graph.tolerance)
12615 if (Math.abs(dy) < this.graph.tolerance)
[all …]
/plugin/diagramsnet/lib/js/
H A Dembed.dev.js358 var dx = Math.abs(this.startX - me.getGraphX());
359 var dy = Math.abs(this.startY - me.getGraphY());
H A Dorgchart.min.js8abs(t),u&&n.length>t&&(n=n.substring(0,t)),t+1>=n.length)switch(r){case 2:n=Array(t+1-n.length).jo… method in System.Decimal
/plugin/advrack/
H A Djquery.qtip.js1596 abs = Math.abs;
1599 if(abs(event.pageX - origin.pageX) >= limit || abs(event.pageY - origin.pageY) >= limit) {
3074 newWidth = result.width = Math.abs(result.position.right - result.position.left);
3075 newHeight = result.height = Math.abs(result.position.bottom - result.position.top);
3124 width: Math.abs(bx - ax),
3125 height: Math.abs(by - ay),
3144 width: (rx * 2) - Math.abs(rxc),
3145 height: (ry * 2) - Math.abs(rys),
/plugin/dataloop/syntax/
H A Droll.php130 $data['limit'] = abs((int) $line[1]);
H A Dtextloop.php139 $data['limit'] = abs((int) $line[1]);
/plugin/diagramsnet/lib/js/rough/
H A Drough.js.modified202 … return t.edge.x === e.edge.x ? 0 : (t.edge.x - e.edge.x) / Math.abs(t.edge.x - e.edge.x);
963 var _t19 = Math.abs(_l5[0]),
964 _s7 = Math.abs(_l5[1]),
1039 _m = (h === i ? -1 : 1) * Math.sqrt(Math.abs(_b / _y));
1046 if (Math.abs(k) > 120 * Math.PI / 180) {
1156 var r = Math.abs(t / 2),
1157 h = Math.abs(e / 2);
1195 var u = Math.abs(s / 2),
1196 p = Math.abs(n / 2);
1652 var c = Math.abs(s / 2),
[all …]
/plugin/godiag/
H A Dsyntax.php483 $basex=$x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
491 $basex = $x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
509 $basex=$x - intval(abs($box[2]-$box[0])+1)/2 - $box[0];
/plugin/googlemap3/
H A Dgooglemap3.js13 var dec_abs = Math.abs(dec);
/plugin/fedauth/Auth/OpenID/
H A DSQLStore.php472 if ( abs($timestamp - time()) > $Auth_OpenID_SKEW ) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DEvalBarrett.php477 return '-' . self::float2string(abs($num));

12345678910>>...17