Searched refs:onlyNoComment (Results 1 – 2 of 2) sorted by relevance
/plugin/clearhistory/ |
H A D | admin.php | 33 $onlyNoComment = false; 39 $this->_scanRecents(30, $onlySmall, $onlyNoComment); 43 $this->_scanNamespace($_GET['ns'], $onlySmall, $onlyNoComment); 83 * @param boolean $onlyNoComment don't delete changes with a comment on true 88 $this->_scan($ns, $onlySmall, $onlyNoComment); 96 * @param boolean $onlyNoComment don't delete changes with a comment on true 98 protected function _scan($ns = '', $onlySmall = false, $onlyNoComment = false) argument 118 $onlyNoComment); 129 * @param boolean $onlyNoComment don't delete changes with a comment on true 147 * @param boolean $onlyNoComment deletes only entrys without a comment [all …]
|
H A D | action.php | 56 $onlyNoComment = $this->getConf('autoclearonlynocomment'); 61 $hdl->_scanRecents(30, $onlySmall, $onlyNoComment);
|