Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyPagingHandler.php15 use FreeDSx\Ldap\Search\Paging; alias
16 use FreeDSx\Ldap\Server\Paging\PagingRequest;
17 use FreeDSx\Ldap\Server\Paging\PagingResponse;
77 private function getPagerForClient(PagingRequest $pagingRequest): Paging
H A DPagingHandlerInterface.php14 use FreeDSx\Ldap\Server\Paging\PagingRequest;
15 use FreeDSx\Ldap\Server\Paging\PagingResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerPagingHandler.php23 use FreeDSx\Ldap\Server\Paging\PagingRequest;
24 use FreeDSx\Ldap\Server\Paging\PagingRequestComparator;
25 use FreeDSx\Ldap\Server\Paging\PagingResponse;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php31 use FreeDSx\Ldap\Search\Paging; alias
266 * @return Paging
268 public function paging(SearchRequest $search, ?int $size = null): Paging
270 return new Paging($this, $search, $size ?? $this->options['page_size']);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/
H A DRequestHistory.php15 use FreeDSx\Ldap\Server\Paging\PagingRequests;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Paging/
H A DPagingResponse.php12 namespace FreeDSx\Ldap\Server\Paging;
H A DPagingRequests.php12 namespace FreeDSx\Ldap\Server\Paging;
H A DPagingRequest.php12 namespace FreeDSx\Ldap\Server\Paging;
H A DPagingRequestComparator.php12 namespace FreeDSx\Ldap\Server\Paging;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php29 class Paging class
/plugin/tagfilter/script/select2/
DREADME.md17 * Paging of large datasets: easy support for loading more pages when the results are scrolled to th…
/plugin/pureldap/vendor/freedsx/ldap/
H A DREADME.md6 * Paging Control Support ([RFC 2696](https://tools.ietf.org/html/rfc2696))