Home
last modified time | relevance | path

Searched refs:IntegerType (Results 1 – 16 of 16) sorted by last modified time

/plugin/pureldap/vendor/freedsx/asn1/
H A DREADME.md48 use FreeDSx\Asn1\Type\IntegerType;
66 if ($i === 0 && $type instanceof IntegerType) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvResponseControl.php19 use FreeDSx\Asn1\Type\IntegerType;
98 if (!$offset instanceof IntegerType) {
101 if (!$count instanceof IntegerType) {
16 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DAbandonRequest.php16 use FreeDSx\Asn1\Type\IntegerType;
68 if (!$type instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DBindRequest.php16 use FreeDSx\Asn1\Type\IntegerType;
113 if (!($version instanceof IntegerType && $name instanceof OctetStringType)) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DSearchRequest.php18 use FreeDSx\Asn1\Type\IntegerType;
405 && $sizeLimit instanceof IntegerType
406 && $timeLimit instanceof IntegerType
17 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DCancelRequest.php18 use FreeDSx\Asn1\Type\IntegerType;
86 if (!($value instanceof SequenceType && $value->getChild(0) instanceof IntegerType)) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php19 use FreeDSx\Asn1\Type\IntegerType;
193 if (!($messageId !== null && $messageId instanceof IntegerType)) {
16 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DIntegerType.php18 class IntegerType extends AbstractType class
39 * @return IntegerType
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Encoder/
H A DBerEncoder.php27 use FreeDSx\Asn1\Type\IntegerType;
189 case $type instanceof IntegerType:
402 $type = EncodedType\IntegerType::withTag($tagNumber, $class, $this->decodeInteger($length));
817 * @param IntegerType|EnumeratedType $type
25 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php18 use FreeDSx\Asn1\Type\IntegerType;
163 if (!$flags instanceof IntegerType) {
166 if (!$maxBytes instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DDirSyncResponseControl.php18 use FreeDSx\Asn1\Type\IntegerType;
113 if (!$more instanceof IntegerType) {
116 if (!$unused instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DExpectedEntryCountControl.php18 use FreeDSx\Asn1\Type\IntegerType;
109 if (!$min instanceof IntegerType) {
112 if (!$max instanceof IntegerType) {
145 if (!$type->getChild(0) instanceof IntegerType) {
148 if (!$type->getChild(1) instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DExtendedDnControl.php18 use FreeDSx\Asn1\Type\IntegerType;
85 if (!$useHexFormat instanceof IntegerType) {
118 if (!$type->getChild(0) instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
H A DPolicyHintsControl.php18 use FreeDSx\Asn1\Type\IntegerType;
91 if (!$isEnabled instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/
H A DAsn1.php25 use FreeDSx\Asn1\Type\IntegerType;
71 * @return IntegerType
73 public static function integer(int $int): IntegerType
75 return new IntegerType($int);
24 use FreeDSx\Asn1\Type\IntegerType; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php18 use FreeDSx\Asn1\Type\IntegerType;
110 if (!$count instanceof IntegerType) {
15 use FreeDSx\Asn1\Type\IntegerType; global() alias