Home
last modified time | relevance | path

Searched refs:old_form (Results 1 – 25 of 56) sorted by relevance

123

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/
H A Dcompromised_credentials_observer_unittest.cc122 const PasswordForm old_form = TestForm(kUsername); in TEST_F() local
123 PasswordStoreChange remove(PasswordStoreChange::REMOVE, old_form); in TEST_F()
126 Run(old_form.signon_realm, old_form.username_value, in TEST_F()
134 const PasswordForm old_form = TestForm(kUsername); in TEST_F() local
135 PasswordStoreChange remove_old(PasswordStoreChange::REMOVE, old_form); in TEST_F()
141 Run(old_form.signon_realm, old_form.username_value, in TEST_F()
/dports/finance/ledgersmb12/ledgersmb/bin/
H A Dio.pl1254 $old_form = new Form;
1257 $old_form->{media} = $old_form->{oldmedia};
1259 &print_form($old_form);
1434 my ($old_form) = @_;
1682 $old_form->{printed} = $form->{printed} if (%$old_form);
1694 if (%$old_form);
1717 if (%$old_form) {
1718 $old_form->{intnotes} = qq|$old_form->{intnotes}\n\n|
1750 if (%$old_form);
1797 if (%$old_form) {
[all …]
H A Darapprn.pl59 $old_form = new Form;
146 my ( $old_form, $i ) = @_;
327 my ( $old_form, $i ) = @_;
329 &print_check( $old_form, $i );
334 my ($old_form) = @_;
507 $old_form->{audittrail} .=
523 $old_form->{printed} = $form->{printed} if %$old_form;
533 $old_form->{audittrail} .=
535 if %$old_form;
544 if (%$old_form) {
[all …]
H A Dpos.pl926 $old_form = new Form;
927 for ( keys %$form ) { $old_form->{$_} = $form->{$_}; }
934 &print_form($old_form);
939 my $old_form = shift;
940 my $discount = $old_form->{discount};
1016 $old_form->{printed} = $form->{printed};
1022 for ( keys %$old_form ) { $form->{$_} = $old_form->{$_}; }
H A Djc.pl1274 $old_form = new Form;
1276 for ( keys %$form ) { $old_form->{$_} = $form->{$_} }
1278 &{"print_$form->{formname}"}($old_form);
2092 $old_form = new Form;
2093 for ( keys %$form ) { $old_form->{$_} = $form->{$_} }
2096 &{"print_$form->{formname}"}($old_form);
2101 my ($old_form) = @_;
2208 if ( defined %$old_form ) {
2210 for ( keys %$old_form ) { $form->{$_} = $old_form->{$_} }
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dcompromised_credentials_observer_unittest.cc134 const autofill::PasswordForm old_form = TestForm(kUsername); in TEST_F() local
135 PasswordStoreChange remove(PasswordStoreChange::REMOVE, old_form); in TEST_F()
138 old_form.signon_realm, old_form.username_value, in TEST_F()
147 const autofill::PasswordForm old_form = TestForm(kUsername); in TEST_F() local
148 PasswordStoreChange remove_old(PasswordStoreChange::REMOVE, old_form); in TEST_F()
154 old_form.signon_realm, old_form.username_value, in TEST_F()
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/password_manager/core/browser/ui/
H A Dsaved_passwords_presenter.cc32 base::ranges::any_of(forms_to_check, [&form](const auto& old_form) { in IsUsernameAlreadyUsed() argument
33 return form.signon_realm == old_form.signon_realm && in IsUsernameAlreadyUsed()
35 old_form.IsUsingAccountStore(); in IsUsernameAlreadyUsed()
101 for (const auto& old_form : forms) { in EditSavedPasswords() local
103 old_form.IsUsingAccountStore() ? *account_store_ : *profile_store_; in EditSavedPasswords()
105 PasswordForm new_form = old_form; in EditSavedPasswords()
112 store.UpdateLoginWithPrimaryKey(new_form, old_form); in EditSavedPasswords()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/password_manager/
H A Dpassword_store_utils.cc38 for (const auto& old_form : forms_to_change) { in EditSavedPasswords() local
40 GetPasswordStore(profile, old_form->IsUsingAccountStore()); in EditSavedPasswords()
45 password_manager::PasswordForm new_form = *old_form; in EditSavedPasswords()
54 store->UpdateLoginWithPrimaryKey(new_form, *old_form); in EditSavedPasswords()
/dports/www/drupal8/drupal-8.9.20/core/lib/Drupal/Core/Form/
H A DFormBuilderInterface.php113 * @param array|null $old_form
127 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL); argument
H A DFormBuilder.php370 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL) { argument
408 …$enforce_old_build_id = isset($old_form['#build_id']) && !empty($rebuild_info['copy']['#build_id']…
409 $old_form_is_mutable_copy = isset($old_form['#build_id_old']);
411 $form['#build_id'] = $old_form['#build_id'];
413 $form['#build_id_old'] = $old_form['#build_id_old'];
417 if (isset($old_form['#build_id'])) {
418 $form['#build_id_old'] = $old_form['#build_id'];
426 if (isset($old_form['#action']) && !empty($rebuild_info['copy']['#action'])) {
427 $form['#action'] = $old_form['#action'];
/dports/www/drupal9/drupal-9.2.10/core/lib/Drupal/Core/Form/
H A DFormBuilderInterface.php113 * @param array|null $old_form
127 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL); argument
H A DFormBuilder.php370 public function rebuildForm($form_id, FormStateInterface &$form_state, $old_form = NULL) { argument
408 …$enforce_old_build_id = isset($old_form['#build_id']) && !empty($rebuild_info['copy']['#build_id']…
409 $old_form_is_mutable_copy = isset($old_form['#build_id_old']);
411 $form['#build_id'] = $old_form['#build_id'];
413 $form['#build_id_old'] = $old_form['#build_id_old'];
417 if (isset($old_form['#build_id'])) {
418 $form['#build_id_old'] = $old_form['#build_id'];
426 if (isset($old_form['#action']) && !empty($rebuild_info['copy']['#action'])) {
427 $form['#action'] = $old_form['#action'];
/dports/databases/p5-Prophet/Prophet-0.751/lib/Prophet/Server/
H A DViewHelpers.pm80 *old_form = \&form;
83 old_form(
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/net/storj/storj-1.45.3/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = NULL);
/dports/www/fabio/fabio-1.5.14/vendor/github.com/apache/thrift/thrift-da1169d75b15/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = NULL);
/dports/devel/thrift-cpp/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/devel/thrift-c_glib/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/devel/thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/apache/thrift/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/devel/node-thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/devel/py-thrift/thrift-0.14.0/compiler/cpp/src/thrift/
H A Dmain.h109 void error_unsupported_namespace_decl(const char* old_form, const char* new_form = nullptr);
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/mission/dialogs/
H A DMissionGoalsDialogModel.cpp147 void MissionGoalsDialogModel::changeFormula(int old_form, int new_form) { in changeFormula() argument
151 if (m_goals[i].formula == old_form){ in changeFormula()
H A DMissionGoalsDialogModel.h37 void changeFormula(int old_form, int new_form);
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dtransform.cc1992 const transformation old_form = you.form; in untransform() local
1998 if (!form_can_wield(old_form)) in untransform()
2008 set<equipment_type> melded = _init_equipment_removal(old_form); in untransform()
2014 if (old_form == transformation::appendage) in untransform()
2042 const string message = get_form(old_form)->get_untransform_message(); in untransform()
2046 const int str_mod = get_form(old_form)->str_mod; in untransform()
2047 const int dex_mod = get_form(old_form)->dex_mod; in untransform()
2111 transform_name(old_form)).c_str()); in untransform()

123