Home
last modified time | relevance | path

Searched refs:exp (Results 101 – 122 of 122) sorted by path

12345

/plugin/publistx/bib2tpl/lib/
H A DPEAR.php497 count($exp = end($this->_expected_errors))
499 if ($exp[0] == "*" ||
500 (is_int(reset($exp)) && in_array($code, $exp)) ||
501 (is_string(reset($exp)) && in_array($message, $exp))
/plugin/pubmed2020/tests/
H A DPM15924077.nbib53 TT - Troubles cognitifs et chutes: l'expérience de la consultation multidisciplinaire de
H A DPM15924077.ris12 TT - Troubles cognitifs et chutes: l'expérience de la consultation multidisciplinaire de la chute …
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js91 return 1 - (Math.cos(pos * 4.5 * Math.PI) * Math.exp(-pos * 6));
/plugin/securelogin/
H A Drsalib.js669 return this.exp(e, z);
687 BigInteger.prototype.exp = bnpExp; method in BigInteger
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
H A Dsequence-diagram-min.js6 …ion AssertException(message){this.message=message}function assert(exp,message){if(!exp)throw new A… argument
H A Dsequence-diagram-min.js.map1 …rseError","message","hash","_","extend","name","AssertException","assert","exp","registerTheme","t…
H A Dsequence-diagram-raphael-min.js6 …ion AssertException(message){this.message=message}function assert(exp,message){if(!exp)throw new A… argument
H A Dsequence-diagram-raphael-min.js.map1 …rseError","message","hash","_","extend","name","AssertException","assert","exp","registerTheme","t…
H A Dsequence-diagram-raphael.js852 function assert(exp, message) { argument
853 if (!exp) {
H A Dsequence-diagram-snap-min.js6 …ion AssertException(message){this.message=message}function assert(exp,message){if(!exp)throw new A… argument
H A Dsequence-diagram-snap-min.js.map1 …rseError","message","hash","_","extend","name","AssertException","assert","exp","registerTheme","t…
H A Dsequence-diagram-snap.js852 function assert(exp, message) { argument
853 if (!exp) {
H A Dsequence-diagram.js852 function assert(exp, message) { argument
853 if (!exp) {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/src/
H A Dtheme.js49 function assert(exp, message) { argument
50 if (!exp) {
/plugin/serverinfos/serverinfos/lib/
H A DInfosServer.class.php90 $exp = explode(' ', $cpu_tmp64[0],3);
91 $systeme = $exp[2];
186 $exp = explode(':', $tmpWin[7]);
187 $ram = $exp[1];
202 $exp = explode(':', $tmp[13]);
203 $cpu_tmp = $exp[1];
251 if ($os == "Darwin") {$mark = $exp[0];}
252 if ($os == "FreeBSD") {$mark = $exp[0];}
257 $int = explode(':', $exp[0]);
263 $int = explode(':', $exp[0]);
[all …]
/plugin/sqlraw/
H A Dsimple_html_dom.php558 list($tag, $key, $val, $exp, $no_key) = $selector;
617 …->debugLog(2, "testing node: " . $node->tag . " for attribute: " . $key . $exp . $val . " where no…
621 $check = $this->match($exp, strtolower($val), strtolower($nodeKeyValue));
623 $check = $this->match($exp, $val, $nodeKeyValue);
633 $check = $this->match($exp, strtolower($val), strtolower($k));
635 $check = $this->match($exp, $val, $k);
650 protected function match($exp, $pattern, $value) { argument
654 switch ($exp) {
697 list($tag, $key, $val, $exp, $no_key) = array($m[1], null, null, '=', false);
701 if (!empty($m[5])) {$exp=$m[5];}
[all …]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2 …he maximum is set to "+$u);for(var m=[],v=0,g=0;g<$u;++g){var y=g/p,x=Math.exp(-y*y/2);m.push(x),0…
/plugin/struct/types/
H A DDecimal.php45 $exp = floor(log10($value) / 3);
47 if ($exp < 0) {
49 $pfkey = -1 * $exp;
52 $pfkey = $exp;
57 $exp = $pfkey * $exp / abs($exp);
62 $value / 10 ** ($exp * 3) . "\xE2\x80\xAF" . $units[$pfkey] .
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1exp fabs floor fmod ' +\n 'frexp ldexp log log10 modf pow sin sinh sqrt tan tanh jmp_buf ' +\n …
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs507 /* General Exponential always shows 2 digits exp and trims the mantissa */
23172 var exp = (buf[offset + 15] & 127) << 7 | buf[offset + 14] >> 1;
23176 return (buf[offset + 15] & 128 ? -mantissa : mantissa) * Math.pow(10, exp - 6176);
23179 var exp = Math.floor(value == 0 ? 0 : Math.LOG10E * Math.log(Math.abs(value))) + 6176 - 16;
23180 var mantissa = value / Math.pow(10, exp - 6176);
23181 buf[offset + 15] |= exp >> 7;
23182 buf[offset + 14] |= (exp & 127) << 1;
/plugin/zip/pear/
H A DPEAR.php535 …$this->_expected_errors) && sizeof($this->_expected_errors) > 0 && sizeof($exp = end($this->_expec…
536 if ($exp[0] == "*" ||
537 (is_int(reset($exp)) && in_array($code, $exp)) ||
538 (is_string(reset($exp)) && in_array($message, $exp))) {

12345