Searched refs:hwm (Results 1 – 10 of 10) sorted by relevance
| /plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/ |
| D | BufferStream.php | 19 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/ |
| D | BufferStream.php | 18 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;
|
| D | AsyncReadStream.php | 33 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/ |
| D | BufferStream.php | 20 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/ |
| D | README.md | 43 This stream returns a "hwm" metadata value that tells upstream consumers
|
| /plugin/matrixnotifierwas/vendor/guzzlehttp/psr7/ |
| D | README.md | 57 This stream returns a "hwm" metadata value that tells upstream consumers
|
| /plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/ |
| D | pdfmake.js | 17833 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;
|
| D | pdfmake.min.js.map | 1 …hwm","highWaterMark","defaultHwm","objectMode","pipes","pipesCount","flowing","ended","endEmitted"…
|
| /plugin/xlsx2dw/packages/exceljs/ |
| D | exceljs.js | 74481 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/ |
| D | pdfmake.js | 51668 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);
|