Home
last modified time | relevance | path

Searched refs:charset (Results 51 – 75 of 216) sorted by relevance

123456789

/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.lib.php1278 * @param string $charset
1282 public static function recursiveMultiByteCharString2HTML($data, $charset='ISO-8859-1') { argument
1284 return self::MultiByteCharString2HTML($data, $charset);
1288 $return_data[$key] = self::recursiveMultiByteCharString2HTML($value, $charset);
1298 * @param string $charset
1302 public static function MultiByteCharString2HTML($string, $charset='ISO-8859-1') { argument
1306 switch (strtolower($charset)) {
1334 $HTMLstring = htmlentities($string, ENT_COMPAT, $charset);
1388 $HTMLstring = 'ERROR: Character set "'.$charset.'" not supported in MultiByteCharString2HTML()';
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md22 * Removed default CssEmbed charset
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php51 protected $charset; variable in Twig\\Environment
143 $this->charset = strtoupper($options['charset']);
837 * @param string $charset The default charset
839 public function setCharset($charset) argument
841 $this->charset = strtoupper($charset);
851 return $this->charset;
/plugin/combo/resources/theme/default/pages/partials/
H A Dhead-partial.hbs1 <meta charset="utf-8">
/plugin/combo/vendor/symfony/polyfill-mbstring/
H A Dbootstrap.php25 function mb_encode_mimeheader($string, $charset = null, $transfer_encoding = null, $newline = "\r\n", $indent = 0) { return p\Mbstring::mb_encode_mimeheader($string, $charset, $transfer_encoding, $newline, $indent); } argument
H A Dbootstrap80.php21 function mb_encode_mimeheader(?string $string, ?string $charset = null, ?string $transfer_encoding = null, ?string $newline = "\r\n", ?int $indent = 0): string { return p\Mbstring::mb_encode_mimeheader((string) $string, $charset, $transfer_encoding, (string) $newline, (int) $indent); } argument
/plugin/diagramsnet/lib/js/diagramly/
H A DOneDriveClient.js568 …IndexOf('<html><head><META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=utf-8"><meta name…
/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/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Extension/
H A DCoreTest.php288 function foo_escaper_for_test(Environment $env, $string, $charset) argument
290 return $string.$charset;
/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/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-html.phpt18 <meta charset="utf-8"/>
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/smtp/subtree/txtthinking/Mailer/src/Mailer/
H A DMessage.php69 protected $charset = "UTF-8"; variable in Tx\\Mailer\\Message
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsampleposteddata.lasso29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample01.lasso29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/swiftmail/Swift/Message/
H A DEncoder.php427 …public function rfc2047Encode($str, $charset="iso-8859-1", $language="en-us", $chunk=76, $le="\r\n… argument
432 $lang_spec = $charset . "'" . $language . "'";
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsampleposteddata.afp28 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/_samples/asp/
H A Dsampleposteddata.asp29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/textile2/
H A DclassTextile.php1054 function encode_high($text, $charset = "UTF-8") argument
1056 return mb_encode_numericentity($text, $this->cmap(), $charset);
1061 function decode_high($text, $charset = "UTF-8") argument
1063 return mb_decode_numericentity($text, $this->cmap(), $charset);
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample01.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample01_mx.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso235 Content-Type: text/xml; charset=utf-8
243 content_type('text/xml; charset=utf-8');
/plugin/favoris/
H A Dsyntax.php52 …$renderer->doc .= '<script type="text/javascript" charset="utf-8" src="'.DOKU_URL.'lib/plugins/fav…
/plugin/amcharts/assets/amcharts/plugins/export/
H A Dexport.css206 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
216 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
226 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…
229 …background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org…

123456789