Home
last modified time | relevance | path

Searched +full:debug -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 26 – 50 of 82) sorted by relevance

1234

/dokuwiki/inc/parser/
H A Dparser.php3 use dokuwiki\Debug\PropertyDeprecationHelper;
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
147 * debug
/dokuwiki/lib/plugins/authpdo/conf/
H A Ddefault.php9 $conf['debug'] = 0;
/dokuwiki/inc/Parsing/
H A DParser.php5 use dokuwiki\Debug\DebugHelper;
/dokuwiki/lib/plugins/config/core/
H A DWriter.php92 Logger::debug('Unable to invalidate opcache: ' . $errMsg);
/dokuwiki/lib/plugins/authad/
H A Dauth.php31 * $conf['plugin']['authad']['debug'] = 1;
96 if ($this->conf['debug'])
402 Logger::debug("authad/auth.php getUserCount(): _adldap not set.");
594 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
616 if ($this->conf['debug']) msg('AD Auth: ' . $e->getMessage(), -1);
649 if ($this->conf['debug']) {
/dokuwiki/lib/tpl/dokuwiki/
H A Ddetail.php73 <?php //Comment in for Debug// dbg(tpl_img_getTag('Simple.Raw'));?>
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dpovray.php177 0 => '\#(?!(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro) )[[:word:]]*',
179 1 => "\#(include|declare|local|fopen|fclose|read|write|default|version|if|else|end|ifdef|ifndef|switch|case|range|break|while|debug|error|warning|macro)",
H A Ddiv.php51 'else','default','debug','continue','clone','case','break','begin'
H A Dfreeswitch.php118 GESHI_SEARCH => '(^.*DEBUG.*)',
H A Dkixtart.php85 'Debug',
H A Djcl.php67 'ALTSEQ','DEBUG','END','INCLUDE','INREC','MERGE','MODS','OMIT',
H A Dpowershell.php82 'Update-FormatData', 'Update-TypeData', 'Where-Object', 'Write-Debug', 'Write-Error',
134 '-Depth', '-DependsOn', '-Delimiter', '-Debugger', '-Debug', '-Days', '-Day', '-Date',
H A Deiffel.php315 'debug',
H A Dsmarty.php59 'counter', 'cycle', 'debug', 'eval', 'html_checkboxes', 'html_image', 'html_options',
H A Dlua.php97 'string','table','math','coroutine','io','os','debug'
H A Dphix.php72 'debug',
/dokuwiki/
H A Ddoku.php104 if ($conf['allowdebug'] && $ACT == 'debug') {
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md89 fixed left over debug code
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js14 debug: this._options.debug,
H A Dfileuploader.js256 debug: false, property in qq.FileUploaderBasic._options
326 debug: this._options.debug,
859 debug: false, property in qq.UploadHandlerAbstract._options
875 if (this._options.debug && window.console) console.log('[uploader] ' + str);
/dokuwiki/conf/
H A Ddokuwiki.php29 $conf['allowdebug'] = 0; //allow debug output, enable if needed 0|1
114 $conf['dontlog'] = 'debug'; //logging facilities that should be disabled
H A Dmysql.conf.php.example31 /* This option enables debug messages in the mysql plugin. It is
34 $conf['plugin']['authmysql']['debug'] = 0;
/dokuwiki/inc/Cache/
H A DCache.php5 use dokuwiki\Debug\PropertyDeprecationHelper;
/dokuwiki/inc/
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];

1234