Home
last modified time | relevance | path

Searched refs:sin (Results 26 – 50 of 230) sorted by relevance

12345678910

/plugin/projects/pchart/pchart/
H A Dpchart.php2148 $Y = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2162 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter;
2197 $Y2 = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2885 $Y = sin(($i+180)*3.1418/180) * $Radius + $Y1 + $Radius;
2889 $Y = sin(($i-90)*3.1418/180) * $Radius + $Y1 + $Radius;
2893 $Y = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2897 $Y = sin(($i+90)*3.1418/180) * $Radius + $Y2 - $Radius;
2929 $Yi3 = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2970 $Y = sin($i*3.1418/180) * $Width + $Yc;
2989 $Y1 = sin($i*3.1418/180) * $Width + $Yc;
[all …]
/plugin/charter/lib/pchart/
H A DpChart.class.php2173 $Y = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2187 $Y = sin($Angle * 3.1418 / 180 ) * $Radius + $YCenter;
2222 $Y2 = sin($Angle * 3.1418 / 180 ) * $TRadius + $YCenter;
2910 $Y = sin(($i+180)*3.1418/180) * $Radius + $Y1 + $Radius;
2914 $Y = sin(($i-90)*3.1418/180) * $Radius + $Y1 + $Radius;
2918 $Y = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2922 $Y = sin(($i+90)*3.1418/180) * $Radius + $Y2 - $Radius;
2954 $Yi3 = sin(($i)*3.1418/180) * $Radius + $Y2 - $Radius;
2995 $Y = sin($i*3.1418/180) * $Width + $Yc;
3014 $Y1 = sin($i*3.1418/180) * $Width + $Yc;
[all …]
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js263 offset.x = radius * Math.sin( phi ) * Math.sin( theta );
265 offset.z = radius * Math.sin( phi ) * Math.cos( theta );
/plugin/sequencediagram/bower_components/snap.svg/
H A Dhistory.md13 * Added methods to work with degrees instead of radians: `Snap.sin()`, `Snap.cos()`, `Snap.tan()`, …
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nn/
H A Dnn.txt90 2. Ingen skal vilkårleg bli fråteken eigedomen sin.
93 Alle har rett til tankefridom, samvitsfridom og religionfridom. Denne retten gjeld fridom til å endre religion eller tru, og fridom til å målbere sin eigen religion eller si eiga truslære i gjerning og framferd, anten åleine eller saman med andre, offentleg eller privat.
111 Kvar einskild medlem i samfunnet har rett til sosial tryggleik, og har krav på at dei økonomiske, sosiale og kulturelle godane, som han ikkje kan vere utan om han skal ha vørdnad for seg sjølv og styrke den personlege karakteren sin, blir løyste gjennom nasjonale tiltak og internasjonalt samarbeid i samsvar med det kvar stat maktar.
118 3. Den som arbeider har krav på rettferdig og god betaling, så han kan syte for familien sin og seg sjølv på ein menneskeverdig måte, og om det trengst, få hjelp gjennom andre og utfyllande sosiale midlar.
138 1. Alle har rett til fritt å vere med i det kulturelle livet i samfunnet, til å nyte kunst og til å få sin part av dei vitskaplege nyvinningane og godane som følgjer med dei.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/ia/
H A Dia.txt26 Tote esser human ha tote le derectos e tote le libertates proclamate in iste Declaration, sin alicun distinction de racia, de color, de sexo, de lingua, de religion, de opinion politic o de altere opinion, de origine national o social, de position economic, de nascentia o de qualcunque altere position.
43 Totes es equal ante le lege e ha, sin distinction, le derecto a equal protection del lege. Totes ha le derecto a equal protection contra tote discrimination que infringe iste Declaration e contra tote provocation a un tal discrimination.
78 1. Le homines e le feminas, a partir del etate nubile, ha le derecto, sin alicun restriction quanto al racia, al nationalitate o al religion, de maritar se e de fundar un familia. Illes habera derectos equal quanto al maritage, durante le maritage e in caso de dissolution del maritage.
93 Tote persona ha le derecto al libertate de opinion e de expression, lo que implica le derecto de non esser molestate a causa de su opinion, le derecto de investigar e reciper informationes e opiniones, e le derecto de diffunder los, sin limitation de frontieras, per qualcunque medio de expression.
113 2. Tote persona ha le derecto, sin alicun discrimination, a un salario equal pro un travalio equal.
/plugin/diagramsnet/lib/shapes/
H A DmxBasic.js794 var x1 = r * Math.sin(angle);
2439 var startX = rx + Math.sin(startAngle) * rx;
2441 var endX = rx + Math.sin(endAngle) * rx;
2584 var startX = rx + Math.sin(startAngle) * rx;
2586 var endX = rx + Math.sin(endAngle) * rx;
2740 var startX = rx + Math.sin(startAngle) * rx;
2744 var endX = rx + Math.sin(endAngle) * rx;
2746 var innerEndX = rx + Math.sin(endAngle) * rx2;
2943 var startX = rx + Math.sin(startAngle) * rx;
2947 var endX = rx + Math.sin(endAngle) * rx;
[all …]
H A DmxInfographic.js145 var startX = rx + Math.sin(startAngle) * rx;
147 var innerStartX = rx + Math.sin(startAngle) * rx2;
149 var endX = rx + Math.sin(endAngle) * rx;
151 var innerEndX = rx + Math.sin(endAngle) * rx2;
193 …return new mxPoint(bounds.x + bounds.width * 0.5 + Math.sin(startAngle) * bounds.width * 0.5, boun…
214 …return new mxPoint(bounds.x + bounds.width * 0.5 + Math.sin(endAngle) * bounds.width * 0.5, bounds…
1937 var startX = rx + Math.sin(startAngle) * rx;
1939 var innerStartX = rx + Math.sin(startAngle) * rx2;
1941 var endX = rx + Math.sin(endAngle) * rx;
1943 var innerEndX = rx + Math.sin(endAngle) * rx2;
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/az-Latn/
H A Daz-Latn.txt
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/es/
H A Des.txt29 Toda persona tiene los derechos y libertades proclamados en esta Declaración, sin distinción alguna de raza, color, sexo, idioma, religión, opinión política o de cualquier otra índole, origen nacional o social, posición económica, nacimiento o cualquier otra condición.
46 Todos son iguales ante la ley y tienen, sin distinción, derecho a igual protección de la ley. Todos tienen derecho a igual protección contra toda discriminación que infrinja esta Declaración y contra toda provocación a tal discriminación.
81 1. Los hombres y las mujeres, a partir de la edad núbil, tienen derecho, sin restricción alguna por motivos de raza, nacionalidad o religión, a casarse y fundar una familia; y disfrutarán de iguales derechos en cuanto al matrimonio, durante el matrimonio y en caso de disolución del matrimonio.
96 Todo individuo tiene derecho a la libertad de opinión y de expresión; este derecho incluye el no ser molestado a causa de sus opiniones, el de investigar y recibir informaciones y opiniones, y el de difundirlas, sin limitación de fronteras, por cualquier medio de expresión.
116 2. Toda personal tiene derecho, sin discriminación alguna, a igual salario por trabajo igual.
/plugin/captcha/
H A DEasySVG.php364 return $this->defApplyMatrix($def, [cos($angle), sin($angle), -sin($angle), cos($angle), 0, 0]);
/plugin/diagramsnet/lib/shapes/mockup/
H A DmxMockupGraphics.js399 var x1 = w * 0.5 - w * Math.sin(startAngle) * 0.5;
401 var x2 = w * 0.5 - w * Math.sin(endAngle) * 0.5;
726 var x1 = w * 0.5 + w * 0.38 * Math.sin(needlePos);
735 y1 = h * 0.5 + h * 0.05 * Math.sin(needlePos);
738 x2 = w * 0.5 + w * (-0.05) * Math.sin(needlePos);
745 y2 = h * 0.5 - h * 0.05 * Math.sin(needlePos);
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A DmxVsdxCanvas2D.js1013 y -= hw * Math.sin(pRot);
1027 y += hw * Math.sin(pRot);
1041 x += hh * Math.sin(pRot);
1055 x -= hh * Math.sin(pRot);
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nb/
H A Dnb.txt23 da De Forente Nasjoners folk i Pakten på ny har bekreftet sin tro på grunnleggende menneskerettigheter, på menneskeverd og på like rett for menn og kvinner og har besluttet å arbeide for sosialt framskritt og bedre levevilkår under større Frihet,
65 Enhver har krav på under full likestilling å få sin sak rettferdig og offentlig behandlet av en uavhengig og upartisk domstol når hans rettigheter og plikter skal fastsettes,og når en straffeanklage mot ham skal avgjøres.
100 2. Ingen må vilkårlig fratas sin eiendom.
103 Enhver har rett til tanke-, samvittighets- og religionsfrihet. Denne rett omfatter frihet til å skifte religion eller tro, og frihet til enten alene eller sammen med andre, og offentlig eller privat, å gi uttrykk for sin religion eller tro gjennom undervisning, utøvelse, tilbedelse og ritualer.
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Djquery.transform2d.js317 curr[1] = Math.sin(val);
318 curr[2] = -Math.sin(val);
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js1sin(n/2))*n}function an(){}function ln(n,t,e){return this instanceof ln?(this.h=+n,this.s=+t,void(…
2sin(n)*e,c=Math.sin(t),f=c*r+a*i;return[Math.atan2(l*u-f*o,a*r-c*i),tn(f*u+l*o)]}var r=Math.cos(n)…
3 …var t=n.apply(this,arguments),e=t[0],r=t[1]-Io;return[e*Math.cos(r),e*Math.sin(r)]}}function Vu(){…
4sin(r),a=Math.cos(r),l=Math.sin(i),c=Math.cos(i),f=Math.sin(u),s=Math.cos(u);return Math.atan2(Mat…
5sin(y))),n&&(N=tn(d/n*Math.sin(y)))),c){m=c*Math.cos(f+E),M=c*Math.sin(f+E),x=c*Math.cos(s-E),b=c*…
/plugin/bible/bible_douayRheims/
H A DHebrews.txt45 …ery day, whilst it is called to day, that none of you be hardened through the deceitfulness of sin.
66 …nnot have compassion on our infirmities: but one tempted in all things like as we are, without sin.
170 … once to exhaust the sins of many. The second time he shall appear without sin to them that expect…
172 …d to be offered: because the worshippers once cleansed should have no conscience of sin any longer.
174 10:4. For it is impossible that with the blood of oxen and goats sin should be taken away.
176 10:6. Holocausts for sin did not please thee.
188 10:18. Now, where there is a remission of these, there is no more an oblation for sin.
196 …10:26. For if we sin wilfully after having the knowledge of the truth, there is now left no sacrif…
234 …11:25. Rather choosing to be afflicted with the people of God than to have the pleasure of sin for…
253 12:4. For you have not yet resisted unto blood, striving against sin.
[all …]
H A DJames.txt15 …1:15. Then, when concupiscence hath conceived, it bringeth forth sin. But sin, when it is complete…
36 …2:9. But if you have respect to persons, you commit sin, being reproved by the law as transgressor…
88 4:17. To him therefore who knoweth to do good and doth it not, to him it is sin.
H A DNumbers.txt262 7:16. And a buck goat for sin:
268 7:22. And a buck goat for sin:
274 7:28. And a buck goat for sin:
280 7:34. And a buck goat for sin:
286 7:40. And a buck goat for sin:
292 7:46. And a buck goat for sin:
298 7:52. And a buck goat for sin:
304 7:58. And a buck goat for sin:
310 7:64. And a buck goat for sin:
316 7:70. And a buck goat for sin:
[all …]
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/da/
H A Dda.txt86 2. Ingen må vilkårligt berøves sin nationalitet eller nægtes ret til at skifte nationalitet.
98 2. Ingen må vilkårligt berøves sin ejendom.
101 Enhver har ret til tanke-, samvittigheds- og religionsfrihed: denne ret omfatter frihed til at skifte religion eller tro og frihed til enten alene eller i fællesskab med andre, offentligt eller privat, at give udtryk for sin religion eller tro gennem undervisning, udøvelse, gudsdyrkelse og overholdelse af religiøse forskrifter.
104 Enhver har ret til menings- og ytringsfrihed; denne ret omfatter frihed til at hævde sin opfattelse uden indblanding og til at søge, modtage og meddele oplysning og tanker ved et hvilket som helst meddelelsesmiddel og uanset landegrænser.
/plugin/elasticsearch/vendor/patrickschur/language-detection/resources/nv/
H A Dnv.txt
/plugin/jmol2/jmol/
H A DLEAME.txt88 "aceptar el certificado" o si "conf�an" en la miniaplicaci�n; sin embargo,
101 Jmol sin necesidad de conocer y escribir c�digo detallado espec�fico
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1838 var X = x * math.cos(rad) - y * math.sin(rad),
1839 Y = x * math.sin(rad) + y * math.cos(rad);
1850 sin = math.sin(PI / 180 * angle),
1891 y2 = cy + ry * math.sin(f2);
1896 s1 = math.sin(f1),
1898 s2 = math.sin(f2),
2574 sin = +math.sin(a).toFixed(9);
2575 this.add(cos, sin, -sin, cos, x, y);
2661 var sin = -row[0][1],
2665 if (sin < 0) {
[all …]
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js1104 Snap.sin = function (angle) {
1105 return math.sin(Snap.rad(angle));
3779 sin = +math.sin(a).toFixed(9);
3780 this.add(cos, sin, -sin, cos, x, y);
3871 var sin = -row[0][1],
3875 if (sin < 0) {
5789 y2 = y + rx * Math.sin(-a * rad),
6078 sin = math.sin(PI / 180 * angle),
6119 y2 = cy + ry * math.sin(f2);
6124 s1 = math.sin(f1),
[all …]
/plugin/translate/
H A DList_of_ISO_639-1_codes.txt147 array("si", "sin", "-", "sin", "Sinhala, Sinhalese", "සිංහල", ""),

12345678910