Home
last modified time | relevance | path

Searched refs:x (Results 201 – 225 of 1696) sorted by relevance

12345678910>>...68

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBinary.php117 * @param string|BinaryInteger $x
120 public function setBasePoint($x, $y) argument
123 case !is_string($x) && !$x instanceof BinaryInteger:
132 is_string($x) ? $this->factory->newInteger(pack('H*', $x)) : $x,
299 list($x, $y) = $p;
301 $lhs = $lhs->add($x->multiply($y));
302 $x2 = $x->multiply($x);
303 $x3 = $x2->multiply($x);
353 list($x, $y, $z) = $p;
357 $x->multiply($z2),
/plugin/codemirror/dist/modes/
H A Dvue.min.js1x-)?coffee(?:script)?$/,"coffeescript"],["lang",/^babel$/,"javascript"],["type",/^text\/babel$/,"j…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php106 protected function exponentiate(BigInteger $x) argument
115 return $x->modPow($this->exponent, $this->modulus);
153 1 => $this->blind($x, $r, 1),
154 2 => $this->blind($x, $r, 2)
163 $m_i = $this->blind($x, $r, $i);
190 private function blind($x, $r, $i) argument
192 $x = $x->multiply($r->modPow($this->publicExponent, $this->primes[$i]));
193 $x = $x->modPow($this->exponents[$i], $this->primes[$i]);
196 $x = $x->multiply($r);
197 list(, $x) = $x->divide($this->primes[$i]);
[all …]
/plugin/diagramsnet/lib/shapes/
H A DmxArchiMate3.js113 c.translate(x, y);
561 c.translate(x, y);
628 c.translate(x, y);
694 c.translate(x, y);
755 c.translate(x, y);
825 c.translate(x, y);
892 c.translate(x, y);
958 c.translate(x, y);
1032 c.translate(x, y);
1103 c.translate(x, y);
[all …]
H A DmxBasic.js35 c.translate(x, y);
111 c.translate(x, y);
218 c.translate(x, y);
345 c.translate(x, y);
442 c.translate(x, y);
533 c.translate(x, y);
631 c.translate(x, y);
711 c.translate(x, y);
786 c.translate(x, y);
848 c.translate(x, y);
[all …]
H A DmxAndroid.js77 c.translate(x, y);
196 c.translate(x, y);
252 c.translate(x, y);
356 c.translate(x, y);
478 c.translate(x, y);
618 c.translate(x, y);
675 c.translate(x, y);
731 c.translate(x, y);
822 c.translate(x, y);
862 c.translate(x, y);
[all …]
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Ddataloader.js112 for ( var x = 0; x < chart.dataSets.length; x++ ) {
113 var ds = chart.dataSets[ x ];
206 for ( var x in l.percentLoaded ) {
209 totalPercent += l.percentLoaded[ x ];
335 for ( var x = 0; x < chart.panels.length; x++ ) {
399 for ( var x in defaults ) {
400 if ( defaults.hasOwnProperty( x ) )
401 setDefault( obj, x, defaults[ x ] );
602 for ( var x = 0; x < cols.length; x++ ) {
608 col = 'col' + x;
[all …]
/plugin/diagramsnet/lib/plugins/webcola/
H A DmxWebColaLayout.js161 if (geometry.x < minX)
163 minX = geometry.x;
171 maxX = geometry.x + geometry.width;
191 minX = Math.min(groupGeometry.x, minX);
197 bounds.x = minX;
215 var offsetX = groupBounds.x;
233 geometry.x = geometry.x - offsetX;
261 var x = node.bounds.x;
263 minX = Math.min(minX, x);
265 maxX = Math.max(maxX, x);
[all …]
/plugin/processing/
H A Dscript.js868 this.x = x || 0;
1764 x: x,
1774 x: x,
6272 var fx = (3-2*x)*x*x;
6719 cam.set(x.x, x.y, x.z, 0, y.x, y.y, y.z, 0, z.x, z.y, z.z, 0, 0, 0, 0, 1);
6724 cameraInv.invApply(x.x, x.y, x.z, 0, y.x, y.y, y.z, 0, z.x, z.y, z.z, 0, 0, 0, 0, 1);
8639 for(var x=x1;x<=x2;++x) {
8836 x = x || 0;
10163 for (x = 0; x < destW; x++) {
10184 for (x = 0; x < destW; x++) {
[all …]
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DSvg.php44 'x' => 0,
57 $x = ($column - $minSize) * $rectSize;
60 $startX = $x;
67 'x' => $startX,
69 'width' => $x - $startX,
79 $x = ($column - $minSize) * $rectSize;
84 'x' => $startX,
86 'width' => $x - $startX,
97 $x = ($column - $minSize) * $rectSize;
111 'x'
[all...]
/plugin/combo/ComboStrap/
H A DMath.php13 * @param $x
18 public static function unlerp($x, $y, $weight): float argument
20 $x2 = ($weight / 100) * $x;
25 * Linear interpolation back if x and weight are the same
26 * @param $x
31 public static function lerp($x, $y, $weight) argument
34 $X = ($weight / 100) * $x;
/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js103 function y_get(st,up,x,w){var y,p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0 argument
115 function y_set(st,up,x,w,y){var p_staff=staff_tb[st],i=(x/realwidth*YSTEP)|0,j=((x+w)/realwidth*YSTEP)|0 argument
141 h=m;de.has_val=true;de.val=h;de.x-=xc;de.y=3*(s.notes[0].pit-18)-3}
144 var s,dd,dd2,up,x,dx,x2,i,s2=de.s,de2=de.start,de2_prev,de_next;s=de2.s;x=s.x
488 de={s:s,dd:dd,st:s.st,ix:a_de.length,defl:{},x:s.x,y:s.y,} global() property in draw_deco_near.create_deco.de
512 de={s:s,dd:dd,st:s.st,m:m,ix:0,defl:{},x:s.x,y:3*(note.pit-18),} global() property in draw_deco_near.create_dh.de
530 if(j==n_de){de2={s:s,st:de.st,dd:dd2,ix:a_de.length-1,x:realwidth-6,y:s.y,lden:true,defl:{noen:true}} global() property in draw_deco_near.ll_deco.de2
993 draw_lstaff(x) global() argument
994 draw_sysbra(x,st,flag) global() argument
1044 draw_acc(x,y,a) global() argument
1054 set_hl(p_st,n,x,dx1,dx2) global() argument
1102 draw_keysig(x,s) global() argument
1137 nrep_out(x,y,n) global() argument
1251 draw_basic_note(x,s,m,y_tb) global() argument
6871 xy_str(x,y,str,action,w,wh) global() argument
6913 put_inf2r(x,y,str1,str2,action) global() argument
6967 put_wline(p,x) global() argument
7168 var tgls={"mtr ":{x:0,y:0,c:"\u0020"},brace:{x:0,y:0,c:"\ue000"},lphr:{x:0,y:24,c:"\ue030"},mphr:{x:0,y:24,c:"\ue038"},sphr:{x:0,y:27,c:"\ue039"},rdots:{x:-1,y:0,c:"\ue043"}, global() property in tgls.ltr
7276 out_XYAB(str,x,y,a,b) global() argument
7282 g_open(x,y,rot,sx,sy) global() argument
7293 sx(x) global() argument
7307 ax(x) global() argument
7314 out_sxsy(x,sep,y) global() argument
7315 out_sxsy(x,y,fill) global() argument
7344 xygl(x,y,gl) global() argument
7350 out_acciac(x,y,dx,dy,up) global() argument
7352 out_brace(x,y,h) global() argument
7354 out_bracket(x,y,h) global() argument
7358 out_hyph(x,y,w) global() argument
7365 out_stem(x,y,h,grace,nflags,straight) global() argument
7387 out_trem(x,y,ntrem) global() argument
7393 out_tubr(x,y,dx,dy,up) global() argument
7394 out_tubrn(x,y,dx,dy,up,str) global() argument
7400 out_wln(x,y,w) global() argument
7402 out_deco_str(x,y,name,str) global() argument
7407 out_arp(x,y,val) global() argument
7410 out_cresc(x,y,val,defl) global() argument
7416 out_dim(x,y,val,defl) global() argument
7422 out_ltr(x,y,val) global() argument
7424 out_lped(x,y,val,defl) global() argument
7427 out_8va(x,y,val,defl) global() argument
7433 out_8vb(x,y,val,defl) global() argument
7439 out_15ma(x,y,val,defl) global() argument
7445 out_15mb(x,y,val,defl) global() argument
7451 lped(x,y,val,defl) global() argument
7452 out_deco_val(x,y,name,val,defl) global() argument
7463 out_deco_long(x,y,de) global() argument
7526 writempo(s,x,y) global() argument
8618 if(user.anno_start||user.anno_stop){s2={st:s.st,istart:ly.istart,iend:ly.iend,x:x0,y:y,ymn:y,ymx:y+gene.curfont.size,wl:0,wr:w} global() property in draw_lyric_line.s2
8796 AnonymousFunction3d431c4b0800(x) global() argument
8828 draw_gchord(i,s,x,y) global() argument
[all...]
/plugin/diagramsnet/lib/img/lib/allied_telesis/switch/
H A DIndustrial_Ethernet_IE200_POE.svg1x="-12.639" y="7.104"/><path d="M21.26 10.483s.147-.062.307-.01l.16.052.21.115L25.6 8.715l-.266-.1…
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-snap.js930 wobble(x, y, x + w, y) +
931 wobble(x + w, y, x + w, y + h) +
932 wobble(x + w, y + h, x, y + h) +
933 wobble(x, y + h, x, y);
1023 b.x = Math.max(d - b.width / 2, b.x);
1104 a.x = Math.max(actorsX, a.x);
1116 b.x = Math.max(b.x, a.x + a.width / 2 + distance - b.width / 2);
1251 var x = box.x + margin;
1478 x = x - bb.width / 2;
1484 t.attr({x: x - bb.x, y: y - bb.y});
[all …]
H A Dsequence-diagram-snap-min.js6x+box.width/2}function getCenterY(box){return box.y+box.height/2}function clamp(x,min,max){return property in wobble.p1
H A Dsequence-diagram-raphael.js886 if (x < min) {
892 return x;
930 wobble(x, y, x + w, y) +
931 wobble(x + w, y, x + w, y + h) +
932 wobble(x + w, y + h, x, y + h) +
933 wobble(x, y + h, x, y);
1023 b.x = Math.max(d - b.width / 2, b.x);
1104 a.x = Math.max(actorsX, a.x);
1116 b.x = Math.max(b.x, a.x + a.width / 2 + distance - b.width / 2);
1251 var x = box.x + margin;
[all …]
/plugin/overlay/
H A Dscript.js13 theUserposition.x =position.left;
18 theUserposition.x =position.left;
54 theUserposition.x = 0;
57 … jQuery("#overlay" ).css({top: theUserposition.y, left: theUserposition.x, position:which});
64 var x = jQuery("#overlay").css('left');
67 var pos = x.toString() + '#' + y.toString() + '#' + which;
68 theUserposition.x = x;
78 var x = jQuery("#overlay").css('left');
83 var pos = x.toString() + '#' + y.toString() + '#' + which;
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PSR2/Sniffs/Namespaces/
H A DNamespaceDeclarationSniff.php89 for ($x = $i; $x < $next; $x++) {
90 if ($tokens[$x]['line'] === $tokens[$next]['line']) {
94 $phpcsFile->fixer->replaceToken($x, '');
/plugin/diagramsnet/lib/img/lib/mscae/
H A DAzureFXTEdgeFiler.svg1x="44" y="18" width="2" height="2" rx=".5"/><rect x="44" y="22" width="2" height="2" rx=".5"/></g>…
/plugin/diagramsnet/lib/js/diagramly/
H A DDevTools.js21 … tip += 'source=' + parseFloat(geo.sourcePoint.x) + ',' + parseFloat(geo.sourcePoint.y) + '<br>';
26 … tip += 'target=' + parseFloat(geo.targetPoint.x) + ',' + parseFloat(geo.targetPoint.y) + '<br>';
37 … tip += parseFloat(state.absolutePoints[i].x) + ',' + parseFloat(state.absolutePoints[i].y) + ';';
48 tip += parseFloat(geo.points[i].x) + ',' + parseFloat(geo.points[i].y) + ';';
56 tip += 'x/y=' + parseFloat(geo.x) + ',' + parseFloat(geo.y) + '<br>' +
61 tip += '<br>pos=' + parseFloat(state.x) + ',' + parseFloat(state.y) + '<br>' +
/plugin/tableplot/
H A Dtable2Plot.js142 var x = $('th,td',$xaxisRow).eq(j).text();
146 if (args.xaxisTransform) { x = args.xaxisTransform(x); }
153 line1[dataIndex][line1[dataIndex].length] = [x, y];
155 yVal[line1[dataIndex].length] = x;
176 var x = $rows.eq(i).find('th,td').eq(args.xaxis).text();
179 if (args.xaxisTransform) { x = args.xaxisTransform(x); }
185 if (i > 0) ticks[i-1]=x;
187 line1[dataIndex][line1[dataIndex].length] = [x, y];
193 yVal[line1[dataIndex].length] = x;
/plugin/photogallery/lightGallery/js/
H A Dlg-zoom.js122 var x = (scaleVal - 1) * (_x);
129 left: -x + 'px',
322 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
327 …if ((Math.abs(endCoords.x - startCoords.x) > 15) || (Math.abs(endCoords.y - startCoords.y) > 15)) {
382 x: e.pageX, property in AnonymousFunction03190cd91200.startCoords
405 x: e.pageX, property in AnonymousFunction03190cd91300.endCoords
419 distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
442 … if (isMoved && ((startCoords.x !== endCoords.x) || (startCoords.y !== endCoords.y))) {
444 x: e.pageX, property in AnonymousFunction03190cd91400.endCoords
464 var distanceX = (-Math.abs(_$el.attr('data-x'))) + (endCoords.x - startCoords.x);
[all …]
/plugin/jenkins/
H A Dsyntax.php167 $x = $ms / 1000;
168 $seconds = $x % 60;
169 $x /= 60;
170 $minutes = $x % 60;
171 $x /= 60;
172 $hours = $x % 24;
173 $x /= 24;
174 $days = $x;
/plugin/switchpanel/images/
H A DgreenIt.svg3 <rect fill="green" x="22" y="1" width="7" height="7" rx="1" ry="1" style="fill:#bdbcbc;"></rect>
5 <rect fill="green" x="1" y="3" width="18" height="8" style="fill:#80cc28;"></rect>
6 <rect fill="green" x="1" y="12" width="8" height="17" style="fill:#80cc28;"></rect>
7 <rect fill="green" x="10" y="21" width="18" height="8" style="fill:#80cc28;"></rect>
8 <rect fill="green" x="20" y="12" width="8" height="8" style="fill:#80cc28;"></rect>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DJwk.php53 public $x; variable in Google\\Service\\Container\\Jwk
160 public function setX($x) argument
162 $this->x = $x;
169 return $this->x;

12345678910>>...68