Home
last modified time | relevance | path

Searched refs:zero (Results 26 – 50 of 300) sorted by last modified time

12345678910>>...12

/plugin/ckgedit/ckeditor/lang/
H A Den.js.unc5 …"decimal":"Decimal (1, 2, 3, etc.)","decimalLeadingZero":"Decimal leading zero (01, 02, 03, etc.)"…
H A Dlang_array.txt489 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
/plugin/ckgedit/lang/
H A Den.4.9.js.beautified565 "decimalLeadingZero": "Decimal leading zero (01, 02, 03, etc.)",
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/
H A Dmsword.js.unc15 // var olstyle ='list-style: decimal-leading-zero; font-size: 1.1em; margin: 0 0 0 .25em';
/plugin/bootswrapper/exe/help/
H A Dpopover.txt5 Popovers whose both title and content are zero-length are never displayed.
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …ion(t){for(var e=0;e<9;e++)this.coefficients[e].copy(t[e]);return this},e.zero=function(){for(var … function
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less135 /* extra precedence b/c buttons have margin set to zero */
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php39 protected static $zero; variable in phpseclib3\\Crypt\\Common\\AsymmetricKey
147 if (!isset(self::$zero)) {
148 self::$zero = new BigInteger(0);
560 if (!$k->equals(self::$zero) && $k->compare($this->q) < 0) {
620 return $z2->compare(self::$zero) < 0 ?
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DPrivateKey.php177 if ($r->equals(self::$zero)) {
184 if (!$s->equals(self::$zero)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPublicKey.php61 if ($s->compare(self::$zero) < 0 || $s->compare($this->modulus) > 0) {
425 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
H A DPrivateKey.php77 if ($c->compare(self::$zero) < 0 || $c->compare($this->modulus) > 0) {
94 if ($m->compare(self::$zero) < 0 || $m->compare($this->modulus) > 0) {
110 case $this->primes[1]->equals(self::$zero):
112 case $this->coefficients[2]->equals(self::$zero):
114 case $this->exponents[1]->equals(self::$zero):
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DBase.php144 static $zero;
145 if (!isset($zero)) {
146 $zero = new BigInteger();
152 if ($x->compare($this->order) > 0 || $x->compare($zero) <= 0) {
H A DKoblitzPrime.php60 static $zero, $one, $two;
261 $zero = new BigInteger();
264 $b = clone $zero;
265 $c = clone $zero;
270 $a1 = clone $zero;
271 $b1 = clone $zero;
272 $a2 = clone $zero;
273 $b2 = clone $zero;
277 while (!$v->equals($zero)) {
H A DMontgomery.php69 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\Montgomery
106 $this->zero = $this->factory->newInteger(new BigInteger());
225 $p1 = [$this->one, $this->zero];
258 return [clone $this->zero, clone $this->one];
H A DPrime.php602 $zero = true;
606 $zero = false;
609 if (!$zero) {
H A DTwistedEdwards.php77 protected $zero; variable in phpseclib3\\Crypt\\EC\\BaseCurves\\TwistedEdwards
100 $this->zero = $this->factory->newInteger(new BigInteger(0));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/
H A DEd25519.php117 if ($x2->equals($this->zero)) {
121 return clone $this->zero;
137 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
142 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
230 return [clone $this->zero, clone $this->one, clone $this->one, clone $this->zero];
H A DEd448.php73 if ($x2->equals($this->zero)) {
77 return clone $this->zero;
84 if (!$x->multiply($x)->subtract($x2)->equals($this->zero)) {
171 return [clone $this->zero, clone $this->one, clone $this->one];
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
H A DPHP.php563 return [$this->normalize($temp), $this->normalize(static::$zero[static::class])];
571 return [$this->normalize(static::$zero[static::class]), $this->normalize($x)];
660 if ($x->compare(static::$zero[static::class]) < 0) {
1157 if ($n->compare(static::$zero[static::class]) == 0) {
H A DEngine.php52 protected static $zero = []; variable in phpseclib3\\Math\\BigInteger\\Engines\\Engine
136 if (!array_key_exists(static::class, static::$zero)) {
138 static::$zero[static::class] = new static(0);
318 if ($this->compare(static::$zero[static::class]) < 0) {
1006 return clone static::$zero[static::class];
1009 return clone static::$zero[static::class];
1170 $zero = new static();
1173 $b = clone $zero;
1174 $c = clone $zero;
1177 while (!$v->equals($zero)) {
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/GamesConfiguration/
H A DGamesNumberAffixConfiguration.php108 public function setZero(LocalizedStringBundle $zero) argument
110 $this->zero = $zero;
117 return $this->zero;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DPrivateKey.php111 if ($r->equals(self::$zero)) {
118 if (!$s->equals(self::$zero)) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md106 * Fix drain case where content-length is the literal string zero
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1219 static $mask, $zero, $forty;
1222 $zero = new BigInteger();
1252 while (!$part->equals($zero)) {
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/
H A DInteger.php63 protected static $zero; variable in phpseclib3\\Math\\PrimeField\\Integer
74 $this->value = clone static::$zero[static::class];
101 if (!isset(static::$zero[static::class])) {
102 static::$zero[static::class] = new BigInteger();
366 while ($d->compare(static::$zero[static::class]) > 0) {
380 …$shift = !$d->equals(static::$zero[static::class]) && $d->bitwise_and($mask)->equals(static::$zero

12345678910>>...12