Home
last modified time | relevance | path

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

/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php36 if ($conf['allowdebug']) {
/dokuwiki/inc/
H A DStyleUtils.php144 if ($conf['allowdebug']) {
148 } elseif ($conf['allowdebug']) {
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
H A Dparserutils.php154 if ($conf['allowdebug'] && $format == 'xhtml') {
161 if ($conf['allowdebug'] && $format == 'xhtml') {
166 if ($conf['allowdebug'] && $format == 'xhtml') {
H A Dinfoutils.php274 if ($conf['allowdebug']) {
275 msg('Debugging support is enabled. If you don\'t need it you should set $conf[\'allowdebug\'] = 0', -1);
H A Dhttputils.php230 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
/dokuwiki/lib/plugins/config/
H A Dadmin.php77 $allow_debug = $GLOBALS['conf']['allowdebug']; // avoid global $conf; here.
227 $allow_debug = $GLOBALS['conf']['allowdebug']; // avoid global $conf; here.
/dokuwiki/
H A Ddoku.php104 if ($conf['allowdebug'] && $ACT == 'debug') {
H A Dfeed.php59 if ($conf['allowdebug']) header("X-CacheUsed: $cache->cache");
/dokuwiki/inc/Cache/
H A DCache.php200 if (!$conf['allowdebug']) {
/dokuwiki/lib/exe/
H A Djs.php131 $debugjs = ($conf['allowdebug'] && strpos($file, DOKU_INC . 'lib/scripts/') !== 0);
/dokuwiki/conf/
H A Ddokuwiki.php29 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php98 $meta['allowdebug'] = ['onoff', '_caution' => 'security'];
/dokuwiki/inc/parser/
H A Dxhtml.php1405 if ($conf['allowdebug']) {