/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/ |
H A D | BerEncoder.php | 826 $isNegative = ($int < 0); 828 if ($isNegative) { 833 if ($isNegative) { 846 if ($isNegative) { 856 if (!$isNegative && $msbSet) { 858 } elseif ($isNegative && !$msbSet) { 1095 $isNegative = (ord($bytes[0]) & 0x80); 1097 if ($isNegative) { 1112 if ($isNegative) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Curves/ |
H A D | Curve448.php | 90 if ($x->getLength() > 448 || $x->isNegative()) {
|
H A D | Curve25519.php | 79 if ($x->getLength() > 256 || $x->isNegative()) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/ |
H A D | KoblitzPrime.php | 152 if ($k1->isNegative()) { 157 if ($k2->isNegative()) {
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/ |
H A D | BigInteger.php | 834 public function isNegative() function in phpseclib3\\Math\\BigInteger 836 return $this->value->isNegative();
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/PrimeField/ |
H A D | Integer.php | 193 if ($temp->value->isNegative()) {
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …isNegative():n<0,l,u,v,b,g,c,k,d,a;if(!o&&(f?!n.isFinite():!isFinite(n)))return Number.NEGATIVE_IN… method in System.UInt64
|
/plugin/diagramsnet/lib/js/ |
H A D | orgchart.min.js | 8 …isNegative():n<0,l,u,v,b,g,c,k,d,a;if(!o&&(f?!n.isFinite():!isFinite(n)))return Number.NEGATIVE_IN… method in System.Int64
|
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/ |
H A D | BCMath.php | 677 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\BCMath
|
H A D | GMP.php | 683 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\GMP
|
H A D | PHP.php | 1202 public function isNegative() function in phpseclib3\\Math\\BigInteger\\Engines\\PHP
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | ogg.js | 15 …isNegative()){if(this.equals(goog.math.Long.MIN_VALUE)){var radixLong=goog.math.Long.fromNumber(ra… method in goog.math.Long
|
H A D | vorbis.js | 19 …isNegative()){if(this.equals(goog.math.Long.MIN_VALUE)){var radixLong=goog.math.Long.fromNumber(ra… method in goog.math.Long
|
H A D | opus.js | 23 …isNegative()){if(this.equals(goog.math.Long.MIN_VALUE)){var radixLong=goog.math.Long.fromNumber(ra… method in goog.math.Long
|
/plugin/amcharts/assets/amcharts/ |
H A D | amcharts.js | 149 …iddle",l=!1,m=this.labelPosition,n=e.getBBox(),q=this.chart.rotate,p=a.isNegative;c-=n.height/4/2;… 159 …=M=NaN));m&&(void 0==this.openField?ab&&(ab.isNegative=Ta<W?!0:!1,isNaN(Ta)&&(v.isNegative=!Sa)):v… 161 …&&W<za)v.isNegative=!0,Qa&&(Ma=Qa),Za&&(Va=Za),void 0!=Ja&&(Ha=Ja);$a=!1;isNaN(W)||(m?W>Ta?(Sa&&($… 167 (v.isNegative=W<Oa?!0:!1);v.isNegative&&(Qa&&(Ma=Qa),void 0!=Ja&&(Aa=Ja));var Pb=f.min,Qb=f.max,ob=… 174 …||isNaN(zb)||isNaN(Ab)||isNaN(W))){var Rb=h.set();fa.push(Rb);W<ta&&(v.isNegative=!0,void 0!=Ja&&(… 191 …isNegative?b-f:b+f:c=a.isNegative?c+f:c-f;q=this.bulletColorR;a.lineColor&&(this.bulletColorSwitch… 284 …c&&(h=e);c=a.fillColorsR;"object"==typeof c?e=c[0]:void 0!==c&&(e=c);b.isNegative&&(c=a.negativeLi…
|
/plugin/processing/ |
H A D | script.js | 5396 var str, num, pad, arr, left, right, isNegative, test, i; 5402 isNegative = num < 0; 5404 if (isNegative) { 5413 if (isNegative) { 5435 isNegative = num < 0; 5437 if (isNegative) { 5467 if (isNegative) {
|