Home
last modified time | relevance | path

Searched refs:dirSync (Results 1 – 3 of 3) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php57 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
56 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) global() function in FreeDSx\\Ldap\\Controls
H A DLdapClient.php294 public function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync
290 public function dirSync(?string $rootNc = null, FilterInterface $filter = null, ...$attributes): DirSync global() function in FreeDSx\\Ldap\\LdapClient
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php90 $this->dirSyncRequest = Controls::dirSync();