Searched refs:onlySmall (Results 1 – 2 of 2) sorted by relevance
| /plugin/clearhistory/ |
| D | admin.php | 32 $onlySmall = false; 34 if (isset($_REQUEST['onlysmall']) && $_REQUEST['onlysmall'] == 'on') $onlySmall = true; 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 117 … $this->_parseChangesFile(metaFN($ns . ':' . $name, '.changes'), $ns . ':' . $name, $onlySmall, [all …]
|
| D | action.php | 55 $onlySmall = $this->getConf('autoclearonlysmall'); 61 $hdl->_scanRecents(30, $onlySmall, $onlyNoComment);
|