Home
last modified time | relevance | path

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

/plugin/batchedit/
H A Dadmin.php66 if ($this->session->getMatchCount() > 0) {
67 $interface->printTotalStats($this->command, $this->session->getMatchCount(),
72 $interface->printMainForm($this->session->getMatchCount() > 0);
146 if (!$this->config->getConf('keepmarks') || $this->session->getMatchCount() == 0 || empty($request->getAppliedMatches())) {
157 if ($this->session->getMatchCount() == 0 || empty($request->getAppliedMatches())) {
H A Dengine.php717 public function getMatchCount() { function in BatcheditSession
1023 $interrupted = $page->findMatches($regexp, $replacement, $limit - $this->session->getMatchCount(),
1048 if ($this->session->getMatchCount() == 0) {