| /plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
| D | GoogleIdentityAccesscontextmanagerV1Condition.php | 36 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/ |
| D | Condition.php | 36 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/ |
| D | KoblitzPrime.php | 68 $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 …]
|
| D | Base.php | 214 $p[1]->negate()
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/ |
| D | Not.php | 40 public static function negate($string) function in PHPUnit_Framework_Constraint_Not 121 return self::negate( 141 return self::negate(
|
| /plugin/asciidocjs/node_modules/lodash/ |
| D | omitBy.js | 2 negate = require('./negate'), variable 26 return pickBy(object, negate(baseIteratee(predicate)));
|
| D | reject.js | 5 negate = require('./negate'); variable 43 return func(collection, negate(baseIteratee(predicate, 3)));
|
| D | negate.js | 24 function negate(predicate) { function 40 module.exports = negate;
|
| /plugin/asciidocjs/node_modules/jake/node_modules/minimatch/ |
| D | minimatch.js | 148 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
|
| D | README.md | 68 * `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/ |
| D | minimatch.js | 240 let negate = false 244 negate = !negate 249 this.negate = negate 875 if (this.negate) re = '^(?!' + re + ').*$' 929 return !this.negate 936 return this.negate
|
| D | README.md | 82 * `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/ |
| D | sync.js | 146 var negate = !!this.minimatch.negate 155 if (negate && !prefix) {
|
| D | glob.js | 384 var negate = !!this.minimatch.negate 393 if (negate && !prefix) {
|
| /plugin/asciidocjs/node_modules/commander/ |
| D | index.js | 26 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/ |
| D | BigInteger.php | 846 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/ |
| D | compress.js | 941 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/ |
| D | Ed448.php | 88 $x = $x->negate();
|
| D | Ed25519.php | 147 $x = $x->negate();
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | mozilla-ast.js | 483 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/ |
| D | Integer.php | 307 public function negate() function in phpseclib3\\Math\\PrimeField\\Integer
|
| /plugin/securelogin/ |
| D | rsalib.js | 205 return "-" + this.negate().toString(b); 255 return (this.s < 0) ? this.negate() : this; 691 BigInteger.prototype.negate = bnNegate; method in BigInteger
|
| /plugin/jmol2/jmol/ |
| D | JmolApplet0.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/obrador/
javax/
... |
| D | JmolAppletSigned0.jar | META-INF/MANIFEST.MF
META-INF/SELFSIGN.SF
META-INF/SELFSIGN ... |
| /plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BinaryField/ |
| D | Integer.php | 445 public function negate() function in phpseclib3\\Math\\BinaryField\\Integer
|