Home
last modified time | relevance | path

Searched refs:multiplier (Results 1 – 25 of 40) sorted by relevance

12

/plugin/loglog/helper/
Dalert.php28 protected $multiplier; variable in helper_plugin_loglog_alert
95 io_saveFile($this->statfile, $this->multiplier);
138 $this->multiplier = (int)file_get_contents($this->statfile);
142 if ($intervalsAfterLastAlert === $this->multiplier) {
144 } elseif ($intervalsAfterLastAlert < $this->multiplier) {
146 } elseif ($intervalsAfterLastAlert > $this->multiplier) {
162 return $this->multiplier === 1 ? $this->multiplier : log($this->multiplier, 2) + 1;
172 return $this->now + $this->interval * $this->multiplier * 2;
180 $this->multiplier = 1;
188 $this->multiplier *= 2;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
DRouterBgpPeerBfd.php33 public $multiplier; variable in Google\\Service\\Compute\\RouterBgpPeerBfd
70 public function setMultiplier($multiplier) argument
72 $this->multiplier = $multiplier;
79 return $this->multiplier;
DBfdPacket.php61 public $multiplier; variable in Google\\Service\\Compute\\BfdPacket
216 public function setMultiplier($multiplier) argument
218 $this->multiplier = $multiplier;
225 return $this->multiplier;
/plugin/asciidocjs/node_modules/lodash/
Dmultiply.js18 var multiply = createMathOperation(function(multiplier, multiplicand) { argument
19 return multiplier * multiplicand;
Dlodash.js16524 var multiply = createMathOperation(function(multiplier, multiplicand) { argument
16525 return multiplier * multiplicand;
/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/level-1/
Doptimize.js259 var multiplier = precisionOptions.units[unit].multiplier;
264 return Math.round((integer + fraction) * multiplier) / multiplier + unit;
601 precisionOptions.units[unit].multiplier = Math.pow(10, value);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Math/BigInteger/Engines/
DPHP.php112 $multiplier = new static();
113 $multiplier->value = [static::MAX10];
129 $temp = $temp->multiply($multiplier);
903 * @param int $multiplier
906 protected static function array_repeat($input, $multiplier) argument
908 return $multiplier ? array_fill(0, $multiplier, $input) : [];
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
Dcollections.js12 _.each([1, 2, 3], function(num){ answers.push(num * this.multiplier); }, {multiplier: 5}); property
148 var tripled = _.map([1, 2, 3], function(num){ return num * this.multiplier; }, {multiplier: 3}); property
178 var context = {multiplier: 3}; property
179 …sum = _.reduce([1, 2, 3], function(memo, num){ return memo + num * this.multiplier; }, 0, context);
Dobjects.js1079 return val * this.multiplier;
1080 }, {multiplier: 3}), {a: 3, b: 6}, 'keep context'); property
/plugin/amcharts/assets/amcharts/plugins/export/libs/fabric.js/
Dfabric.js10088 multiplier = options.multiplier || 1,
10096 if (multiplier !== 1) {
10097 return this.__toDataURLWithMultiplier(format, quality, cropping, multiplier);
10162 __toDataURLWithMultiplier: function(format, quality, cropping, multiplier) { argument
10166 scaledWidth = origWidth * multiplier,
10167 scaledHeight = origHeight * multiplier,
10173 if (multiplier > 1) {
10176 ctx.scale(multiplier, multiplier);
10179 cropping.left *= multiplier;
10182 cropping.top *= multiplier;
[all …]
Dfabric.min.js6multiplier=options.multiplier||1,cropping={left:options.left,top:options.top,width:options.width,h… argument
/plugin/amcharts/assets/amcharts/plugins/export/
DREADME.md321 multiplier | 1 | number | Set this to non-1 number to resize the resulting image by
328 multiplier | 1 | number | Set this to non-1 number to resize the resulting image by
334 multiplier | 2 | number | Set this to non-1 number to resize the resulting image by
624 multiplier | Scale factor for the generated image
Dexport.js1750 multiplier: 1 property
1812 multiplier: 1 property
1829 multiplier: 1 property
1920 multiplier: 2 property
Dexport.min.js1multiplier:1},a||{}),e=d.data,f=document.createElement("img");return d.data||(e=d.lossless||"svg"=… property
/plugin/dirtylittlehelper/mermaid/editor/docs/
D6.6.js1multiplier:((null===(t=r[2])||void 0===t?void 0:t.length)||0)-(parseInt(r[3])||0)}}if(R(t.multiple…
D4.4.js.map1multiplier: (((_a = parts[2]) === null || _a === void 0 ? void 0 : _a.length) || 0) - (parseInt(pa…
Djson.worker.js.map1multiplier: (((_a = parts[2]) === null || _a === void 0 ? void 0 : _a.length) || 0) - (parseInt(pa…
/plugin/dirtylittlehelper/mermaid/editor/
D6.6.js1multiplier:((null===(t=r[2])||void 0===t?void 0:t.length)||0)-(parseInt(r[3])||0)}}if(R(t.multiple…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
DCatNamespace.asciidoc519 $params['size'] = (enum) The multiplier in which to display values (Options = ,k,m,…
/plugin/photogallery/phpThumb/docs/
Dphpthumb.readme.txt417 <h> is the scale multiplier for line height/spacing
/plugin/sequencediagram/bower_components/lodash/
Dlodash.js16427 var multiply = createMathOperation(function(multiplier, multiplicand) { argument
16428 return multiplier * multiplicand;
/plugin/sequencediagram/bower_components/lodash/dist/
Dlodash.js16427 var multiply = createMathOperation(function(multiplier, multiplicand) { argument
16428 return multiplier * multiplicand;
/plugin/combo/resources/library/rrdiagram/0.9.4.1/
H A Drrdiagram.js.map1multiplier","nextChunk","newChunk","setMaxCount","alternationSequenceList","choiceChunk","subList"…
/plugin/processing/
Dscript.js6203 var multiplier = Math.sqrt(-2 * Math.log(s) / s);
6204 nextNextGaussian = v2 * multiplier;
6207 return v1 * multiplier;
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...

12