Home
last modified time | relevance | path

Searched refs:negate (Results 1 – 25 of 57) sorted by last modified time

123

/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46996 var negate = function negate(p) {
47003 points: pre.naf.points.map(negate)
47007 points: pre.doubles.points.map(negate)
/plugin/edittable/lib/
H A Dhandsontable.full.js10351 units === 'day' ? (delta - zoneDelta) / 864e5 : // 1000 * 60 * 60 * 24, negate dst
10352 units === 'week' ? (delta - zoneDelta) / 6048e5 : // 1000 * 60 * 60 * 24 * 7, negate dst
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md640 - `\Elastica\Query\Missing`: negate `\Elastica\Query\Exists` instead
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2negate=function(){return this.x=-this.x,this.y=-this.y,this},e.dot=function(t){return this.x*t.x+t… function
H A DProjector.js602 _face.normalModel.negate();
617 normalModel.negate();
/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/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php214 $p[1]->negate()
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 DPrime.php467 $yp = $ypn == $bn ? $b : $b->negate();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php147 $x = $x->negate();
H A DEd448.php88 $x = $x->negate();
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php1214 public function negate() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
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/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/
H A DBigInteger.php846 public function negate() function in phpseclib3\\Math\\BigInteger
848 return new static($this->value->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/Math/PrimeField/
H A DInteger.php307 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
/plugin/passpolicy/
H A Dwords.txt2395 negate
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1743 …cks))},duration:function(){return new System.TimeSpan(this.ticks.abs())},negate:function(){return … function
H A Dorgchart.min.js8negate=function(){return!this.unsigned&&this.eq(r)?r:this.not().add(c)};n.neg=n.negate;n.add=funct… function
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8negate=function(){return!this.unsigned&&this.eq(r)?r:this.not().add(c)};n.neg=n.negate;n.add=funct… function
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1negate dst\n case 'week': output = (this - that - zoneDelta) / 6048e5; break; // 1000 *…

123