Home
last modified time | relevance | path

Searched full:addlogentry (Results 1 – 13 of 13) 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 …]
/dokuwiki/inc/ChangeLog/
H A DPageChangeLog.php49 * @see also addLogEntry() in inc/changelog.php file
51 public function addLogEntry(array $info, $timestamp = null)
43 public function addLogEntry(array $info, $timestamp = null) global() function in dokuwiki\\ChangeLog\\PageChangeLog
H A DMediaChangeLog.php51 public function addLogEntry(array $info, $timestamp = null)
43 public function addLogEntry(array $info, $timestamp = null) global() function in dokuwiki\\ChangeLog\\MediaChangeLog
H A DChangeLogTrait.php17 abstract public function addLogEntry(array $info, $timestamp = null); function
/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);
/dokuwiki/inc/
H A Dchangelog.php52 function addLogEntry(
80 $logEntry = $pageFile->changelog->addLogEntry([
137 (new MediaChangeLog($id, 1024))->addLogEntry([
45 function addLogEntry( global() function
/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…
/dokuwiki/inc/File/
H A DPageFile.php199 $logEntry = $this->changelog->addLogEntry([
257 $this->changelog->addLogEntry($revInfo);
/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