Home
last modified time | relevance | path

Searched refs:charset (Results 126 – 150 of 216) sorted by path

123456789

/plugin/jdraw/lib/
H A Dcommons-codec-1.3.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 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 ...
/plugin/jplayer/components/
H A Drequire-built.js1797 node.charset = 'utf-8';
H A Drequire.js1797 node.charset = 'utf-8';
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Djquery.min.js4 …function(d,e){b=y.createElement("script"),b.async=!0,a.scriptCharset&&(b.charset=a.scriptCharset),…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dchangelog.txt909 * Bugfix: Added default charset to TextEncodingNameLookup() in
1213 * Bugfix: 'UNICODE' iconv() charset changed to 'UTF-16LE' or
1319 native charset, but every comment field in id3v2 can have a
/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/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DCssEmbedFilter.php29 private $charset; variable in Assetic\\Filter\\CssEmbedFilter
43 public function setCharset($charset) argument
45 $this->charset = $charset;
90 if (null !== $this->charset) {
91 $pb->add('--charset')->add($this->charset);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Yui/
H A DBaseCompressorFilter.php29 private $charset; variable in Assetic\\Filter\\Yui\\BaseCompressorFilter
39 public function setCharset($charset) argument
41 $this->charset = $charset;
81 if (null !== $this->charset) {
82 $pb->add('--charset')->add($this->charset);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DCompiler.php27 private $charset; variable in Mustache_Compiler
37 * @param string $charset (default: 'UTF-8')
43 …public function compile($source, array $tree, $name, $customEscape = false, $charset = 'UTF-8', $s… argument
52 $this->charset = $charset;
623 …f::DEFAULT_ESCAPE, $value, var_export($this->entityFlags, true), var_export($this->charset, true));
H A DEngine.php53 private $charset = 'UTF-8'; variable in Mustache_Engine
196 $this->charset = $options['charset'];
266 return $this->charset;
627 'charset' => $this->charset,
813 …return $compiler->compile($source, $tree, $name, isset($this->escape), $this->charset, $this->stri…
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Resources/
H A Drequire.js1797 node.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/jquery/
H A Djquery-1.4.2.js5067 script.charset = s.scriptCharset;
H A Djquery-1.4.2.min.js126 …mentElement,C=s.createElement("script");C.src=e.url;if(e.scriptCharset)C.charset=e.scriptCharset;i…
H A Dscript.js19 …var T=document.createElement("script");T.src=M.url;if(M.scriptCharset){T.charset=M.scriptCharset}i…
/plugin/jukebox/id3/
H A Dgetid3.lib.php1006 function MultiByteCharString2HTML($string, $charset='ISO-8859-1') { argument
1009 switch ($charset) {
1037 $HTMLstring = htmlentities($string, ENT_COMPAT, $charset);
1091 $HTMLstring = 'ERROR: Character set "'.$charset.'" not supported in MultiByteCharString2HTML()';
/plugin/mantis/lib/
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_server.php729 $charset = $this->getHTTPContentTypeCharset();
730 $this->outgoing_headers[] = "Content-Type: $type" . ($charset ? '; charset=' . $charset : '');
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/mermaid/
H A Daction.php32 'charset' => 'utf-8',
58 'charset' => 'utf-8',
66 'charset' => 'utf-8',
74 'charset' => 'utf-8',
95 'charset' => 'utf-8',
106 'charset' => 'utf-8',

123456789