Searched refs:addLogEntry (Results 1 – 8 of 8) sorted by relevance
/plugin/botbouncer/lib/ |
H A D | botbouncer.php | 284 $this->addLogEntry('fsc-debug.log',$msg); 304 private function addLogEntry($logFile,$entry) { function in botBouncer 699 $this->addLogEntry('sfs-apicall.log',$cUrl); 749 $this->addLogEntry('munin-graph.log',$muninEntry); 816 $this->addLogEntry('munin-graph.log','HPSPAM'); 818 $this->addLogEntry('munin-graph.log','HPHAM'); 826 $this->addLogEntry('munin-graph.log','SFSSPAM'); 830 $this->addLogEntry('munin-graph.log','SFSHAM'); 839 $this->addLogEntry('munin-graph.log','AKISPAM'); 841 $this->addLogEntry('munin-graph.log','AKIHAM'); [all …]
|
/plugin/fedauth/classes/usr/ |
H A 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/ |
H A D | display.php | 300 $this->tools->addLogEntry($linkback['received'], $ID, (($linkback['show']) ? 'sl' : 'hl'), '', $linkback['lid']); 332 $this->tools->addLogEntry($linkback['received'], $ID, 'dl', '', $linkback['lid']);
|
/plugin/linkback/exe/ |
H A D | trackback.php | 149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
|
H A D | pingback.php | 132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
|
/plugin/linkback/ |
H A D | tools.php | 120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { function in tools_plugin_linkback
|
/plugin/editx/ |
H A 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…
|