Home
last modified time | relevance | path

Searched refs:timeout (Results 126 – 150 of 435) sorted by last modified time

12345678910>>...18

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSSH2.php824 protected $timeout; variable in phpseclib3\\Net\\SSH2
1205 * @param int $timeout
1209 public function __construct($host, $port = 22, $timeout = 10) argument
1306 $this->timeout = $timeout;
1395 $this->curTimeout = $this->timeout;
2787 * @param mixed $timeout
2790 public function setTimeout($timeout) argument
2792 $this->timeout = $this->curTimeout = $timeout;
2832 $this->curTimeout = $this->timeout;
3111 $this->curTimeout = $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Compute/
H A DHttpRouteAction.php113 public function setTimeout(Duration $timeout) argument
115 $this->timeout = $timeout;
122 return $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ContainerAnalysis/
H A DBuildStep.php34 public $timeout; variable in Google\\Service\\ContainerAnalysis\\BuildStep
127 public function setTimeout($timeout) argument
129 $this->timeout = $timeout;
133 return $this->timeout;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1Build.php110 public $timeout; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1Build
483 public function setTimeout($timeout) argument
485 $this->timeout = $timeout;
492 return $this->timeout;
H A DContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep.php64 public $timeout; variable in Google\\Service\\ContainerAnalysis\\ContaineranalysisGoogleDevtoolsCloudbuildV1BuildStep
217 public function setTimeout($timeout) argument
219 $this->timeout = $timeout;
226 return $this->timeout;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DGoogleCloudRunOpV2Revision.php104 public $timeout; variable in Google\\Service\\CloudRun\\GoogleCloudRunOpV2Revision
415 public function setTimeout($timeout) argument
417 $this->timeout = $timeout;
424 return $this->timeout;
H A DGoogleCloudRunV2Revision.php104 public $timeout; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Revision
415 public function setTimeout($timeout) argument
417 $this->timeout = $timeout;
424 return $this->timeout;
H A DGoogleCloudRunV2Task.php116 public $timeout; variable in Google\\Service\\CloudRun\\GoogleCloudRunV2Task
469 public function setTimeout($timeout) argument
471 $this->timeout = $timeout;
478 return $this->timeout;
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DFleepHookHandler.php53 float $timeout = 0.0, argument
70 $timeout,
H A DLogEntriesHandler.php40 float $timeout = 0.0, argument
55 $timeout,
H A DPushoverHandler.php113 float $timeout = 0.0, argument
124 $timeout,
H A DSocketHandler.php34 private $timeout; variable in Monolog\\Handler\\SocketHandler
53 … * @param float $timeout Socket timeout to wait until the request is being aborted
66 float $timeout = 0.0, argument
80 $this->validateTimeout($timeout);
81 $this->timeout = $timeout;
154 $this->timeout = $seconds;
211 return $this->timeout;
272 $seconds = floor($this->timeout);
273 $microseconds = round(($this->timeout - $seconds) * 1e6);
/plugin/layeranimation/
H A DREADME.md10 … the animation. Clicking the button again will resume the animation after a timeout of two seconds.
H A Dscript.js49 var timeout = item.currentTime / (currentLeft * item.direction) * self.stepWidth;
70 window.setTimeout( function() { self.run(itemNr +1, layerNr); }, timeout);
78 item.currentTime -= timeout;
103 timeout = self.layer[layerNr].waitTime || self.waitTime;
115 self.layerPlayingTimeOut = window.setTimeout( self.run, timeout);
211 var timeout = self.layer[self.currentLayer].waitTime;
228 }, timeout);
314 innerLayer.waitTime = innerLayer.elem.attr('timing') * 1000 || self.timeout;
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js611 function debounce(fn, timeout) { argument
619 var scheduledDiff = lastNow + timeout - now;
629 function schedule(timeout) { argument
630 timer = setTimeout(fire, timeout);
644 schedule(timeout);
22753 function setTimeoutContext(fn, timeout, context) { argument
43094 timeout: timeout || 2000,
46247 if (tooltip.timeout) {
46268 if (action === 'mouseout' && tooltip.timeout) {
46271 tooltip.timeout = 1000;
[all …]
H A Dbpmn-modeler.production.min.js34timeout:o||2e3,html:"<div>"+r+"</div>"}))}))}function yh(e,t,n,i){Ka.call(this,e);var r=i.get("dra…
/plugin/xtern/
H A Dadmin.php342 $http->timeout = 120;
/plugin/instantpage/lib/
H A D5.1.0.js2 …o)},n),m){let t;(t=window.requestIdleCallback?t=>{requestIdleCallback(t,{timeout:1500})}:t=>{t()})…
/plugin/pureldap/vendor/freedsx/socket/src/FreeDSx/Socket/
H A DSocketServer.php121 * @param int $timeout
124 public function accept(int $timeout = -1): ?Socket
126 $socket = @\stream_socket_accept($this->socket, $timeout);
86 accept($timeout = 1) global() argument
/plugin/passpolicy/
H A D10k-common-passwords.txt6590 timeout
H A Dhelper.php517 $http->timeout = 5;
/plugin/quickstats/GEOIP/
H A Dget_geocity2.php28 $http->timeout = 120;
/plugin/quickstats/GEOIP/vendor/geoip2/geoip2/
H A DCHANGELOG.md123 * Support for `timeout` and `connectTimout` were added to the `$options` array
/plugin/quickstats/lang/en/
H A Dquery.txt56 …the timeout period has been exceeded, but the processing has actually stopped and the result will …
/plugin/quickstats/scripts/
H A Dget_geocity.php22 $http->timeout = 120;

12345678910>>...18