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 1 – 25 of 72) sorted by path

123

/dokuwiki/conf/
H A Ddokuwiki.php154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allowed by browser)
H A Dinterwiki.conf6 # is an external URL, or encoding as a wikiname if it is an
/dokuwiki/inc/HTTP/
H A DHTTPClient.php72 if (extension_loaded('zlib')) $this->headers['Accept-encoding'] = 'gzip';
173 isset($this->headers['Accept-encoding']) &&
174 $this->headers['Accept-encoding'] == 'gzip'
176 unset($this->headers['Accept-encoding']);
391 //read body (with chunked encoding if needed)
395 isset($this->resp_headers['transfer-encoding']) &&
396 $this->resp_headers['transfer-encoding'] == 'chunked'
429 !isset($this->resp_headers['transfer-encoding'])
432 * If a message is received with both a Transfer-Encoding header field and a Content-Length
449 } elseif (!isset($this->resp_headers['transfer-encoding'])
[all...]
/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 Dcommon.php453 * on Windows (non-IIS) systems and to have proper URL encoding
1013 // this won't break any worse than it breaks with the wrong encoding
1021 * Prepares text for print in Webforms by encoding special chars.
H A Dconfutils.php446 * @param string $code encoding method, values: plain, base64, uuencode.
H A Dfetch.functions.php106 * Try an rfc2231 compatible encoding. This ensures correct
111 * There is no additional checking, just the encoding and setting the key=value for usage in headers
116 * @param string $charset used charset for the encoding of value
H A Dform.php62 * @param bool|string $enctype (optional, deprecated) Encoding type of the data
281 $this->params['accept-charset'] = $lang['encoding'];
H A Dhtml.php770 echo '<b>encoding:</b><pre>';
771 echo $lang['encoding'];
H A Dhttputils.php234 header('Vary: Accept-Encoding');
235 header('Content-Encoding: gzip');
263 header('Vary: Accept-Encoding');
264 header('Content-Encoding: gzip');
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/inc/Sitemap/
H A DMapper.php95 echo '<?xml version="1.0" encoding="UTF-8"?>' . NL;
/dokuwiki/inc/Utf8/
H A DClean.php24 * Tries to detect if a string is in Unicode encoding
/dokuwiki/lib/plugins/authad/
H A Dauth.php104 // make sure the right encoding is used
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php66 * '_code' - encoding method to use, accepted values: 'base64','uuencode','plain'. defaults to plain.
/dokuwiki/lib/plugins/safefnrecode/
H A Daction.php64 if (strpos($file, '%') === false) continue; # no encoding used
H A Dplugin.info.txt6 desc Changes existing page and foldernames for the change in the safe filename encoding
/dokuwiki/lib/scripts/
H A Dfileuploader.js202 ? (/\[\]$/.test(temp)) // prevent double-encoding
/dokuwiki/vendor/composer/
H A Dinstalled.json258 "description": "Constant-time Implementations of RFC 4648 Encoding (Base-64, Base-32, Base-16)",
268 "encoding",
616 "ext-mbstring": "Can be used alternatively for handling filename encoding",
/dokuwiki/vendor/geshi/geshi/
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
H A Dbuild.xml1 <?xml version="1.0" encoding="utf-8"?>
/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/geshi/geshi/src/geshi/
H A Dabap.php901 'encoding',
H A Demail.php61 'Content-Transfer-Encoding','Content-Type','Conversion',
76 'Downgraded-Sender','Downgraded-To','Encoding','Encrypted','Expires',

123