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 1 – 25 of 82) sorted by path

1234

/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/
H A Ddoku.php104 if ($conf['allowdebug'] && $ACT == 'debug') {
/dokuwiki/inc/Cache/
H A DCache.php5 use dokuwiki\Debug\PropertyDeprecationHelper;
/dokuwiki/inc/Debug/
H A DDebugHelper.php3 namespace dokuwiki\Debug;
35 * Log accesses to deprecated fucntions to the debug log
40 * @triggers \dokuwiki\Debug::INFO_DEPRECATION_LOG_EVENT
87 * @triggers \dokuwiki\Debug::INFO_DEPRECATION_LOG_EVENT
H A DPropertyDeprecationHelper.php6 * Adapted from https://github.com/wikimedia/mediawiki/blob/4aedefdbfd193f323097354bf581de1c93f02715/includes/debug/DeprecationHelper.php
10 namespace dokuwiki\Debug;
/dokuwiki/inc/HTTP/
H A DDokuHTTPClient.php44 $this->debug = true;
H A DHTTPClient.php33 public $debug = false;
248 $this->debug('connection pool', self::$connections);
251 $this->debug('reusing connection', $connectionId);
255 $this->debug('opening connection', $connectionId);
307 $this->debug('request', $request);
317 $this->debug('response headers', $r_headers);
351 $this->debug('Object headers', $this->resp_headers);
503 $this->debug('response body', $this->resp_body);
534 $this->debug('SSL Tunnel CONNECT', $request);
544 $this->debug('SS
32 public $debug; global() variable in dokuwiki\\HTTP\\HTTPClient
711 protected function debug($info,$var=null){ global() function in dokuwiki\\HTTP\\HTTPClient
[all...]
/dokuwiki/inc/
H A DLogger.php14 public const LOG_DEBUG = 'debug';
74 * Convenience method to directly log to the debug log
82 public static function debug($message, $details = null, $file = '', $line = 0)
79 static public function debug($message, $details = null, $file = '', $line = 0) global() function in dokuwiki\\Logger
H A DTaskRunner.php32 $output = $INPUT->has('debug') && $conf['allowdebug'];
H A Dcache.php7 use dokuwiki\Debug\DebugHelper;
H A Ddeprecated.php9 use dokuwiki\Debug\DebugHelper;
H A Dhtml.php712 * prints some debug info
H A Dinfoutils.php13 use dokuwiki\Debug\DebugHelper;
45 Logger::debug(
60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error);
63 Logger::debug("checkUpdateMessages(): messages up to date");
459 * print debug messages
482 * Print info to debug log file
507 * Log accesses to deprecated fucntions to the debug log
577 * debug output
H A Dmedia.php1804 Logger::debug($e->getMessage());
/dokuwiki/inc/Parsing/
H A DParser.php5 use dokuwiki\Debug\DebugHelper;
/dokuwiki/inc/Sitemap/
H A DMapper.php53 Logger::debug('Sitemapper::generate(): Sitemap up to date');
57 Logger::debug("Sitemapper::generate(): using $sitemap");
60 Logger::debug('Sitemapper::generate(): creating sitemap using ' . count($pages) . ' pages');
164 Logger::debug("Sitemapper::PingSearchEngines(): pinging $name");
167 Logger::debug("Sitemapper:pingSearchengines(): $http->error", $resp);
/dokuwiki/inc/parser/
H A Dparser.php3 use dokuwiki\Debug\PropertyDeprecationHelper;
/dokuwiki/lib/plugins/
H A Daction.php3 use dokuwiki\Debug\DebugHelper;
H A Dadmin.php3 use dokuwiki\Debug\DebugHelper;
H A Dauth.php3 use dokuwiki\Debug\DebugHelper;
/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/plugins/authad/conf/
H A Ddefault.php13 $conf['debug'] = 0;
H A Dmetadata.php13 $meta['debug'] = array('onoff','_caution' => 'security');
/dokuwiki/lib/plugins/authldap/
H A Dauth.php38 $this->debug("LDAP err: PHP LDAP extension not found.", -1, __LINE__, __FILE__);
69 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
92 $this->debug('LDAP anonymous bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
100 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
101 $this->debug('LDAP user dn bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
117 $this->debug("LDAP: bind with $dn failed", -1, __LINE__, __FILE__);
118 $this->debug('LDAP user bind: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
173 $this->debug('LDAP bind as superuser: ' . hsc(ldap_error($this->con)), 0, __LINE__, __FILE__);
190 $this->debug('LDAP user to find: ' . hsc($info['user']), 0, __LINE__, __FILE__);
193 $this->debug('LDA
697 protected function debug($message, $err, $line, $file) global() function in auth_plugin_authldap
[all...]

1234