Home
last modified time | relevance | path

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

/plugin/clearhistory/
Dadmin.php33 $onlyNoComment = false;
35 …if (isset($_REQUEST['onlynocomment']) && $_REQUEST['onlynocomment'] == 'on') $onlyNoComment = true;
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
85 protected function _scanNamespace($ns, $onlySmall = false, $onlyNoComment = false) argument
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);
[all …]
Daction.php56 $onlyNoComment = $this->getConf('autoclearonlynocomment');
61 $hdl->_scanRecents(30, $onlySmall, $onlyNoComment);