Home
last modified time | relevance | path

Searched refs:log (Results 126 – 150 of 654) sorted by relevance

12345678910>>...27

/plugin/openid/
H A Daction.php223 $log = array('message' => 'logged in temporarily', 'user' => $user);
224 trigger_event('PLUGIN_LOGLOG_LOG', $log);
232 $log = array('message' => 'failed login attempt', 'user' => $user);
233 trigger_event('PLUGIN_LOGLOG_LOG', $log);
477 $log = array('message' => 'logged in permanently', 'user' => $user);
478 trigger_event('PLUGIN_LOGLOG_LOG', $log);
/plugin/upgrade/
H A Dcli.php67 public function log($level, $message, array $context = array())
73 parent::log($level, $message, $context);
65 public function log($level, $message, array $context = array()) global() function in cli_plugin_upgrade
/plugin/smtp/subtree/txtthinking/Mailer/
H A Dcomposer.lock10 "name": "psr/log",
14 "url": "https://github.com/php-fig/log.git",
41 "log",
158 "psr/log": "~1.0"
161 "psr/log-implementation": "1.0.0"
177 "doctrine/couchdb": "Allow sending log messages to a CouchDB server",
179 "ext-mongo": "Allow sending log messages to a MongoDB server",
180 "graylog2/gelf-php": "Allow sending log messages to a GrayLog2 server",
182 "raven/raven": "Allow sending log messages to a Sentry server",
183 "rollbar/rollbar": "Allow sending log messages to Rollbar",
[all …]
/plugin/tagadd/
H A Daction.php292 $log = "";
294 $log.=' Added: '.implode(",",$add);
297 $log.=' Removed: '.implode(",",$rem);
300 $summary= "Tag".$idcount." ".$log;
/plugin/diagramsnet/lib/plugins/
H A Dreplay.js195 console.log(JSON.stringify(newValue, null, 2));
225 console.log(processDelta(edit, true));
233 console.log(mxUtils.getPrettyXml(edit));
243 console.log(mxUtils.getPrettyXml(edit));
/plugin/webdav/core/
H A DUtils.php91 self::log('debug', 'Save content of {id} page ({size} bytes - {mode} mode)', [
236 public static function log($level, $message, $context = []) function in dokuwiki\\plugin\\webdav\\core\\Utils
249 self::log('error', $context['exception']->getMessage());
/plugin/accscounter/lang/en/
H A Dmovedirection.txt2 The saving destination of this plugin's log files has been changed, to be compatible with some plug…
4 Old log files are still being stored in the old destination. Please decide how to handle these fil…
H A Dviewer.txt3 You can exclude spammers from the counter (StopForumSpam2 Plugin required), or delete the log data.
5 Tick checkbox(es) that correspond to the log you want to handle, choose "Spammer Check" or "Delete …
/plugin/dw2pdf/
H A Dcomposer.lock29 "psr/log": "^1.0 || ^2.0",
201 "name": "psr/log",
205 "url": "https://github.com/php-fig/log.git",
210 "url": "https://api.github.com/repos/php-fig/log/zipball/0f73288fd15629204f9d42b7055f72dacbe811fc",
239 "homepage": "https://github.com/php-fig/log",
241 "log",
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.min.js16log:function(){if(typeof(console)!="undefined"&&console.log){console.log.apply(console,arguments);… method in Syntax
/plugin/block/
H A Dscript.js107 console.log(textStatus);
108 console.log(errorThrown);
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
H A Dclass.csstidy_optimise.php113 …$this->parser->log('Optimised shorthand notation ('.$this->property.'): Changed "'.$this->value.'"…
121 $this->parser->log('Optimised !important','Information');
180 $this->parser->log('Optimised font-weight: Changed "bold" to "700"','Information');
185 … $this->parser->log('Optimised font-weight: Changed "normal" to "400"','Information');
193 …$this->parser->log('Fixed invalid number: Changed "'.$this->sub_value.'" to "'.$temp.'"','Warning'…
195 …$this->parser->log('Optimised number: Changed "'.$this->sub_value.'" to "'.$temp.'"','Information'…
205 …$this->parser->log('Fixed invalid color name: Changed "'.$this->sub_value.'" to "'.$temp.'"','Warn…
207 …$this->parser->log('Optimised color: Changed "'.$this->sub_value.'" to "'.$temp.'"','Information');
/plugin/accscounter/lang/pt-br/
H A Dmovedirection.txt2 O destino de salvamento dos arquivos de log deste plugin foi alterado, para ser compatível com algu…
4 Arquivos de log antigos ainda estão sendo armazenados no destino antigo. Por favor, decida como lid…
/plugin/fastwiki/
H A Dpagecache.js96 m_debug && console.log("Preloading " + params.fastwiki_preload_pages);
103 m_debug && console.log("Loaded " + [id, pages[p].length]);
106 m_debug && console.log("ERROR: Body found!");
/plugin/bpmnio/script/
H A Dbpmnio_render.js9 if (warnings?.length > 0) console.log(warnings);
20 console.log(err.message, err.warnings);
88 console.log(err);
/plugin/move/helper/
H A Dplan.php484 $log = "";
497 $log .= $this->build_log_line($mark, $src, $dst, false); // FAILURE!
507 $log .= $this->build_log_line($mark, $src, $dst, true); // SUCCESS!
519 $this->write_log($log);
937 $log = "$now\t$date\t$type\t$from\t$to\t$ok\t$msg\n";
938 return $log;
946 protected function write_log ($log) { argument
950 io_saveFile($file, $log, true);
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DEngine.php684 $this->log(
743 $this->log(
799 $this->log(
823 private function log($level, $message, array $context = array()) function in Mustache_Engine
826 $this->logger->log($level, $message, $context);
/plugin/webcomponent/_test/
H A DREADME.md32 $conf['allowdebug'] = 1; // log in cachedir+debug.log
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlog-teamcity.phpt2 phpunit --log-teamcity php://stdout BankAccountTest ../_files/BankAccountTest.php
6 $_SERVER['argv'][2] = '--log-teamcity';
H A Ddataprovider-log-xml-isolation.phpt2 phpunit --process-isolation --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
7 $_SERVER['argv'][3] = '--log-junit';
H A Ddataprovider-log-xml.phpt2 phpunit --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
6 $_SERVER['argv'][2] = '--log-junit';
H A Dlog-json-post-66021.phpt2 phpunit --log-json php://stdout BankAccountTest ../_files/BankAccountTest.php
13 $_SERVER['argv'][2] = '--log-json';
/plugin/smtp/subtree/php-fig/log/Psr/Log/Test/
H A DLoggerInterfaceTest.php44 $logger->log($level, $message, array('user' => 'Bob'));
73 $logger->log('invalid level', 'Foo');
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php58 Auth_OpenID::log("HTTPS URL unsupported fetching %s",
64 Auth_OpenID::log("URL fetching not allowed for '%s'",
/plugin/webdav/core/DAV/Collection/Media/
H A DFile.php22 Utils::log('debug', 'Delete media');
73 Utils::log('debug', "Allowed files $regex");

12345678910>>...27