Home
last modified time | relevance | path

Searched refs:enc (Results 51 – 75 of 88) sorted by last modified time

1234

/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js17996 Readable.prototype.setEncoding = function(enc) {
17999 this._readableState.decoder = new StringDecoder(enc);
18000 this._readableState.encoding = enc;
19754 var enc = this.encoding;
19755 res += buf.slice(0, cr).toString(enc);
H A Dpdfmake.min.js.map1enc","nOrig","doRead","pipeOpts","onunpipe","onfinish","_writableState","needDrain","unpipe","doEn…
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/mp3play/
H A Dstyle.css13 * vim:ts=2:sw=2:et:enc=utf-8:
/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/twcheckliste/
H A Drenderer.php.old163 //Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/html2pdf/html2pdf/html2ps/cache/
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-iso-8859-7.php20 $enc='iso-8859-7'; variable
H A DTimes-Bold-iso-8859-1.php20 $enc='iso-8859-1'; variable
H A DArial Unicode MS-custom1.php20 $enc='custom1'; variable
H A DArial Unicode MS-symbol.php20 $enc='symbol'; variable
H A DArial Unicode MS-iso-8859-1.php20 $enc='iso-8859-1'; 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
H A DTimes-Roman-iso-8859-1.php20 $enc='iso-8859-1'; variable
/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";
H A Dpdf.fpdf.php1948 'enc' =>$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/html2pdf/html2pdf/html2ps/fpdf/
H A Dfpdf.php1971 'enc' =>$enc,
/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.soap_transport_http.php549 * @param string $enc encoding style. supported values: gzip, deflate, or both
552 function setEncoding($enc='gzip, deflate') { argument
555 $this->setHeader('Accept-Encoding', $enc);
562 $this->encoding = $enc;
H A Dnusoap.php2669 $this->encoding = $enc;
3754 $enc = substr(strstr($v, '='), 1);
3755 $enc = str_replace('"', '', $enc);
3756 $enc = str_replace('\\', '', $enc);
3788 $enc = substr(strstr($v, '='), 1);
3789 $enc = str_replace('"', '', $enc);
3790 $enc = str_replace('\\', '', $enc);
4251 $this->xml_encoding = strtoupper($enc);
7562 $this->xml_encoding = strtoupper($enc);
7689 * @param string $enc HTTP encoding
[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;

1234