Searched refs:logfile (Results 1 – 13 of 13) sorted by relevance
/plugin/stopforumspam/_test/ |
H A 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/redirect2/ |
H A 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/ |
H A D | log.php | 31 $logfile = fopen($this->path, 'a'); 32 fwrite($logfile, date('r') . ': ' . 35 fclose($logfile);
|
/plugin/stopforumspam/ |
H A D | SpamLogger.php | 11 public $logfile; variable in SpamLogger 17 $this->logfile = "StopForumSpam-" . date("Y-m") . ".csv"; 39 $filename = $this->logdir . "/" . $this->logfile;
|
/plugin/freechat/phpfreechat/src/proxies/ |
H A D | log.class.php | 53 $logfile = $logpath."/chat.log"; 62 file_put_contents($logfile, $log, FILE_APPEND | LOCK_EX);
|
/plugin/statdisplay/helper/ |
H A 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/infomail/ |
H A D | action.php | 264 $logfile = $targetdir . "infomail.log"; 271 io_saveFile($logfile, "$log\n", true);
|
/plugin/authsmartcard/ |
H A D | README.md | 72 $conf['logfile'] = "/full/path/to/logfile/writable/by/apache";
|
/plugin/cronojob/pseudo-cron/ |
H A D | pseudo-cron.inc.php | 213 $logfile = $this->writeDir."pseudo-cron.log"; 214 $file = fopen($logfile,"a");
|
H A D | pseudo-cron-image.php | 256 $logfile = $this->writeDir."pseudo-cron.log"; 257 $file = fopen($logfile,"a");
|
/plugin/cronojob/ |
H A D | pseudocron.php | 195 $logfile = $this->writeDir."pseudo-cron.log"; 196 $file = fopen($logfile,"a");
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
H A D | ChangeLog-2.2.md | 18 ….com/sebastianbergmann/php-code-coverage/issues/382): Crap4J report generates incorrect XML logfile
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 7.7.js.map | 1 …program',\n 'lob',\n 'local',\n 'locale',\n 'locator',\n 'logfile',\n 'logical',…
|