Lines Matching +full:import -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang)
59 // attempt to retrieve any import failures from the session
161 case "import":
579 * Print import form and summary of previous import
590 echo $this->locale_xhtml('import');
593 …echo '<label>' . $this->lang['import_userlistcsv'] . '<input type="file" name="import" /></label>';
594 echo '<button type="submit" name="fn[import]">' . $this->lang['import'] . '</button>';
602 // list failures from the previous import
1053 * Import a file of users in csv format
1067 empty($_FILES['import']['size']) ||
1068 … !empty($_FILES['import']['error']) && $this->isUploadedFile($_FILES['import']['tmp_name'])
1078 $fd = fopen($_FILES['import']['tmp_name'], 'r');
1125 // save import failures into the session