| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceConsumerManagement/ |
| 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;
|
| 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/ |
| 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;
|
| D | GoogleApiService.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceManagement/ |
| 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;
|
| D | Service.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ServiceNetworking/ |
| 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;
|
| D | Service.php | 287 public function setLogs($logs) argument 289 $this->logs = $logs; 296 return $this->logs;
|
| /plugin/telleveryone/action/ |
| 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/botmon/ |
| H A D | .gitignore | 2 logs/*.log.txt 3 logs/*.srv.txt 4 logs/*.tck.txt 5 logs/*.captcha.txt
|
| /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 = [];
|
| /plugin/recommend/ |
| D | admin.php | 6 protected $logs; variable in admin_plugin_recommend 19 $this->logs = $log->getLogs(); 60 return array_map([$this, 'recommendMakeTOC'], $this->logs); 70 if (!$this->logs) {
|
| /plugin/logger/ |
| D | plugin.info.txt | 6 desc This plugin logs every request of DokuWiki. It logs the date, time, ip, username, host name,…
|
| 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/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | Logging.php | 80 public $logs; variable in Google\\Service\\Logging 449 'logs', 453 'path' => 'v2/{+parent}/logs', 524 'logs', 538 'path' => 'v2/{+parent}/logs', 1103 'logs', 1107 'path' => 'v2/{+parent}/logs', 1188 'logs', 1202 'path' => 'v2/{+parent}/logs', 1585 'logs', [all …]
|
| /plugin/asciidocjs/node_modules/js-stringify/ |
| D | .npmignore | 10 logs
|
| /plugin/asciidocjs/node_modules/doctypes/ |
| D | .npmignore | 10 logs
|
| /plugin/asciidocjs/node_modules/is-expression/ |
| D | .npmignore | 10 logs
|
| /plugin/asciidocjs/node_modules/token-stream/ |
| D | .npmignore | 10 logs
|
| /plugin/telleveryone/ |
| D | admin.php | 108 $logs = $sqlite->res2arr($res); 110 foreach ($logs as $log) {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/functions/ |
| D | wait-for-container.sh | 22 docker logs $1
|
| /plugin/asciidocjs/node_modules/uglify-to-browserify/ |
| D | .npmignore | 10 logs
|
| /plugin/log/ |
| D | plugin.info.txt | 6 desc Provide simple logs
|
| /plugin/combinedlogs/ |
| H A D | plugin.info.txt | 5 desc Combines the logs of all facilities into a single folder or file
|
| /plugin/logstats/ |
| D | plugin.info.txt | 6 desc Produces logs when a page is accessed
|