Home
last modified time | relevance | path

Searched +full:gzip_output -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 1 – 4 of 4) sorted by relevance

/dokuwiki/inc/
H A Dhttputils.php233 if ($conf['gzip_output'] && http_gzip_valid($cache)) {
262 if ($conf['gzip_output'] && DOKU_HAS_GZIP) {
H A Dinit.php155 $conf['gzip_output'] &= (strpos($httpAcceptEncoding, 'gzip') !== false);
158 $conf['gzip_output'] &&
/dokuwiki/conf/
H A Ddokuwiki.php154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allowed by browser)
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php241 $meta['gzip_output'] = ['onoff'];