Home
last modified time | relevance | path

Searched refs:sin (Results 51 – 75 of 230) sorted by relevance

12345678910

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Image/
H A DSvg.php498 $tm[1] = sin(deg2rad(-$vv[0]));
694 $py2 = $py1 + sin($alpha);
737 $py2 = $py1 + sin($alpha);
1169 $mb = $sy * sin($t);
1170 $mc = -$sx * sin($t);
1195 $tm[1] = sin(deg2rad(-$vv[0]));
2080 $sinPhi = sin(deg2rad($angle));
2125 $t = 8.0 / 3.0 * sin($delta / 4.0) * sin($delta / 4.0) / sin(
[all...]
/plugin/bible/bible_douayRheims/
H A DJude.txt24 …1:24. Now to him who is able to preserve you without sin and to present you spotless before the pr…
H A D2_Peter.txt10 …you may make sure your calling and election. For doing these things, you shall not sin at any time.
35 …2:14. Having eyes full of adultery and of sin that ceaseth not: alluring unstable souls: having th…
H A DMicheas.txt13 …1:13. A tumult of chariots hath astonished the inhabitants of Lachis: it is the beginning of sin t…
37 …t of the Lord, with judgment and power: to declare unto Jacob his wickedness and to Israel his sin.
75 …he goats? shall I give my firstborn for my wickedness, the fruit of my body for the sin of my soul?
102 …7:18. Who is a God like to thee, who takest away iniquity, and passest by the sin of the remnant o…
H A DEcclesiasticus.txt27 1:27. The fear of the Lord driveth out sin:
79 3:16. For good shall be repaid to thee for the sin of thy mother.
92 3:29. A wicked heart shall be laden with sorrows, and the sinner will add sin to sin.
128 4:31. Be not ashamed to confess thy sins, but submit not thyself to every man for sin.
138 5:5. Be not without fear about sin forgiven, and add not sin upon sin:
196 7:8. Nor bind sin to sin: for even in one thou shalt not be unpunished.
228 7:40. In all thy works remember thy last end, and thou shalt never sin.
783 25:33. From the woman came the beginning of sin, and by her we all die.
996 32:16. And do what thou hast a mind, but not in sin or proud speech.
1473 …47:29. And Jeroboam the son of Nabat, who caused Israel to sin, and shewed Ephraim the way of sin,…
[all …]
H A DOsee.txt111 8:11. Because Ephraim hath made many altars to sin: altars are become to him unto sin.
123 … sinned deeply, as in the days of Gabaa: he will remember their iniquity, and will visit their sin.
139 …10:8. And the high places of the idol, the sin of Israel shall be destroyed: the bur and the thist…
184 13:12. The iniquity of Ephraim is bound up, his sin is hidden.
H A DJohn.txt29 …ming to him; and he saith: Behold the Lamb of God. Behold him who taketh away the sin of the world.
180 …us findeth him in the temple and saith to him: Behold thou art made whole: sin no more, lest some …
349 8:11. Who said: No man, Lord. And Jesus said: Neither will I condemn thee. Go, and now sin no more.
359 …Jesus said to them: I go: and you shall seek me. And you shall die in your sin. Whither I go, you …
362 …ou that you shall die in your sins. For if you believe not that I am he, you shall die in your sin.
372 …esus answered them: Amen, amen, I say unto you that whosoever committeth sin is the servant of sin.
384 8:46. Which of you shall convince me of sin? If I say the truth to you, why do you not believe me:
438 …sus said to them: If you were blind, you should not have sin: but now you say: We see. Your sin re…
677 …had not come and spoken to them, they would not have sin: but now they have no excuse for their si…
690 16:8. And when he is come, he will convince the world of sin and of justice and of judgment.
[all …]
H A D2_Thessalonians.txt15 …2:3. Let no man deceive you by any means: for unless there come a revolt first, and the man of sin
/plugin/diagramsnet/lib/plugins/
H A Dexplore.js270 geo.x += r * Math.sin(i * phi);
/plugin/photogallery/phpThumb/
H A Dphpthumb.functions.php217 $newwidth = (abs(sin(deg2rad($angle))) * $height) + (abs(cos(deg2rad($angle))) * $width);
218 $newheight = (abs(sin(deg2rad($angle))) * $width) + (abs(cos(deg2rad($angle))) * $height);
/plugin/statdisplay/pchart/
H A DpChart.php2322 $Y1 = sin ( $Angle * M_PI / 180 ) * $TRadius + $YCenter;
2324 $Y2 = sin ( $Angle * M_PI / 180 ) * ($TRadius + $RadiusScale) + $YCenter;
2358 $Y = sin ( $Angle * M_PI / 180 ) * $TRadius + $YCenter;
2375 $Y = sin ( $Angle * M_PI / 180 ) * $Radius + $YCenter;
2423 $Y2 = sin ( $Angle * M_PI / 180 ) * $TRadius + $YCenter;
2504 $YPos = sin ( $Angle * M_PI / 180 ) * $Strength + $YCenter;
2572 $YPos = sin ( $Angle * M_PI / 180 ) * $Strength + $YCenter;
/plugin/statistics/inc/pchart/
H A DpChart.php2496 $Y1 = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2498 $Y2 = sin($Angle * M_PI / 180) * ($TRadius + $RadiusScale) + $YCenter;
2535 $Y = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2554 $Y = sin($Angle * M_PI / 180) * $Radius + $YCenter;
2606 $Y2 = sin($Angle * M_PI / 180) * $TRadius + $YCenter;
2694 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
2766 $YPos = sin($Angle * M_PI / 180) * $Strength + $YCenter;
/plugin/callflow/
H A Draphael.js2224 var X = x * math.cos(rad) - y * math.sin(rad),
2225 Y = x * math.sin(rad) + y * math.cos(rad);
2236 sin = math.sin(PI / 180 * angle),
2277 y2 = cy + ry * math.sin(f2);
2282 s1 = math.sin(f1),
2284 s2 = math.sin(f2),
2929 sin = +math.sin(a).toFixed(9);
2930 this.add(cos, sin, -sin, cos, x, y);
3016 var sin = -row[0][1],
3020 if (sin < 0) {
[all …]
/plugin/advrack/
H A Draphael.js2224 var X = x * math.cos(rad) - y * math.sin(rad),
2225 Y = x * math.sin(rad) + y * math.cos(rad);
2236 sin = math.sin(PI / 180 * angle),
2277 y2 = cy + ry * math.sin(f2);
2282 s1 = math.sin(f1),
2284 s2 = math.sin(f2),
2929 sin = +math.sin(a).toFixed(9);
2930 this.add(cos, sin, -sin, cos, x, y);
3016 var sin = -row[0][1],
3020 if (sin < 0) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
H A Dfabric.min.js1sin=Math.sin(radians),cos=Math.cos(radians);point.subtractEquals(origin);var rx=point.x*cos-point.…
2sin((t*d-opts.s)*(2*Math.PI)/opts.p)}function easeOutCubic(t,b,c,d){return c*((t=t/d-1)*t*t+1)+b}f…
6 …s(angle)*hypotHalf,yHalf=Math.sin(angle)*hypotHalf,hypotFull=this.getWidth(),xFull=Math.cos(angle)…
8sin(_angle+theta)*_hypotenuse,sinTh=Math.sin(theta),cosTh=Math.cos(theta),coords=this.getCenterPoi…
9sin(groupAngle)*object.getTop()*this.get("scaleY")+Math.cos(groupAngle)*object.getLeft()*this.get(…
11sin=Math.sin,ceil=Math.ceil;fabric.Image.filters.Resize=fabric.util.createClass(fabric.Image.filte…
H A Dfabric.js409 var sin = Math.sin(radians),
414 var rx = point.x * cos - point.y * sin,
889 sinTh = Math.sin(th),
929 mT = 8 / 3 * Math.sin(mDelta / 4) * Math.sin(mDelta / 4) / Math.sin(mDelta / 2),
950 sinth2 = Math.sin(th2),
952 sinth3 = Math.sin(th3),
2938 matrix[1] = Math.sin(angle);
2939 matrix[2] = -Math.sin(angle);
12596 sinTh = Math.sin(theta),
19005 sqrt = Math.sqrt, abs = Math.abs, max = Math.max, round = Math.round, sin = Math.sin, variable
[all …]
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdiTrait.php304 $b = \sin($angle);
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg-min.js19sin(2*(a-.075)*Math.PI/.3)+1},r.bounce=function(a){var b,c=7.5625,d=2.75;return 1/d>a?b=c*a*a:2/d>…
20sin(b).toFixed(9);return this.add(f,g,-g,f,c,d),this.add(1,0,0,1,-c,-d)},c.x=function(a,b){return …
/plugin/pot/
H A DREADME.md104 Besides the simple calculations ( + - * / ) more complex functions can be used (e.g. sin() cos() ..…
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/sq/
H A Dsq.txt
/plugin/codemirror/dist/modes/
H A Doctave.min.js.map1 …\n 'cosh', 'exp', 'log', 'prod', 'sum', 'log10', 'max', 'min', 'sign', 'sin', 'sinh',\n 'sqr…
/plugin/dw2pdf/vendor/mpdf/mpdf/data/
H A Dlang2fonts.css241 :lang("si"), :lang("sin") { /* SINHALA */
/plugin/diagramsnet/lib/resources/
H A Ddia_es.txt759 untitledDiagram=Diagrama sin título
760 untitledLayer=Capa sin título
761 untitledLibrary=Biblioteca sin título
769 useOffline=Use sin conexión
820 officeSelectSingleDiag=Por favor seleccione un diagrama de draw.io sin otro contenido
/plugin/amcharts/assets/amcharts/
H A Damcharts.js29 ….cos(b/d*(Math.PI/2))+e+c};d.easeOutSine=function(a,b,c,e,d){return e*Math.sin(b/d*(Math.PI/2))+c}…
30 …(g=e,a=f/4):a=f/(2*Math.PI)*Math.asin(e/g);return g*Math.pow(2,-10*b)*Math.sin(2*(b*d-a)*Math.PI/f…
93sin(T)-B-3,G+=ha/2*Math.cos(T)-4+2):0>n?(v=X+ha*Math.sin(T)-B-3+2,G+=-ha*Math.cos(T)-Pa*Math.sin(T…
147 …"==this.valueAxis.pointPosition&&(r-=180/(this.end-this.start+1));q=t*Math.sin(r/180*Math.PI);t*=M…
148 …ate(p,this.noRounding)-this.height,u=u*this.valueAxis.rMultiplier,x=u*Math.sin(r/180*Math.PI),r=u*…
291 …Math.pow(q,2)+Math.pow(p,2))));q=Math.abs(5*Math.cos(p));p=Math.abs(5*Math.sin(p));e.push(k[1]-m*p…
303sin(m*l)*b,q=Math.cos(m*l)*b,p=Math.sin((m+40)*l)*b,t=Math.cos((m+40)*l)*b,r=.8*b,u=-b/3,x=b/3;0==…
304 …I,y=b+Math.sin(e*w)*k,A=c-Math.cos(e*w)*u,z=b+Math.sin(e*w)*f,B=c-Math.cos(e*w)*g,C=b+Math.sin((e+…
332sin(c),g=d.removePx(a.left),k=d.removePx(a.top),l=e.offsetWidth,e=e.offsetHeight;b/=Math.abs(b);a.…
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daac.js829 sinT = Math.sin(t),
852 sinT = Math.sin(t),
1012 d[i] = Math.sin((i + 0.5) * (Math.PI / (2.0 * len)))

12345678910