Home
last modified time | relevance | path

Searched refs:write (Results 51 – 75 of 1185) sorted by last modified time

12345678910>>...48

/plugin/aichat/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/imagemapping/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software
H A DLICENSE
/plugin/cloud/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software
/plugin/caption/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js239 csvStream.write([]);
6509 var write;
6514 write = function write(pipe) {
6545 write: function write(data, encoding, callback) {
25441 return write;
26175 write: function write(data, enc, writeCb) {
39615 Buffer.prototype.write = function write(string, offset, length, encoding) {
49146 return format_1.write;
73200 if (typeof options.write === 'function') this._write = options.write;
76107 return this.write(null);
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs3213 exports.write = write;
3243 /* write or download file */
5371 /* only write first instance */
12488 return CFB.write(newcfb);
16781 /* write cell */
21296 /* write cell */
21456 /* write cell */
25793 return CFB.write(cfb, o);
26542 XLSX.write = writeSync;
26560 writeSync as write,
[all …]
/plugin/xlsx2dw/packages/xmltojson/
H A Dxmltojson.js3 function yb(){var e,f=q,g;lb.write(r+f+s);g=lb.getElementById(f);e=g&&g.previousSibling;while(e&&e.…
/plugin/xlsx2dw/
H A Dscript.js205 let xlsxRawTable = XLSX.write(xlsxWorkbook, {type: 'binary', bookType: 'xlsx'});
/plugin/dev/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/dev/skel/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/structtasks/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/orphanswanted/
H A DCOPYING251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 along with this program; if not, write to the Free Software
/plugin/button/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/bibtex4dw/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/copycode/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/tag/
H A DCOPYING255 programs whose distribution conditions are different, write to the author
257 Software Foundation, write to the Free Software Foundation; we sometimes
312 along with this program; if not, write to the Free Software
/plugin/imapmarkers/
H A DREADME.md6 …dokuwiki-plugin-imagemap/), whose author, Gerry Weißbach, suggested me to write an own plugin for …
93 …`` -- Use the plugins-internal marker. This is the default, so no need to write this, if you are h…
/plugin/bureaucracy/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/htmlok/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/gitbacked/
H A DLICENSE251 programs whose distribution conditions are different, write to the author
253 Software Foundation, write to the Free Software Foundation; we sometimes
307 with this program; if not, write to the Free Software Foundation, Inc.,
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DCache.php75 public function write($filename, $data)
71 public function write($filename, $data) global() function in Mpdf\\Cache
H A DCssManager.php235 $file = $this->cache->write('_tempCSSidata' . random_int(1, 10000) . '_' . $i . '.' . $idata[2][$i], base64_decode($idata[3][$i]));
H A DForm.php332 $this->writer->write($ClipPath);
341 $this->writer->write('Q');
466 $this->writer->write(sprintf('q %.3F 0 0 %.3F %.3F %.3F cm /I%d Do Q', $objattr['INNER-WIDTH'] * Mpdf::SCALE, $objattr['INNER-HEIGHT'] * Mpdf::SCALE, $objattr['INNER-X'] * Mpdf::SCALE, ($this->mpdf->h - ($objattr['INNER-Y'] + $objattr['INNER-HEIGHT'] )) * Mpdf::SCALE, $objattr['ID']));
733 $this->writer->write('<<');
734 $this->writer->write('/Type /Annot ');
735 $this->writer->write('/Subtype /Widget');
736 $this->writer->write('/NM ' . $this->writer->string(sprintf('%04u-%04u', $n, 3000 + $key++)));
737 $this->writer->write('/M ' . $this->writer->string('D:' . date('YmdHis')));
738 $this->writer->write('/Rect [0 0 0 0] ');
739 $this->writer->write('/F
[all...]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Fonts/
H A DFontCache.php49 public function write($filename, $data) function in Mpdf\\Fonts\\FontCache
51 return $this->cache->write($filename, $data);
56 return $this->cache->write($filename, $data);
61 return $this->cache->write($filename, json_encode($data));

12345678910>>...48