Lines Matching refs:write

182     value: function write(stream, options) {
239 csvStream.write([]);
245 csvStream.write(values.map(map));
261 return this.write(stream, options);
274 return this.write(stream, options);
6127 …saxesParser.write(bufferToString(chunk)); // saxesParser.write and saxesParser.on() are synchronou…
6417 value: function write(chunk, offset, length) {
6509 var write;
6514 write = function write(pipe) {
6516 pipe.write(chunk.toBuffer(), function () {
6523 return Promise.all(_this.pipes.map(write));
6542 inPos += buffer.write(chunk, inPos, inLen - inPos);
6545 write: function write(data, encoding, callback) {
6693 this.write(chunk, encoding, writeComplete);
6838 …var inPos = this._inPos + this._buf.write(text, this._inPos, this._encoding); // if we've hit (or …
6845 inPos = this._inPos + this._buf.write(text, this._inPos, this._encoding);
24560 _context12.t0.write.call(_context12.t0, _context12.t1);
24599 stream.write(content.substring(i, i + chunkSize));
25437 function write(_x58, _x59) {
25441 return write;
25457 _this2.write(stream, options).then(function () {
25473 return this.write(stream, options);
26114 …s.writeToString = exports.writeToBuffer = exports.writeToStream = exports.write = exports.format =…
26150 exports.write = function (rows, options) {
26153 csvStream.write(row, undefined, cb);
26168 return exports.write(rows, options).pipe(ws);
26175 write: function write(data, enc, writeCb) {
26184 exports.write(rows, opts).pipe(ws);
26198 return exports.write(rows, options).pipe(stream);
26330 var newLine = lines + this.decoder.write(data);
28104 …r') out[offset] = this.value;else if (typeof this.value === 'string') out.write(this.value, offset…
38971 var actual = buf.write(string, encoding);
39615 Buffer.prototype.write = function write(string, offset, length, encoding) {
40248 ieee754.write(buf, value, offset, littleEndian, 23, 4);
40268 ieee754.write(buf, value, offset, littleEndian, 52, 8);
40660 var out = this._decoder.write(value);
41842 activeXDocument.write(scriptTag(''));
41861 iframeDocument.write(scriptTag('document.F=Object'));
49146 return format_1.write;
50531 exports.write = function (buffer, value, offset, isLE, mLen, nBytes) {
71899 chunk = state.decoder.write(chunk);
71957 content += decoder.write(p.data);
72303 var ret = dest.write(chunk);
72586 …if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMo…
73200 if (typeof options.write === 'function') this._write = options.write;
73242 Writable.prototype.write = function (chunk, encoding, cb) {
73517 if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks
76044 value: function write(chunk) {
76107 return this.write(null);
78921 if (false === dest.write(chunk) && source.pause) {
79446 chunk = state.decoder.write(chunk);
79796 var ret = dest.write(chunk);
80021 …if (state.decoder) chunk = state.decoder.write(chunk); // don't skip over falsy values in objectMo…
80674 if (typeof options.write === 'function') this._write = options.write;
80717 Writable.prototype.write = function (chunk, encoding, cb) {
80984 if (chunk !== null && chunk !== undefined) this.write(chunk, encoding); // .end() fully uncorks
81427 this.write = simpleWrite;
81437 StringDecoder.prototype.write = function (buf) {
81570 var r = buf && buf.length ? this.write(buf) : '';
81607 var r = buf && buf.length ? this.write(buf) : '';
81634 var r = buf && buf.length ? this.write(buf) : '';
81645 return buf && buf.length ? this.write(buf) : '';