Home
last modified time | relevance | path

Searched refs:int (Results 626 – 650 of 743) sorted by path

1...<<21222324252627282930

/plugin/pureldap/vendor/freedsx/asn1/src/FreeDSx/Asn1/Type/
H A DAbstractType.php100 * @var null|int|string
105 * @var int
147 * @param int $taggingClass
150 public function setTagClass(int $taggingClass)
158 * @return int
160 public function getTagClass(): int
166 * @return int|null|string
174 * @param int|null|string $int
177 public function setTagNumber($int)
172 setTagNumber($int) global() argument
[all...]
H A DBitStringType.php52 * @return int
54 public function toInteger(): int
79 * @param int|null $minLength
82 public static function fromBinary($bytes, ?int $minLength = null)
100 * @param int $int
101 * @param int|null $minLength
104 public static function fromInteger(int $int, ?int argument
[all...]
H A DBooleanType.php42 * @param string|int $tagNumber
43 * @param int $class
47 public static function withTag($tagNumber, int $class, bool $value)
H A DEnumeratedType.php25 * @param string|int $value
36 * @param string|int $tagNumber
37 * @param int $class
38 * @param string|int $value
41 public static function withTag($tagNumber, int $class, $value)
H A DIncompleteType.php23 * @param int $tagNumber
24 * @param int $class
27 public function __construct($value, $tagNumber = null, int $class = AbstractType::TAG_CLASS_UNIVERSAL, bool $isConstructed = false)
H A DIntegerType.php25 * @param int|string $value
36 * @param string|int $tagNumber
37 * @param int $class
38 * @param string|int $value
41 public static function withTag($tagNumber, int $class, $value)
H A DOidType.php42 * @param int|string $tagNumber
43 * @param int $class
47 public static function withTag($tagNumber, int $class, string $value)
H A DRealType.php50 * @param string|int $tagNumber
51 * @param int $class
55 public static function withTag($tagNumber, int $class, float $value)
H A DRelativeOidType.php58 * @param string|int $tagNumber
59 * @param int $class
63 public static function withTag($tagNumber, int $class, string $value)
H A DSequenceType.php21 * @var int
40 * @param string|int $tagNumber
41 * @param int $class
45 public static function withTag($tagNumber, int $class, array $children = [])
H A DSetType.php46 * @param int|string $tagNumber
47 * @param int $class
51 public static function withTag($tagNumber, int $class, array $children = [])
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DDirSyncRequestControl.php64 * @var int
69 * @var int
79 * @param int $flags
80 * @param int $maxBytes
83 public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
92 * @return int
94 public function getFlags(): int
100 * @param int $flags
103 public function setFlags(int
[all...]
H A DDirSyncResponseControl.php39 * @var int
44 * @var int
54 * @param int $moreResults
55 * @param int $unused
58 public function __construct(int $moreResults, int $unused = 0, string $cookie = '')
67 * @return int
69 public function getMoreResults(): int
83 * @return int
85 public function getUnused(): int
[all...]
H A DExpectedEntryCountControl.php37 * @var int
42 * @var int
47 * @param int $min
48 * @param int $max
50 public function __construct(int $min, int $max)
58 * @return int
60 public function getMaximum(): int
66 * @param int $max
69 public function setMaximum(int
[all...]
H A DSdFlagsControl.php51 * @var int
56 * @param int $flags
58 public function __construct(int $flags)
65 * @return int
67 public function getFlags(): int
73 * @param int $flags
76 public function setFlags(int $flags)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/
H A DPagingControl.php42 * @var int
47 * @param int $size
50 public function __construct(int $size, string $cookie = '')
66 * @return int
68 public function getSize(): int
85 * @param int $size
88 public function setSize(int $size)
H A DPwdPolicyResponseControl.php46 * @var int|null
51 * @var int|null
56 * @var int|null
61 * @param int|null $timeBeforeExpiration
62 * @param int|null $graceAuthRemaining
63 * @param int|null $error
65 public function __construct(?int $timeBeforeExpiration = null, ?int $graceAuthRemaining = null, ?int $error = null)
74 * @return int|nul
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Sorting/
H A DSortingResponseControl.php55 * @var int
65 * @param int $result
68 public function __construct(int $result, ?string $attribute = null)
76 * @return int
78 public function getResult(): int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Vlv/
H A DVlvControl.php41 * @var int
46 * @var int
56 * @param int $before
57 * @param int $after
58 * @param null|int $offset
59 * @param null|int $count
63 public function __construct(int $before, int $after, ?int $offset = null, ?int
[all...]
H A DVlvResponseControl.php53 * @var int
58 * @param int $offset
59 * @param int $count
60 * @param int $result
63 public function __construct(int $offset, int $count, int $result, ?string $contextId = null)
73 * @return int
75 public function getResult(): int
129 Asn1::integer((int)
[all...]
H A DVlvTrait.php22 * @var int|null
32 * @var int|null
45 * @return int
47 public function getOffset(): ?int
53 * @return int
55 public function getCount(): ?int
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php52 * @param int $flags
54 * @param int $maxBytes
57 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647)
65 * @param int $min
66 * @param int $max
69 public static function expectedEntryCount(int $min, int $max): ExpectedEntryCountControl
88 * @param int $size
92 public static function paging(int
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php228 public function count(): int
H A DChange.php39 * @var int
49 * @param int $modType
53 public function __construct(int $modType, $attribute, ...$values)
79 * @return int
81 public function getType(): int
87 * @param int $modType
90 public function setType(int $modType)
H A DEntry.php231 * @return int
232 * @psalm-return 0|positive-int
234 public function count(): int

1...<<21222324252627282930