Lines Matching refs:onlySmall
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,
128 * @param boolean $onlySmall only delete small changes on true
131 public function _scanRecents($num = 30, $onlySmall = false, $onlyNoComment = false) argument
137 …$this->_parseChangesFile(metaFN($recent['id'], '.changes'), $recent['id'], $onlySmall, $onlyNoComm…
146 * @param boolean $onlySmall deletes only small changes
149 protected function _parseChangesFile($file, $page, $onlySmall = false, $onlyNoComment = false) argument
182 if ($onlySmall && $match[3][$i] == 'E') {