Home
last modified time | relevance | path

Searched +full:encoding -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 72) sorted by relevance

123

/dokuwiki/vendor/simplepie/simplepie/src/
H A DFile.php174 $out .= "Accept-Encoding: x-gzip,gzip,deflate\r\n";
207 if (isset($this->headers['content-encoding'])) {
209 switch (strtolower(trim($this->headers['content-encoding'], "\x09\x0A\x0D\x20"))) {
H A DSimplePie.php568 * @var mixed Force input encoding to be set to the follow value
988 * Set the character encoding used to parse the feed
990 * This overrides the encoding reported by the feed, however it will fall
991 * back to the normal encoding detection if the override fails
993 * @param string $encoding Character encoding
995 public function set_input_encoding($encoding = false) argument
997 if ($encoding) {
998 $this->input_encoding = (string) $encoding;
1412 * Set the output encoding
1433 set_output_encoding($encoding = 'UTF-8') global() argument
[all...]
H A DSanitize.php246 public function set_output_encoding($encoding = 'UTF-8') argument
248 $this->output_encoding = (string) $encoding;
364 $document->encoding = 'UTF-8';
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DCallableNameFilter.php73 * characters A-Z, a-z, 0-9, _, and . in any order in UTF-8 encoding
/dokuwiki/inc/
H A DMailer.class.php5 * attachments). All mails are assumed to be in UTF-8 encoding.
361 * Sets an email address header with correct encoding
475 $mime .= $this->wrappedHeaderLine('Content-Transfer-Encoding', 'base64');
517 $this->headers['Content-Transfer-Encoding'] = 'base64';
531 $body .= 'Content-Transfer-Encoding: base64' . MAILHEADER_EOL;
543 $body .= 'Content-Transfer-Encoding: base64' . MAILHEADER_EOL;
H A Dmail.php93 * Quoted printable encoding
H A Dpageutils.php688 * Uses the 'fnencode' option to determine encoding
723 * Uses the 'fnencode' option to determine encoding
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php9 * utilized scheme is DER or the "Distinguished Encoding Rules". PEM's are base64 encoded
172 * size == 0 indicates variable length encoding.
187 * Parse BER-encoding
211 * Parse BER-encoding (Helper function)
213 * Sometimes we want to get the BER encoding of a particular tag. $start lets us do that without having to reencode.
264 // "[A sender shall] use the indefinite form (see 8.1.3.6) if the encoding is constructed and is not all
503 // ie. length is the length of the full TLV encoding - it's not just the length of the value
510 * Provides an ASN.1 semantic mapping ($mapping) from a parsed BER-encoding to a human readable format.
749 "When a "NamedBitList" is used in defining a bitstring type ASN.1 encoding rules are free to add (or remove)
916 // An empty child encoding mean
[all...]
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php38 $feed = "<?xml version=\"1.0\" encoding=\"".$this->encoding."\"?>\n";
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DParser.php433 if (!empty($this->headers['transfer-encoding'])) {
434 unset($this->headers['transfer-encoding']);
442 * Parsed a "Transfer-Encoding: chunked" body
/dokuwiki/inc/Sitemap/
H A DMapper.php95 echo '<?xml version="1.0" encoding="UTF-8"?>' . NL;
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md96 added character encoding setting
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Demail.php61 'Content-Transfer-Encoding','Content-Type','Conversion',
76 'Downgraded-Sender','Downgraded-To','Encoding','Encrypted','Expires',
H A Dperl.php64 '=encoding' => '=cut',
H A Dpostgresql.php67 'EACH','ELSE','ENABLE','ENCODING','ENCRYPTED','END','ESCAPE',
H A Dlogtalk.php78 'encoding', 'ensure_loaded',
H A Dgnuplot.php71 'decimalsign', 'dgrid3d', 'dummy', 'encoding',
H A Dpowershell.php132 '-ErrorRecord', '-ErrorId', '-ErrorAction', '-End', '-Encoding', '-DisplayName', '-DisplayHint',
/dokuwiki/inc/Utf8/
H A DClean.php24 * Tries to detect if a string is in Unicode encoding
/dokuwiki/vendor/geshi/geshi/
H A Dbuild.xml1 <?xml version="1.0" encoding="utf-8"?>
H A DCHANGELOG65 * PowerBuilder: additional encoding constants (Doug Porter)
524 - Changed the default encoding to use UTF-8, due to SF#2037598, BenBE)
935 - Partial patch for UTF-8 encoding applied (doesn't quite work however...)
940 - Fixed bug where not using an encoding type would sometime result in warnings (although
941 there still seems to be issues with encoding in general that I'm trying to gather more
/dokuwiki/vendor/simplepie/simplepie/src/Content/Type/
H A DSniffer.php89 if (!isset($this->file->headers['content-encoding'])
/dokuwiki/conf/
H A Ddokuwiki.php154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allowed by browser)
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php489 * The encoding to use for entity encoding
493 protected $encoding = 'utf-8'; variable in GeSHi
1887 * Sets the encoding used for htmlspecialchars(), for international
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);
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php

123