Home
last modified time | relevance | path

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

/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/
DSerializer.php23 return $this->_write($file, serialize($def), $config);
40 return $this->_write($file, serialize($def), $config);
60 return $this->_write($file, serialize($def), $config);
197 private function _write($file, $data, $config) function in HTMLPurifier_DefinitionCache_Serializer
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
Dpdfmake.min.js10_write("%PDF-"+this.version),this._write("%ÿÿÿÿ"),this.addPage()}var h;return l(r,t),h=function(t)… method in r
11_write(i,o,e.onwrite),e.sync=!1}function c(t,n,r,i,o){r?e.nextTick(function(){n.pendingcb--,o(i)})… method in o
Dpdfmake.js17094 this._write("%PDF-" + this.version);
17095 this._write("%\xFF\xFF\xFF\xFF");
17177 PDFDocument.prototype._write = function(data) { method in PDFDocument
17241 this._write("xref");
17242 this._write("0 " + (this._offsets.length + 1));
17243 this._write("0000000000 65535 f ");
17248 this._write(offset + ' 00000 n ');
17250 this._write('trailer');
17251 this._write(PDFObject.convert({
17256 this._write('startxref');
[all …]
Dpdfmake.min.js.map1_write","method","_results","bufferPages","flushPages","dictionary","margins","_ctm","bufferedPage…
/plugin/diagramsnet/lib/js/socket.io/
Dsimplepeer9.10.0.min.js6_write=function(e,t,n){var r=this._transformState;if(r.writecb=n,r.writechunk=e,r.writeencoding=t,… method in l
/plugin/datatables/assets/pdfmake/
Dpdfmake.js13605 this.document._write("".concat(this.id, " ").concat(this.gen, " obj"));
13606 this.document._write(PDFObject.convert(this.data, encryptFn));
13608 this.document._write('stream');
13609 this.document._write(this.buffer);
13612 this.document._write('\nendstream');
13614 this.document._write('endobj');
18896 _this._write("%PDF-".concat(_this.version)); // 4 binary chars, as recommended by the spec
18898 _this._write('%\xFF\xFF\xFF\xFF'); // Add the first page
19032 value: function _write(data) {
19106 this._write('xref');
[all …]
Dpdfmake.min.js2_write("".concat(this.id," ").concat(this.gen," obj")),this.document._write(W.convert(this.data,r)…
/plugin/xlsx2dw/packages/exceljs/
Dexceljs.js25371 …var _write = _asyncToGenerator( /*#__PURE__*/regeneratorRuntime.mark(function _callee25(stream, op…
25438 return _write.apply(this, arguments);
38318 Sign.prototype._write = function _write(data, _, done) {
38352 Verify.prototype._write = function _write(data, _, done) {
72906 Transform.prototype._write = function (chunk, encoding, cb) {
73200 if (typeof options.write === 'function') this._write = options.write;
73363 …ite'));else if (writev) stream._writev(chunk, state.onwrite);else stream._write(chunk, encoding, s…
73499 Writable.prototype._write = function (chunk, encoding, cb) {
80371 Transform.prototype._write = function (chunk, encoding, cb) {
80674 if (typeof options.write === 'function') this._write = options.write;
[all …]
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs2030 function _write(cfb/*:CFBContainer*/, options/*:CFBWriteOpts*/)/*:RawBytes|string*/ {
2239 var o = _write(cfb, options);
2251 var o = _write(cfb, options);
/plugin/dirtylittlehelper/mermaid/editor/docs/
Dbundle.js.map1_write(id, value) {\n this._values[id] = value;\n }\n}\nclass RawEditorOptions {\n co…