| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
| H A D | ProxyPagingHandler.php | 52 $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 D | PagingControl.php | 104 $paging = self::decodeEncodedValue($type); 105 if (!$paging instanceof SequenceType) { 108 $count = $paging->getChild(0); 109 $cookie = $paging->getChild(1);
|
| /plugin/pureldap/classes/ |
| H A D | GroupHierarchyCache.php | 75 $paging = $this->ldap->paging($search); 79 while ($paging->hasEntries()) { 81 $entries = $paging->getEntries();
|
| H A D | ADClient.php | 126 $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 D | CHANGELOG.md | 14 * 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 D | README.md | 70 $paging = $ldap->paging($search, 100); 72 while ($paging->hasEntries()) { 73 $entries = $paging->getEntries();
|
| /plugin/bootswrapper/exe/help/ |
| D | collapse.txt | 25 <datatable info="false" paging="false" searching="true">
|
| D | alert.txt | 46 <datatable info="false" paging="false" searching="true">
|
| D | carousel.txt | 70 <datatable info="false" paging="false" searching="true">
|
| D | progress.txt | 161 <datatable info="false" paging="false" searching="true">
|
| D | text.txt | 118 <datatable info="false" paging="false" searching="true">
|
| D | callout.txt | 144 <datatable info="false" paging="false" searching="true">
|
| D | button.txt | 111 <datatable info="false" paging="false" searching="true">
|
| D | popover.txt | 71 <datatable info="false" paging="false" searching="true">
|
| D | modal.txt | 119 <datatable info="false" paging="false" searching="true">
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/ |
| H A D | Paging.php | 162 Controls::paging($size ?? $this->size, $cookie)
|
| /plugin/searchtablejs/TableFilter_EN/ |
| D | filtergrid.css | 47 div.mdiv select{ height:20px; }/*paging drop-down list*/
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | Controls.php | 92 public static function paging(int $size, string $cookie = ''): PagingControl function in FreeDSx\\Ldap\\Controls
|
| H A D | LdapClient.php | 268 public function paging(SearchRequest $search, ?int $size = null): Paging function in FreeDSx\\Ldap\\LdapClient
|
| /plugin/twofactorsmsgateway/ |
| D | gateway.txt | 6 ACS Wireless@paging.acswireless.com
|
| /plugin/bibtex/OSBib/create/ |
| D | osbib.css | 17 /* normal links and paging links */
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/ |
| D | TableOfContents.php | 627 $paging = false; 629 $paging = true; 641 …$this->TOC('', 0, 0, $resetpagenum, $pagenumstyle, $suppress, $toc_orientation, $paging, $links, $…
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | search-operations.asciidoc | 245 then used to page over. This window allows consistent paging even if there is
|
| /plugin/diagramsnet/lib/WEB-INF/lib/ |
| D | ehcache-3.8.1.jar | META-INF/
META-INF/MANIFEST.MF
LICENSE
META-INF/maven/
META ... |
| /plugin/imagecarousel/vendor/slick/ |
| D | README.markdown | 72 customPaging | function | n/a | Custom paging templates. See source for use example.
|