Home
last modified time | relevance | path

Searched refs:encoding (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/
DMisc.php284 $input = Misc::encoding($input);
285 $output = Misc::encoding($output);
378 public static function encoding($charset) function in SimplePie\\Misc
1964 $encoding[] = 'UTF-32BE';
1968 $encoding[] = 'UTF-32LE';
1972 $encoding[] = 'UTF-16BE';
1976 $encoding[] = 'UTF-16LE';
1980 $encoding[] = 'UTF-8';
1987 $encoding[] = $parser->encoding;
1990 $encoding[] = 'UTF-32BE';
[all …]
DParser.php74 public $encoding; variable in SimplePie\\Parser
82 public function parse(&$data, $encoding, $url = '') argument
99 if (strtoupper($encoding) === 'US-ASCII') {
100 $this->encoding = 'UTF-8';
102 $this->encoding = $encoding;
131 …$data = '<?xml version="' . $declaration->version . '" encoding="' . $encoding . '" standalone="' …
150 $xml = xml_parser_create_ns($this->encoding, $this->separator);
298 …->data['data'] .= ' ' . $name . '="' . htmlspecialchars($value, ENT_COMPAT, $this->encoding) . '"';
320 $this->data['data'] .= htmlspecialchars($cdata, ENT_QUOTES, $this->encoding);
DSanitize.php245 public function set_output_encoding($encoding = 'UTF-8') argument
247 $this->output_encoding = (string) $encoding;
363 $document->encoding = 'UTF-8';
DSimplePie.php991 * @param string $encoding Character encoding
993 public function set_input_encoding($encoding = false) argument
995 if ($encoding) {
996 $this->input_encoding = (string) $encoding;
1429 * @param string $encoding
1431 public function set_output_encoding($encoding = 'UTF-8') argument
1433 $this->sanitize->set_output_encoding($encoding);
1645 foreach ($encodings as $encoding) {
1647 …a = $this->registry->call(Misc::class, 'change_encoding', [$this->raw_data, $encoding, 'UTF-8'])) {
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
DGPXCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DOPMLCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DPIECreator01.php19 $this->encoding = "utf-8";
25 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DKMLCreator.php18 $this->encoding = "utf-8";
24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DMBOXCreator.php19 $this->encoding = "ISO-8859-15";
81 $feed .= " charset=\"".$this->encoding."\"\n";
DAtomCreator03.php27 $this->encoding = "utf-8";
33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DFeedCreator.php53 protected $encoding = "UTF-8"; //"ISO-8859-1"; variable in FeedCreator
214 …header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($fi…
DPHPCreator.php18 $this->encoding = "utf-8";
DAtomCreator10.php27 $this->encoding = "utf-8";
33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DRSSCreator10.php16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
DRSSCreator091.php38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
/dokuwiki/lib/plugins/safefnrecode/
Dplugin.info.txt6 desc Changes existing page and foldernames for the change in the safe filename encoding
/dokuwiki/vendor/paragonie/constant_time_encoding/
DREADME.md10 this library aims to offer character encoding functions that do not leak
11 information about what you are encoding/decoding via processor cache
19 * Base16 encoding
20 * Base32 encoding
/dokuwiki/vendor/simplepie/simplepie/src/XML/Declaration/
DParser.php69 public $encoding = 'UTF-8'; variable in SimplePie\\XML\\Declaration\\Parser
165 $this->encoding = '';
280 if ($this->encoding = $this->get_value()) {
/dokuwiki/vendor/openpsa/universalfeedcreator/
DREADME.md96 added character encoding setting
/dokuwiki/vendor/geshi/geshi/src/
Dgeshi.php493 protected $encoding = 'utf-8'; variable in GeSHi
1895 * @param string $encoding The encoding to use for the source
1898 public function set_encoding($encoding) { argument
1899 if ($encoding) {
1900 $this->encoding = strtolower($encoding);
2675 … $es_char_m = mb_substr(substr($part, $es_pos+1, 16), 0, 1, $this->encoding);
2677 } elseif ('utf-8' == $this->encoding) {
/dokuwiki/
Dcomposer.lock263 "encoding",
647 "ext-mbstring": "Can be used alternatively for handling filename encoding",
/dokuwiki/vendor/geshi/geshi/
DCHANGELOG67 * PowerBuilder: additional encoding constants (Doug Porter)
526 - Changed the default encoding to use UTF-8, due to SF#2037598, BenBE)
937 - Partial patch for UTF-8 encoding applied (doesn't quite work however...)
942 - Fixed bug where not using an encoding type would sometime result in warnings (although
943 there still seems to be issues with encoding in general that I'm trying to gather more
/dokuwiki/vendor/simplepie/simplepie/
DCHANGELOG.md163 * PHP 8.0: prevent ValueError for invalid encoding [#657](https://github.com/simplepie/simplepie/pu…
283 * Fixed encoding of ampersands in `SimplePie->subscribe_url()`. [#348](https://github.com/simplepie…
/dokuwiki/_test/core/
DphpQuery-onefile.php189 $this->charset = $this->document->encoding;
257 $this->charset = $this->document->encoding;