|
Moodle
2.2.1
http://www.collinsharper.com
|
Go to the source code of this file.
Namespaces | |
| namespace | tool |
Variables | |
| $iid = optional_param('iid', '', PARAM_INT) | |
| $previewrows = optional_param('previewrows', 10, PARAM_INT) | |
| $struserrenamed = get_string('userrenamed', 'tool_uploaduser') | |
| $strusernotrenamedexists = get_string('usernotrenamedexists', 'error') | |
| $strusernotrenamedmissing = get_string('usernotrenamedmissing', 'error') | |
| $strusernotrenamedoff = get_string('usernotrenamedoff', 'error') | |
| $strusernotrenamedadmin = get_string('usernotrenamedadmin', 'error') | |
| $struserupdated = get_string('useraccountupdated', 'tool_uploaduser') | |
| $strusernotupdated = get_string('usernotupdatederror', 'error') | |
| $strusernotupdatednotexists = get_string('usernotupdatednotexists', 'error') | |
| $strusernotupdatedadmin = get_string('usernotupdatedadmin', 'error') | |
| $struseruptodate = get_string('useraccountuptodate', 'tool_uploaduser') | |
| $struseradded = get_string('newuser') | |
| $strusernotadded = get_string('usernotaddedregistered', 'error') | |
| $strusernotaddederror = get_string('usernotaddederror', 'error') | |
| $struserdeleted = get_string('userdeleted', 'tool_uploaduser') | |
| $strusernotdeletederror = get_string('usernotdeletederror', 'error') | |
| $strusernotdeletedmissing = get_string('usernotdeletedmissing', 'error') | |
| $strusernotdeletedoff = get_string('usernotdeletedoff', 'error') | |
| $strusernotdeletedadmin = get_string('usernotdeletedadmin', 'error') | |
| $strcannotassignrole = get_string('cannotassignrole', 'error') | |
| $struserauthunsupported = get_string('userauthunsupported', 'error') | |
| $stremailduplicate = get_string('useremailduplicate', 'error') | |
| $strinvalidpasswordpolicy = get_string('invalidpasswordpolicy', 'error') | |
| $errorstr = get_string('error') | |
| $stryes = get_string('yes') | |
| $strno = get_string('no') | |
| $stryesnooptions = array(0=>$strno, 1=>$stryes) | |
| $returnurl = new moodle_url('/admin/tool/uploaduser/index.php') | |
| $bulknurl = new moodle_url('/admin/user/user_bulk.php') | |
| $today = time() | |
| $STD_FIELDS | |
| $PRF_FIELDS = array() | |
| if($formdata=$mform2-> is_cancelled()) else | if ($formdata=$mform2->get_data()) |
| $data = array() | |
| $linenum = 1 | |
| $table = new html_table() | |
| $table | attributes ['class'] = 'generaltable' |
| $table | tablealign = 'center' |
| $table | summary = get_string('uploaduserspreview', 'tool_uploaduser') |
| $table | head = array() |
| $table | data = $data |
| $table | head [] = get_string('uucsvline', 'tool_uploaduser') |
| die | |
$ACCESSLIB_PRIVATE | |
maximum size of context cache - it is possible to tweak this config.php or in any script before inclusion of context.php Although this looks like a global variable, it isn't really. It is just a private implementation detail to accesslib that MUST NOT be used elsewhere. It is used to cache various bits of data between function calls for performance reasons. Sadly, a PHP global variable is the only way to implement this, without rewriting everything as methods of a class, instead of functions. stdClass $ACCESSLIB_PRIVATE | |
| $table | id = "uupreview" |
| $bulknurl = new moodle_url('/admin/user/user_bulk.php') |
| $errorstr = get_string('error') |
| $iid = optional_param('iid', '', PARAM_INT) |
| $previewrows = optional_param('previewrows', 10, PARAM_INT) |
| $returnurl = new moodle_url('/admin/tool/uploaduser/index.php') |
| $STD_FIELDS |
array('id', 'firstname', 'lastname', 'username', 'email', 'city', 'country', 'lang', 'timezone', 'mailformat', 'maildisplay', 'maildigest', 'htmleditor', 'ajax', 'autosubscribe', 'institution', 'department', 'idnumber', 'skype', 'msn', 'aim', 'yahoo', 'icq', 'phone1', 'phone2', 'address', 'url', 'description', 'descriptionformat', 'password', 'auth', 'oldusername', 'suspended', 'deleted', )
| $strcannotassignrole = get_string('cannotassignrole', 'error') |
| $stremailduplicate = get_string('useremailduplicate', 'error') |
| $strinvalidpasswordpolicy = get_string('invalidpasswordpolicy', 'error') |
| $strno = get_string('no') |
| $struseradded = get_string('newuser') |
| $struserauthunsupported = get_string('userauthunsupported', 'error') |
| $struserdeleted = get_string('userdeleted', 'tool_uploaduser') |
| $strusernotadded = get_string('usernotaddedregistered', 'error') |
| $strusernotaddederror = get_string('usernotaddederror', 'error') |
| $strusernotdeletedadmin = get_string('usernotdeletedadmin', 'error') |
| $strusernotdeletederror = get_string('usernotdeletederror', 'error') |
| $strusernotdeletedmissing = get_string('usernotdeletedmissing', 'error') |
| $strusernotdeletedoff = get_string('usernotdeletedoff', 'error') |
| $strusernotrenamedadmin = get_string('usernotrenamedadmin', 'error') |
| $strusernotrenamedexists = get_string('usernotrenamedexists', 'error') |
| $strusernotrenamedmissing = get_string('usernotrenamedmissing', 'error') |
| $strusernotrenamedoff = get_string('usernotrenamedoff', 'error') |
| $strusernotupdated = get_string('usernotupdatederror', 'error') |
| $strusernotupdatedadmin = get_string('usernotupdatedadmin', 'error') |
| $strusernotupdatednotexists = get_string('usernotupdatednotexists', 'error') |
| $struserrenamed = get_string('userrenamed', 'tool_uploaduser') |
| $struserupdated = get_string('useraccountupdated', 'tool_uploaduser') |
| $struseruptodate = get_string('useraccountuptodate', 'tool_uploaduser') |
| $stryes = get_string('yes') |
| $table = new html_table() |
| $userlistcell attributes = 'generaltable' |
| foreach ($filecolumns as $column) $table head[] = get_string('uucsvline', 'tool_uploaduser') |
| $table summary = get_string('uploaduserspreview', 'tool_uploaduser') |
| $table tablealign = 'center' |