Home
last modified time | relevance | path

Searched refs:enc (Results 1 – 25 of 88) sorted by relevance

1234

/plugin/csv/_test/
H A DCSVTest.php46 list($delim, $enc, $esc) = explode('-', $file);
48 $enc = $this->enclosings[$enc];
51 yield [$file, $expect, $csvdata, $delim, $enc, $esc];
61 * @param string $enc
64 public function testParser($file, $expect, $csvdata, $delim, $enc, $esc) argument
69 $line = \helper_plugin_csv::csv_explode_row($csvdata, $delim, $enc, $esc);
/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/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/mantis/lib/
H A Dclass.soap_server.php319 if(eregi('^(ISO-8859-1|US-ASCII|UTF-8)$',$enc)){
320 $this->xml_encoding = strtoupper($enc);
345 $enc = substr(strstr($v, '='), 1);
346 $enc = str_replace('"', '', $enc);
347 $enc = str_replace('\\', '', $enc);
349 $this->xml_encoding = strtoupper($enc);
379 $enc = substr(strstr($v, '='), 1);
380 $enc = str_replace('"', '', $enc);
381 $enc = str_replace('\\', '', $enc);
383 $this->xml_encoding = strtoupper($enc);
[all …]
H A Dclass.soapclient.php491 $enc = str_replace('"', '', substr(strstr($headers["content-type"], '='), 1));
492 $this->debug('Got response encoding: ' . $enc);
493 if(eregi('^(ISO-8859-1|US-ASCII|UTF-8)$',$enc)){
494 $this->xml_encoding = strtoupper($enc);
621 * @param string $enc HTTP encoding
624 function setHTTPEncoding($enc='gzip, deflate'){ argument
625 $this->debug("setHTTPEncoding(\"$enc\")");
626 $this->http_encoding = $enc;
/plugin/csv/
H A Dhelper.php202 * @param string $enc Enclosing character
207 public static function csv_explode_row(&$str, $delim = ',', $enc = '"', $esc = '\\') argument
229 if ($str[$i] == $esc && $esc != $enc) {
270 if ($str[$i] == $enc) {
285 … if ($str[$i] == $esc && $esc == $enc && isset($str[$i + 1]) && $str[$i + 1] == $esc) {
292 if ($str[$i] == $enc) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php8 function ReadMap($enc) argument
11 $file=dirname(__FILE__).'/'.strtolower($enc).'.map';
14 die('<B>Error:</B> encoding not found: '.$enc);
298 function MakeFont($fontfile,$afmfile,$destdir,$destfile,$enc='cp1252',$patch=array(),$type='TrueTyp… argument
303 if($enc)
305 $map=ReadMap($enc);
314 if($enc)
348 $s.='$enc=\''.$enc."';\n";
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.php50 function JsHttpRequest($enc) argument
80 $this->setEncoding($enc);
120 function setEncoding($enc) argument
123 preg_match('/^(\S*)(?:\s+(\S*))$/', $enc, $p);
124 $this->SCRIPT_ENCODING = strtolower(!empty($p[1])? $p[1] : $enc);
/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/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/Message/
H A DPart.php113 if (!($enc = $this->getEncoding())) $this->setEncoding("8bit");
124 if (!$enc) $this->setEncoding("7bit");
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
H A DPop3Connection.php93 public function setEncryption($enc) argument
95 $this->encryption = (int) $enc;
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php386 function MakeFont($fontfile, $afmfile, $destdir, $destfile, $enc) { argument
392 $map = $manager->get_encoding_glyphs($enc);
401 $fm = ReadTTF($fontfile, $manager->get_encoding_vector($enc));
409 $cmap = MakeFontCMap($enc);
443 $s.='$enc=\''.$enc."';\n";
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A DMbstring.php430 foreach ($encodingList as $enc) {
431 switch ($enc) {
434 return $enc;
446 if (0 === strncmp($enc, 'ISO-8859-', 9)) {
447 return $enc;
466 foreach ($encodingList as $enc) {
467 switch ($enc) {
469 if (strncmp($enc, 'ISO-8859-', 9)) {
/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/ru/
H A Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/feedmod/
H A Dfeed.css12 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/mp3play/
H A Dstyle.css13 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/dokukiwix/
H A Dstyle.css22 // Setup VIM: ex: et ts=4 enc=utf-8 :
/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/recaptcha/lib/
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/contactmodern/
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/docsearch/lang/de/
H A Dconfmanager_description.txt8 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/qrcode2/
H A Dphpqrcode.php3101 return $enc->encode($text, $outfile);
3108 return $enc->encodeRAW($text, $outfile);
3221 $enc = new QRencode();
3222 $enc->size = $size;
3223 $enc->margin = $margin;
3230 $enc->level = $level;
3234 $enc->level = QR_ECLEVEL_L;
3238 $enc->level = QR_ECLEVEL_M;
3242 $enc->level = QR_ECLEVEL_Q;
3246 $enc->level = QR_ECLEVEL_H;
[all …]

1234