Home
last modified time | relevance | path

Searched refs:_bucket (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/hoa/stream/
H A DBucket.php82 protected $_bucket = null; variable in Hoa\\Stream\\Bucket
119 $this->_bucket = null;
249 $old = $this->_bucket;
250 $this->_bucket = $bucket;
262 if (null === $this->_bucket && self::IS_A_BRIGADE === $this->getType()) {
263 $this->_bucket = stream_bucket_make_writeable($this->getBrigade());
266 return $this->_bucket;
H A DStream.php95 protected $_bucket = []; variable in Hoa\\Stream\\Stream
294 $this->_bucket = self::_getStream(
328 $this->_bucket[self::HANDLER] = null;
346 if (empty($this->_bucket)) {
350 return $this->_bucket[self::NAME];
360 if (empty($this->_bucket)) {
364 return $this->_bucket[self::RESOURCE];
374 if (empty($this->_bucket)) {
378 return $this->_bucket[self::CONTEXT];
420 $old = $this->_bucket[self::RESOURCE];
[all …]
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DBucket.php123 ->let($_bucket = $this->invoke($bucket)->getBucket())
124 ->object($_bucket)
126 ->resource($_bucket->bucket)
127 ->string($_bucket->data)
129 ->integer($_bucket->datalen)
132 ->isIdenticalTo($_bucket);
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs24800 var _bucket = parse_shallow(base_bucket[2][0].data);
24801 _bucket[1][0].data = write_varint49(R2);
24802 _bucket[4][0].data = write_varint49(data[R2].length);
24803 base_bucket[2][R2] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) };
24811 var _bucket = parse_shallow(base_bucket[2][0].data);
24812 _bucket[1][0].data = write_varint49(C);
24813 _bucket[4][0].data = write_varint49(range.e.r + 1);
24814 base_bucket[2][C] = { type: base_bucket[2][0].type, data: write_shallow(_bucket) };