Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 57) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DGoogleIdentityAccesscontextmanagerV1Condition.php36 public $negate; variable in Google\\Service\\CloudAsset\\GoogleIdentityAccesscontextmanagerV1Condition
91 public function setNegate($negate) argument
93 $this->negate = $negate;
100 return $this->negate;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AccessContextManager/
H A DCondition.php36 public $negate; variable in Google\\Service\\AccessContextManager\\Condition
91 public function setNegate($negate) argument
93 $this->negate = $negate;
100 return $this->negate;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php68 $inv = $this->one->divide($this->two)->negate();
69 $s = $this->three->negate()->squareRoot()->multiply($inv);
84 $inv = $tempOne->divide($tempTwo)->negate();
85 $s = $tempThree->negate()->squareRoot()->multiply($inv);
120 $c2 = $v1['b']->negate()->multiply($k);
132 $k2 = $q1->add($q2)->negate();
153 $k1 = $k1->negate();
158 $k2 = $k2->negate();
301 $b1 = $c->negate();
309 $b2 = $b0->negate();
[all …]
H A DBase.php214 $p[1]->negate()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DNot.php40 public static function negate($string) function in PHPUnit_Framework_Constraint_Not
121 return self::negate(
141 return self::negate(
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
H A DBigInteger.php846 public function negate() function in phpseclib3\\Math\\BigInteger
848 return new static($this->value->negate());
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd448.php88 $x = $x->negate();
H A DEd25519.php147 $x = $x->negate();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php307 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
/plugin/securelogin/
H A Drsalib.js205 return "-" + this.negate().toString(b);
255 return (this.s < 0) ? this.negate() : this;
691 BigInteger.prototype.negate = bnNegate; method in BigInteger
/plugin/jmol2/jmol/
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
H A DInteger.php445 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DBCMath.php689 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
H A DGMP.php695 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.core.js2352 function negate(predicate) { function
3727 lodash.negate = negate;
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dfunctions.js618 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/stlviewer/stlviewer/
H A DProjector.js602 _face.normalModel.negate();
617 normalModel.negate();
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore-min.js5negate(x(t)),r)},m.every=m.all=function(n,t,r){t=x(t,r);for(var e=!k(n)&&m.keys(n),u=(e||n).length… function
H A Dunderscore.js234 return _.filter(obj, _.negate(cb(predicate)), context);
857 _.negate = function(predicate) { function
1045 iteratee = _.negate(iteratee);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore-min.js5negate(x(t)),r)},m.every=m.all=function(n,t,r){t=x(t,r);for(var e=!k(n)&&m.keys(n),u=(e||n).length… function
H A Dunderscore.js245 return _.filter(obj, _.negate(cb(predicate)), context);
892 _.negate = function(predicate) { function
1106 iteratee = _.negate(iteratee);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js15negate()}else{return new goog.math.Long(value%goog.math.Long.TWO_PWR_32_DBL_|0,value/goog.math.Lon… method in goog.math.Long
/plugin/codemirror/dist/modes/
H A Dapl.min.js.map1 …ar builtInFuncs = {\n \"+\": [\"conjugate\", \"add\"],\n \"−\": [\"negate\", \"subtract\"],\…

123