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 90) sorted by relevance

1234

/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('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__);
[all …]
/dokuwiki/_test/tests/inc/
H A Dinit_getbaseurl.test.php19 $_SERVER['REQUEST_URI'] = '/dokuwiki/doku.php?do=debug';
42 $_SERVER['REQUEST_URI'] = '/~bengen/dokuwiki/doku.php?do=debug';
65 $_SERVER['REQUEST_URI'] = '/~bengen/dokuwiki/doku.php?do=debug';
88 $_SERVER['REQUEST_URI'] = '/~bengen/dokuwiki/doku.php?do=debug';
134 $_SERVER['REQUEST_URI'] = '/wiki/syntax?do=debug';
157 $_SERVER['REQUEST_URI'] = '/dokuwiki/doku.php?do=debug';
180 $_SERVER['REQUEST_URI'] = '/dokuwiki/doku.php/wiki/syntax?do=debug';
203 $_SERVER['REQUEST_URI'] = '/dokuwiki/wiki/syntax?do=debug';
233 $_SERVER['REQUEST_URI'] = '/dokuwiki/wiki/syntax?do=debug';
265 $_SERVER['REQUEST_URI'] = '/dokuwiki/wiki/syntax?do=debug';
[all …]
/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/vendor/splitbrain/php-cli/src/
H A DCLI.php108 * Detailed debug information.
113 public function debug($message, array $context = array()) function in splitbrain\\phpcli\\CLI
115 $this->log('debug', $message, $context);
H A DBase.php26 '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->g…
263 $this->logMessage('debug', $error->getTraceAsString());
/dokuwiki/lib/plugins/
H A Dauth.php3 use dokuwiki\Debug\DebugHelper;
H A Dcli.php3 use dokuwiki\Debug\DebugHelper;
H A Dadmin.php3 use dokuwiki\Debug\DebugHelper;
H A Daction.php3 use dokuwiki\Debug\DebugHelper;
H A Dremote.php3 use dokuwiki\Debug\DebugHelper;
H A Dsyntax.php3 use dokuwiki\Debug\DebugHelper;
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php152 if ($this->debug) {
173 if ($this->debug) {
202 if ($this->debug) {
226 * Debug output, if debug is enabled
231 if ($this->debug) {
H A DClient.php24 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 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 …ikimedia/mediawiki/blob/4aedefdbfd193f323097354bf581de1c93f02715/includes/debug/DeprecationHelper.…
10 namespace dokuwiki\Debug;
/dokuwiki/_test/core/
H A DphpQuery-onefile.php213 self::debug("Load markup for content type {$this->contentType}");
218 phpQuery::debug("Loading HTML, content type '{$this->contentType}'");
223 phpQuery::debug("Loading XML, content type '{$this->contentType}'");
229 phpQuery::debug("Loading XML, content type '{$this->contentType}'");
232 … phpQuery::debug("Could not determine document type from content type '{$this->contentType}'");
237 phpQuery::debug("Loading XML, isXML() == true");
240 … phpQuery::debug('Loading as XML failed, trying to load as HTML, isXHTML == true');
244 phpQuery::debug("Loading HTML, isXML() == false");
263 if (phpQuery::$debug)
264 phpQuery::debug('Full markup load (HTML): '.substr($markup, 0, 250));
[all …]
/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/conf/
H A Ddefault.php21 $conf['debug'] = 0;
H A Dmetadata.php22 $meta['debug'] = array('onoff','_caution' => 'security');
/dokuwiki/inc/HTTP/
H A DHTTPClient.php33 public $debug = false; variable in dokuwiki\\HTTP\\HTTPClient
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('SSL Tunnel Response', $r_headers);
[all …]
/dokuwiki/lib/exe/
H A Dopenapi.php61 // duplicate codes are only shown with debug
62 if ($code['code'] === $last && !$INPUT->has('debug')) continue;
/dokuwiki/inc/
H A Dcache.php7 use dokuwiki\Debug\DebugHelper;
H A Dinfoutils.php10 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");
514 * print debug messages
537 * Print info to debug log file
562 * Log accesses to deprecated fucntions to the debug log
632 * debug output
/dokuwiki/lib/plugins/authpdo/conf/
H A Dmetadata.php9 $meta['debug'] = array('onoff', '_caution' => 'security');

1234