Home
last modified time | relevance | path

Searched refs:enc (Results 76 – 88 of 88) sorted by path

1234

/plugin/siteexport/
H A Dstyle.css182 // Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/snippets/
H A Dstyle.css4 * vim:ts=4:sw=4:et:enc=utf-8:
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php93 public function setEncryption($enc) argument
95 $this->encryption = (int) $enc;
/plugin/swiftmail/Swift/Connection/
H A DSMTP.php216 public function setEncryption($enc) argument
218 if (!$enc) $enc = self::ENC_OFF;
219 $this->encryption = (int) $enc;
/plugin/swiftmail/Swift/
H A DMessage.php766 if (!($enc = $this->getEncoding()))
780 if (!$enc) $this->setEncoding("7bit");
/plugin/swiftmail/Swift/Message/
H A DPart.php113 if (!($enc = $this->getEncoding())) $this->setEncoding("8bit");
124 if (!$enc) $this->setEncoding("7bit");
/plugin/translate/
H A Dstyle.css70 /* vim:ts=4:sw=4:et:enc=utf-8: */
/plugin/translator/
H A Dstyle.css105 // Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/twcheckliste/
H A Drenderer.php.old163 //Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/wikicalendar/
H A Dstyle.css120 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js28144 state.enc = enc;
38338 return enc ? sig.toString(enc) : sig;
43682 enc = enc || 'utf8';
43694 enc = enc || 'utf8';
45249 enc = enc || 'binary';
45295 enc = enc || 'utf8';
45306 enc = enc || 'utf8';
45450 enc = enc || 'utf8';
78150 enc = enc || 'utf8';
78210 return enc ? hash.toString(enc) : hash;
[all …]
/plugin/xlsx2dw/packages/xlsx/
H A Dcpexcel.full.mjs5 …arCodeAt(i) !== 0xFFFD) e[d.charAt(i)] = i; D[i] = d.charAt(i); } return {"enc": e, "dec": D }; })…
6 …arCodeAt(i) !== 0xFFFD) e[d.charAt(i)] = i; D[i] = d.charAt(i); } return {"enc": e, "dec": D }; })…
109 return {"enc": e, "dec": d }; })();
365 return {"enc": e, "dec": d }; })();
617 return {"enc": e, "dec": d }; })();
795 return {"enc": e, "dec": d }; })();
973 return {"enc": e, "dec": d }; })();
1010 …Buffer_from = nbfs ? function(buf, enc) { return (enc) ? new Buffer(buf, enc) : new Buffer(buf); }…
1026 var EE/*:Buffer*/ = make_EE(cpt[cp].enc);
1088 var E/*:EMap*/ = cpt[cp].enc;
[all …]
H A Dxlsx.mjs160 …return nbfs ? function(buf, enc) { return (enc) ? new Buffer(buf, enc) : new Buffer(buf); } : Buff…
3246 …ypeof _fs !== 'undefined' && _fs.writeFileSync) return enc ? _fs.writeFileSync(fname, payload, enc
3249 if(enc && typeof payload == "string") switch(enc) {
3253 default: throw new Error("Unsupported encoding " + enc);
6763 if(opts.enc) { blob.l += length; return ""; }
19184 if(opts && opts.enc && opts.enc.insitu && d.length > 0) switch(RecordType) {
19190 opts.enc.insitu(d);
19308 enc: false, // encrypted property in opts
19376 if(!opts.enc) blob.l = 0;
19377 opts.enc = val;
[all …]

1234