/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | PHP.php | 273 $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 D | Engine.php | 517 $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 D | pluginInfoVersionUpdater.js | 10 .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 D | pluginInfoVersionUpdater.js | 14 .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 D | pluginInfoVersionUpdater.js.skel | 10 .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 D | Barrett.php | 251 $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 D | logging.php | 158 function ($carry, $line) use ($msgNeedle) { 159 $carry = $carry + (int)(strpos($line['msg'], $msgNeedle) !== false); 160 return $carry;
|
/plugin/dropfiles/action/ |
H A D | ajax.php | 142 * @param array $carry 146 protected function checkFileCallback($carry, $filename){ argument 150 $carry[$filename] = $error; 151 return $carry;
|
/plugin/rrdgraph/ |
H A D | syntax.php | 203 * @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 D | main.js | 5 yield* Object.entries(data).reduce((carry, [page, links]) => { 7 return carry.concat(flatLinks);
|
/plugin/searchindex/lang/en/ |
H A D | intro.txt | 12 to carry out multiple tasks in the background (using [[wp>AJAX]]).//
|
/plugin/combo/ComboStrap/ |
H A D | DatabasePageRow.php | 1141 $fields = array_reduce($buildFields, function ($carry, $element) { 1142 if ($carry !== null) { 1143 return "$carry, p.{$element}";
|
/plugin/amcharts/ |
H A D | README.md | 64 The `<amchart>` tag can carry optional attributes to customize the appearance of the chart. The att…
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 31238 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 D | README.md | 61 The `<c3>` tag can carry optional attributes to customize the appearance of the chart. The attribut…
|
/plugin/achart/ |
H A D | README.md | 124 The `<achart>` tag can carry optional attributes to customize the appearance of the chart. The attr…
|
/plugin/bible/bible_douayRheims/ |
H A D | Aggeus.txt | 27 …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 D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/plugin/sequencediagram/bower_components/bower-webfontloader/ |
H A D | LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/ |
H A D | LICENSE-APACHE | 97 (b) You must cause any modified files to carry prominent notices
|
/plugin/codeprettify/code-prettify/ |
H A D | COPYING | 98 (b) You must cause any modified files to carry prominent notices
|
/plugin/sequencediagram/bower_components/eve-raphael/ |
H A D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/plugin/gtime/gtlib/ |
H A D | LICENSE | 98 (b) You must cause any modified files to carry prominent notices
|
/plugin/amcharts/assets/amcharts/plugins/dataloader/ |
H A D | license.txt | 97 (b) You must cause any modified files to carry prominent notices
|
/plugin/minimap/ |
H A D | LICENSE | 97 (b) You must cause any modified files to carry prominent notices
|