Lines Matching refs:hlp
94 /** @var helper_plugin_statistics $hlp */
95 $hlp = plugin_load('helper', 'statistics');
96 $hlp->Logger()->log_edit(cleanID($event->data[1] . ':' . $event->data[2]), $type);
103 /** @var helper_plugin_statistics $hlp */
104 $hlp = plugin_load('helper', 'statistics');
105 $hlp->Logger()->log_search('', $event->data['query'], $event->data['highlight'], 'dokuwiki');
127 /** @var helper_plugin_statistics $hlp */
128 $hlp = plugin_load('helper', 'statistics');
129 $hlp->Logger()->log_login($type);
137 /** @var helper_plugin_statistics $hlp */
138 $hlp = plugin_load('helper', 'statistics');
139 $hlp->Logger()->log_login('C', $event->data['params'][0]);
158 /** @var helper_plugin_statistics $hlp */
159 $hlp = plugin_load('helper', 'statistics');
160 $hlp->Logger()->log_media(
174 /** @var helper_plugin_statistics $hlp */
175 $hlp = plugin_load('helper', 'statistics');
178 $sql = "SELECT `info` FROM " . $hlp->prefix . "history WHERE `dt` = DATE(NOW())";
179 $result = $hlp->runSQL($sql);
202 $hlp->Logger()->log_history_media();
205 $hlp->Logger()->log_history_pages();