/dokuwiki/vendor/splitbrain/php-cli/src/ |
H A D | CLI.php | 25 $this->log('emergency', $message, $context); 39 $this->log('alert', $message, $context); 52 $this->log('critical', $message, $context); 64 $this->log('error', $message, $context); 78 $this->log('warning', $message, $context); 91 $this->log('notice', $message, $context); 104 $this->log('info', $message, $context); 115 $this->log('debug', $message, $context); 123 public function log($level, $message, array $context = array()) function in splitbrain\\phpcli\\CLI
|
H A D | PSR3CLIv3.php | 20 public function log($level, string|\Stringable $message, array $context = []): void function in splitbrain\\phpcli\\PSR3CLIv3
|
/dokuwiki/lib/plugins/logviewer/lang/it/ |
H A D | intro.txt | 1 ====== Visualizza i log ====== 3 …are i vari log scritti da DokuWiki. Di default, non dovrebbero esserci molti log (dipende dalle tu… 6 Tieni presente che i **file di log possono contenere informazioni sensibili** come password, percor… 7 Assicurati di redigere i log in modo appropriato quando li pubblichi sul forum o nelle segnalazioni…
|
/dokuwiki/lib/plugins/logviewer/lang/en/ |
H A D | nolog.txt | 1 There are no log entries for the selected day and log facility.
|
H A D | intro.txt | 4 here (it depends on your [[doku>config:dontlog|log settings]]). However if something goes wrong, ch… 7 Please be aware that **log files can contain sensitive information** like passwords, paths or other…
|
/dokuwiki/lib/plugins/logviewer/lang/pt-br/ |
H A D | nolog.txt | 1 Não há entradas de log para o dia selecionado e função de log.
|
H A D | intro.txt | 4 aqui (depende das suas [[doku>config:dontlog|log settings]]). No entanto, se algo der errado, as ch… 7 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminh…
|
/dokuwiki/inc/lang/en/ |
H A D | login.txt | 3 …d in! Enter your authentication credentials below to log in. You need to have cookies enabled to l…
|
H A D | subscr_list.txt | 10 To cancel the page notifications, log into the wiki at
|
H A D | subscr_digest.txt | 13 To cancel the page notifications, log into the wiki at
|
H A D | subscr_single.txt | 16 To cancel the page notifications, log into the wiki at
|
/dokuwiki/lib/plugins/logviewer/lang/vi/ |
H A D | nolog.txt | 1 Không có mục nhật ký log nào cho cơ sở nhật ký log và ngày tháng đã chọn.
|
H A D | intro.txt | 3 Giao diện này cho phép bạn xem các nhật ký log khác nhau do DokuWiki viết. Theo mặc định, không nên… 4 tại đây (nó còn tùy thuộc vào [[doku>config:dontlog|cài đặt nhật ký log]] của bạn). Tuy nhiên, nếu … 7 Xin lưu ý rằng **tệp nhật ký log có thể chứa thông tin nhạy cảm** như mật khẩu, đường dẫn hoặc các … 8 Đảm bảo sắp xếp lại các nhật ký log một cách thích hợp khi đăng chúng lên diễn đàn hoặc trong các b…
|
/dokuwiki/inc/ |
H A D | Logger.php | 68 return self::getInstance(self::LOG_ERROR)->log( 87 return self::getInstance(self::LOG_DEBUG)->log( 106 return self::getInstance(self::LOG_DEPRECATED)->log( 124 public function log($message, $details = null, $file = '', $line = 0) function in dokuwiki\\Logger 174 * @param string $log 177 public function expect($log) argument 179 $this->expected[] = $log;
|
H A D | TaskRunner.php | 131 $log = ChangeLog::parseLogLine($lines[$i]); 132 if ($log === false) { 136 if ($log['date'] < $trim_time) { 138 $old_lines[$log['date'] . ".$i"] = $lines[$i]; 141 $out_lines[$log['date'] . ".$i"] = $lines[$i];
|
/dokuwiki/lib/plugins/logviewer/lang/ru/ |
H A D | intro.txt | 3 …информации (это зависит от вашей настройки параметра [[doku>config:dontlog|log settings]]). Однако…
|
/dokuwiki/lib/plugins/logviewer/lang/ko/ |
H A D | intro.txt | 3 이 인터페이스를 통해 DokuWiki에서 기록된 다양한 로그를 볼 수 있습니다. 기본적으로 여기에 많은 내용이 없을 것입니다 (이는 [[doku>config:dontlog|log…
|
/dokuwiki/lib/scripts/ |
H A D | linkwiz.test.js | 27 console.log(`Test ${index + 1} passed`); 29 console.log(`Test ${index + 1} failed: expected ${expected}, got ${result}`);
|
H A D | compatibility.js | 22 console.log(line);
|
/dokuwiki/inc/lang/id/ |
H A D | login.txt | 3 Anda belum login! Masukkan data autentifikasi dibawah ini untuk masuk log (login). Cookies harus di…
|
/dokuwiki/lib/tpl/dokuwiki/lang/hu/ |
H A D | style.txt | 1 …logó megváltoztatásához tölts fel egy képet "logo.png" néven a "wiki" névtérbe vagy a kiindulási n…
|
/dokuwiki/lib/plugins/logviewer/lang/pt/ |
H A D | intro.txt | 4 aqui (depende das suas [[doku>config:dontlog|configurações de log]]). No entanto, se algo der errad… 6 Esteja ciente de que **arquivos de log podem conter informações confidenciais** como senhas, caminh…
|
/dokuwiki/inc/lang/da/ |
H A D | subscr_digest.txt | 13 For at stoppe notifikationer om sideændringer, log ind på wikien på
|
H A D | subscr_single.txt | 16 For at stoppe notifikationer om sideændringer, log ind på wikien på
|
/dokuwiki/inc/Extension/ |
H A D | Event.php | 78 … ->log($this->name . ':BEFORE event triggered before event system was initialized'); 100 log($this->name . ':AFTER event triggered before event system was initialized');
|