Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php61 public const FLAG_INCREMENTAL_VALUES = -0x80000000; define in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl
83 …public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php57 …public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string…
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php285 $flags |= DirSyncRequestControl::FLAG_INCREMENTAL_VALUES;