Home
last modified time | relevance | path

Searched refs:DEBUG (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
Dpopcorn.jplayer.js25DEBUG = false, // Decided to leave the debugging option and console output in for the time being. …
151 if(DEBUG) console.log('getSupplied(): Generated: supplied = "' + supplied + '"');
260 if(DEBUG) console.log('Dispatched event : durationchange : ' + duration);
263 if(DEBUG) console.log('DELAYED EVENT (!ready) : durationchange : ' + duration);
316 if(DEBUG) console.log('Trigger : canplaythrough');
324 if(DEBUG) console.log('Trigger : loadeddata');
338 if(DEBUG) console.log('Trigger : playing');
343 if(DEBUG) console.log('Created CUSTOM event handlers for FLASH');
385 …if(DEBUG) console.log('Dispatched event: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer…
388 if(DEBUG) console.log('Created event handler for: ' + name);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
Dpopcorn.jplayer.js25DEBUG = false, // Decided to leave the debugging option and console output in for the time being. …
151 if(DEBUG) console.log('getSupplied(): Generated: supplied = "' + supplied + '"');
260 if(DEBUG) console.log('Dispatched event : durationchange : ' + duration);
263 if(DEBUG) console.log('DELAYED EVENT (!ready) : durationchange : ' + duration);
316 if(DEBUG) console.log('Trigger : canplaythrough');
324 if(DEBUG) console.log('Trigger : loadeddata');
338 if(DEBUG) console.log('Trigger : playing');
343 if(DEBUG) console.log('Created CUSTOM event handlers for FLASH');
385 …if(DEBUG) console.log('Dispatched event: ' + name + (event && event.jPlayer ? ' (' + event.jPlayer…
388 if(DEBUG) console.log('Created event handler for: ' + name);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
DAbstractHandler.php32 protected $level = Logger::DEBUG;
42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
47 Logger::DEBUG => \ZEND_MONITOR_EVENT_SEVERITY_INFO,
DAbstractSyslogHandler.php34 Logger::DEBUG => LOG_DEBUG,
65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
DOverflowHandler.php44 Logger::DEBUG => 0,
68 $level = Logger::DEBUG,
DFilterHandler.php69 …public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGEN…
95 …public function setAcceptedLevels($minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY):…
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
DTestCase.php55 $this->getRecord(Logger::DEBUG, 'debug message 1'),
56 $this->getRecord(Logger::DEBUG, 'debug message 2'),
/plugin/backlinks/.github/ISSUE_TEMPLATE/
Dbug_report.md42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/description/.github/ISSUE_TEMPLATE/
Dbug_report.md42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/openlayersmap/.github/ISSUE_TEMPLATE/
Dbug_report.md42 <!-- replace DEBUG below with the relevant section of the dowkuwiki debug log, you need to configur…
44 DEBUG
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
DFilesystemCache.php69 Mustache_Logger::DEBUG,
134 Mustache_Logger::DEBUG,
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php63 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/authssocas/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/pureldap/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/Test/
DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/smtp/subtree/php-fig/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/dw2pdf/vendor/psr/log/Psr/Log/
DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/webdav/vendor/psr/log/Psr/Log/
DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/pureldap/vendor/psr/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/authssocas/vendor/psr/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel

12345