Home
last modified time | relevance | path

Searched refs:charset (Results 51 – 75 of 216) sorted by last modified time

123456789

/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-io-2.4.jar ... charset.Charset charset public static java.nio.charset.Charset toCharset (java.lang.String) ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dcommons-fileupload-1.3.2.jar ... .String) throws java.io.UnsupportedEncodingException String charset public java.lang.String getString () java ...
H A Dhttpclient-4.5.5.jar ... .apache.http.params.HttpParams params String charset public static void setCredentialCharset (org.apache.http ...
/plugin/diagramsnet/lib/js/jquery/
H A Djquery-3.3.1.min.js2 …f(e.crossDomain){var t,n;return{send:function(i,o){t=w("<script>").prop({charset:e.scriptCharset,s…
/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/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1 …ent|font-face|-moz-document)', { token: 'keyword' }],\n ['[@](charset|namespace)', { to…
H A Dbundle.js.map1charset = 'utf-8';\n \t\t\t\tscript.timeout = 120;\n \t\t\t\tif (__webpack_require__.nc) {\n \t\t\…
H A D16.16.js.map1 …ent|font-face|-moz-document)', { token: 'keyword' }],\n ['[@](charset|namespace)', { to…
H A D3.3.js.map1charset`](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset) is also set…
H A D2.2.js.map1charset\",\n \"references\": [\n {\n \"name\": \"MDN …
H A Dbundle.js1 …=i[e]=[t,r]}));t.push(n[2]=o);var s,a=document.createElement("script");a.charset="utf-8",a.timeout…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 …=i[e]=[t,r]}));t.push(n[2]=o);var s,a=document.createElement("script");a.charset="utf-8",a.timeout…
/plugin/webdav/vendor/sabre/http/
H A DCHANGELOG.md7 * #69: Sending `charset="UTF-8"` on Basic authentication challenges per
142 charset.
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php54 protected $charset = 'UTF-8'; variable in Sabre\\VObject\\Parser\\MimeDir
105 * @param string $charset
107 public function setCharset($charset) argument
109 if (!in_array($charset, self::$SUPPORTED_CHARSETS)) {
112 $this->charset = $charset;
445 $charset = $this->charset;
448 $charset = (string) $propObj['CHARSET'];
450 switch (strtolower($charset)) {
457 $property['value'] = mb_convert_encoding($property['value'], 'UTF-8', $charset);
/plugin/webdav/vendor/sabre/dav/
H A DCHANGELOG.md1270 "text/x-vcard; charset=utf-8" for a contenttype.
/plugin/webdav/vendor/sabre/vobject/
H A DCHANGELOG.md144 * `Sabre\VObject\Reader::read` now has a `$charset` argument.
/plugin/webdav/vendor/sabre/vobject/lib/
H A DReader.php39 * @param string $charset
43 public static function read($data, $options = 0, $charset = 'UTF-8') argument
46 $parser->setCharset($charset);
/plugin/webdav/
H A D.editorconfig9 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/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/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/kriswallsmith/assetic/
H A DCHANGELOG-1.0.md22 * Removed default CssEmbed charset

123456789