Home
last modified time | relevance | path

Searched refs:addLogEntry (Results 1 – 9 of 9) sorted by relevance

/plugin/botbouncer/lib/
Dbotbouncer.php284 $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/
Dfa_filestore.class.php207 $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 Dwebcode-console.js162 exp.addLogEntry = function (input) { function
191 WEBCODE.addLogEntry(input);
/plugin/linkback/action/
Ddisplay.php300 …$this->tools->addLogEntry($linkback['received'], $ID, (($linkback['show']) ? 'sl' : 'hl'), '', $li…
332 $this->tools->addLogEntry($linkback['received'], $ID, 'dl', '', $linkback['lid']);
/plugin/linkback/exe/
Dtrackback.php149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
Dpingback.php132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
/plugin/editx/
Daction.php274addLogEntry( null, $opts['oldpage'], DOKU_CHANGE_TYPE_DELETE, $summary ); // also writes to global…
316addLogEntry( null, $opts['oldpage'], DOKU_CHANGE_TYPE_DELETE, $summary ); // also writes to global…
/plugin/linkback/
Dtools.php120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { function in tools_plugin_linkback
/plugin/discussion/
Daction.php629 $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