Home
last modified time | relevance | path

Searched refs:toToken (Results 1 – 2 of 2) sorted by relevance

/plugin/matrixnotifierwas/vendor/meet-kinksters/php-matrix-sdk/src/
DMatrixHttpApi.php1397 * @param string $toToken The desired end point of the list. Should be the next_batch
1404 public function keyChanges(string $fromToken, string $toToken) { argument
1407 'to' => $toToken,
/plugin/findologicxmlexport/vendor/sebastian/diff/src/
DDiffer.php252 while (($toToken = \reset($to)) !== $token) {