| /plugin/botbouncer/lib/ |
| D | botbouncer.php | 284 $this->addLogEntry('fsc-debug.log',$msg); 304 private function addLogEntry($logFile,$entry) { function in botBouncer 368 $this->addLogEntry('honeypot.log','SPAM '.$lookup.' '.$rev); 372 $this->addLogEntry('honeypot.log','HAM '.$lookup.' '.$rev); 396 $this->addLogEntry('akismet.log','KEY CHECK (cached) '.$cached); 451 …$this->addLogEntry('mollom.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].'… 457 …$this->addLogEntry('mollom.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].' … 515 …$this->addLogEntry('akismet.log',$data['fromcache'].' SPAM '.$data['username'].' '.$data['email'].… 520 …$this->addLogEntry('akismet.log',$data['fromcache'].' HAM '.$data['username'].' '.$data['email'].'… 699 $this->addLogEntry('sfs-apicall.log',$cUrl); [all …]
|
| /plugin/fedauth/classes/usr/ |
| D | fa_filestore.class.php | 207 $this->addLogEntry($date, $providerId, $claimedId, FEDAUTH_CHANGE_TYPE_CREATE); 228 $this->addLogEntry(time(), $entry['id'], $claimedId, FEDAUTH_CHANGE_TYPE_DELETE); 248 $this->addLogEntry(time(), $entry['id'], $claimedId, FEDAUTH_CHANGE_TYPE_REFRESH); 283 function addLogEntry($date, $providerId, $claimedId, $type, $isExternal=true) { function in fa_filestore
|
| /plugin/combo/resources/webcode/ |
| H A D | webcode-console.js | 162 exp.addLogEntry = function (input) { function 191 WEBCODE.addLogEntry(input);
|
| /plugin/linkback/action/ |
| D | display.php | 300 …$this->tools->addLogEntry($linkback['received'], $ID, (($linkback['show']) ? 'sl' : 'hl'), '', $li… 332 $this->tools->addLogEntry($linkback['received'], $ID, 'dl', '', $linkback['lid']);
|
| /plugin/linkback/exe/ |
| D | trackback.php | 149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
|
| D | pingback.php | 132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
|
| /plugin/editx/ |
| D | action.php | 274 …addLogEntry( null, $opts['oldpage'], DOKU_CHANGE_TYPE_DELETE, $summary ); // also writes to global… 316 …addLogEntry( null, $opts['oldpage'], DOKU_CHANGE_TYPE_DELETE, $summary ); // also writes to global…
|
| /plugin/linkback/ |
| D | tools.php | 120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { function in tools_plugin_linkback
|
| /plugin/discussion/ |
| D | action.php | 629 $this->addLogEntry($date, $ID, 'cc', '', $cid); 741 $this->addLogEntry($date, $ID, $type, '', $cid); 1233 protected function addLogEntry($date, $id, $type = 'cc', $summary = '', $extra = '') function in action_plugin_discussion
|