Home
last modified time | relevance | path

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

/plugin/deeplautotranslate/
Daction.php199 $allow_existing = ($event->data == 'translate');
204 if (!$this->check_do_translation($allow_existing)) {
498 private function check_do_translation($allow_existing = false): bool { argument
503 if ($INFO['exists'] and !$allow_existing) return false;