Lines Matching full:clean
6 use dokuwiki\Utf8\Clean; alias
900 * Retrieve & clean user data from the form
902 * @param bool $clean whether the cleanUser method of the authentication backend is applied
905 protected function retrieveUser($clean = true) argument
912 $user[0] = ($clean) ? $auth->cleanUser($INPUT->str('userid')) : $INPUT->str('userid');
920 if ($clean) {
1082 if (!Clean::isUtf8($csv)) {
1086 $error = ''; // clean out any errors from the previous line
1098 $clean = $this->cleanImportUser($raw, $error);
1099 if ($clean && $this->importUser($clean, $error)) {
1100 $sent = $this->notifyUser($clean[0], $clean[1], false);
1102 msg(sprintf($this->lang['import_notify_fail'], $clean[0], $clean[3]), -1);