Home
last modified time | relevance | path

Searched refs:enc (Results 51 – 75 of 88) sorted by path

1234

/plugin/html2pdf/html2pdf/html2ps/cache/
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 DTimes-Roman-iso-8859-1.php20 $enc='iso-8859-1'; variable
/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/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/jcapture/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/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 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;
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 Dnusoapmime.php306 function setEncoding($enc) argument
308 $this->encoding = $enc;
/plugin/mp3play/
H A Dstyle.css13 * vim:ts=2:sw=2:et:enc=utf-8:
/plugin/multiorphan/
H A Dstyle.less164 // Setup VIM: ex: et ts=4 enc=utf-8 :
/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/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 …]
/plugin/quickstats/GEOIP/
H A Dgeoip.inc1870 $enc = mb_internal_encoding();
1877 mb_internal_encoding($enc);
H A Dgeoipcity.inc59 $enc = mb_internal_encoding();
141 mb_internal_encoding($enc);
/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/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/rssticker/
H A Dstyle.css45 // Setup VIM: ex: et ts=4 enc=utf-8 :
/plugin/scrape/
H A DphpQuery-onefile.php

1234