Home
last modified time | relevance | path

Searched refs:form_id (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/Tests/Core/Form/
H A DFormBuilderTest.php138 $form_id = 'test_form_id';
139 $expected_form = $form_id();
179 $form_id = 'test_form_id';
218 $form_id = 'test_form_id';
228 $form_id = 'test_form_id';
257 $form_id = 'test_form_id';
282 $form_id = 'test_form_id';
307 $form_id = 'test_form_id';
345 $form_id = 'test_form_id';
385 $form_id = 'test_form_id';
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/Tests/Core/Form/
H A DFormBuilderTest.php138 $form_id = 'test_form_id';
139 $expected_form = $form_id();
179 $form_id = 'test_form_id';
218 $form_id = 'test_form_id';
228 $form_id = 'test_form_id';
257 $form_id = 'test_form_id';
282 $form_id = 'test_form_id';
307 $form_id = 'test_form_id';
345 $form_id = 'test_form_id';
385 $form_id = 'test_form_id';
[all …]
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Form/
H A DFormBuilderInterface.php108 * @param string $form_id
127 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL); argument
189 * @param string $form_id
199 public function retrieveForm($form_id, FormStateInterface &$form_state); argument
207 * @param string $form_id
219 public function processForm($form_id, &$form, FormStateInterface &$form_state); argument
227 * @param string $form_id
236 public function prepareForm($form_id, &$form, FormStateInterface &$form_state); argument
320 * @param string $form_id
332 public function doBuildForm($form_id, &$element, FormStateInterface &$form_state); argument
H A DFormBuilder.php430 $this->prepareForm($form_id, $form, $form_state);
498 $this->prepareForm($form_id, $form, $form_state);
507 $form_state->addBuildInfo('form_id', $form_id);
544 $form['#form_id'] = $form_id;
562 $input['form_id'] = $form_id;
794 if (isset($form_id)) {
797 '#value' => $form_id,
798 '#id' => Html::getUniqueId("edit-$form_id"),
806 $form['#id'] = Html::getUniqueId($form_id);
823 $form['#theme'] = [$form_id];
[all …]
H A DFormValidator.php89 public function validateForm($form_id, &$form, FormStateInterface &$form_state) { argument
112 $this->finalizeValidation($form, $form_state, $form_id);
118 $this->doValidateForm($form, $form_state, $form_id);
119 $this->finalizeValidation($form, $form_state, $form_id);
120 $this->handleErrorsWithLimitedValidation($form, $form_state, $form_id);
141 * @param string $form_id
144 …ted function handleErrorsWithLimitedValidation(&$form, FormStateInterface &$form_state, $form_id) { argument
194 * @param string $form_id
197 protected function finalizeValidation(&$form, FormStateInterface &$form_state, $form_id) { argument
228 protected function doValidateForm(&$elements, FormStateInterface &$form_state, $form_id = NULL) { argument
[all …]
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Form/
H A DFormBuilderInterface.php108 * @param string $form_id
127 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL); argument
189 * @param string $form_id
199 public function retrieveForm($form_id, FormStateInterface &$form_state); argument
207 * @param string $form_id
219 public function processForm($form_id, &$form, FormStateInterface &$form_state); argument
227 * @param string $form_id
236 public function prepareForm($form_id, &$form, FormStateInterface &$form_state); argument
321 * @param string $form_id
333 public function doBuildForm($form_id, &$element, FormStateInterface &$form_state); argument
H A DFormBuilder.php430 $this->prepareForm($form_id, $form, $form_state);
498 $this->prepareForm($form_id, $form, $form_state);
507 $form_state->addBuildInfo('form_id', $form_id);
544 $form['#form_id'] = $form_id;
562 $input['form_id'] = $form_id;
794 if (isset($form_id)) {
797 '#value' => $form_id,
798 '#id' => Html::getUniqueId("edit-$form_id"),
806 $form['#id'] = Html::getUniqueId($form_id);
823 $form['#theme'] = [$form_id];
[all …]
H A DFormValidator.php89 public function validateForm($form_id, &$form, FormStateInterface &$form_state) { argument
112 $this->finalizeValidation($form, $form_state, $form_id);
118 $this->doValidateForm($form, $form_state, $form_id);
119 $this->finalizeValidation($form, $form_state, $form_id);
120 $this->handleErrorsWithLimitedValidation($form, $form_state, $form_id);
141 * @param string $form_id
144 …ted function handleErrorsWithLimitedValidation(&$form, FormStateInterface &$form_state, $form_id) { argument
194 * @param string $form_id
197 protected function finalizeValidation(&$form, FormStateInterface &$form_state, $form_id) { argument
230 protected function doValidateForm(&$elements, FormStateInterface &$form_state, $form_id = NULL) { argument
[all …]
/dports/www/osticket/upload/include/upgrader/streams/core/
H A D5cd0a25a-2d590ffa.patch.sql104 `form_id` int(10) unsigned NOT NULL default 0,
108 KEY `topic-form` (`topic_id`, `form_id`)
116 (`topic_id`, `form_id`, `sort`)
118 when A3.form_id = 4294967295 then A4.form_id
119 when A2.form_id = 4294967295 then A3.form_id
120 when A1.form_id = 4294967295 then A2.form_id
121 else COALESCE(A4.form_id, A3.form_id, A2.form_id, A1.form_id) end as form_id, 1 as `sort`
126 having `form_id` > 0
128 select A2.topic_id, id as `form_id`, 2 as `sort`
H A Ddad45ca2-61c9d5d7.cleanup.sql4 `form_id`, `object_id`, `object_type`, `sort`, `created`, `updated`)
16 INNER JOIN `%TABLE_PREFIX%form` A4 ON (A4.`id` = A2.`form_id`)
17 INNER JOIN `%TABLE_PREFIX%form_field` A3 ON (A3.`form_id`
28 INNER JOIN `%TABLE_PREFIX%form` A4 ON (A4.`id` = A2.`form_id`)
29 INNER JOIN `%TABLE_PREFIX%form_field` A3 ON (A3.`form_id`
64 `form_id`, `object_id`, `object_type`, `sort`, `created`, `updated`)
87 INNER JOIN `%TABLE_PREFIX%form` A4 ON (A4.`id` = A2.`form_id`)
88 INNER JOIN `%TABLE_PREFIX%form_field` A3 ON (A3.`form_id`
H A De7038ce9-ddbe2e76.patch.sql13 WHERE `form_id` = (SELECT `id` FROM `%TABLE_PREFIX%form` WHERE `type` = 'A') AND `name` = 'title';
18 WHERE `form_id` = (SELECT `id` FROM `%TABLE_PREFIX%form` WHERE `type` = 'A') AND `name` IN ('title'…
23 WHERE `form_id` = (SELECT `id` FROM `%TABLE_PREFIX%form` WHERE `type` = 'A') AND `name` = 'title';
28 WHERE `form_id` = (SELECT `id` FROM `%TABLE_PREFIX%form` WHERE `type` = 'A') AND `name` IN ('title'…
H A D9b5550da-e6978154.patch.sql72 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'O')
78 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'U')
85 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'T')
91 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'A')
97 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'C')
103 JOIN `%TABLE_PREFIX%form` A2 ON (A1.`form_id` = A2.`id` AND A2.`type` = 'C')
/dports/devel/py-lxml/lxml-4.7.1/src/lxml/html/
H A Dformfill.py32 form_id=None, argument
35 el = _find_form(el, form_id=form_id, form_index=form_index)
38 def fill_form_html(html, values, form_id=None, form_index=None): argument
44 fill_form(doc, values, form_id=form_id, form_index=form_index)
134 def _find_form(el, form_id=None, form_index=None): argument
135 if form_id is None and form_index is None:
141 if form_id is not None:
142 form = el.get_element_by_id(form_id)
145 forms = _form_name_xpath(el, name=form_id)
234 form_id=None, argument
[all …]
/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/drupal/sites/default/boinc/modules/contrib/views/includes/
H A Dform.inc8 function _drupal_build_form($form_id, &$form_state) {
30 …if (isset($_POST['form_id']) && $_POST['form_id'] == $form_id && !empty($_POST['form_build_id'])) {
45 array_unshift($args_temp, $form_id);
105 return drupal_render_form($form_id, $form);
118 // And the form_id.
119 array_unshift($args, $form_id);
161 if (!isset($form['#post']['form_id'])) {
162 $form['#post']['form_id'] = $form_id;
173 …(!empty($form['#post']) && (isset($form['#post']['form_id']) && ($form['#post']['form_id'] == $for…
252 _form_validate($form, $form_state, $form_id);
[all …]
/dports/www/e107/e107/e107_handlers/
H A Duser_select_class.php145 list($form_type, $form_id) = explode(".", $user_form);
146 if($form_id == "") { $form_id = $form_type; }
156 …$text .= "<textarea class='tbox' name='".$form_id."' id='".$form_id."' cols='50' rows='4'>{$user_v…
160 …$text .= "<input class='form-control tbox' type='text' name='".$form_id."' id='".$form_id."' size=…
/dports/www/drupal8/drupal-8.9.20/core/modules/datetime/tests/src/Kernel/
H A DDateTimeFormInjectionTest.php107 $form_id = $form_builder->getFormId($this, $form_state);
108 $form = $form_builder->retrieveForm($form_id, $form_state);
109 $form_builder->prepareForm($form_id, $form, $form_state);
111 $form_state->setUserInput(['form_id' => $form_id]);
114 $form_builder->processForm($form_id, $form, $form_state);
/dports/www/drupal9/drupal-9.2.10/core/modules/datetime/tests/src/Kernel/
H A DDateTimeFormInjectionTest.php107 $form_id = $form_builder->getFormId($this, $form_state);
108 $form = $form_builder->retrieveForm($form_id, $form_state);
109 $form_builder->prepareForm($form_id, $form, $form_state);
111 $form_state->setUserInput(['form_id' => $form_id]);
114 $form_builder->processForm($form_id, $form, $form_state);
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/src/Entity/Handler/
H A DModerationHandlerInterface.php38 * @param string $form_id
43 …c function enforceRevisionsEntityFormAlter(array &$form, FormStateInterface $form_state, $form_id); argument
52 * @param string $form_id
57 …c function enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id); argument
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/src/Entity/Handler/
H A DModerationHandlerInterface.php61 * @param string $form_id
66 …c function enforceRevisionsEntityFormAlter(array &$form, FormStateInterface $form_state, $form_id); argument
75 * @param string $form_id
80 …c function enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id); argument
/dports/net-mgmt/observium/observium/html/pages/
H A Dadd_alert_check.inc.php350 $form_id = 'rules-' . generate_random_string(8); variable
352 echo '<div id="' . $form_id . '"></div>';
354 generate_querybuilder_form($vars['entity_type'], 'attribs', $form_id);
361 …<btn class="btn btn-danger" id="btn-reset" data-target="' . $form_id . '"><i class="icon-trash"></…
362 …<btn class="btn btn-success" id="btn-save" data-target="' . $form_id . '"><i class="icon-plus-sign…
396 var result = $('#" . $form_id . "').queryBuilder('getRules');
439 $('#" . $form_id . "').queryBuilder('reset');
/dports/www/rt50/rt-5.0.2/t/web/
H A Dshredder.t26 form_id => 'shredder-search-form',
31 form_id => 'shredder-search-form',
39 form_id => 'shredder-search-form',
62 form_id => 'shredder-search-form',
67 form_id => 'shredder-search-form',
76 form_id => 'shredder-search-form',
/dports/www/rt44/rt-4.4.5/t/web/
H A Dshredder.t26 form_id => 'shredder-search-form',
31 form_id => 'shredder-search-form',
39 form_id => 'shredder-search-form',
62 form_id => 'shredder-search-form',
67 form_id => 'shredder-search-form',
76 form_id => 'shredder-search-form',
H A Dlogin.t23 form_id => 'login',
35 form_id => 'login',
54 form_id => 'login',
71 form_id => 'login',
83 form_id => 'login',
109 form_id => 'login',
126 form_id => 'login',
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Queue/
H A DQueueSerializationTest.php99 $form_id = $form_builder->getFormId($this, $form_state);
100 $form = $form_builder->retrieveForm($form_id, $form_state);
101 $form_builder->prepareForm($form_id, $form, $form_state);
102 $form_builder->processForm($form_id, $form, $form_state);
/dports/www/drupal8/drupal-8.9.20/core/modules/dblog/tests/src/Kernel/
H A DDbLogFormInjectionTest.php102 $form_id = $form_builder->getFormId($this, $form_state);
103 $form = $form_builder->retrieveForm($form_id, $form_state);
104 $form_builder->prepareForm($form_id, $form, $form_state);
105 $form_builder->processForm($form_id, $form, $form_state);

12345678910>>...19