Home
last modified time | relevance | path

Searched refs:enc (Results 26 – 50 of 88) sorted by last modified time

1234

/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js1899 codec.afterEncode = function(enc, obj, node) argument
1918 enc.encodeCell(obj.relatedPage.root, node);
H A DElectronApp.js1366 var doSave = mxUtils.bind(this, function(data, enc) argument
1394 defEnc: enc,
/plugin/diagramsnet/lib/js/
H A Dapp.min.js106 …e=0;e<a;e+=4)c.push(4294967296*u.random()|0);return new r.init(c,a)}}),w=d.enc={},v=w.Hex={stringi…
111 (function(){var u=CryptoJS,p=u.lib.WordArray;u.enc.Base64={stringify:function(d){var l=d.words,p=d.…
121 …r p=CryptoJS,d=p.lib,l=d.Base,s=d.WordArray,t=d.BufferedBlockAlgorithm,r=p.enc.Base64,w=p.algo.Evp…
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dhttpclient-4.5.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/groupmail/
H A Drecaptchalib.php219 $enc=MCRYPT_RIJNDAEL_128;
221 return mcrypt_encrypt($enc, $ky, $val, $mode, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0");
/plugin/adfs/phpsaml/lib/Saml2/
H A DUtils.php1079 $enc = new XMLSecEnc();
1080 $enc->setNode($nameId);
1081 $enc->type = XMLSecEnc::Element;
1085 $enc->encryptKey($seckey, $symmetricKey);
1087 $encryptedData = $enc->encryptNode($symmetricKey);
1164 $enc = new XMLSecEnc();
1166 $enc->setNode($encryptedData);
1167 $enc->type = $encryptedData->getAttribute("Type");
1169 $symmetricKey = $enc->locateKey($encryptedData);
1177 $symmetricKeyInfo = $enc->locateKeyInfo($symmetricKey);
[all …]
/plugin/phpipam/
H A Dstyle.css70 * vim: set ai et ts=4 st=4 bf sts=4 cin ff=unix fenc=utf-8 foldmethod=indent : enc=utf-8
/plugin/etherpadlite/scripts/
H A Detherpadlite.js167 ep.dlg.enc = jQuery('<span/>').show();
168 ep.dlg.enc.append(encALabel).append(ep.dlg.encAMode).append(ep.dlg.encPassword);
169 ep.dlg.frm.append(ep.dlg.enc);
282 ep.dlg.enc.show();
285 ep.dlg.enc.hide();
/plugin/datatables/assets/pdfmake/build/
H A Dpdfmake.min.js
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php93 public function setEncryption($enc) argument
95 $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/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/docsearch/lang/fr/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ja/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/de/
H A Dconfmanager_description.txt8 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ko/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/nl/
H A Dconfmanager_description.txt13 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/sv/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/en/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ru/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php704 $this->last_enc = $enc;
705 switch ($enc) {
715 if ($newenc != $enc) {
717 $enc = $newenc;
796 if ($newenc != $enc) {
798 $enc = $newenc;
823 $enc = self::ENC_ASCII;
824 $this->last_enc = $enc;
865 $newenc = $enc;
924 if ($newenc != $enc) {
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js9210 if(opts && opts.enc && opts.enc.insitu_decrypt) switch(R.n) {
9214 opts.enc.insitu_decrypt(d);
9304 enc: false, // encrypted property in parse_workbook.opts
9344 if(!opts.enc && rt !== RecordType) throw "rt mismatch";
9362 if(!opts.enc) blob.l = 0;
9363 opts.enc = val;
9801 if(opts.enc) wb.Encryption = opts.enc;
H A Dxlsx.min.js8enc&&opts.enc.insitu_decrypt)switch(R.n){case"BOF":case"FilePass":case"FileLock":case"InterfaceHdr… property in parse_workbook.opts
H A Dxlsx.min.map1 …FontIndex","parse_BOF","BIFFVer","parse_InterfaceHdr","parse_WriteAccess","enc","UserName","parse_…

1234