Home
last modified time | relevance | path

Searched refs:exponent (Results 1 – 25 of 34) sorted by path

12

/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A Dxmlseclibs.php449 static function convertRSA($modulus, $exponent) { argument
451 $exponentEncoding = XMLSecurityKey::makeAsnSegment(0x02, $exponent);
1668 $exponent = null;
1673 $exponent = base64_decode($exponentNode->nodeValue);
1675 if (empty($modulus) || empty($exponent)) {
1678 $publicKey = XMLSecurityKey::convertRSA($modulus, $exponent);
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1 …// from the result; also other coefficients are written in terms of the exponent\n\t// to \\alpha …
/plugin/authgooglesheets/vendor/google/apiclient/src/AccessToken/
H A DVerify.php234 $exponent = new $bigIntClass($this->jwt->urlsafeB64Decode($cert['e']), 256);
235 $component = array('n' => $modulus, 'e' => $exponent);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php234 protected $exponent; variable in phpseclib3\\Crypt\\RSA
432 $privatekey->exponent = $d;
467 $key->exponent = $key->publicExponent;
470 $key->exponent = $key->privateExponent;
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/RSA/
H A DPrivateKey.php115 return $x->modPow($this->exponent, $this->modulus);
519 return $type::savePublicKey($this->modulus, $this->exponent, $options);
522 …return $type::savePrivateKey($this->modulus, $this->publicExponent, $this->exponent, $this->primes…
H A DPublicKey.php47 return $x->modPow($this->exponent, $this->modulus);
516 $new->exponent = $this->exponent;
/plugin/c3chart/assets/
H A Dd3.min.js2exponent=function(n){return arguments.length?(t=+n,e(e())):t},n.copy=function(){return li(n,Mi().e… function
/plugin/codemirror/dist/modes/
H A Dcobol.min.js1exponent:/e/i,keyword_char:/[^\s\(\[\;\)\]]/,symbol:/[\w*+\-]/};function o(a,b){if(a==="0"&&b.eat(… property in AnonymousFunction62d85bf80200.n
H A Dcobol.min.js.map1exponent","keyword_char","symbol","isNumber","ch","stream","eat","eatWhile","test","peek","next","…
H A Derlang.min.js.map1 … } else {\n if (stream.eat(/[eE]/)) { // float with exponent\n if (…
H A Dfortran.min.js.map1 …", \"erfc\", \"etime\",\n \"exit\", \"exp\", \"exponent\", \"extends_type…
H A Dhaskell.min.js.map1 …numFromThenTo\",\n \"enumFromTo\", \"error\", \"even\", \"exp\", \"exponent\", \"fail\", \"fi…
H A Dmathematica.min.js.map1 … // (``float). Note: while 1.2` is possible 1.2`` is not. At the end an exponent (float*^+12) can …
/plugin/const/
H A Dclass.evalmath.php1028 * @param double|int $exponent Exponent.
1031 public static function power( $base, $exponent ) { argument
1032 return pow( $base, $exponent );
/plugin/diagramsnet/lib/js/
H A Dextensions.min.js1705exponent=t,n}(3),Bo=function t(e){function n(t){return 1-Math.pow(1-t,e)}return e=+e,n.exponent=t,… function
/plugin/diagramsnet/lib/js/mermaid/
H A Dmermaid.min.js6exponent=t,n}(3),Bo=function t(e){function n(t){return 1-Math.pow(1-t,e)}return e=+e,n.exponent=t,… function
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js.map1 …he power of the second argument'),\n 'example': 'pow(@base, @exponent);'\n },\n …
H A D7.7.js.map1 … 'expand',\n 'expanding',\n 'expiration',\n 'explicit',\n 'exponent',\n 'export',\…
H A Dbundle.js.map1exponent.js","webpack:///./node_modules/d3-format/src/formatDecimal.js","webpack:///./node_modules…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js1exponent=t,n}(3),No=function t(e){function n(t){return 1-Math.pow(1-t,e)}return e=+e,n.exponent=t,… function
H A Dmermaid.min.js.map1exponent.js","webpack://mermaid/./node_modules/d3-format/src/formatSpecifier.js","webpack://mermai…
/plugin/edittable/lib/
H A Dhandsontable.full.js12346 exponent,
12355 exponent = str.split('e')[1];
12360 if (+exponent > 0) {
12362 str = beforeDec + afterDec + zeroes(exponent - afterDec.length);
12377 zerosStr = zeroes((-1 * exponent) - 1);
12384 if (+exponent > 0 && precision > 0) {
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php203 function pow($base, $exponent) argument
205 return bcpow($base, $exponent);
238 function _powmod($base, $exponent, $modulus) argument
242 while($this->cmp($exponent, 0) > 0) {
243 if ($this->mod($exponent, 2)) {
247 $exponent = $this->div($exponent, 2);
252 function powmod($base, $exponent, $modulus) argument
289 function pow($base, $exponent) argument
291 return gmp_pow($base, $exponent);
319 function powmod($base, $exponent, $modulus) argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dd3.min.js2 …n(n,t){return nu(e,n,t)},r.nice=function(n){return r.domain(Gi(e,n))},r.exponent=function(o){retur… function
5 …scale.linear(),1,[0,1])},ao.scale.sqrt=function(){return ao.scale.pow().exponent(.5)},ao.scale.ord…

12