Home
last modified time | relevance | path

Searched refs:maxMs (Results 1 – 2 of 2) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DPacketIntervals.php33 public $maxMs; variable in Google\\Service\\Compute\\PacketIntervals
78 public function setMaxMs($maxMs) argument
80 $this->maxMs = $maxMs;
87 return $this->maxMs;
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js25485 maxMs = 1000,
25493 assert.ok(timeSpent < maxMs, 'operation took ' + timeSpent + 'ms');