Home
last modified time | relevance | path

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

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
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/
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/
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 …]
DBase.php214 $p[1]->negate()
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DNot.php40 public static function negate($string) function in PHPUnit_Framework_Constraint_Not
121 return self::negate(
141 return self::negate(
/plugin/asciidocjs/node_modules/lodash/
DomitBy.js2 negate = require('./negate'), variable
26 return pickBy(object, negate(baseIteratee(predicate)));
Dreject.js5 negate = require('./negate'); variable
43 return func(collection, negate(baseIteratee(predicate, 3)));
Dnegate.js24 function negate(predicate) { function
40 module.exports = negate;
/plugin/asciidocjs/node_modules/jake/node_modules/minimatch/
Dminimatch.js148 this.negate = false
215 var negate = false
224 negate = !negate
229 this.negate = negate
703 if (this.negate) re = '^(?!' + re + ').*$'
771 return !this.negate
778 return this.negate
DREADME.md68 * `negate` True if the pattern is negated.
171 Returns from negate expressions the same as if they were not negated.
206 characters at the start of a pattern will negate the pattern multiple
/plugin/asciidocjs/node_modules/minimatch/
Dminimatch.js240 let negate = false
244 negate = !negate
249 this.negate = negate
875 if (this.negate) re = '^(?!' + re + ').*$'
929 return !this.negate
936 return this.negate
DREADME.md82 * `negate` True if the pattern is negated.
185 Returns from negate expressions the same as if they were not negated.
229 characters at the start of a pattern will negate the pattern multiple
/plugin/asciidocjs/node_modules/glob/
Dsync.js146 var negate = !!this.minimatch.negate
155 if (negate && !prefix) {
Dglob.js384 var negate = !!this.minimatch.negate
393 if (negate && !prefix) {
/plugin/asciidocjs/node_modules/commander/
Dindex.js26 this.negate = flags.indexOf('-no-') !== -1;
460 if (option.negate || option.optional || option.required || typeof defaultValue === 'boolean') {
462 if (option.negate) {
488 this._setOptionValue(name, option.negate
496 this._setOptionValue(name, option.negate ? false : val);
1413 …((!option.negate && option.defaultValue !== undefined) ? ' (default: ' + JSON.stringify(option.def…
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/
DBigInteger.php846 public function negate() function in phpseclib3\\Math\\BigInteger
848 return new static($this->value->negate());
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dcompress.js941 stat.condition = stat.condition.negate(compressor);
982 stat.condition = stat.condition.negate(compressor);
1689 self.cdr = self.cdr.negate(compressor);
1694 self.consequent = self.consequent.negate(compressor);
1695 self.alternative = self.alternative.negate(compressor);
1715 self.left = self.left.negate(compressor, first_in_statement);
1716 self.right = self.right.negate(compressor);
1720 self.left = self.left.negate(compressor, first_in_statement);
1721 self.right = self.right.negate(compressor);
2501 right: first.condition.negate(compressor),
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
DEd448.php88 $x = $x->negate();
DEd25519.php147 $x = $x->negate();
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dmozilla-ast.js483 var negate, node;
485 negate = 1 / val < 0;
486 args.value = negate ? -val : val;
489 negate = val < 0;
492 return negate ? new AST_UnaryPrefix({
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
DInteger.php307 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
/plugin/securelogin/
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/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/
DInteger.php445 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer

1234