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 – 5 of 5) 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.php178 $conf['gzip_output'] &= (str_contains($httpAcceptEncoding, 'gzip'));
181 $conf['gzip_output'] &&
/dokuwiki/_test/core/
H A DDokuWikiTest.php95 $conf['gzip_output'] &= (strpos($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip') !== false);
/dokuwiki/conf/
H A Ddokuwiki.php154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allow…
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php241 $meta['gzip_output'] = ['onoff'];