Home
last modified time | relevance | path

Searched refs:form_id (Results 76 – 100 of 457) sorted by relevance

12345678910>>...19

/dports/audio/ampache/ampache-php74-5.0.0/vendor/kevinrob/guzzle-cache-middleware/src/Strategy/Delegate/consumer/
H A Dtry_auth.php70 $form_id = 'openid_message';
72 false, array('id' => $form_id));
/dports/www/drupal8/drupal-8.9.20/core/themes/bartik/
H A Dbartik.theme109 if ($variables['element']['#form_id'] == 'search_block_form') {
117 function bartik_form_alter(&$form, FormStateInterface $form_state, $form_id) {
118 if (in_array($form_id, ['search_block_form', 'search_form'])) {
119 $key = ($form_id == 'search_block_form') ? 'actions' : 'basic';
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/point_of_sale/wizard/
H A Dpos_open_statement.py27 form_id = self.env.ref('account.view_bank_statement_form').id
36 'views': [(tree_id, 'tree'), (form_id, 'form')],
/dports/net-mgmt/cacti/cacti-1.2.19/lib/
H A Dhtml_form.php1357 global $form_id, $form_action;
1361 $form_id = 'form' . $counter;
1364 $form_id = trim($id);
1369 …print "<form class='cactiFormStart' id='$form_id' name='$form_id' action='$form_action' autocomple…
1374 global $form_id, $form_action;
1439 formArray['<?php print $form_id;?>'] = $('#<?php print $form_id;?>').serializeForm();
1442 $('#<?php print $form_id;?>').submit(function(event) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/perf/page_sets/login_helpers/
H A Dchrome_login.py52 form_id=gaia_form_id)
56 form_id=gaia_form_id)
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/src/Entity/Handler/
H A DModerationHandler.php54 … function enforceRevisionsEntityFormAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
60 … function enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
/dports/comms/tkscanfax/tkscanfax1/
H A Dhtml_library.tcl905 if {[info exists var(form_id)]} {
906 puts "Missing end-form tag !!!! $var(form_id)"
910 set var(form_id) $id
956 unset var(form_id)
1032 set variable $var(form_id)(check_$var(tags))
1056 set variable $var(form_id)(radio_$name)
1057 set variable $var(form_id)(radio_$name)
1115 set $var(form_id)(X) 0
1116 set $var(form_id)(Y) 0
1120 set $var(form_id)(X) %x
[all …]
/dports/math/R-cran-igraph/igraph/inst/
H A Dhtml_library.tcl882 if {[info exists var(form_id)]} {
883 puts "Missing end-form tag !!!! $var(form_id)"
887 set var(form_id) $id
933 unset var(form_id)
1009 set variable $var(form_id)(check_$var(tags))
1033 set variable $var(form_id)(radio_$name)
1034 set variable $var(form_id)(radio_$name)
1092 set $var(form_id)(X) 0
1093 set $var(form_id)(Y) 0
1097 set $var(form_id)(X) %x
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/doc/html_library-0.3/
H A Dhtml_library.tcl882 if {[info exists var(form_id)]} {
883 puts "Missing end-form tag !!!! $var(form_id)"
887 set var(form_id) $id
933 unset var(form_id)
1009 set variable $var(form_id)(check_$var(tags))
1033 set variable $var(form_id)(radio_$name)
1034 set variable $var(form_id)(radio_$name)
1092 set $var(form_id)(X) 0
1093 set $var(form_id)(Y) 0
1097 set $var(form_id)(X) %x
[all …]
/dports/science/elmerfem/elmerfem-release-9.0/post/src/help/html_library-0.3/
H A Dhtml_library.tcl882 if {[info exists var(form_id)]} {
883 puts "Missing end-form tag !!!! $var(form_id)"
887 set var(form_id) $id
933 unset var(form_id)
1009 set variable $var(form_id)(check_$var(tags))
1033 set variable $var(form_id)(radio_$name)
1034 set variable $var(form_id)(radio_$name)
1092 set $var(form_id)(X) 0
1093 set $var(form_id)(Y) 0
1097 set $var(form_id)(X) %x
[all …]
/dports/www/drupal9/drupal-9.2.10/core/modules/system/tests/modules/form_test/
H A Dform_test.module20 function form_test_form_alter(&$form, FormStateInterface $form_state, $form_id) {
21 if ($form_id == 'form_test_alter_form') {
100 function form_test_form_form_test_vertical_tabs_access_form_alter(&$form, &$form_state, $form_id) {
/dports/www/drupal8/drupal-8.9.20/core/modules/system/tests/modules/form_test/
H A Dform_test.module20 function form_test_form_alter(&$form, FormStateInterface $form_state, $form_id) {
21 if ($form_id == 'form_test_alter_form') {
100 function form_test_form_form_test_vertical_tabs_access_form_alter(&$form, &$form_state, $form_id) {
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/src/Entity/Handler/
H A DModerationHandler.php62 … function enforceRevisionsEntityFormAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
68 … function enforceRevisionsBundleFormAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
/dports/www/drupal8/drupal-8.9.20/core/modules/content_moderation/src/
H A DEntityTypeInfo.php316 * @param string $form_id
321 public function formAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
329 …etHandler($bundle_of, 'moderation')->enforceRevisionsBundleFormAlter($form, $form_state, $form_id);
339 ->enforceRevisionsEntityFormAlter($form, $form_state, $form_id);
/dports/www/drupal9/drupal-9.2.10/core/modules/content_moderation/src/
H A DEntityTypeInfo.php329 * @param string $form_id
334 public function formAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
342 …etHandler($bundle_of, 'moderation')->enforceRevisionsBundleFormAlter($form, $form_state, $form_id);
352 ->enforceRevisionsEntityFormAlter($form, $form_state, $form_id);
/dports/www/osticket/upload/include/upgrader/streams/core/
H A Db26f29a6-1ee831c8.patch.sql199 ADD `flags` INT UNSIGNED NOT NULL DEFAULT '1' AFTER `form_id`;
202 UPDATE `%TABLE_PREFIX%form_field` A1 JOIN `%TABLE_PREFIX%form` A2 ON(A2.id=A1.form_id)
206 UPDATE `%TABLE_PREFIX%form_field` A1 JOIN `%TABLE_PREFIX%form` A2 ON(A2.id=A1.form_id)
211 UPDATE `%TABLE_PREFIX%form_field` A1 JOIN `%TABLE_PREFIX%form` A2 ON(A2.id=A1.form_id)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/ios/
H A Daccount_select_fill_data.cc37 form_info.form_id = form_data.form_renderer_id; in Add()
107 result->form_id = last_requested_form_->form_id; in GetFillData()
H A Dshared_password_controller_unittest.mm341 autofill::FormRendererId form_id(0);
344 form_id, field_id, field_id};
360 uniqueFormID:form_id
371 autofill::FormRendererId form_id(0);
374 form_id, field_id, field_id};
398 [[form_helper_ expect] fillPasswordForm:form_id
411 extractPasswordFormData:form_id
418 uniqueFormID:form_id
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dpassword_manager_interface.h70 autofill::FormRendererId form_id,
83 autofill::FormRendererId form_id) = 0;
/dports/www/drupal9/drupal-9.2.10/core/modules/workspaces/src/
H A DFormOperations.php53 * @param string $form_id
58 public function formAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
/dports/mail/roundcube/roundcubemail-1.5.1/program/actions/settings/
H A Didentity_edit.php231 $form_id = 'identityImageUpload';
233 $out .= '<form id="' . $form_id . '" style="display: none">'
237 $rcmail->output->add_gui_object('uploadform', $form_id);
/dports/www/py-flask-bootstrap/Flask-Bootstrap-3.3.7.1/flask_bootstrap/
H A Dforms.py23 self.form_id = id
107 if self.form_id:
108 form['id'] = self.form_id
/dports/www/drupal8/drupal-8.9.20/core/modules/workspaces/src/
H A DFormOperations.php53 * @param string $form_id
58 public function formAlter(array &$form, FormStateInterface $form_state, $form_id) { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/test/app/
H A Dweb_view_interaction_test_util.mm31 void SubmitWebViewFormWithId(const std::string& form_id) {
32 web::test::SubmitWebViewFormWithId(GetCurrentWebState(), form_id);
/dports/devel/libdfui/libdfui-4.1.20060122/
H A Ddecode.c354 char *form_id; in dfui_decode_response() local
360 form_id = dfui_decode_string(e); in dfui_decode_response()
362 r = dfui_response_new(form_id, action_id); in dfui_decode_response()
364 free(form_id); in dfui_decode_response()

12345678910>>...19