Home
last modified time | relevance | path

Searched refs:Paging (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php31 use FreeDSx\Ldap\Search\Paging;
266 * @return Paging
268 public function paging(SearchRequest $search, ?int $size = null): Paging
270 return new Paging($this, $search, $size ?? $this->options['page_size']);
29 use FreeDSx\Ldap\Search\Paging; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php29 class Paging
27 class Paging global() class
/plugin/tagfilter/script/select2/
H A DREADME.md17 * Paging of large datasets: easy support for loading more pages when the results are scrolled to the end.
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md6 * Paging Control Support ([RFC 2696](https://tools.ietf.org/html/rfc2696))