Home
last modified time | relevance | path

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

123456789

/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample02.cfm30 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03.cfm29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.cfm29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/_samples/lasso/
H A Dsample02.lasso29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.lasso29 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample03.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/wysiwyg/fckeditor/_samples/asp/
H A Dsample01.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
H A Dsample03.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample04.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
H A Dsample02.asp31 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm46 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
52 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
100 <cfcontent type="text/html; charset=utf-8">
104 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/remotescript/lib/JsHttpRequest/
H A Dprotocol.txt18 Content-type: text/javascript; charset=...
21 The charset is always set equal to the base backend charset.
25 Content-type: text/plain; charset=...
28 The charset may be UTF-8 (of the backend supports JSON conversion
29 functions) or the base backend charset. We have to use text/plain
34 Content-type: text/html; charset=...
40 The charset is always set equal to the base backend charset. Note
44 (Note that you may always use a fixed charset in your backends,
/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/googlesearch/
H A Dnusoap.php2899 function setContentType($type, $charset = false) { argument
2900 $this->outgoing_headers['Content-Type'] = $type . ($charset ? '; charset=' . $charset : '');
3739 $charset = $this->getHTTPContentTypeCharset();
3740 $this->outgoing_headers[] = "Content-Type: $type" . ($charset ? '; charset=' . $charset : '');
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …at_rule",b:"@",e:"[{;]",eE:true,l:[hljs.IR],k:{"import":1,page:1,media:1,charset:1,"font-face":1},…

123456789