Home
last modified time | relevance | path

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

/plugin/botbouncer/lib/
H A Dbotbouncer.php284 $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 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/
H A Ddisplay.php300 $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 Dtrackback.php149 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
H A Dpingback.php132 $this->tools->addLogEntry($linkback['received'], $ID, 'cl', '', $linkback['lid']);
/plugin/linkback/
H A Dtools.php120 function addLogEntry($date, $id, $type = 'cl', $summary = '', $extra = '') { function in tools_plugin_linkback
/plugin/editx/
H A 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…