Home
last modified time | relevance | path

Searched refs:logs (Results 1 – 25 of 52) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/
H A DLoggingDestination.php26 public $logs; variable in Google\\Service\\ServiceNetworking\\LoggingDestination
35 public function setLogs($logs) argument
37 $this->logs = $logs;
44 return $this->logs;
H A DService.php287 public function setLogs($logs) argument
289 $this->logs = $logs;
296 return $this->logs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/
H A DLoggingDestination.php26 public $logs; variable in Google\\Service\\ServiceUsage\\LoggingDestination
35 public function setLogs($logs) argument
37 $this->logs = $logs;
44 return $this->logs;
H A DGoogleApiService.php287 public function setLogs($logs) argument
289 $this->logs = $logs;
296 return $this->logs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/
H A DLoggingDestination.php26 public $logs; variable in Google\\Service\\ServiceConsumerManagement\\LoggingDestination
35 public function setLogs($logs) argument
37 $this->logs = $logs;
44 return $this->logs;
H A DService.php287 public function setLogs($logs) argument
289 $this->logs = $logs;
296 return $this->logs;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/
H A DLoggingDestination.php26 public $logs; variable in Google\\Service\\ServiceManagement\\LoggingDestination
35 public function setLogs($logs) argument
37 $this->logs = $logs;
44 return $this->logs;
H A DService.php287 public function setLogs($logs) argument
289 $this->logs = $logs;
296 return $this->logs;
/plugin/telleveryone/action/
H A Dnotification.php85 $logs = $sqlite->res2arr($res);
110 $logs = array_merge($logs, $remote_logs);
114 $timestamps = array_map('strtotime', array_column($logs, 'timestamp'));
115 array_multisort($timestamps, SORT_DESC, $logs);
116 $logs = array_slice($logs, 0, $this->getConf('limit'));
118 foreach ($logs as $log) {
/plugin/combo/resources/webcode/
H A Dwebcode-console.js20 let logs = [];
163 logs.push({
169 logs.push({
176 for (const log of logs) {
184 logs = [];
201 // log may be added later, flush the logs at interval
/plugin/recommend/
H A Dadmin.php6 protected $logs; variable in admin_plugin_recommend
19 $this->logs = $log->getLogs();
58 return array_map([$this, 'recommendMakeTOC'], $this->logs);
64 if (!$this->logs) {
/plugin/logger/
H A Dplugin.info.txt6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
H A DREADME.md3 This plugin logs every request of DokuWiki.
4 It logs the date, time, ip, username, host name, query string and user agent.
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/
H A D.travis.yml31 - mkdir -p build/logs
34 - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DLogging.php80 public $logs; variable in Google\\Service\\Logging
449 'logs',
453 'path' => 'v2/{+parent}/logs',
524 'logs',
1103 'logs',
1188 'logs',
1585 'logs',
1985 'logs',
2070 'logs',
2517 'logs',
[all …]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/
H A Dwait-for-container.sh20 # Always show logs if the container is running, this is very useful both on CI as well as while developing
22 docker logs $1
/plugin/log/
H A Dplugin.info.txt6 desc Provide simple logs
/plugin/telleveryone/
H A Dadmin.php108 $logs = $sqlite->res2arr($res);
110 foreach ($logs as $log) {
/plugin/logstats/
H A Dplugin.info.txt6 desc Produces logs when a page is accessed
/plugin/deletehistory/lang/en/
H A Dintro.txt1 …etrievably remove previous revisions of pages and media. All edits will be purged form change logs.
/plugin/loglog/lang/en/
H A Dauth_failed.txt9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
H A Dauth_success.txt9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md423 * Added LogEntriesHandler to send logs to a LogEntries account
439 * Added FlowdockHandler to send logs to a Flowdock account
440 * Added RollbarHandler to send logs to a Rollbar account
453 * Added ElasticSearchHandler to send logs to an Elastic Search server
454 * Added DynamoDbHandler and ScalarFormatter to send logs to Amazon's Dynamo DB
455 * Added SyslogUdpHandler to send logs to a remote syslogd server
456 * Added LogglyHandler to send logs to a Loggly account
470 * Added HipChatHandler to send logs to a HipChat chat room
471 * Added ErrorLogHandler to send logs to PHP's error_log function
472 * Added NewRelicHandler to send logs to NewRelic's service
[all …]
/plugin/file2dw/docker/simple/
H A Ddocker-compose.yml19 - /absolute/or/relative/path/to/logs:/var/log # REQUIRED: Change "left" path
/plugin/referrers/lang/en/
H A Dintro.txt5 This plugin logs [[wp>HTTP_referer|HTTP Referrers]] for your site, so you can see where your traffi…

123