| /dokuwiki/lib/plugins/authad/lang/fi/ |
| H A D | settings.php | 8 $lang['debug'] = 'Näytä lisää debug-koodia virheistä?';
|
| /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('LDAP Server: ' . hsc($info['server']), 0, __LINE__, __FILE__); [all …]
|
| /dokuwiki/_test/tests/inc/ |
| H A D | init_getbaseurl.test.php | 19 $_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 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/lib/plugins/ |
| H A D | auth.php | 3 use dokuwiki\Debug\DebugHelper;
|
| H A D | cli.php | 3 use dokuwiki\Debug\DebugHelper;
|
| H A D | admin.php | 3 use dokuwiki\Debug\DebugHelper;
|
| H A D | action.php | 3 use dokuwiki\Debug\DebugHelper;
|
| H A D | remote.php | 3 use dokuwiki\Debug\DebugHelper;
|
| H A D | syntax.php | 3 use dokuwiki\Debug\DebugHelper;
|
| /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);
|
| /dokuwiki/lib/plugins/authad/lang/bg/ |
| H A D | settings.php | 18 $lang['debug'] = 'Показване на допълнителна debug информация при грешка?';
|
| /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/lib/plugins/authldap/lang/bg/ |
| H A D | settings.php | 20 $lang['debug'] = 'Показване на допълнителна debug информация при грешка';
|
| /dokuwiki/lib/plugins/authad/lang/hr/ |
| H A D | settings.php | 18 $lang['debug'] = 'Prikaži dodatni debug ispis u slučaju greške? ';
|
| /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
|
| /dokuwiki/lib/plugins/authad/lang/da/ |
| H A D | settings.php | 20 $lang['debug'] = 'Vis yderligere debug output ved fejl?';
|
| /dokuwiki/lib/plugins/authad/lang/nl/ |
| H A D | settings.php | 20 $lang['debug'] = 'Aanvullende debug informatie tonen bij fouten?';
|
| /dokuwiki/lib/plugins/authad/lang/sl/ |
| H A D | settings.php | 11 $lang['debug'] = 'Ali naj bodo prikazane dodatne podrobnosti napak?';
|
| /dokuwiki/lib/plugins/authad/lang/it/ |
| H A D | settings.php | 21 $lang['debug'] = 'Visualizzare output addizionale di debug per gli errori?';
|
| /dokuwiki/lib/plugins/authad/lang/de-informal/ |
| H A D | settings.php | 23 $lang['debug'] = 'Zusätzliche Debug-Informationen bei Fehlern anzeigen?';
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 213 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 D | default.php | 13 $conf['debug'] = 0;
|
| /dokuwiki/lib/plugins/authpdo/lang/eo/ |
| H A D | settings.php | 8 $lang['debug'] = 'Presu detalajn erarmesaĝojn. Devus esti malŝaltita post agordo.';
|