Home
last modified time | relevance | path

Searched refs:shift (Results 1 – 25 of 363) sorted by relevance

12345678910>>...15

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/Formats/Keys/
H A DMSBLOB.php104 extract(unpack('atype/aversion/vreserved/Valgo', Strings::shift($key, 8)));
137 extract(unpack('Vmagic/Vbitlen/a4pubexp', Strings::shift($key, 12)));
160 $components['modulus'] = new BigInteger(strrev(Strings::shift($key, $bitlen / 8)), 256);
169 … $components['primes'] = [1 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256)];
171 $components['primes'][] = new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256);
173 … $components['exponents'] = [1 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256)];
175 … $components['exponents'][] = new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256);
177 …$components['coefficients'] = [2 => new BigInteger(strrev(Strings::shift($key, $bitlen / 16)), 256…
182 … $components['privateExponent'] = new BigInteger(strrev(Strings::shift($key, $bitlen / 8)), 256);
/plugin/diagramsnet/lib/js/diagramly/
H A DDistanceGuides.js82 var shift = 5 * scale;
251 dx = shift;
257 dy = shift;
329 hPoints.push(new mxPoint(newX - shift, firstY));
344 hPoints.push(new mxPoint(newX - shift, firstY));
346 hPoints.push(new mxPoint(s3.x - shift, firstY));
397 vPoints.push(new mxPoint(firstX, s2.y - shift));
403 vPoints.push(new mxPoint(firstX, newY - shift));
408 vPoints.push(new mxPoint(firstX, s2.y - shift));
418 vPoints.push(new mxPoint(firstX, newY - shift));
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php565 * @param int $shift
568 public function bitwise_rightShift($shift) argument
570 return new static($this->value->bitwise_rightShift($shift));
578 * @param int $shift
581 public function bitwise_leftShift($shift) argument
583 return new static($this->value->bitwise_leftShift($shift));
591 * @param int $shift
594 public function bitwise_leftRotate($shift) argument
596 return new static($this->value->bitwise_leftRotate($shift));
604 * @param int $shift
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php78 if (Strings::shift($private, 4) != "\0\0\0\x20") {
108 list(, $length) = unpack('N', Strings::shift($public, 4));
109 Strings::shift($public, $length);
140 list(, $length) = unpack('N', Strings::shift($public, 4));
141 Strings::shift($public, $length);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php576 for ($shift = 0; !($msb & static::MSB); ++$shift) {
579 $x->lshift($shift);
580 $y->lshift($shift);
671 $x->rshift($shift);
854 * @param int $shift
874 * @param int $shift
916 * @param int $shift
920 if ($shift == 0) {
926 $shift = 1 << $shift;
950 * @param int $shift
[all …]
H A DPHP64.php87 $shift = 8 - $step;
88 $digit >>= $shift;
89 $shift = 32 - $shift;
90 $digit &= (1 << $shift) - 1;
92 $digit |= ($temp << $shift) & 0x7F000000;
H A DEngine.php505 * @param int $shift
510 if ($shift == 0) {
515 $shift &= 7; // eg. $shift % 8
532 * @param int $shift
535 public function bitwise_leftRotate($shift) argument
555 if ($shift < 0) {
556 $shift += $precision;
558 $shift %= $precision;
560 if (!$shift) {
576 * @param int $shift
[all …]
H A DBCMath.php364 * @param int $shift
367 public function bitwise_rightShift($shift) argument
370 $temp->value = bcdiv($this->value, bcpow('2', $shift, 0), 0);
380 * @param int $shift
383 public function bitwise_leftShift($shift) argument
386 $temp->value = bcmul($this->value, bcpow('2', $shift, 0), 0);
H A DGMP.php390 * @param int $shift
393 public function bitwise_rightShift($shift) argument
399 $temp->value = $this->value >> $shift;
409 * @param int $shift
412 public function bitwise_leftShift($shift) argument
415 $temp->value = $this->value << $shift;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php39 public static function shift(&$string, $index = 1) function in phpseclib3\\Common\\Functions\\Strings
115 $result[] = ord(self::shift($data));
118 $result[] = ord(self::shift($data)) != 0;
121 list(, $temp) = unpack('N', self::shift($data, 4));
131 extract(unpack('Nupper/Nlower', self::shift($data, 8)));
138 list(, $length) = unpack('N', self::shift($data, 4));
142 $temp = self::shift($data, $length);
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
H A Dfckblockquotecommand.js59 block = paragraphs.shift() ;
70 block = tmp.shift() ;
90 block = paragraphs.shift() ;
119 var node = moveOutNodes.shift() ;
146 var node = movedNodes.shift() ;
/plugin/gcalendar/inc/
H A Dgcal_main.php102 case "week" : $shift = date('w',$reference_date)-1;
103 if($shift==-1) $shift=6;
104 $start_date = strtotime( "-".$shift."days", $reference_date );
/plugin/codemirror/dist/modes/
H A Debnf.min.js1shift()}else if(b.peek()==="\\"){b.next();b.next()}else{b.match(/^.[^\\\"\']*/)}}return f.lhs?"pro…
H A Dspreadsheet.min.js1shift()}else if(a.peek()==="\\"){a.next();a.next()}else{a.match(/^.[^\\\"\']*/)}}return"string";ca…
H A Dshell.min.js1shift();break}else if(f==="$"&&!g&&a!=="'"&&d.peek()!=c){g=true;d.backUp(1);e.tokens.unshift(j);br…
/plugin/abc2/abc-libraries/abc2svg/
H A Dgrid3-1.js37 while(1){cl=cells.shift()
43 while(1){cell=cl.shift()
58 while(1){bl=bars.shift()
63 while(1){bar=bl.shift()
85 while(1){ln=txt.shift()
92 while(1){cl=ln.shift()
145 while(1){ln=t.shift()
154 while(1){cl=ln.shift()
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DHash.php1145 * @param int $shift
1147 private static function rotateLeft32($x, $shift) argument
1149 if ($shift < 32) {
1152 $shift -= 32;
1157 ($hi << $shift) | (($lo >> (32 - $shift)) & (1 << $shift) - 1),
1158 ($lo << $shift) | (($hi >> (32 - $shift)) & (1 << $shift) - 1)
1314 * @param int $shift
1316 private static function rotateLeft64($x, $shift) argument
1318 return ($x << $shift) | (($x >> (64 - $shift)) & ((1 << $shift) - 1));
1377 $temp = new BigInteger(Strings::shift($chunk, 8), 256);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dchaining.js72 assert.deepEqual(instance.shift().value(), [2, 3]);
73 assert.deepEqual(instance.shift().value(), [3]);
74 assert.deepEqual(instance.shift().value(), [], '#397 Can create empty array');
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/
H A DLexer.php208 $shift = false;
234 $shift = true;
250 if (null !== $this->_nsStack && false === $shift) {
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtl.php1312 $shift = 1;
1317 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1319 if ($shift) {
1324 if ($shift == 0) {
1325 $shift = 1;
1327 $ptr += $shift;
1355 $shift = 1;
1370 $shift = $this->_applyGSUBsubtable($lu, $c, $ptr, $currGlyph, $currGID, ($subtable_offset - $this->GSUB_offset), $Type, $Flag, $MarkFilteringSet, $this->GSLuCoverage[$lu][$c], 0, $tag, 0, $tagInt);
1372 if ($shift) {
1378 if ($shift
[all...]
/plugin/fastwiki/
H A Dpagecache.js112 doPost(requests.shift());
118 doPost(requests.shift());
143 delete hash[queue.shift()];
/plugin/autolink3/
H A Dscript.js67 pl_si.page = pl_si.pages.shift();
79 pl_si.page = pl_si.pages.shift();
/plugin/searchindex/
H A Dscript.js61 page = pages.shift();
121 page = pages.shift();
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js14 var options = requestQueue.shift();
64 requestQueue.shift();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DPuTTY.php193 if (Strings::shift($key[0], strlen('PuTTY-User-Key-File-')) != 'PuTTY-User-Key-File-') {
196 …$version = (int) Strings::shift($key[0], 3); // should be either "2: " or "3: 0" prior to int cast…
215 extract(unpack('Nlength', Strings::shift($public, 4)));
216 $newtype = Strings::shift($public, $length);

12345678910>>...15