Home
last modified time | relevance | path

Searched refs:onlySmall (Results 1 – 2 of 2) sorted by relevance

/plugin/clearhistory/
H A Dadmin.php32 $onlySmall = false;
39 $this->_scanRecents(30, $onlySmall, $onlyNoComment);
43 $this->_scanNamespace($_GET['ns'], $onlySmall, $onlyNoComment);
82 * @param boolean $onlySmall only delete small changes on true
85 protected function _scanNamespace($ns, $onlySmall = false, $onlyNoComment = false) argument
88 $this->_scan($ns, $onlySmall, $onlyNoComment);
95 * @param boolean $onlySmall only delete small changes on true
98 protected function _scan($ns = '', $onlySmall = false, $onlyNoComment = false) argument
128 * @param boolean $onlySmall only delete small changes on true
146 * @param boolean $onlySmall deletes only small changes
[all …]
H A Daction.php55 $onlySmall = $this->getConf('autoclearonlysmall');
61 $hdl->_scanRecents(30, $onlySmall, $onlyNoComment);