Home
last modified time | relevance | path

Searched +full:allowdebug -path:"config lang" (Results 1 – 25 of 126) sorted by last modified time

123456

/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/inc/parser/
H A Dxhtml.php1405 if ($conf['allowdebug']) {
/dokuwiki/inc/
H A Dparserutils.php154 if ($conf['allowdebug'] && $format == 'xhtml') {
161 if ($conf['allowdebug'] && $format == 'xhtml') {
166 if ($conf['allowdebug'] && $format == 'xhtml') {
H A DStyleUtils.php144 if ($conf['allowdebug']) {
148 } elseif ($conf['allowdebug']) {
H A Dinfoutils.php328 if ($conf['allowdebug']) {
329 msg('Debugging support is enabled. If you don\'t need it you should set $conf[\'allowdebug\'] = 0', -1);
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
H A Dhttputils.php230 if ($conf['allowdebug']) header("X-CacheUsed: $cache");
/dokuwiki/lib/exe/
H A Djs.php131 $debugjs = ($conf['allowdebug'] && strpos($file, DOKU_INC . 'lib/scripts/') !== 0);
/dokuwiki/
H A Ddoku.php104 if ($conf['allowdebug'] && $ACT == 'debug') {
H A Dfeed.php59 if ($conf['allowdebug']) header("X-CacheUsed: $cache->cache");
/dokuwiki/conf/
H A Ddokuwiki.php29 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
/dokuwiki/inc/Cache/
H A DCache.php200 if (!$conf['allowdebug']) {
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php36 if ($conf['allowdebug']) {
/dokuwiki/lib/plugins/config/settings/
H A Dconfig.metadata.php98 $meta['allowdebug'] = ['onoff', '_caution' => 'security'];
/plugin/struct/syntax/
H A Dcloud.php74 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
107 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dlist.php
H A Dtable.php83 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
135 if ($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
H A Dvalue.php75 if ($conf['allowdebug']) {
117 if ($conf['allowdebug']) {
/plugin/struct/action/
H A Dajax.php48 if ($conf['allowdebug']) {
/plugin/bez/syntax/
H A Dstruct.php67 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
103 if($conf['allowdebug']) msg('<pre>' . hsc($e->getTraceAsString()) . '</pre>', -1);
/plugin/bez/action/
H A Ddefault.php247 if ($conf['allowdebug']) {
296 if ($conf['allowdebug']) {
/plugin/orphanswanted/
H A Dhelper.php162 if ($conf['allowdebug']) echo "Skipped page (global ignored): " . $id . "<br />";
165 if ($conf['allowdebug']) echo "Skipped page (global hidden): " . $id . "<br />";
/plugin/dw2pdf/
H A Daction.php1032 $this->exportConfig['isDebug'] = $conf['allowdebug'] && $INPUT->has('debughtml');
/plugin/combo/ComboStrap/
H A DPluginUtility.php1000 return $conf["allowdebug"] === 1;
H A DSite.php518 return $conf['allowdebug'];

123456