Home
last modified time | relevance | path

Searched refs:encoding (Results 201 – 225 of 300) sorted by path

12345678910>>...12

/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Daurora.js1223 if (encoding == null) {
1224 encoding = 'ascii';
1233 if (encoding == null) {
1234 encoding = 'ascii';
1241 encoding = encoding.toLowerCase();
1248 switch (encoding) {
1282 switch (encoding) {
1892 var bytes, dataSize, encoding, size;
1903 floatingPoint: encoding === 6 || encoding === 7,
2735 var buffer, bytes, encoding;
[all …]
H A Dmp3.js3863 encoding: 1,
3872 encoding: 1,
3878 encoding: 1,
3884 encoding: 1,
3891 encoding: 1,
3898 encoding: 1,
3920 encoding: 1,
3964 encoding: 1,
4014 encoding: 1,
4020 encoding: 1,
[all …]
H A Dogg.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
H A Dopus.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
H A Dvorbis.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
/plugin/jplayer/vendor/james-heinrich/getid3/
H A DREADME.md439 encoding (they assume the data is UTF-16LE+BOM and either
470 LAME/VBR header, but it never gets written) when encoding in CBR
484 computed sum after encoding. Seeking support in Ogg FLAC is the
H A Dchangelog.txt41 * bugfix (G:222) demo.browse filesystem character encoding
141 * bugfix (G:80): attempt to autodetect ID3v1 encoding
198 * bugfix: G:22 ID3v2 TXXX description encoding
215 encoding did not take place.
428 current page encoding (default=UTF-8)
1040 whatever encoding each frame may have (text encoding can vary
1278 ¤ Added root key 'encoding'
1310 desired encoding.
1320 different encoding, so this is needed.
1323 UNICODING encoding name given to iconv().
[all …]
H A Dreadme.txt453 encoding (they assume the data is UTF-16LE+BOM and either
489 LAME/VBR header, but it never gets written) when encoding in CBR
503 computed sum after encoding. Seeking support in Ogg FLAC is the
H A Dstructure.txt555 ['encoding']=>string() //
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php73 $this->getID3->encoding = 'UTF-8';
H A Ddemo.browse.php464 function table_var_dump($variable, $wrap_in_td=false, $encoding='') { argument
466 $encoding = ($encoding ? $encoding : $FileSystemEncoding);
489 $returnstring .= '</td>'."\n".table_var_dump($value, true, $encoding).'</tr>'."\n";
515 $returnstring = htmlentities($variable, ENT_QUOTES | ENT_SUBSTITUTE, $encoding);
H A Ddemo.mysqli.php332 $tagwriter->tag_encoding = $getID3->encoding;
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dgetid3.php93 public $encoding = 'UTF-8'; variable in getID3
486 …$this->info['encoding'] = $this->encoding; // required by id3v2 and iso modules - can…
617 …'mb_convert_encoding') && !function_exists('iconv') && !in_array($this->encoding, array('ISO-8859-…
1415 * @param string $encoding
1417 public function CharConvert(&$array, $encoding) { argument
1420 if ($encoding == $this->encoding) {
1429 $this->CharConvert($array[$key], $encoding);
1434 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1474 list($tag_name, $encoding) = $tagname_encoding_array;
1478 $this->info[$comment_name]['encoding'] = $encoding;
H A Dmodule.audio.dts.php57 if (($encoding = array_search($sync, self::$syncwords)) !== false) {
65 $encoding = 0;
78 switch ($encoding) {
143 if (($encoding == 2) || ($encoding == 3)) {
H A Dmodule.tag.id3v2.php3662 * @param string $encoding
3666 public static function TextEncodingTerminatorLookup($encoding) { argument
3676 …return (isset($TextEncodingTerminatorLookup[$encoding]) ? $TextEncodingTerminatorLookup[$encoding]…
3680 * @param int $encoding
3684 public static function TextEncodingNameLookup($encoding) { argument
3694 …return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'ISO-8859…
H A Dwrite.php178 $getID3->encoding = $this->tag_encoding;
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/
H A DPackerFilter.php26 protected $encoding = 'None'; variable in Assetic\\Filter\\PackerFilter
32 public function setEncoding($encoding) argument
34 $this->encoding = $encoding;
53 …$packer = new \JavaScriptPacker($asset->getContent(), $this->encoding, $this->fastDecode, $this->s…
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DTokenizer.php101 $encoding = null;
103 $encoding = mb_internal_encoding();
217 if ($encoding) {
218 mb_internal_encoding($encoding);
/plugin/jukebox/id3/
H A Dgetid3.php21 var $encoding = 'ISO-8859-1'; // CASE SENSITIVE! - i.e. (must be supported by iconv()) variable in getID3
168 …if (!function_exists('iconv') && !in_array($this->encoding, array('ISO-8859-1', 'UTF-8', 'UTF-16LE…
225 …$this->info['encoding'] = $this->encoding; // required by id3v2 and iso modules - can…
970 function CharConvert(&$array, $encoding) { argument
973 if ($encoding == $this->encoding) {
982 $this->CharConvert($array[$key], $encoding);
987 $array[$key] = trim(getid3_lib::iconv_fallback($encoding, $this->encoding, $value));
1019 list($tag_name, $encoding) = $tagname_encoding_array;
1023 $this->info[$comment_name]['encoding'] = $encoding;
1047 …$tag_key][$key] = str_replace('&#0;', '', getid3_lib::MultiByteCharString2HTML($value, $encoding));
[all …]
H A Dmodule.tag.id3v2.php3096 function TextEncodingTerminatorLookup($encoding) { argument
3106 return @$TextEncodingTerminatorLookup[$encoding];
3109 function TextEncodingNameLookup($encoding) { argument
3112 …return (isset($TextEncodingNameLookup[$encoding]) ? $TextEncodingNameLookup[$encoding] : 'ISO-8859…
/plugin/jukebox/
H A Dlist.php36 $id3->encoding = 'UTF-8';
/plugin/mantis/lib/
H A Dchangelog9 - soap_server: fixed bug causing charset encoding not to be passed to the parser
10 - soap_fault: added default encoding to the fault serialization
17 - soapclient: get xml character encoding from HTTP Content-Type header if provided, e.g. text/xml;c…
31 - nusoap_base: change documentation of soap_defencoding to specify it is the encoding for outgoing …
35 - soap_server: read encoding from _SERVER if available
57 - soap_server: add gzip encoding support for outgoing messages
88 > Changes for multiple encoding sytles as previously posted
233 - soapclient: support document style and literal encoding when not using WSDL
254 - soap_transport_http: ignore Content-Length when chunked encoding is used
283 - soap_server: support literal encoding (with RPC style)
[all …]
H A Dclass.nusoap_base.php712 '<?xml version="1.0" encoding="'.$this->soap_defencoding .'"?'.">".
H A Dclass.soap_parser.php55 * @param string $encoding character encoding scheme of message
60 function nusoap_parser($xml,$encoding='UTF-8',$method='',$decode_utf8=true){ argument
63 $this->xml_encoding = $encoding;
75 if (strtoupper($xml_encoding) != $encoding) {
76 …$err = "Charset from HTTP Content-Type '" . $encoding . "' does not match encoding from XML declar…
78 if ($encoding != 'ISO-8859-1' || strtoupper($xml_encoding) != 'UTF-8') {
92 $this->debug('Entering nusoap_parser(), length='.strlen($xml).', encoding='.$encoding);
H A Dclass.soap_transport_http.php26 var $encoding = ''; variable in soap_transport_http
562 $this->encoding = $enc;

12345678910>>...12