/dokuwiki/vendor/simplepie/simplepie/src/ |
D | Misc.php | 284 $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 …]
|
D | Parser.php | 74 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);
|
D | Sanitize.php | 245 public function set_output_encoding($encoding = 'UTF-8') argument 247 $this->output_encoding = (string) $encoding; 363 $document->encoding = 'UTF-8';
|
D | SimplePie.php | 991 * @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/ |
D | GPXCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | OPMLCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | PIECreator01.php | 19 $this->encoding = "utf-8"; 25 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | KMLCreator.php | 18 $this->encoding = "utf-8"; 24 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | MBOXCreator.php | 19 $this->encoding = "ISO-8859-15"; 81 $feed .= " charset=\"".$this->encoding."\"\n";
|
D | AtomCreator03.php | 27 $this->encoding = "utf-8"; 33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | FeedCreator.php | 53 protected $encoding = "UTF-8"; //"ISO-8859-1"; variable in FeedCreator 214 …header("Content-Type: ".$this->contentType."; charset=".$this->encoding."; filename=".basename($fi…
|
D | PHPCreator.php | 18 $this->encoding = "utf-8";
|
D | AtomCreator10.php | 27 $this->encoding = "utf-8"; 33 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | RSSCreator10.php | 16 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
D | RSSCreator091.php | 38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
|
/dokuwiki/lib/plugins/safefnrecode/ |
D | plugin.info.txt | 6 desc Changes existing page and foldernames for the change in the safe filename encoding
|
/dokuwiki/vendor/paragonie/constant_time_encoding/ |
D | README.md | 10 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/ |
D | Parser.php | 69 public $encoding = 'UTF-8'; variable in SimplePie\\XML\\Declaration\\Parser 165 $this->encoding = ''; 280 if ($this->encoding = $this->get_value()) {
|
/dokuwiki/vendor/openpsa/universalfeedcreator/ |
D | README.md | 96 added character encoding setting
|
/dokuwiki/vendor/geshi/geshi/src/ |
D | geshi.php | 493 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/ |
D | composer.lock | 263 "encoding", 647 "ext-mbstring": "Can be used alternatively for handling filename encoding",
|
/dokuwiki/vendor/geshi/geshi/ |
D | CHANGELOG | 67 * 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/ |
D | CHANGELOG.md | 163 * 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/ |
D | phpQuery-onefile.php | 189 $this->charset = $this->document->encoding; 257 $this->charset = $this->document->encoding;
|