Home
last modified time | relevance | path

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

/plugin/batchedit/
H A Dadmin.php150 $engine->markRequestedMatches($request->getAppliedMatches(), $this->config->getConf('markpolicy'));
161 $engine->markRequestedMatches($request->getAppliedMatches());
H A Dengine.php1056 public function markRequestedMatches($request, $policy = self::VERIFY_OFFSET) { function in BatcheditEngine