Home
last modified time | relevance | path

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

1234

/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js260 if(DEBUG) console.log('Dispatched event : 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');
388 if(DEBUG) console.log('Created event handler for: ' + name);
415 if(DEBUG) console.log('Created CUSTOM event handler for: loadeddata');
421 if(DEBUG) console.log('Created CUSTOM event handler for: durationchange');
436 if(DEBUG) console.log('Dispatched event: error');
437 if(DEBUG) console.dir(error);
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js260 if(DEBUG) console.log('Dispatched event : 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');
388 if(DEBUG) console.log('Created event handler for: ' + name);
415 if(DEBUG) console.log('Created CUSTOM event handler for: loadeddata');
421 if(DEBUG) console.log('Created CUSTOM event handler for: durationchange');
436 if(DEBUG) console.log('Dispatched event: error');
437 if(DEBUG) console.dir(error);
[all …]
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Test/
H A DTestCase.php55 $this->getRecord(Logger::DEBUG, 'debug message 1'),
56 $this->getRecord(Logger::DEBUG, 'debug message 2'),
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DAbstractHandler.php32 protected $level = Logger::DEBUG;
42 public function __construct($level = Logger::DEBUG, bool $bubble = true)
H A DZendMonitorHandler.php38 public function __construct($level = Logger::DEBUG, bool $bubble = true)
47 Logger::DEBUG => \ZEND_MONITOR_EVENT_SEVERITY_INFO,
H A DAbstractSyslogHandler.php34 Logger::DEBUG => LOG_DEBUG,
65 public function __construct($facility = LOG_USER, $level = Logger::DEBUG, bool $bubble = true)
H A DOverflowHandler.php44 Logger::DEBUG => 0,
68 $level = Logger::DEBUG,
H A DFilterHandler.php69 …public function __construct($handler, $minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGEN…
95 …public function setAcceptedLevels($minLevelOrList = Logger::DEBUG, $maxLevel = Logger::EMERGENCY):…
H A DNullHandler.php40 public function __construct($level = Logger::DEBUG)
H A DDoctrineCouchDBHandler.php29 public function __construct(CouchDBClient $client, $level = Logger::DEBUG, bool $bubble = true)
H A DGelfHandler.php35 …public function __construct(PublisherInterface $publisher, $level = Logger::DEBUG, bool $bubble = …
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/Cache/
H A 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/authgooglesheets/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 … LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/elasticsearch/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/dw2pdf/vendor/psr/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php64 LogLevel::DEBUG => array(LogLevel::DEBUG, 'message of level debug with context: {user}'),
/plugin/webdav/vendor/psr/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/authgooglesheets/vendor/psr/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/elasticsearch/vendor/psr/log/Psr/Log/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/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/
H A DLogLevel.php17 const DEBUG = 'debug'; define in Psr\\Log\\LogLevel
/plugin/mellelexport/
H A Drenderer.php150 if (!DEBUG) {
207 if (DEBUG) {
241 $zip = !DEBUG;
266 if (DEBUG) {
473 if (DEBUG) {
549 if (!DEBUG) {
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DRequestOptions.php81 const DEBUG = 'debug'; define in GuzzleHttp\\RequestOptions
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/
H A DLogger.php39 public const DEBUG = 100; define in Monolog\\Logger
104 self::DEBUG => 'DEBUG',
514 $this->addRecord(static::DEBUG, (string) $message, $context);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DGitProcessor.php38 public function __construct($level = Logger::DEBUG)

1234