/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A 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/ |
H A D | Ed448.php | 87 if ($x->isOdd() != $sign) { 140 if ($x->isOdd()) {
|
H A D | Ed25519.php | 146 if ($x->isOdd() != $sign) { 199 if ($x->isOdd()) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A 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/ |
H A D | BCMath.php | 531 if (!$this->isOdd()) { 653 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
H A D | GMP.php | 663 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
H A D | PHP.php | 1175 public function isOdd() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A 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/ |
H A D | Prime.php | 466 $bn = $b->isOdd();
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A 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/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 15 …isOdd=(function(){return(this.low_&1)==1});goog.math.Long.prototype.equals=(function(other){return… method in goog.math.Long
|
H A D | vorbis.js | 19 …isOdd=(function(){return(this.low_&1)==1});goog.math.Long.prototype.equals=(function(other){return… method in goog.math.Long
|
H A 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/ |
H A 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/ |
H A 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/ |
H A D | pdf.worker.js | 49639 function isOdd(i) { 49741 var e = isOdd(startLevel) ? 'R' : 'L'; 49891 if (lowestOddLevel > level && isOdd(level)) {
|
H A D | pdf.worker.js.map | 1 …isOdd","sor","eor","lastType","findUnequal","before","after","setValues","isEven","highestLevel","…
|