/dokuwiki/lib/plugins/authldap/ |
H A D | auth.php | 38 $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...] |
/dokuwiki/lib/plugins/ |
H A D | cli.php | 3 use dokuwiki\Debug\DebugHelper;
|
H A D | auth.php | 3 use dokuwiki\Debug\DebugHelper;
|
H A D | syntax.php | 3 use dokuwiki\Debug\DebugHelper;
|
H A D | remote.php | 3 use dokuwiki\Debug\DebugHelper;
|
H A D | action.php | 3 use dokuwiki\Debug\DebugHelper;
|
H A D | admin.php | 3 use dokuwiki\Debug\DebugHelper;
|
/dokuwiki/inc/Sitemap/ |
H A D | Mapper.php | 53 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/vendor/splitbrain/php-cli/src/ |
H A D | CLI.php | 108 * Detailed debug information. 113 public function debug($message, array $context = array()) function in splitbrain\\phpcli\\CLI 115 $this->log('debug', $message, $context);
|
H A D | Base.php | 26 'debug' => array( 167 'Valid levels are: debug, info, notice, success, warning, error, critical, alert, emergency.', 262 $this->logMessage('debug', get_class($error) . ' caught in ' . $error->getFile() . ':' . $error->getLine()); 263 $this->logMessage('debug', $error->getTraceAsString());
|
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
H A D | ClientSSL.php | 152 if ($this->debug) { 173 if ($this->debug) { 202 if ($this->debug) { 226 * Debug output, if debug is enabled 231 if ($this->debug) {
|
H A D | Client.php | 24 protected $debug = false; variable in IXR\\Client\\Client 89 if ($this->debug) { 133 if ($this->debug) { 137 if ($this->debug) {
|
/dokuwiki/inc/Debug/ |
H A D | DebugHelper.php | 3 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 D | PropertyDeprecationHelper.php | 6 * Adapted from https://github.com/wikimedia/mediawiki/blob/4aedefdbfd193f323097354bf581de1c93f02715/includes/debug/DeprecationHelper.php 10 namespace dokuwiki\Debug;
|
/dokuwiki/lib/plugins/authad/conf/ |
H A D | default.php | 13 $conf['debug'] = 0;
|
H A D | metadata.php | 13 $meta['debug'] = array('onoff','_caution' => 'security');
|
/dokuwiki/lib/plugins/authldap/conf/ |
H A D | default.php | 21 $conf['debug'] = 0;
|
H A D | metadata.php | 22 $meta['debug'] = array('onoff','_caution' => 'security');
|
/dokuwiki/inc/HTTP/ |
H A D | HTTPClient.php | 33 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...] |
H A D | DokuHTTPClient.php | 44 $this->debug = true;
|
/dokuwiki/inc/ |
H A D | cache.php | 7 use dokuwiki\Debug\DebugHelper;
|
H A D | infoutils.php | 10 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"); 513 * print debug messages 536 * Print info to debug log file 561 * Log accesses to deprecated fucntions to the debug log 631 * debug output
|
H A D | Logger.php | 14 public const LOG_DEBUG = 'debug'; 77 * Convenience method to directly log to the debug log 85 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
|
/dokuwiki/lib/plugins/authpdo/conf/ |
H A D | metadata.php | 9 $meta['debug'] = array('onoff', '_caution' => 'security');
|
/dokuwiki/vendor/geshi/geshi/src/geshi/ |
H A D | cobol.php | 146 'DBCLOB-LOCATOR', 'DBCS', 'DE', 'DEBUG', 'DEBUG-CONTENTS', 147 'DEBUG-ITEM', 'DEBUG-LINE', 'DEBUG-NAME', 'DEBUG-SUB-1', 148 'DEBUG-SUB-2', 'DEBUG-SUB-3', 'DEBUGGING', 'DECIMAL',
|