Home
last modified time | relevance | path

Searched refs:encoding (Results 101 – 125 of 300) sorted by last modified time

12345678910>>...12

/plugin/aclplusregex/conf/
H A Daclplusregex.conf.example1 # Please note that the same encoding rules for user and group names should be used as in the original ACL
2 # setup. You can get mostly away with not encoding, but you need to do it for spaces at least!
/plugin/webdav/vendor/sabre/dav/lib/DAV/
H A DStringUtil.php81 $encoding = mb_detect_encoding($input, ['UTF-8', 'ISO-8859-1'], true);
83 if ($encoding === 'ISO-8859-1') {
H A DClient.php91 protected $encoding = self::ENCODING_IDENTITY; variable in Sabre\\DAV\\Client
154 $encoding = $settings['encoding'];
157 if ($encoding & self::ENCODING_IDENTITY) {
160 if ($encoding & self::ENCODING_DEFLATE) {
163 if ($encoding & self::ENCODING_GZIP) {
/plugin/webdav/vendor/sabre/vobject/resources/schema/
H A Dxcal.rng55 encodingparam = element encoding {
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md291 * #704: Fixed broken uri encoding in multistatus responses. This affected
941 * Added: Sabre\DAV\Client has support for gzip and deflate encoding.
1285 * Fixed: Issue 237: xml-encoding values in SabreDAV error responses.
1574 * Fixed: DATE-TIME encoding was wrong in VObject. (we used 'DATETIME').
1942 * Fixed: Issue 27: encoding entities in property responses.
/plugin/webdav/vendor/sabre/http/lib/
H A Dfunctions.php434 $encoding = mb_detect_encoding($path, ['UTF-8', 'ISO-8859-1']);
436 switch ($encoding) {
/plugin/webdav/vendor/sabre/vobject/lib/
H A DStringUtil.php43 $encoding = mb_detect_encoding($str, ['UTF-8', 'ISO-8859-1', 'WINDOWS-1252'], true);
45 switch ($encoding) {
H A DProperty.php554 if ($encoding = $this->offsetGet('ENCODING')) {
562 $encoding = (string) $encoding;
577 if ('BASE64' === strtoupper($encoding)) {
578 $encoding = 'B';
579 $this['ENCODING'] = $encoding;
589 if ($allowedEncoding && !in_array(strtoupper($encoding), $allowedEncoding)) {
592 … 'message' => 'ENCODING='.strtoupper($encoding).' is not valid for this document type.',
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md168 * #41: Allow user to set different encoding than UTF-8 when decoding vCards.
171 * #185: Fix encoding/decoding of `TIME` values in jCal/jCard.
604 * Fixed: jCard encoding of TIME properties.
605 * Fixed: jCal encoding of REQUEST-STATUS, GEO and PERIOD values.
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dvorbis.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
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 Dopus.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
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 Dogg.js2encoding:"binary",canOwn:true})}else{return callback(new Error("node type not supported"))}FS.utim…
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.php178 $getID3->encoding = $this->tag_encoding;
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)) {
/plugin/jplayer/vendor/james-heinrich/getid3/
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 Dstructure.txt555 ['encoding']=>string() //
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 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
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.audioinfo.class.php73 $this->getID3->encoding = 'UTF-8';
H A Ddemo.mysqli.php332 $tagwriter->tag_encoding = $getID3->encoding;
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);
/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…

12345678910>>...12