Lines Matching refs:sync
133 $this->sync();
171 $this->sync();
176 public function login(string $username, string $password, bool $sync = true, argument
188 return $this->finalizeLogin($response, $sync, $limit);
196 * @param bool $sync Indicator whether to sync.
203 …public function jwtLogin(string $token, bool $refreshToken = false, bool $sync = true, int $limit … argument
212 return $this->finalizeLogin($response, $sync, $limit);
219 * @param bool $sync Sync flag.
227 protected function finalizeLogin(array $response, bool $sync, int $limit): string { argument
240 if ($sync) {
242 $this->sync();
395 $this->sync($timeoutMs);
486 public function sync(int $timeoutMs = 30000) { function in MatrixPhp\\MatrixClient
487 $response = $this->api->sync($this->syncToken, $timeoutMs, $this->syncFilter);