Home
last modified time | relevance | path

Searched refs:x (Results 351 – 375 of 1696) sorted by last modified time

1...<<11121314151617181920>>...68

/plugin/stlviewer/stlviewer/
H A DProjector.js85 this.x = 0;
188 positionScreen.x *= invW;
192 vertex.visible = positionScreen.x >= - 1 && positionScreen.x <= 1 &&
209 normals.push( x, y, z );
219 function pushUv( x, y ) { argument
221 uvs.push( x, y );
239 return ( ( v3.positionScreen.x - v1.positionScreen.x ) *
242 ( v2.positionScreen.x - v1.positionScreen.x ) ) < 0;
552 _vector3.x += ( targetVertex.x - vertex.x ) * influence;
831 _sprite.x = _vector4.x * invW;
[all …]
H A DTrackballControls.js150 moveDirection.set( _moveCurr.x - _movePrev.x, _moveCurr.y - _movePrev.y, 0 );
162 objectSidewaysDirection.setLength( _moveCurr.x - _movePrev.x );
242 pan.copy( _eye ).cross( _this.object.up ).setLength( mouseChange.x );
512 var x = ( event.touches[ 0 ].pageX + event.touches[ 1 ].pageX ) / 2;
514 _panStart.copy( getMouseOnScreen( x, y ) );
543 var x = ( event.touches[ 0 ].pageX + event.touches[ 1 ].pageX ) / 2;
545 _panEnd.copy( getMouseOnScreen( x, y ) );
H A DOrbitControls.js234 var theta = Math.atan2( offset.x, offset.z );
238 var phi = Math.atan2( Math.sqrt( offset.x * offset.x + offset.z * offset.z ), offset.y );
263 offset.x = radius * Math.sin( phi ) * Math.sin( theta );
360 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
393 scope.pan( panDelta.x, panDelta.y );
544 scope.rotateLeft( 2 * Math.PI * rotateDelta.x / element.clientWidth * scope.rotateSpeed );
588 scope.pan( panDelta.x, panDelta.y );
H A Dload_stl.min.js2x=0,y=0,z=0,model_id=-1,get_progress=!1,jszip_path="jszip.min.js";function isNumeric(a){return!isN… variable
/plugin/dokucrypt2/
H A Dscript.js270 var x,y;
271 x=prompt("Enter passphrase key for lock " + lock);
272 if(x===null) { return(false); }
275 if(x!=y) { crypt_debug("passwords do not match\n"); return(false); }
276 crypt_debug("x=" + x + " y=" + y);
277 crypt_keys[lock]=x;
278 return(x);
289 function decryptMixedText(x) { argument
293 while((cur=x
310 encryptMixedText(x) global() argument
628 mult_GF256(x, y) global() argument
1509 jcF(x, y, z) global() argument
1513 jcG(x, y, z) global() argument
1517 jcH(x, y, z) global() argument
1521 jcI(x, y, z) global() argument
1529 jcFF(a, b, c, d, x, s, ac) global() argument
1536 jcGG(a, b, c, d, x, s, ac) global() argument
1543 jcHH(a, b, c, d, x, s, ac) global() argument
1550 jcII(a, b, c, d, x, s, ac) global() argument
[all...]
H A Dsyntax.php76 if (($x=strpos($match, "LOCK="))!==false) {
77 $x+=strlen("LOCK=");
78 if (($end=strpos($match, " ", $x))!==false) {
79 $len=$end-$x;
83 $attr["lock"]=substr($match, $x, $len);
85 if (($x=strpos($match, "COLLAPSED="))!==false) {
86 $x+=strlen("COLLAPSED=");
87 if (($end=strpos($match, " ", $x))!==false) {
88 $len=$end-$x;
92 $attr["collapsed"]=substr($match, $x,
[all...]
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js853 function mod(n, x) { argument
854 return ((n % x) + x) % x;
1902 localeFamilies[name].forEach(function (x) { argument
1903 defineLocale(x.name, x.config);
4367 function sign(x) { argument
4368 return ((x > 0) - (x < 0)) || +x;
H A Dfullcalendar.less90 background-repeat: repeat-x;
687 .fc-icon-x:after {
/plugin/davcal/vendor/sabre/dav/bin/
H A Dnaturalselection39 dir2.sort(lambda x,y: int(x["atime"]-y["atime"]))
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js566 var out = {x: 0, y: 0}, property in $.fn.xdsoftScroller.AnonymousFunction8ee6fd190200.pointerEventToXY.out
570 out.x = touch.clientX;
573 out.x = e.clientX;
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md38 * [3.x documentation](http://sabre.io/vobject/usage/)
39 * [2.x documentation](http://sabre.io/vobject/usage_2/)
40 * [Migrating from 2.x to 3.x](http://sabre.io/vobject/upgrade/)
/plugin/davcal/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css180 .oi[data-glyph=circle-x]:before { content:'\e039'; }
504 .oi[data-glyph=x]:before { content:'\e0db'; }
/plugin/davcal/vendor/sabre/vobject/lib/
H A DVCardConverter.php125 $x = 1;
126 while($output->select('ITEM' . $x . '.')) {
127 $x++;
129 …$output->add('ITEM' . $x . '.X-ABDATE', $newProperty->getValue(), array('VALUE' => 'DATE-AND-OR-TI…
130 $output->add('ITEM' . $x . '.X-ABLABEL', '_$!<Anniversary>!$_');
/plugin/text/
H A Drenderer.php398 function multiplyentity($x, $y) { argument
399 $this->doc .= $x.'x'.$y;
/plugin/indexmenu/scripts/
H A Dcontextmenu.js301 var x = 8, y = 0;
306 x += pos.left + $btn[0].offsetWidth;
312 left: x,
264 var x = 8, y = 0; global() variable
/plugin/actionrenderer/
H A Drenderer.php339 public function multiplyentity($x, $y) argument
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Document/
H A DGoogleCloudDocumentaiV1NormalizedVertex.php25 public $x; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1NormalizedVertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
H A DGoogleCloudDocumentaiV1beta2NormalizedVertex.php25 public $x; variable in Google\\Service\\Document\\GoogleCloudDocumentaiV1beta2NormalizedVertex
34 public function setX($x) argument
36 $this->x = $x;
43 return $this->x;
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/
H A DREADME.md26 support, see [the v1.x branch](https://github.com/paragonie/constant_time_encoding/tree/v1.x).
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php261 * @param string $x
264 public static function bits2bin($x) argument
281 $length = strlen($x);
288 $x = str_repeat('0', $pad) . $x;
308 * @param string $x
321 $len = strlen($x);
324 $x = str_pad($x, $len + PHP_INT_SIZE - $mod, "\0", STR_PAD_LEFT);
329 $digits = unpack('N*', $x);
334 $digits = unpack('J*', $x);
347 * @param string $x
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DChaCha20.php341 * @param string $x
343 protected static function salsa20($x) argument
345 …x1, $x2, $x3, $x4, $x5, $x6, $x7, $x8, $x9, $x10, $x11, $x12, $x13, $x14, $x15) = unpack('V*', $x);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php539 $x = $this->int2octets($this->x);
543 $k = $this->hmac->hash($v . "\0" . $x . $h1);
546 $k = $this->hmac->hash($v . "\1" . $x . $h1);
H A DSymmetricKey.php3238 * @param string $x
3241 protected static function safe_intval($x) argument
3244 case is_int($x):
3247 return $x;
3249 return (fmod($x, 0x80000000) & 0x7FFFFFFF) |
3250 ((fmod(floor($x / 0x80000000), 2) & 1) << 31);
3312 * @param string $x
3315 private function ghash($x) argument
3319 $x = str_split($x, 16);
3329 foreach ($x as $xn) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DCurve448.php88 public function rangeCheck(BigInteger $x) argument
90 if ($x->getLength() > 448 || $x->isNegative()) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DCommon.php320 list(, $w, $x, $y) = $matches;
325 $curve->convertInteger(new BigInteger($x, 256)),
440 $x = $point[0]->toBytes();
466 'base' => "\4" . $x . $y,
520 'base' => "\4" . $x . $y,

1...<<11121314151617181920>>...68