Home
last modified time | relevance | path

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

1234

/plugin/diagramsnet/lib/js/grapheditor/
H A DEditor.js600 var enc = new mxCodec(mxUtils.createXmlDocument());
601 node = enc.encode(this.graph.getModel());
/plugin/docsearch/lang/de/
H A Dconfmanager_description.txt8 /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/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/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/ru/
H A Dconfmanager_description.txt14 /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/dokukiwix/
H A Dstyle.css22 // Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DMpdf.php1700 function setMBencoding($enc)
1702 if ($this->mb_enc != $enc) {
1703 $this->mb_enc = $enc;
1689 setMBencoding($enc) global() argument
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
H A DProtection.php267 $enc = $this->rc4($owner_rc4_key, $user_pass);
275 $enc = $this->rc4($key, $enc);
279 return $enc;
286 $enc = $this->rc4($this->encryptionKey, $tmp);
293 $enc = $this->rc4($key, $enc);
295 $enc .= str_repeat("\x00", 16);
297 return substr($enc, 0, 32);
/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/feedmod/
H A Dfeed.css12 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/googlesearch/
H A Dnusoap.php2388 $this->encoding = $enc;
3367 $enc = substr(strstr($v, '='), 1);
3368 $enc = str_replace('"', '', $enc);
3369 $enc = str_replace('\\', '', $enc);
3401 $enc = substr(strstr($v, '='), 1);
3402 $enc = str_replace('"', '', $enc);
3403 $enc = str_replace('\\', '', $enc);
3822 $this->xml_encoding = strtoupper($enc);
6828 $this->xml_encoding = strtoupper($enc);
6925 * @param string $enc
[all …]
/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/gtd/
H A Dstyle.css76 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/html2pdf/html2pdf/html2ps/cache/
H A DArial Unicode MS-custom1.php20 $enc='custom1'; variable
H A DArial Unicode MS-iso-8859-1.php20 $enc='iso-8859-1'; variable
H A DArial Unicode MS-symbol.php20 $enc='symbol'; variable
H A DHelvetica-Bold-iso-8859-1.php20 $enc='iso-8859-1'; variable
H A DHelvetica-Bold-iso-8859-7.php20 $enc='iso-8859-7'; variable
H A DHelvetica-Oblique-iso-8859-1.php20 $enc='iso-8859-1'; variable
H A DHelvetica-iso-8859-1.php20 $enc='iso-8859-1'; variable
H A DHelvetica-iso-8859-13.php20 $enc='iso-8859-13'; variable

1234