/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
H A D | LoggingDestination.php | 26 public $logs; variable in Google\\Service\\ServiceNetworking\\LoggingDestination 35 public function setLogs($logs) argument 37 $this->logs = $logs; 44 return $this->logs;
|
H A D | Service.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceUsage/ |
H A D | LoggingDestination.php | 26 public $logs; variable in Google\\Service\\ServiceUsage\\LoggingDestination 35 public function setLogs($logs) argument 37 $this->logs = $logs; 44 return $this->logs;
|
H A D | GoogleApiService.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
H A D | LoggingDestination.php | 26 public $logs; variable in Google\\Service\\ServiceConsumerManagement\\LoggingDestination 35 public function setLogs($logs) argument 37 $this->logs = $logs; 44 return $this->logs;
|
H A D | Service.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
H A D | LoggingDestination.php | 26 public $logs; variable in Google\\Service\\ServiceManagement\\LoggingDestination 35 public function setLogs($logs) argument 37 $this->logs = $logs; 44 return $this->logs;
|
H A D | Service.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
/plugin/telleveryone/action/ |
H A D | notification.php | 85 $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 D | webcode-console.js | 20 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 D | admin.php | 6 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 D | plugin.info.txt | 6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
|
H A D | README.md | 3 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.yml | 31 - mkdir -p build/logs 34 - vendor/bin/phpunit --coverage-clover build/logs/clover.xml
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
H A D | Logging.php | 80 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 D | wait-for-container.sh | 20 # 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 D | plugin.info.txt | 6 desc Provide simple logs
|
/plugin/telleveryone/ |
H A D | admin.php | 108 $logs = $sqlite->res2arr($res); 110 foreach ($logs as $log) {
|
/plugin/logstats/ |
H A D | plugin.info.txt | 6 desc Produces logs when a page is accessed
|
/plugin/deletehistory/lang/en/ |
H A D | intro.txt | 1 …etrievably remove previous revisions of pages and media. All edits will be purged form change logs.
|
/plugin/loglog/lang/en/ |
H A D | auth_failed.txt | 9 You can investigate the issue by logging into the wiki and checking the logs in the admin area.
|
H A D | auth_success.txt | 9 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 D | CHANGELOG.md | 423 * 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 D | docker-compose.yml | 19 - /absolute/or/relative/path/to/logs:/var/log # REQUIRED: Change "left" path
|
/plugin/referrers/lang/en/ |
H A D | intro.txt | 5 This plugin logs [[wp>HTTP_referer|HTTP Referrers]] for your site, so you can see where your traffi…
|