Home
last modified time | relevance | path

Searched refs:debug (Results 1 – 20 of 20) sorted by relevance

/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/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/_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/vendor/kissifrot/php-ixr/src/Client/
H A DClient.php24 protected $debug = false; variable in IXR\\Client\\Client
89 if ($this->debug) {
133 if ($this->debug) {
137 if ($this->debug) {
H A DClientSSL.php202 if ($this->debug) {
231 if ($this->debug) {
/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 …]
H A DDokuHTTPClient.php44 $this->debug = true;
/dokuwiki/vendor/splitbrain/php-cli/src/
H A DCLI.php113 public function debug($message, array $context = array()) function in splitbrain\\phpcli\\CLI
/dokuwiki/lib/plugins/config/core/
H A DWriter.php92 Logger::debug('Unable to invalidate opcache: ' . $errMsg);
/dokuwiki/inc/
H A Dinfoutils.php45 Logger::debug(
60 Logger::debug("checkUpdateMessages(): unexpected HTTP response received", $http->error);
63 Logger::debug("checkUpdateMessages(): messages up to date");
H A DLogger.php85 public static function debug($message, $details = null, $file = '', $line = 0) function in dokuwiki\\Logger
H A Dmedia.php1812 Logger::debug($e->getMessage());
/dokuwiki/lib/plugins/extension/
H A Dcli.php187 $this->debug($e->getTraceAsString());
214 $this->debug($e->getTraceAsString());
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js14 debug: this._options.debug, property
H A Dfileuploader.js256 debug: false, property
326 debug: this._options.debug, property
859 debug: false, property
875 if (this._options.debug && window.console) console.log('[uploader] ' + str);
/dokuwiki/vendor/splitbrain/php-cli/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
147 * debug
/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md89 fixed left over debug code
/dokuwiki/conf/
H A Dmysql.conf.php.example31 /* This option enables debug messages in the mysql plugin. It is
34 $conf['plugin']['authmysql']['debug'] = 0;
/dokuwiki/lib/plugins/authad/
H A Dauth.php402 Logger::debug("authad/auth.php getUserCount(): _adldap not set.");
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2124 public static function debug(&$sp) function in SimplePie\\Misc