Lines Matching refs:int
52 * @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 $size, string $cookie = ''): PagingControl
181 * @param int $before
182 * @param int $after
183 * @param int $offset
184 * @param int $count
188 public static function vlv(int $before, int $after, int $offset = 1, int $count = 0, ?string $contextId = null): VlvControl
196 * @param int $before
197 * @param int $after
202 public static function vlvFilter(int $before, int $after, GreaterThanOrEqualFilter $filter, ?string $contextId = null): VlvControl
210 * @param int $flags
213 public static function sdFlags(int $flags): SdFlagsControl