Home
last modified time | relevance | path

Searched refs:charset (Results 151 – 175 of 216) sorted by last modified time

123456789

/plugin/freechat/phpfreechat/src/
H A Dpfctools.php491 function html_entity_decode($string, $quote_style = ENT_COMPAT, $charset = null) argument
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_print.php74 $this->charset =& $css->charset;
141 if (!empty($this->charset)) {
142 $output .= $template[0].'@charset '.$template[5].$this->charset.$template[6];
/plugin/orgchart/
H A Daction.php40 'charset' => 'utf-8',
/plugin/authucenter/lib/uc_client/
H A Dclient.php63 $charset = 'UTF-8';
65 $charset = 'ISO-8859-1';
67 $string = htmlspecialchars($string, $flags, $charset);
621 function uc_mail_queue($uids, $emails, $subject, $message, $frommail = '', $charset = 'gbk', $htmlo… argument
622 … $subject, 'message' => $message, 'frommail' => $frommail, 'charset' => $charset, 'htmlon' => $htm…
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php37 function update_app($appid, $name, $url, $authkey, $charset, $dbcharset) { argument
/plugin/twcheckliste/
H A Drenderer.php.old44 'Content-Type' => 'text/html; charset=utf-8'
71 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/plugin/mantis/lib/
H A Dclass.soap_server.php729 $charset = $this->getHTTPContentTypeCharset();
730 $this->outgoing_headers[] = "Content-Type: $type" . ($charset ? '; charset=' . $charset : '');
H A Dchangelog9 - soap_server: fixed bug causing charset encoding not to be passed to the parser
17 …get xml character encoding from HTTP Content-Type header if provided, e.g. text/xml;charset="UTF-8"
95 - soapclient, soap_server: when no charset is specified, use UTF-8, even though HTTP specifies US-A…
265 - soapclient: use ISO-8859-1 as the charset if not specified in the Content-Type header
270 - soap_parser: compare any encoding in the XML declaration to the charset from the HTTP Content-Typ…
272 - soap_server: use ISO-8859-1 as the charset if not specified in the Content-Type header
H A Dclass.soap_transport_http.php1167 * @param mixed $charset character set used for encoding (or false)
1170 function setContentType($type, $charset = false) { argument
1171 $this->setHeader('Content-Type', $type . ($charset ? '; charset=' . $charset : ''));
H A Dnusoap.php3274 * @param mixed $charset character set used for encoding (or false)
3277 function setContentType($type, $charset = false) { argument
3278 $this->setHeader('Content-Type', $type . ($charset ? '; charset=' . $charset : ''));
4167 $charset = $this->getHTTPContentTypeCharset();
4168 $this->outgoing_headers[] = "Content-Type: $type" . ($charset ? '; charset=' . $charset : '');
/plugin/sqlraw/
H A Dsimple_html_dom.php1191 $charset = null;
1199 $charset = $matches[1];
1205 if (empty($charset))
1218 $charset = $matches[1];
1224 $charset = 'ISO-8859-1';
1231 if (empty($charset))
1238 if ($charset === false)
1241 $charset = 'UTF-8';
1246 …if ((strtolower($charset) == strtolower('ISO-8859-1')) || (strtolower($charset) == strtolower('Lat…
1249 $charset = 'CP1252';
[all …]
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpmime-4.0.1.jar ... byte[] content private final java.nio.charset.Charset charset public void <init> (java ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/aceeditor/
H A Dbuild.js1 …ar|varcharacter|precision|date|datetime|year|unsigned|signed|numeric",n="charset|clear|connect|edi…
/plugin/eventline/timeline_ajax/
H A Dsimile-ajax-api.js48 SimileAjax.includeJavascriptFile = function(doc, url, onerror, charset) { argument
54 (charset ? " charset='"+ charset +"'" : "") +
67 if (charset) {
68 script.setAttribute("charset", charset);
/plugin/tindexmenu/
H A Dscript.js107 oLink.charset="utf-8";
/plugin/jquery-syntax/
H A Daction.php35 'charset' => 'utf-8',
46 'charset' => 'utf-8',
52 'charset' => 'utf-8',
59 'charset' => 'utf-8',
/plugin/jdraw/lib/
H A Dhttpmime-4.0.1.jar ... byte[] content private final java.nio.charset.Charset charset public void <init> (java ...
H A Dhttpcore-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...

123456789