/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
D | Integer.php | 294 public function isOdd() function in phpseclib3\\Math\\PrimeField\\Integer 296 return $this->value->isOdd(); 367 if ($d->isOdd()) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
D | Ed448.php | 87 if ($x->isOdd() != $sign) { 140 if ($x->isOdd()) {
|
D | Ed25519.php | 146 if ($x->isOdd() != $sign) { 199 if ($x->isOdd()) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
D | BigInteger.php | 813 public function isOdd() function in phpseclib3\\Math\\BigInteger 815 return $this->value->isOdd();
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
D | BCMath.php | 531 if (!$this->isOdd()) { 653 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
D | GMP.php | 663 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
D | PHP.php | 1175 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
D | functions.js | 617 var isOdd = function(n){ return n & 1; }; function 618 assert.equal(_.negate(isOdd)(2), true, 'should return the complement of the given function'); 619 assert.equal(_.negate(isOdd)(3), false, 'should return the complement of the given function');
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
D | Prime.php | 466 $bn = $b->isOdd();
|
/plugin/diagramsnet/lib/js/diagramly/ |
D | Editor.js | 4827 function createPropertyRow(pName, pValue, prop, isOdd, flipBkg) argument 4832 …row.className = 'gePropRow' + (flipBkg? 'Dark' : '') + (isOdd? 'Alt' : '') + ' gePropNonHeaderRow'; 5103 var isOdd = false; 5161 grid.appendChild(createPropertyRow(key, pValue, prop, isOdd, flipBkg)); 5163 isOdd = !isOdd;
|
/plugin/asciidocjs/node_modules/core-js/ |
D | README.md | 449 function isOdd(val){ 452 [4, 8, 15, 16, 23, 42].find(isOdd); // => 15 453 [4, 8, 15, 16, 23, 42].findIndex(isOdd); // => 2
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 31952 if (A.isOdd() || B.isOdd()) { 31970 if (C.isOdd() || D.isOdd()) { 32026 if (x1.isOdd()) { 32042 if (x2.isOdd()) { 32122 BN.prototype.isOdd = function isOdd() { 35652 if (A.isOdd() || B.isOdd()) { 35670 if (C.isOdd() || D.isOdd()) { 35726 if (x1.isOdd()) { 35742 if (x2.isOdd()) { 35822 BN.prototype.isOdd = function isOdd() { [all …]
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
D | ogg.js | 15 …isOdd=(function(){return(this.low_&1)==1});goog.math.Long.prototype.equals=(function(other){return… method in goog.math.Long
|
D | vorbis.js | 19 …isOdd=(function(){return(this.low_&1)==1});goog.math.Long.prototype.equals=(function(other){return… method in goog.math.Long
|
D | opus.js | 23 …isOdd=(function(){return(this.low_&1)==1});goog.math.Long.prototype.equals=(function(other){return… method in goog.math.Long
|
/plugin/diagramsnet/lib/js/orgchart/ |
D | bridge.min.js | 8 …isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return 0==(this.low&1)};n.equals=func… function
|
/plugin/diagramsnet/lib/js/ |
D | orgchart.min.js | 8 …isOdd=function(){return 1==(this.low&1)};n.isEven=function(){return 0==(this.low&1)};n.equals=func… function
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.worker.js | 49639 function isOdd(i) { 49741 var e = isOdd(startLevel) ? 'R' : 'L'; 49891 if (lowestOddLevel > level && isOdd(level)) {
|
D | pdf.worker.js.map | 1 …isOdd","sor","eor","lastType","findUnequal","before","after","setValues","isEven","highestLevel","…
|
/plugin/strata/ |
D | plotly-2.25.2.min.js | 8 …isOdd()||o.isOdd())&&(i.iadd(c),o.isub(f)),i.iushrn(1),o.iushrn(1);for(var d=0,v=1;0==(r.words[0]&…
|