Home
last modified time | relevance | path

Searched refs:a_form (Results 1 – 25 of 291) sorted by relevance

12345678910>>...12

/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/classes/
H A Dclass.ilExAssignmentEditorGUI.php589 * @param ilPropertyFormGUI $a_form
612 $valid = $a_form->checkInput();
621 $type = $a_form->getInput("type");
685 if ($a_form->getInput("fb") &&
816 if ($a_form->getInput("fb")) {
1088 $a_form->setValuesByArray($values);
1490 if ($a_form === null) {
1494 $tpl->setContent($a_form->getHTML());
1516 $a_form->setValuesByArray($values);
1572 $a_form->addItem($min);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/classes/
H A Dclass.ilExAssignmentEditorGUI.php605 * @param ilPropertyFormGUI $a_form
627 $valid = $a_form->checkInput();
636 $type = $a_form->getInput("type");
700 if ($a_form->getInput("fb") &&
838 if ($a_form->getInput("fb")) {
1117 $a_form->setValuesByArray($values);
1514 if ($a_form === null) {
1518 $tpl->setContent($a_form->getHTML());
1540 $a_form->setValuesByArray($values);
1595 $a_form->addItem($min);
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Badge/interfaces/
H A Dinterface.ilBadgeTypeGUI.php17 * @param ilPropertyFormGUI $a_form
20 public function initConfigForm(ilPropertyFormGUI $a_form, $a_parent_ref_id); argument
25 * @param ilPropertyFormGUI $a_form
28 public function importConfigToForm(ilPropertyFormGUI $a_form, array $a_config); argument
33 * @param ilPropertyFormGUI $a_form
36 public function getConfigFromForm(ilPropertyFormGUI $a_form); argument
41 * @param ilPropertyFormGUI $a_form
44 public function validateForm(ilPropertyFormGUI $a_form); argument
/dports/www/ilias6/ILIAS-6.14/Services/Badge/interfaces/
H A Dinterface.ilBadgeTypeGUI.php17 * @param ilPropertyFormGUI $a_form
20 public function initConfigForm(ilPropertyFormGUI $a_form, $a_parent_ref_id); argument
25 * @param ilPropertyFormGUI $a_form
28 public function importConfigToForm(ilPropertyFormGUI $a_form, array $a_config); argument
33 * @param ilPropertyFormGUI $a_form
36 public function getConfigFromForm(ilPropertyFormGUI $a_form); argument
41 * @param ilPropertyFormGUI $a_form
44 public function validateForm(ilPropertyFormGUI $a_form); argument
/dports/www/ilias/ILIAS-5.4.25/Services/COPage/classes/
H A Dclass.ilPCBlogGUI.php64 * @param ilPropertyFormGUI $a_form
72 if (!$a_form) {
73 $a_form = $this->initForm(true);
75 $tpl->setContent($a_form->getHTML());
81 * @param ilPropertyFormGUI $a_form
89 if (!$a_form) {
90 $a_form = $this->initForm();
207 * @param ilPropertyFormGUI $a_form
215 if (!$a_form) {
225 * @param ilPropertyFormGUI $a_form
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/COPage/classes/
H A Dclass.ilPCBlogGUI.php64 * @param ilPropertyFormGUI $a_form
72 if (!$a_form) {
73 $a_form = $this->initForm(true);
75 $tpl->setContent($a_form->getHTML());
81 * @param ilPropertyFormGUI $a_form
89 if (!$a_form) {
90 $a_form = $this->initForm();
206 * @param ilPropertyFormGUI $a_form
214 if (!$a_form) {
224 * @param ilPropertyFormGUI $a_form
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/User/classes/Badges/
H A Dclass.ilUserProfileBadgeGUI.php16 public function initConfigForm(ilPropertyFormGUI $a_form, $a_parent_ref_id) argument
23 $a_form->addItem($fields);
27 $gui->showPublicProfileFields($a_form, array(), $fields, true);
30 public function importConfigToForm(ilPropertyFormGUI $a_form, array $a_config) argument
33 $group = $a_form->getItemByPostVar("profile");
45 public function getConfigFromForm(ilPropertyFormGUI $a_form) argument
57 public function validateForm(ilPropertyFormGUI $a_form) argument
/dports/www/ilias6/ILIAS-6.14/Services/User/classes/Badges/
H A Dclass.ilUserProfileBadgeGUI.php16 public function initConfigForm(ilPropertyFormGUI $a_form, $a_parent_ref_id) argument
23 $a_form->addItem($fields);
26 $gui->showPublicProfileFields($a_form, array(), $fields, true);
29 public function importConfigToForm(ilPropertyFormGUI $a_form, array $a_config) argument
32 $group = $a_form->getItemByPostVar("profile");
44 public function getConfigFromForm(ilPropertyFormGUI $a_form) argument
56 public function validateForm(ilPropertyFormGUI $a_form) argument
/dports/www/tclwebtest/tclwebtest-1.0/selftest/
H A Dforms.test8 array set a_form $form
10 assert { $a_form(action) == "hulligulli" }
11 assert { $a_form(method) == "post" }
14 set fields $a_form(fields)
33 array set a_form $form
36 foreach field $a_form(fields) {
57 unset a_form
58 array set a_form $form
60 assert { $a_form(method) == "post" }
/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/Types/
H A Dclass.ilAdvancedMDFieldDefinitionSelect.php110 * @param ilPropertyFormGUI $a_form
123 $a_form->addItem($field);
139 * @param ilPropertyFormGUI $a_form
144 $recipes = $a_form->getInput("conf_det");
147 $sum = $a_form->getInput("conf_det_act");
149 $sgl = $a_form->getInput("conf");
190 * @param ilPropertyFormGUI $a_form
195 $new = $a_form->getInput("opts");
233 $new_options = $a_form->getInput("opts");
237 $a_form->addItem($sec);
[all …]
H A Dclass.ilAdvancedMDFieldDefinitionFloat.php112 * @param ilPropertyFormGUI $a_form
115 public function addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, $a_disabled = false) argument
122 parent::addCustomFieldToDefinitionForm($a_form, $a_disabled);
128 $a_form->addItem($decimals);
138 * @param ilPropertyFormGUI $a_form
140 public function importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form) argument
142 parent::importCustomDefinitionFormPostValues($a_form);
144 $this->setDecimals($a_form->getInput("dec"));
H A Dclass.ilAdvancedMDFieldDefinitionInteger.php169 * @param ilPropertyFormGUI $a_form
172 public function addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, $a_disabled = false) argument
181 $a_form->addItem($min);
186 $a_form->addItem($max);
191 $a_form->addItem($suffix);
203 * @param ilPropertyFormGUI $a_form
205 public function importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form) argument
207 $min = $a_form->getInput("min");
210 $max = $a_form->getInput("max");
213 $suffix = $a_form->getInput("suffix");
/dports/www/ilias/ILIAS-5.4.25/Services/PrivacySecurity/classes/
H A Dclass.ilSecuritySettings.php397 public function validate(ilPropertyFormGUI $a_form = null) argument
401 if ($a_form) {
410 if (!$a_form) {
421 if (!$a_form) {
431 if (!$a_form) {
467 if (!$a_form) {
476 if (!$a_form) {
486 if (!$a_form) {
489 $a_form->getItemByPostVar('password_max_age')
496 if (!$a_form) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/Types/
H A Dclass.ilAdvancedMDFieldDefinitionSelect.php110 * @param ilPropertyFormGUI $a_form
123 $a_form->addItem($field);
139 * @param ilPropertyFormGUI $a_form
144 $recipes = $a_form->getInput("conf_det");
147 $sum = $a_form->getInput("conf_det_act");
149 $sgl = $a_form->getInput("conf");
190 * @param ilPropertyFormGUI $a_form
195 $new = $a_form->getInput("opts");
233 $new_options = $a_form->getInput("opts");
237 $a_form->addItem($sec);
[all …]
H A Dclass.ilAdvancedMDFieldDefinitionFloat.php112 * @param ilPropertyFormGUI $a_form
115 public function addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, $a_disabled = false) argument
122 parent::addCustomFieldToDefinitionForm($a_form, $a_disabled);
128 $a_form->addItem($decimals);
138 * @param ilPropertyFormGUI $a_form
140 public function importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form) argument
142 parent::importCustomDefinitionFormPostValues($a_form);
144 $this->setDecimals($a_form->getInput("dec"));
H A Dclass.ilAdvancedMDFieldDefinitionInteger.php169 * @param ilPropertyFormGUI $a_form
172 public function addCustomFieldToDefinitionForm(ilPropertyFormGUI $a_form, $a_disabled = false) argument
181 $a_form->addItem($min);
186 $a_form->addItem($max);
191 $a_form->addItem($suffix);
203 * @param ilPropertyFormGUI $a_form
205 public function importCustomDefinitionFormPostValues(ilPropertyFormGUI $a_form) argument
207 $min = $a_form->getInput("min");
210 $max = $a_form->getInput("max");
213 $suffix = $a_form->getInput("suffix");
/dports/www/ilias6/ILIAS-6.14/Services/PrivacySecurity/classes/
H A Dclass.ilSecuritySettings.php397 public function validate(ilPropertyFormGUI $a_form = null) argument
401 if ($a_form) {
410 if (!$a_form) {
421 if (!$a_form) {
431 if (!$a_form) {
467 if (!$a_form) {
476 if (!$a_form) {
486 if (!$a_form) {
489 $a_form->getItemByPostVar('password_max_age')
496 if (!$a_form) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDFieldDefinition.php606 * @param ilPropertyFormGUI $a_form
617 * @param ilPropertyFormGUI $a_form
618 * @param ilAdvancedMDPermissionHelper $a_form
647 $a_form->addItem($title);
658 $a_form->addItem($desc);
668 $a_form->addItem($check);
683 $a_form,
691 * @param ilPropertyFormGUI $a_form
701 * @param ilPropertyFormGUI $a_form
743 if ($a_form->getInput("searchable")) {
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/AdvancedMetaData/classes/
H A Dclass.ilAdvancedMDFieldDefinition.php630 * @param ilPropertyFormGUI $a_form
641 * @param ilPropertyFormGUI $a_form
642 * @param ilAdvancedMDPermissionHelper $a_form
671 $a_form->addItem($title);
682 $a_form->addItem($desc);
692 $a_form->addItem($check);
707 $a_form,
715 * @param ilPropertyFormGUI $a_form
725 * @param ilPropertyFormGUI $a_form
767 if ($a_form->getInput("searchable")) {
[all …]
/dports/www/ilias/ILIAS-5.4.25/Services/Mail/classes/
H A Dclass.ilMailCronOrphanedMails.php146 * @param ilPropertyFormGUI $a_form
148 public function addCustomSettingsToForm(ilPropertyFormGUI $a_form) argument
151 parent::addCustomSettingsToForm($a_form);
160 $a_form->addItem($threshold);
165 $a_form->addItem($mail_folder);
177 $a_form->addItem($notification);
181 * @param ilPropertyFormGUI $a_form
184 public function saveCustomSettings(ilPropertyFormGUI $a_form) argument
187 $this->settings->set('mail_threshold', (int) $a_form->getInput('mail_threshold'));
188 … $this->settings->set('mail_only_inbox_trash', (int) $a_form->getInput('mail_only_inbox_trash'));
[all …]
/dports/www/ilias6/ILIAS-6.14/Services/Mail/classes/
H A Dclass.ilMailCronOrphanedMails.php146 * @param ilPropertyFormGUI $a_form
148 public function addCustomSettingsToForm(ilPropertyFormGUI $a_form) argument
151 parent::addCustomSettingsToForm($a_form);
160 $a_form->addItem($threshold);
165 $a_form->addItem($mail_folder);
177 $a_form->addItem($notification);
181 * @param ilPropertyFormGUI $a_form
184 public function saveCustomSettings(ilPropertyFormGUI $a_form) argument
187 $this->settings->set('mail_threshold', (int) $a_form->getInput('mail_threshold'));
188 … $this->settings->set('mail_only_inbox_trash', (int) $a_form->getInput('mail_only_inbox_trash'));
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Portfolio/classes/
H A Dclass.ilPCMyCoursesGUI.php56 * @param ilPropertyFormGUI $a_form
58 public function insert(ilPropertyFormGUI $a_form = null) argument
68 if (!$a_form) {
69 $a_form = $this->initForm(true);
71 $tpl->setContent($a_form->getHTML());
77 * @param ilPropertyFormGUI $a_form
79 public function edit(ilPropertyFormGUI $a_form = null) argument
85 if (!$a_form) {
86 $a_form = $this->initForm();
88 $tpl->setContent($a_form->getHTML());
/dports/www/ilias6/ILIAS-6.14/Modules/Portfolio/classes/
H A Dclass.ilPCMyCoursesGUI.php50 * @param ilPropertyFormGUI $a_form
52 public function insert(ilPropertyFormGUI $a_form = null) argument
62 if (!$a_form) {
63 $a_form = $this->initForm(true);
65 $tpl->setContent($a_form->getHTML());
71 * @param ilPropertyFormGUI $a_form
73 public function edit(ilPropertyFormGUI $a_form = null) argument
79 if (!$a_form) {
80 $a_form = $this->initForm();
82 $tpl->setContent($a_form->getHTML());
/dports/www/ilias/ILIAS-5.4.25/Modules/Exercise/AssignmentTypes/GUI/classes/
H A Dclass.ilExAssTypeTextGUI.php61 public function importFormToAssignment(ilExAssignment $a_ass, ilPropertyFormGUI $a_form) argument
65 if ($a_form->getInput("limit_characters") && $a_form->getInput("max_char_limit")) {
66 $a_ass->setMaxCharLimit($a_form->getInput("max_char_limit"));
68 if ($a_form->getInput("limit_characters") && $a_form->getInput("min_char_limit")) {
69 $a_ass->setMinCharLimit($a_form->getInput("min_char_limit"));
/dports/www/ilias6/ILIAS-6.14/Modules/Exercise/AssignmentTypes/GUI/classes/
H A Dclass.ilExAssTypeTextGUI.php58 public function importFormToAssignment(ilExAssignment $a_ass, ilPropertyFormGUI $a_form) argument
62 if ($a_form->getInput("limit_characters") && $a_form->getInput("max_char_limit")) {
63 $a_ass->setMaxCharLimit($a_form->getInput("max_char_limit"));
65 if ($a_form->getInput("limit_characters") && $a_form->getInput("min_char_limit")) {
66 $a_ass->setMinCharLimit($a_form->getInput("min_char_limit"));

12345678910>>...12