Home
last modified time | relevance | path

Searched refs:new_account (Results 1 – 25 of 153) sorted by relevance

1234567

/dports/net-im/profanity/profanity-0.11.1/src/config/
H A Daccount.c66 new_account->name = strdup(name); in account_new()
69 new_account->jid = strdup(jid); in account_new()
71 new_account->jid = strdup(name); in account_new()
77 new_account->password = NULL; in account_new()
86 new_account->enabled = enabled; in account_new()
91 new_account->server = NULL; in account_new()
97 new_account->resource = NULL; in account_new()
100 new_account->port = port; in account_new()
160 new_account->pgp_keyid = NULL; in account_new()
172 new_account->theme = NULL; in account_new()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/dashboard/dashboard/common/
H A Dstored_object_test.py33 new_account = SampleSerializableClass('Some account data.')
34 stored_object.Set('chris', new_account)
36 self.assertEqual(new_account, chris_account)
40 new_account = SampleSerializableClass(a_large_string)
41 stored_object.Set('chris', new_account)
46 self.assertEqual(new_account, chris_account)
53 new_account = SampleSerializableClass(a_large_string)
54 stored_object.Set('chris', new_account)
/dports/finance/beancount/beancount-2.3.3/experiments/sharing/
H A Dextract_tagged.py24 new_account = posting.account
28 new_account = posting.meta.get('diverted_account', account)
30 new_account = account
33 new_account = translate_map.get(new_account, new_account)
35 new_postings.append(posting._replace(account=new_account, meta=None))
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/
H A Daccount-mgr.cpp279 Account new_account = account; in setCurrentAccount() local
294 updateAccountServerInfo(new_account); in setCurrentAccount()
304 new_account.token.toUtf8().data(), in setCurrentAccount()
316 new_account.username.toUtf8().data()); in setCurrentAccount()
324 new_account.username.toUtf8().data(), in setCurrentAccount()
326 new_account.token.toUtf8().data(), in setCurrentAccount()
440 accounts_[i] = new_account; in replaceAccount()
460 new_account.serverUrl.toEncoded().data(), in replaceAccount()
462 new_account.username.toUtf8().data(), in replaceAccount()
464 new_account.token.toUtf8().data(), in replaceAccount()
[all …]
/dports/finance/gnucash/gnucash-4.9/bindings/python/example_scripts/
H A Dnew_book_with_opening_balances.py145 def record_opening_balance(original_account, new_account, new_book, argument
149 if new_account.GetType() in ACCOUNT_TYPES_TO_OPEN:
170 new_account, trans)
183 new_account = Account(new_book)
185 new_parent_account.append_child(new_account)
191 getattr(new_account, 'Set' + attribute)(
202 new_account.SetCommodity(new_commodity)
204 record_opening_balance( original_account, new_account,
210 new_account,
/dports/net-mgmt/seafile-gui/seafile-client-7.0.9/src/ui/
H A Daccount-settings-dialog.cpp79 Account new_account(account_); in onSubmitBtnClicked() local
80 new_account.serverUrl = url; in onSubmitBtnClicked()
82 new_account) < 0) { in onSubmitBtnClicked()
87 QUrl new_server_url = new_account.serverUrl; in onSubmitBtnClicked()
94 new_account.serverUrl.host(), new_server_url.toString(), &error) < 0) { in onSubmitBtnClicked()
/dports/finance/gnucash/gnucash-4.9/gnucash/import-export/csv-imp/
H A Dgnc-csv-account-map.c149 gnc_csv_account_map_change_mappings (Account *old_account, Account *new_account, const gchar *map_s… in gnc_csv_account_map_change_mappings() argument
163 if (new_account != NULL) in gnc_csv_account_map_change_mappings()
165 tmp_imap = gnc_account_imap_create_imap (new_account); in gnc_csv_account_map_change_mappings()
166 gnc_account_imap_add_account (tmp_imap, CSV_CATEGORY, map_string, new_account); in gnc_csv_account_map_change_mappings()
H A Dgnc-csv-account-map.h44 void gnc_csv_account_map_change_mappings (Account *old_account, Account *new_account, const gchar *…
/dports/games/supertuxkart/SuperTuxKart-1.2-src/src/states_screens/online/
H A Dregister_screen.cpp198 bool new_account = online && (m_account_mode == ACCOUNT_NEW_ONLINE); in makeEntryFieldsVisible() local
199 getWidget<TextBoxWidget>("password_confirm")->setVisible(new_account); in makeEntryFieldsVisible()
200 getWidget<LabelWidget >("label_password_confirm")->setVisible(new_account); in makeEntryFieldsVisible()
201 getWidget<TextBoxWidget>("email")->setVisible(new_account); in makeEntryFieldsVisible()
203 getWidget<LabelWidget >("label_email")->setVisible(new_account); in makeEntryFieldsVisible()
206 getWidget<TextBoxWidget>("email_confirm")->setVisible(new_account); in makeEntryFieldsVisible()
207 getWidget<LabelWidget >("label_email_confirm")->setVisible(new_account); in makeEntryFieldsVisible()
210 …uttonWidget >("password_reset")->setVisible(LinkHelper::isSupported() && (online && !new_account)); in makeEntryFieldsVisible()
/dports/security/acmed/acmed-0.18.0/acmed/src/acme_proto/structs/
H A Ddirectory.rs19 pub new_account: String, field
47 assert_eq!(parsed_dir.new_account, "https://example.org/acme/new-acct"); in test_directory()
74 assert_eq!(parsed_dir.new_account, "https://example.org/acme/new-acct"); in test_directory_no_authz()
134 assert_eq!(parsed_dir.new_account, "https://example.org/acme/new-acct"); in test_directory_extra_fields()
/dports/finance/beancount/beancount-2.3.3/experiments/inventory/
H A Dlist_assets.py225 new_account = new_institution.account.add()
226 new_account.CopyFrom(account)
227 new_account.ClearField('beancount')
228 new_account.balance = balance
229 new_account.currency = args.currency
/dports/net-im/purple-googlechat/purple-googlechat-56ba7f7/
H A Dlibgooglechat.c573 PurpleAccount *new_account; in googlechat_create_account_from_hangouts_account() local
585 new_account = purple_account_new(username, GOOGLECHAT_PLUGIN_ID); in googlechat_create_account_from_hangouts_account()
586 purple_account_set_remember_password(new_account, TRUE); in googlechat_create_account_from_hangouts_account()
587 purple_account_set_password(new_account, password, NULL, NULL); in googlechat_create_account_from_hangouts_account()
589 purple_account_set_alias(new_account, purple_account_get_alias(hangouts_account)); in googlechat_create_account_from_hangouts_account()
592 …purple_account_set_enabled(new_account, purple_core_get_ui(), purple_account_get_enabled(hangouts_… in googlechat_create_account_from_hangouts_account()
595 …purple_account_set_string(new_account, "self_gaia_id", purple_account_get_string(hangouts_account,… in googlechat_create_account_from_hangouts_account()
597 …purple_account_set_bool(new_account, "unravel_google_url", purple_account_get_bool(hangouts_accoun… in googlechat_create_account_from_hangouts_account()
600 …purple_account_set_bool(new_account, "show-call-links", purple_account_get_bool(hangouts_account, … in googlechat_create_account_from_hangouts_account()
601 …purple_account_set_bool(new_account, "hide_self", purple_account_get_bool(hangouts_account, "hide_… in googlechat_create_account_from_hangouts_account()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/sync/driver/
H A Dsync_auth_manager.cc425 SyncAccountInfo new_account = DetermineAccountToUse(); in UpdateSyncAccountIfNecessary() local
426 if (new_account.account_info.account_id == in UpdateSyncAccountIfNecessary()
431 if (new_account.is_primary == sync_account_.is_primary) { in UpdateSyncAccountIfNecessary()
435 sync_account_ = new_account; in UpdateSyncAccountIfNecessary()
457 if (!new_account.account_info.account_id.empty()) { in UpdateSyncAccountIfNecessary()
459 sync_account_ = new_account; in UpdateSyncAccountIfNecessary()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_auth_internal_yubikey/
H A Dmod_auth_internal_yubikey.lua36 local new_account = {};
38 new_account[k] = v;
40 new_account.yubikey_state = state;
41 datamanager.store(data.username, data.host, "accounts", new_account);
/dports/security/lastpass-cli/lastpass-cli-1.3.3/test/
H A Dhttp_mock.c83 account = new_account(); in init_test_data()
93 account = new_account(); in init_test_data()
107 account = new_account(); in init_test_data()
118 account = new_account(); in init_test_data()
/dports/benchmarks/phoronix-test-suite/phoronix-test-suite-10.6.1/pts-core/phoromatic/pages/
H A Dphoromatic_welcome.php45 …$new_account = create_new_phoromatic_account($_POST['register_username'], $_POST['register_passwor…
47 if($new_account)
/dports/finance/beancount/beancount-2.3.3/beancount/plugins/
H A Dsplit_expenses.py128 for new_account in new_accounts:
129 if new_account not in oc_map:
130 entry = data.Open(meta, open_date, new_account, None, None)
/dports/net-im/libpurple/pidgin-2.14.8/pidgin/plugins/
H A Draw.c100 account_changed_cb(GtkWidget *dropdown, PurpleAccount *new_account, in account_changed_cb() argument
103 account = new_account; in account_changed_cb()
/dports/net-im/pidgin/pidgin-2.14.8/pidgin/plugins/
H A Draw.c100 account_changed_cb(GtkWidget *dropdown, PurpleAccount *new_account, in account_changed_cb() argument
103 account = new_account; in account_changed_cb()
/dports/net-im/finch/pidgin-2.14.8/pidgin/plugins/
H A Draw.c100 account_changed_cb(GtkWidget *dropdown, PurpleAccount *new_account, in account_changed_cb() argument
103 account = new_account; in account_changed_cb()
/dports/finance/grisbi/grisbi-2.0.5/src/
H A Dnavigation.c1012 gboolean gsb_gui_navigation_change_account ( gint new_account ) in gsb_gui_navigation_change_account() argument
1017 devel_debug_int (new_account); in gsb_gui_navigation_change_account()
1018 if ( new_account < 0 ) in gsb_gui_navigation_change_account()
1034 gsb_data_account_get_sort_type ( new_account ) ); in gsb_gui_navigation_change_account()
1036 gsb_transactions_list_update_tree_view ( new_account, FALSE ); in gsb_gui_navigation_change_account()
1040 gsb_gui_navigation_update_statement_label ( new_account ); in gsb_gui_navigation_change_account()
1043 gsb_transactions_list_show_menu_import_rule (new_account); in gsb_gui_navigation_change_account()
1048 grisbi_win_set_window_title ( new_account ); in gsb_gui_navigation_change_account()
1051 bet_data_select_bet_pages ( new_account ); in gsb_gui_navigation_change_account()
1057 if ( gsb_data_account_get_kind ( new_account ) == GSB_TYPE_CASH ) in gsb_gui_navigation_change_account()
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dfilters.cc185 account_t * new_account = NULL; in create_temp_account_from_path() local
187 if (new_account) { in create_temp_account_from_path()
188 new_account = new_account->find_account(name); in create_temp_account_from_path()
190 new_account = master->find_account(name, false); in create_temp_account_from_path()
191 if (! new_account) in create_temp_account_from_path()
192 new_account = &temps.create_account(name, master); in create_temp_account_from_path()
196 assert(new_account != NULL); in create_temp_account_from_path()
197 return new_account; in create_temp_account_from_path()
284 account_t * new_account = in operator ()() local
286 post_t& temp = temps.copy_post(post, xact, new_account); in operator ()()
/dports/finance/gnucash/gnucash-4.9/gnucash/gnome/
H A Dgnc-plugin-page-account-tree.c1449 Account *new_account; member
1462 adopter->new_account = gnc_account_sel_get_account(adopter->selector); in adopter_set_account_and_match()
1464 if (!adopter->for_account && adopter->old_account && adopter->new_account) in adopter_set_account_and_match()
1466 xaccAccountGetCommodity (adopter->new_account) == in adopter_set_account_and_match()
1475 adopter->new_account = NULL; in adopter_init()
1487 result = commodity_mismatch_dialog (adopter->new_account, parent); in adopter_match()
1703 if (confirm_delete_account (action, page, adopt.trans.new_account, in gnc_plugin_page_account_tree_cmd_delete_account()
1704 adopt.subtrans.new_account, in gnc_plugin_page_account_tree_cmd_delete_account()
1705 adopt.subacct.new_account, in gnc_plugin_page_account_tree_cmd_delete_account()
1708 do_delete_account (account, adopt.subacct.new_account, in gnc_plugin_page_account_tree_cmd_delete_account()
[all …]
/dports/sysutils/gkrellm2/gkrellm-2.3.11/src/
H A Dmail.c3540 MailAccount *account, *new_account;
3562 dup_account(new_account, account);
3563 add_mailbox(new_account);
3575 MailAccount *new_account, *account;
3579 new_account = g_new0(MailAccount, 1);
3599 new_account->protocol,
3600 new_account->use_ssl));
3601 if (new_account->port == 0)
3602 new_account->port = default_port;
3607 get_local_mboxtype(new_account);
[all …]
/dports/security/acmed/acmed-0.18.0/acmed/src/acme_proto/
H A Dhttp.rs41 pub fn new_account<F>( in new_account() function
48 let url = endpoint.dir.new_account.clone(); in new_account()

1234567