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 last modified time

1234

/dokuwiki/lib/plugins/authpdo/
H A Dauth.php710 * Wrapper around msg() but outputs only when debug is enabled
718 if (!$this->getConf('debug')) return;
/dokuwiki/lib/plugins/config/core/
H A DWriter.php92 Logger::debug('Unable to invalidate opcache: ' . $errMsg);
/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Dasm.php434 /* Debug Registers */
H A Dd.php155 'class', 'const', 'creal', 'dchar', 'dstring', 'debug',
H A Ddiv.php51 'else','default','debug','continue','clone','case','break','begin'
H A Deiffel.php315 'debug',
H A Dfreeswitch.php118 GESHI_SEARCH => '(^.*DEBUG.*)',
H A Dkixtart.php85 'Debug',
H A Dlua.php97 'string','table','math','coroutine','io','os','debug'
H A Dsmarty.php59 'counter', 'cycle', 'debug', 'eval', 'html_checkboxes', 'html_image', 'html_options',
H A Dvisualfoxpro.php231 'Debug','Decimals','Defaultsource','Deletetables','Delimited','Delimiters',
H A Dwolfram.php200 'DateString', 'DateTicksFormat', 'DaubechiesWavelet', 'Debug',
H A Dnewlisp.php61 'curry','date','date-value','debug','dec','def-new','default',
H A Dparigp.php179 'TeXstyle','breakloop','colors','compatible','datadir','debug',
H A Drsplus.php103 'cut.POSIXt', 'data.class', 'data.frame', 'data.matrix', 'date', 'debug', 'default.stringsAsFactors', 'delay',
/dokuwiki/lib/plugins/
H A Dcli.php3 use dokuwiki\Debug\DebugHelper;
/dokuwiki/lib/plugins/authad/conf/
H A Ddefault.php13 $conf['debug'] = 0;
/dokuwiki/lib/scripts/
H A Dfileuploaderextended.js14 debug: this._options.debug,
/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.php152 if ($this->debug) {
173 if ($this->debug) {
202 if ($this->debug) {
226 * Debug output, if debug is enabled
231 if ($this->debug) {
/dokuwiki/vendor/simplepie/simplepie/src/
H A DMisc.php2125 public static function debug(&$sp) function in SimplePie\\Misc
/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/
H A DREADME.md85 Stacktraces will be printed on log level `debug`.
147 * debug
/dokuwiki/vendor/splitbrain/php-cli/src/
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->getLine());
263 $this->logMessage('debug', $error->getTraceAsString());
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);

1234