Home
last modified time | relevance | path

Searched refs:timeoutMs (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Bigquery/
DQueryRequest.php76 public $timeoutMs; variable in Google\\Service\\Bigquery\\QueryRequest
285 public function setTimeoutMs($timeoutMs) argument
287 $this->timeoutMs = $timeoutMs;
294 return $this->timeoutMs;
/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixClient.php390 …public function listenForever(int $timeoutMs = 30000, ?callable $exceptionHandler = null, int $bad… argument
395 $this->sync($timeoutMs);
418 … public function startListenerThread(int $timeoutMs = 30000, ?callable $exceptionHandler = null) { argument
482 * @param int $timeoutMs
486 public function sync(int $timeoutMs = 30000) { argument
487 $response = $this->api->sync($this->syncToken, $timeoutMs, $this->syncFilter);
DMatrixHttpApi.php111 * @param int $timeoutMs
118 public function sync(?string $since = null, int $timeoutMs = 30000, $filter = null, argument
121 'timeout' => (int)$timeoutMs,
/plugin/authgoogle/google/contrib/
DGoogle_BigqueryService.php1575 public $timeoutMs; variable in Google_QueryRequest
1619 public function setTimeoutMs( $timeoutMs) { argument
1620 $this->timeoutMs = $timeoutMs;
1623 return $this->timeoutMs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DBigquery.php287 'timeoutMs' => [