Lines Matching refs:setType

17         $mform->setType('simple', PARAM_ALPHA);
20 $mform->setType('protocol', PARAM_ALPHA);
23 $mform->setType('function', PARAM_PLUGIN);
57 $mform->setType('wsusername', core_user::get_property_type('username'));
59 $mform->setType('wspassword', core_user::get_property_type('password'));
62 $mform->setType('token', PARAM_RAW_TRIMMED);
66 $mform->setType('authmethod', PARAM_ALPHA);
69 $mform->setType('function', PARAM_PLUGIN);
72 $mform->setType('protocol', PARAM_ALPHA);
113 $mform->setType('name', PARAM_TEXT);
114 $mform->setType('parent', PARAM_INT);
115 $mform->setType('idnumber', PARAM_RAW);
116 $mform->setType('description', PARAM_RAW);
160 $mform->setType('id', PARAM_INT);
161 $mform->setType('newparent', PARAM_INT);
162 $mform->setType('recursive', PARAM_BOOL);
216 $mform->setType('id', PARAM_INT);
217 $mform->setType('name', PARAM_TEXT);
218 $mform->setType('parent', PARAM_INT);
219 $mform->setType('idnumber', PARAM_RAW);
220 $mform->setType('description', PARAM_RAW);
272 $mform->setType('contextid', PARAM_INT);
306 $mform->setType('stringid', PARAM_STRINGID);
308 $mform->setType('component', PARAM_COMPONENT);
310 $mform->setType('lang', PARAM_LANG);
312 $mform->setType('stringparams_name[1]', PARAM_ALPHANUMEXT);
314 $mform->setType('stringparams_value[1]', PARAM_RAW);
316 $mform->setType('stringparams_name[2]', PARAM_ALPHANUMEXT);
318 $mform->setType('stringparams_value[2]', PARAM_RAW);
320 $mform->setType('stringparams_name[3]', PARAM_ALPHANUMEXT);
322 $mform->setType('stringparams_value[3]', PARAM_RAW);