Home
last modified time | relevance | path

Searched refs:paging (Results 1 – 25 of 29) sorted by relevance

12

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyPagingHandler.php52 $paging = $this->getPagerForClient($pagingRequest);
53 $entries = $paging->getEntries($pagingRequest->getSize());
55 if (!$paging->hasEntries()) {
60 $paging->sizeEstimate() ?? 0
80 $this->pagers[$pagingRequest->getUniqueId()] = $this->client->paging(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php104 $paging = self::decodeEncodedValue($type);
105 if (!$paging instanceof SequenceType) {
108 $count = $paging->getChild(0);
109 $cookie = $paging->getChild(1);
/plugin/pureldap/classes/
H A DGroupHierarchyCache.php75 $paging = $this->ldap->paging($search);
79 while ($paging->hasEntries()) {
81 $entries = $paging->getEntries();
H A DADClient.php126 $paging = $this->ldap->paging($search);
129 while ($paging->hasEntries()) {
131 $entries = $paging->getEntries();
197 $paging = $this->ldap->paging($search);
200 while ($paging->hasEntries()) {
202 $entries = $paging->getEntries();
/plugin/pureldap/vendor/freedsx/ldap/
H A DCHANGELOG.md14 * Add the ability for the server to handle client paging requests via a handler.
18 * The criticality for paging can now be set using the "isCritical" method.
51 * Fix an OpenLDAP specific bug in the paging helper class. OpenLDAP does not return a control when …
H A DREADME.md70 $paging = $ldap->paging($search, 100);
72 while ($paging->hasEntries()) {
73 $entries = $paging->getEntries();
/plugin/bootswrapper/exe/help/
Dcollapse.txt25 <datatable info="false" paging="false" searching="true">
Dalert.txt46 <datatable info="false" paging="false" searching="true">
Dcarousel.txt70 <datatable info="false" paging="false" searching="true">
Dprogress.txt161 <datatable info="false" paging="false" searching="true">
Dtext.txt118 <datatable info="false" paging="false" searching="true">
Dcallout.txt144 <datatable info="false" paging="false" searching="true">
Dbutton.txt111 <datatable info="false" paging="false" searching="true">
Dpopover.txt71 <datatable info="false" paging="false" searching="true">
Dmodal.txt119 <datatable info="false" paging="false" searching="true">
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DPaging.php162 Controls::paging($size ?? $this->size, $cookie)
/plugin/searchtablejs/TableFilter_EN/
Dfiltergrid.css47 div.mdiv select{ height:20px; }/*paging drop-down list*/
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php92 public static function paging(int $size, string $cookie = ''): PagingControl function in FreeDSx\\Ldap\\Controls
H A DLdapClient.php268 public function paging(SearchRequest $search, ?int $size = null): Paging function in FreeDSx\\Ldap\\LdapClient
/plugin/twofactorsmsgateway/
Dgateway.txt6 ACS Wireless@paging.acswireless.com
/plugin/bibtex/OSBib/create/
Dosbib.css17 /* normal links and paging links */
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
DTableOfContents.php627 $paging = false;
629 $paging = true;
641 …$this->TOC('', 0, 0, $resetpagenum, $pagenumstyle, $suppress, $toc_orientation, $paging, $links, $…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dsearch-operations.asciidoc245 then used to page over. This window allows consistent paging even if there is
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/imagecarousel/vendor/slick/
DREADME.markdown72 customPaging | function | n/a | Custom paging templates. See source for use example.

12