Home
last modified time | relevance | path

Searched refs:hwm (Results 1 – 10 of 10) sorted by relevance

/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
DBufferStream.php19 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
23 * @param int $hwm High water mark, representing the preferred maximum
29 public function __construct($hwm = 16384) argument
31 $this->hwm = $hwm;
127 if (strlen($this->buffer) >= $this->hwm) {
137 return $this->hwm;
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/src/
DBufferStream.php18 private $hwm; variable in GuzzleHttp\\Stream\\BufferStream
22 * @param int $hwm High water mark, representing the preferred maximum
28 public function __construct($hwm = 16384) argument
30 $this->hwm = $hwm;
123 if (strlen($this->buffer) >= $this->hwm) {
133 return $this->hwm;
DAsyncReadStream.php33 private $hwm; variable in GuzzleHttp\\Stream\\AsyncReadStream
94 $this->hwm = $buffer->getMetadata('hwm');
97 if ($this->hwm === null) {
143 $hwm = isset($options['hwm']) ? $options['hwm'] : 16384;
144 $buffer = new BufferStream($hwm);
184 $this->needsDrain = $this->stream->getSize() >= $this->hwm;
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/src/
DBufferStream.php20 private $hwm; variable in GuzzleHttp\\Psr7\\BufferStream
26 * @param int $hwm High water mark, representing the preferred maximum
32 public function __construct(int $hwm = 16384) argument
34 $this->hwm = $hwm;
129 if (strlen($this->buffer) >= $this->hwm) {
142 return $this->hwm;
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/
DREADME.md43 This stream returns a "hwm" metadata value that tells upstream consumers
/plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/
DREADME.md57 This stream returns a "hwm" metadata value that tells upstream consumers
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.js17833 var hwm = options.highWaterMark;
17835 this.highWaterMark = (hwm || hwm === 0) ? hwm : defaultHwm;
19126 var hwm = options.highWaterMark;
19128 this.highWaterMark = (hwm || hwm === 0) ? hwm : defaultHwm;
Dpdfmake.min.js.map1hwm","highWaterMark","defaultHwm","objectMode","pipes","pipesCount","flowing","ended","endEmitted"…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js74481 var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);
74483 if (hwm != null) {
74484 if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {
74486 throw new ERR_INVALID_OPT_VALUE(name, hwm);
74489 return Math.floor(hwm);
79299 var hwm = options.highWaterMark;
79302 …if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (readableHwm || readableHwm ==…
80546 var hwm = options.highWaterMark;
80549 …if (hwm || hwm === 0) this.highWaterMark = hwm;else if (isDuplex && (writableHwm || writableHwm ==…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js51668 var hwm = highWaterMarkFrom(options, isDuplex, duplexKey);
51670 if (hwm != null) {
51671 if (!(isFinite(hwm) && Math.floor(hwm) === hwm) || hwm < 0) {
51673 throw new ERR_INVALID_OPT_VALUE(name, hwm);
51676 return Math.floor(hwm);