Searched refs:logfile (Results 1 – 16 of 16) sorted by relevance
| /plugin/stopforumspam/_test/ |
| D | LoggerTest.php | 21 $this->assertEquals($expected, $logger->logfile); 28 $logfile = $logger->logdir . "/" . $logger->logfile; 31 $contents = file($logfile); 38 $logfile = $logger->logdir . "/" . $logger->logfile; 39 if (file_exists($logfile)) { 40 unlink($logfile); 44 $fd = fopen($logfile, "r");
|
| /plugin/botmon/ |
| H A D | pview.php | 57 $logfile = fopen($filename, 'a'); variable 58 if (!$logfile) { 63 if (fwrite($logfile, $logline . "\n") === false) { 65 fclose($logfile); 68 fclose($logfile);
|
| H A D | action.php | 168 $logfile = fopen($filename, 'a'); 169 if (!$logfile) die(); 170 if (fwrite($logfile, $logline . "\n") === false) { 171 fclose($logfile); 176 fclose($logfile); 357 $logfile = fopen($filename, 'a'); 358 if (!$logfile) die(); 359 if (fwrite($logfile, $logline . "\n") === false) { 360 fclose($logfile); 367 if (fwrite($logfile, $logline . "\n") === false) { [all …]
|
| /plugin/redirect2/ |
| D | admin.php | 108 $logfile = new SplFileObject($this->LogFile); 109 $logfile->setFlags(SplFileObject::READ_CSV); 110 $logfile->setCsvControl("\t"); // tsv 112 foreach ($logfile as $line) { 130 unset($logfile);
|
| /plugin/recommend/helper/ |
| D | log.php | 31 $logfile = fopen($this->path, 'a'); 32 fwrite($logfile, date('r') . ': ' . 35 fclose($logfile);
|
| /plugin/stopforumspam/ |
| D | SpamLogger.php | 11 public $logfile; variable in SpamLogger 17 $this->logfile = "StopForumSpam-" . date("Y-m") . ".csv"; 39 $filename = $this->logdir . "/" . $this->logfile;
|
| /plugin/statdisplay/helper/ |
| D | log.php | 13 private $logfile = ''; variable in helper_plugin_statdisplay_log 25 $this->logfile = fullpath($conf['metadir'] . '/' . $this->getConf('accesslog')); 27 if (!file_exists($this->logfile)) $this->logfile = $this->getConf('accesslog'); 55 $max = @filesize($this->logfile); 71 $size = filesize($this->logfile); 85 $fh = fopen($this->logfile, 'r');
|
| /plugin/freechat/phpfreechat/src/proxies/ |
| D | log.class.php | 53 $logfile = $logpath."/chat.log"; 62 file_put_contents($logfile, $log, FILE_APPEND | LOCK_EX);
|
| /plugin/authcas/ |
| D | auth.php | 44 $logfile = $this->getConf("logFile"); 45 if (!empty($logfile)) {
|
| /plugin/infomail/ |
| D | action.php | 264 $logfile = $targetdir . "infomail.log"; 271 io_saveFile($logfile, "$log\n", true);
|
| /plugin/authsmartcard/ |
| D | README.md | 72 $conf['logfile'] = "/full/path/to/logfile/writable/by/apache";
|
| /plugin/cronojob/pseudo-cron/ |
| D | pseudo-cron.inc.php | 213 $logfile = $this->writeDir."pseudo-cron.log"; 214 $file = fopen($logfile,"a");
|
| D | pseudo-cron-image.php | 256 $logfile = $this->writeDir."pseudo-cron.log"; 257 $file = fopen($logfile,"a");
|
| /plugin/cronojob/ |
| D | pseudocron.php | 195 $logfile = $this->writeDir."pseudo-cron.log"; 196 $file = fopen($logfile,"a");
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | ChangeLog-2.2.md | 18 ….com/sebastianbergmann/php-code-coverage/issues/382): Crap4J report generates incorrect XML logfile
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 7.7.js.map | 1 …program',\n 'lob',\n 'local',\n 'locale',\n 'locator',\n 'logfile',\n 'logical',…
|