Home
last modified time | relevance | path

Searched refs:int (Results 651 – 675 of 743) sorted by path

1...<<21222324252627282930

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DOperationException.php29 int $code = ResultCode::OPERATIONS_ERROR,
63 private function generateMessage(int $resultCode): string
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php265 * @param null|int $size
268 public function paging(SearchRequest $search, ?int $size = null): Paging
278 * @param int $afterCount
281 public function vlv(SearchRequest $search, $sort, int $afterCount): Vlv
H A DLdapUrl.php49 * @var null|int
125 * @param int|null $port
128 public function setPort(?int $port)
136 * @return int|null
138 public function getPort(): ?int
H A DOperations.php49 * @param int $id
52 public static function abandon(int $id)
107 public static function cancel(int $messageId): CancelRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php89 * @var int
94 * @var int
113 public function __construct(int $resultCode, string $dn = '', string $diagnosticMessage = '', LdapUrl ...$referrals)
148 public function getResultCode(): int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php31 * @var int
36 * @param int $messageID
38 public function __construct(int $messageID)
44 * @param int $messageID
47 public function setMessageId(int $messageID)
55 * @return int
57 public function getMessageId(): int
H A DAnonBindRequest.php26 * @param int $version
28 public function __construct(string $username = '', int $version = 3)
H A DBindRequest.php36 * @var int
46 * @param int $version
49 public function setVersion(int $version)
57 * @return int
59 public function getVersion(): int
H A DCancelRequest.php35 * @var int
40 * @param int $messageId
42 public function __construct(int $messageId)
49 * @return int
51 public function getMessageId(): int
59 public function setMessageId(int $messageId)
H A DSearchRequest.php94 * @var int
99 * @var int
104 * @var int
109 * @var int
199 * @param int $size
202 public function sizeLimit(int $size)
210 * @param int $time
264 * @return int
266 public function getScope(): int
272 * @param int
[all...]
H A DSimpleBindRequest.php39 * @param int $version
41 public function __construct(string $username, string $password, int $version = 3)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DFilterFactory.php78 * @param int $filterType
81 public static function has(int $filterType): bool
87 * @param int $filterType
91 public static function set(int $filterType, string $filterClass): void
H A DResponseFactory.php45 public function getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode::SUCCESS, string $diagnostic = ''): LdapMessageResponse
79 public function getExtendedError(string $message, int $errorCode, ?string $responseName = null): LdapMessageResponse
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php71 * @var int
81 * @param int $messageId
84 public function __construct(int $messageId, Control\Control ...$controls)
91 * @return int
93 public function getMessageId(): int
H A DLdapMessageRequest.php32 * @param int $messageId
36 public function __construct(int $messageId, RequestInterface $request, Control ...$controls)
H A DLdapMessageResponse.php33 * @param int $messageId
37 public function __construct(int $messageId, ResponseInterface $response, Control ...$controls)
H A DLdapQueue.php35 * @var int
40 * @var int
95 public function generateId(): int
103 public function currentId(): int
174 protected function getAndValidateMessage(?int $id): LdapMessage
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Queue/
H A DClientQueue.php59 public function getMessage(?int $id = null): LdapMessageResponse
75 * @param int|null $id
79 public function getMessages(?int $id = null)
122 * @param int|null $id
129 protected function constructMessage(Message $message, ?int $id = null)
H A DServerQueue.php34 * @param int|null $id
40 public function getMessage(?int $id = null): LdapMessageRequest
68 * @param int|null $id
75 protected function constructMessage(Message $message, ?int $id = null)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Search/
H A DDirSync.php105 * @param int $checkInterval How often to check for changes (in seconds).
108 public function watch(Closure $handler, int $checkInterval = 10): void
H A DFilterParser.php36 * @var int
41 * @var int
47 * @psalm-var null|array<0|positive-int, array{startAt?: int, endAt: null|int}>
76 * @param int $startAt
79 * @psalm-return array{0: int|null, 1: AndFilter|Filter\ApproximateFilter|Filter\EqualityFilter|Filter\GreaterThanOrEqualFilter|Filter\LessThanOrEqualFilter|Filter\NotFilter|Filter\PresentFilter|MatchingRuleFilter|OrFilter|SubstringFilter}
82 protected function parseFilterString(int $startAt, bool $isRoot = false): array
100 * @param int $pos
103 protected function isAtFilterContainer(int
[all...]
H A DPaging.php42 * @var int
64 * @param int $size
66 public function __construct(LdapClient $client, SearchRequest $search, int $size = 1000)
91 * @param int|null $size
93 public function start(SearchRequest $search, ?int $size = null): void
118 * @param int|null $size
122 public function getEntries(?int $size = null): Entries
143 * @return int|null
145 public function sizeEstimate(): ?int
151 * @param int|nul
[all...]
H A DVlv.php51 * @var int
56 * @var int
61 * @var int
84 * @param int $before
85 * @param int $after
87 public function __construct(LdapClient $client, SearchRequest $search, $sort, int $after = 100, int $before = 0)
113 * @param int $offset
116 public function startAt(int $offset)
126 * @param int
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/Token/
H A DAnonToken.php27 * @var int
33 * @param int $version
35 public function __construct(?string $username = null, int $version = 3)
60 public function getVersion(): int
H A DBindToken.php32 * @var int
39 * @param int $version
41 public function __construct(string $username, string $password, int $version = 3)
67 public function getVersion(): int

1...<<21222324252627282930