Home
last modified time | relevance | path

Searched refs:carry (Results 1 – 25 of 538) sorted by relevance

12345678910>>...22

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php273 $carry = 0;
293 if ($carry) {
363 $carry = 0;
378 $carry = $sum < 0;
383 if ($carry) {
499 $carry = 0;
511 $carry = 0;
695 $carry = 0;
928 $carry = 0;
936 if ($carry) {
[all …]
H A DEngine.php517 $carry = 0;
519 $temp = ord($x[$i]) << $shift | $carry;
521 $carry = $temp >> 8;
523 $carry = ($carry != 0) ? chr($carry) : '';
524 $x = $carry . $x . str_repeat(chr(0), $num_bytes);
/plugin/dx/build/
H A DpluginInfoVersionUpdater.js10 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
14 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
/plugin/yearbox/build/
H A DpluginInfoVersionUpdater.js14 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
18 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
/plugin/dx/skel/build/
H A DpluginInfoVersionUpdater.js.skel10 .reduce( (carry, [key, value]) => { return { ...carry, [key]: value};}, {} );
14 … const longestKey = Object.keys(options).reduce( (carry, key) => Math.max(carry, key.length), 0);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/PHP/Reductions/
H A DBarrett.php251 $carry = 0;
254 $temp = $x_value[$j] * $y_value[0] + $carry; // $product_value[$k] == 0
255 $carry = $class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31);
256 $product_value[$j] = (int) ($temp - $class::BASE_FULL * $carry);
260 $product_value[$j] = $carry;
267 $carry = 0;
270 $temp = $product_value[$k] + $x_value[$j] * $y_value[$i] + $carry;
271 $carry = $class::BASE === 26 ? intval($temp / 0x4000000) : ($temp >> 31);
272 $product_value[$k] = (int) ($temp - $class::BASE_FULL * $carry);
276 $product_value[$k] = $carry;
/plugin/loglog/helper/
H A Dlogging.php158 function ($carry, $line) use ($msgNeedle) {
159 $carry = $carry + (int)(strpos($line['msg'], $msgNeedle) !== false);
160 return $carry;
/plugin/dropfiles/action/
H A Dajax.php142 * @param array $carry
146 protected function checkFileCallback($carry, $filename){ argument
150 $carry[$filename] = $error;
151 return $carry;
/plugin/rrdgraph/
H A Dsyntax.php203 * @param String $carry The output of the last runs.
207 private function reduceRecipeLine($carry, $item) { argument
209 return $carry . "\n" . $item[1] . ':' . $item[2];
211 return $carry . "\n" . $item[0] . '?' . $item[1] . ':' . $item[2];
/plugin/fetchmedia/script/
H A Dmain.js5 yield* Object.entries(data).reduce((carry, [page, links]) => {
7 return carry.concat(flatLinks);
/plugin/searchindex/lang/en/
H A Dintro.txt12 to carry out multiple tasks in the background (using [[wp>AJAX]]).//
/plugin/combo/ComboStrap/
H A DDatabasePageRow.php1141 $fields = array_reduce($buildFields, function ($carry, $element) {
1142 if ($carry !== null) {
1143 return "$carry, p.{$element}";
/plugin/amcharts/
H A DREADME.md64 The `<amchart>` tag can carry optional attributes to customize the appearance of the chart. The att…
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js31238 carry = carry + (ws[i] | 0);
31240 carry = carry >>> 13;
31242 carry = carry >>> 13;
31661 carry = 0;
34924 carry = carry + (ws[i] | 0);
34926 carry = carry >>> 13;
34928 carry = carry >>> 13;
35349 carry = 0;
49298 for (var j = 0, carry = data.length * 8; carry > 0; ++j) {
49301 if (carry > 0) this._length[j] -= 0x0100000000 * carry;
[all …]
/plugin/c3chart/
H A DREADME.md61 The `<c3>` tag can carry optional attributes to customize the appearance of the chart. The attribut…
/plugin/achart/
H A DREADME.md124 The `<achart>` tag can carry optional attributes to customize the appearance of the chart. The attr…
/plugin/bible/bible_douayRheims/
H A DAggeus.txt27 …2:13. If a man carry sanctified flesh in the skirt of his garment, and touch with his skirt, bread…
/plugin/pdfjs/pdfjs/
H A DLICENSE98 (b) You must cause any modified files to carry prominent notices
/plugin/sequencediagram/bower_components/bower-webfontloader/
H A DLICENSE97 (b) You must cause any modified files to carry prominent notices
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DLICENSE-APACHE97 (b) You must cause any modified files to carry prominent notices
/plugin/codeprettify/code-prettify/
H A DCOPYING98 (b) You must cause any modified files to carry prominent notices
/plugin/sequencediagram/bower_components/eve-raphael/
H A DLICENSE98 (b) You must cause any modified files to carry prominent notices
/plugin/gtime/gtlib/
H A DLICENSE98 (b) You must cause any modified files to carry prominent notices
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dlicense.txt97 (b) You must cause any modified files to carry prominent notices
/plugin/minimap/
H A DLICENSE97 (b) You must cause any modified files to carry prominent notices

12345678910>>...22