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
233 if ($conf['gzip_output'] && http_gzip_valid($cache)) {262 if ($conf['gzip_output'] && DOKU_HAS_GZIP) {
178 $conf['gzip_output'] &= (str_contains($httpAcceptEncoding, 'gzip'));181 $conf['gzip_output'] &&
95 $conf['gzip_output'] &= (strpos($_SERVER['HTTP_ACCEPT_ENCODING'],'gzip') !== false);
154 $conf['gzip_output'] = 0; //use gzip content encoding for the output xhtml (if allow…
241 $meta['gzip_output'] = ['onoff'];