Home
last modified time | relevance | path

Searched refs:charset (Results 26 – 50 of 216) sorted by relevance

123456789

/plugin/sqlraw/
H A Dsimple_html_dom.php1191 $charset = null;
1199 $charset = $matches[1];
1205 if (empty($charset))
1218 $charset = $matches[1];
1224 $charset = 'ISO-8859-1';
1231 if (empty($charset))
1238 if ($charset === false)
1241 $charset = 'UTF-8';
1246 …if ((strtolower($charset) == strtolower('ISO-8859-1')) || (strtolower($charset) == strtolower('Lat…
1249 $charset = 'CP1252';
[all …]
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
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…
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));
/plugin/barcode/api/qrserver/
H A Dbarcode.inc39 'charset-source', 'charset-target', 'ecc', 'color', 'bgcolor', 'margin', 'qzone'
/plugin/swiftmail/Swift/
H A DMessage.php70 …public function __construct($subject="", $body=null, $type="text/plain", $encoding=null, $charset=… argument
92 $this->setCharset($charset);
109 if ($charset === null)
383 public function setCharset($charset) argument
385 $this->headers->setAttribute("Content-Type", "charset", $charset);
386 …if (($this->getEncoding() == "7bit") && (strtolower($charset) == "utf-8" || strtolower($charset) =…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Schedule/
H A DIMipPluginTest.php125 'Content-Type: text/calendar; charset=UTF-8; method=REQUEST',
167 'Content-Type: text/calendar; charset=UTF-8; method=CANCEL',
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-codec-1.10.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dhttpcore-4.4.9.jar ... int bufferSize private int fragmentSizeHint private java.nio.charset.Charset charset private java.nio.charset. ...
/plugin/todo/
H A D.editorconfig6 charset = utf-
/plugin/bpmnio/
H A D.editorconfig7 charset = utf-8
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A D.editorconfig4 charset = utf-8
/plugin/yahoomediaplayer/
H A Daction.php49 'charset' => 'utf-8',
/plugin/combo/vendor/dragonmantank/cron-expression/
H A D.editorconfig4 charset = utf-8
/plugin/wavedrom/
H A Daction.php30 'charset' => 'utf-8',
/plugin/webdav/
H A D.editorconfig9 charset = utf-8
/plugin/combo/vendor/carica/phpcss/
H A D.editorconfig10 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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm48 <cffile action="write" file="#tempfile_in#" output="#text#" charset="utf-8">
54 <cffile action="read" file="#tempfile_out#" variable="food" charset="utf-8">
102 <cfcontent type="text/html; charset=utf-8">
106 <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
/plugin/sequencediagram/bower_components/lodash/
H A D.editorconfig7 charset = utf-8
/plugin/orgchart/
H A Daction.php40 'charset' => 'utf-8',
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/
H A D.editorconfig7 charset = utf-8
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Descape.rst106 string to escape, and the charset.
117 * ``charset``: The string 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',
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Integration/
H A DStream.php99 'message' => 'text/html; charset=UTF-8',
/plugin/jalbum/syntax/
H A Djalbumbadge.php120 $txt .= '<script type="text/javascript" charset="utf-8">'."\n";

123456789