Searched refs:maxBytes (Results 1 – 5 of 5) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
H A D | DirSyncRequestControl.php | 71 protected $maxBytes; 80 * @param int $maxBytes argument 83 public function __construct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) 86 $this->maxBytes = $maxBytes; 115 return $this->maxBytes; 119 * @param int $maxBytes argument 122 public function setMaxBytes(int $maxBytes) 124 $this->maxBytes = $maxBytes; 68 protected $maxBytes; global() variable in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl [all...] |
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | DeviceRam.php | 25 public $maxBytes; variable in Google\\Service\\AndroidPublisher\\DeviceRam 34 public function setMaxBytes($maxBytes) argument 36 $this->maxBytes = $maxBytes; 43 return $this->maxBytes;
|
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
H A D | Controls.php | 54 * @param int $maxBytes 57 public static function dirSync(int $flags = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) 59 return new DirSyncRequestControl($flags, $cookie, $maxBytes); 56 dirSync(int $flags = DirSyncRequestControl FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) global() argument
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 40051 var maxBytes = Math.pow(2, 8 * byteLength) - 1; 40052 checkInt(this, value, offset, byteLength, maxBytes, 0); 40072 var maxBytes = Math.pow(2, 8 * byteLength) - 1; 40073 checkInt(this, value, offset, byteLength, maxBytes, 0);
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | bundle.js.map | 1 …maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes…
|