Searched refs:maxBytes (Results 1 – 6 of 6) sorted by relevance
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/ |
D | DirSyncRequestControl.php | 71 protected $maxBytes; variable in FreeDSx\\Ldap\\Control\\Ad\\DirSyncRequestControl 80 * @param int $maxBytes 83 …struct(int $flags = self::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) argument 86 $this->maxBytes = $maxBytes; 115 return $this->maxBytes; 119 * @param int $maxBytes 122 public function setMaxBytes(int $maxBytes) argument 124 $this->maxBytes = $maxBytes; 162 $maxBytes = $request->getChild(1); 166 if (!$maxBytes instanceof IntegerType) { [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
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/ |
D | Controls.php | 54 * @param int $maxBytes 57 … = DirSyncRequestControl::FLAG_INCREMENTAL_VALUES, string $cookie = '', int $maxBytes = 2147483647) argument 59 return new DirSyncRequestControl($flags, $cookie, $maxBytes);
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 4748 var maxBytes = Math.pow(2, 8 * byteLength) - 1; 4749 checkInt(this, value, offset, byteLength, maxBytes, 0); 4764 var maxBytes = Math.pow(2, 8 * byteLength) - 1; 4765 checkInt(this, value, offset, byteLength, maxBytes, 0);
|
/plugin/xlsx2dw/packages/exceljs/ |
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/ |
D | bundle.js.map | 1 …maxBytes = Math.pow(2, 8 * byteLength) - 1\n checkInt(this, value, offset, byteLength, maxBytes…
|