Home
last modified time | relevance | path

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

12345

/plugin/csv/_test/
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::csvExplodeRow($csvdata, $delim, $enc, $esc);
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DDatamatrix.php697 $enc = self::ENC_ASCII; // current encoding mode
704 $this->last_enc = $enc;
705 switch ($enc) {
714 $newenc = $this->lookAheadTest($data, $pos, $enc);
715 if ($newenc != $enc) {
717 $enc = $newenc;
718 $cw[] = $this->getSwitchEncodingCodeword($enc);
745 $set_id = $this->chset_id[$enc];
754 if ($enc == self::ENC_X12) {
772 } elseif (($enc == self::ENC_C40) AND isset($this->chset['S3C'][$chr])) {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Pdf/
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/
Dclass.soap_server.php318 $enc = str_replace('"','',substr(strstr($this->headers["content-type"],'='),1));
319 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);
348 if (eregi('^(ISO-8859-1|US-ASCII|UTF-8)$', $enc)) {
349 $this->xml_encoding = strtoupper($enc);
379 $enc = substr(strstr($v, '='), 1);
380 $enc = str_replace('"', '', $enc);
[all …]
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/
Dhelper.php206 * @param string $enc Enclosing character
211 public static function csvExplodeRow(&$str, $delim = ',', $enc = '"', $esc = '\\') argument
233 if ($str[$i] == $esc && $esc != $enc) {
273 if ($str[$i] == $enc) {
286 … if ($str[$i] == $esc && $esc == $enc && isset($str[$i + 1]) && $str[$i + 1] == $esc) {
293 if ($str[$i] == $enc) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
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/
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/
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/saml/phpsaml/lib/Saml2/
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/
DSMTP.php216 public function setEncryption($enc) argument
218 if (!$enc) $enc = self::ENC_OFF;
219 $this->encryption = (int) $enc;
/plugin/swiftmail/Swift/Message/
DPart.php113 if (!($enc = $this->getEncoding())) $this->setEncoding("8bit");
124 if (!$enc) $this->setEncoding("7bit");
/plugin/swiftmail/Swift/Authenticator/PopB4Smtp/
DPop3Connection.php93 public function setEncryption($enc) argument
95 $this->encryption = (int) $enc;
/plugin/html2pdf/html2pdf/html2ps/
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.php454 foreach ($encodingList as $enc) {
455 switch ($enc) {
458 return $enc;
470 if (0 === strncmp($enc, 'ISO-8859-', 9)) {
471 return $enc;
490 foreach ($encodingList as $enc) {
491 switch ($enc) {
493 if (strncmp($enc, 'ISO-8859-', 9)) {
/plugin/docsearch/lang/ko/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ja/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/docsearch/lang/ru/
Dconfmanager_description.txt14 /usr/bin/pdftotext -enc UTF-8 %in% %out%
/plugin/feedmod/
Dfeed.css12 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/mp3play/
Dstyle.css13 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/contactmodern/
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/groupmail/
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/
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/dokukiwix/
Dstyle.css22 // Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/qrcode2/
Dphpqrcode.php3093 $enc = QRencode::factory($level, $size, $margin);
3094 return $enc->encodePNG($text, $outfile, $saveandprint=false);
3100 $enc = QRencode::factory($level, $size, $margin);
3101 return $enc->encode($text, $outfile);
3107 $enc = QRencode::factory($level, $size, $margin);
3108 return $enc->encodeRAW($text, $outfile);
3221 $enc = new QRencode();
3222 $enc->size = $size;
3223 $enc->margin = $margin;
3230 $enc->level = $level;
[all …]

12345