Home
last modified time | relevance | path

Searched refs:kacc (Results 1 – 25 of 45) sorted by relevance

12

/dports/finance/homebank/homebank-5.5.1/src/
H A Dhb-transaction.c109 txn->kacc = kacc; in da_transaction_init()
130 if(arc->kacc) in da_transaction_init_from_template()
131 txn->kacc = arc->kacc; in da_transaction_init_from_template()
160 acc = da_acc_get(txn->kacc); in da_transaction_set_default_template()
333 acc = da_acc_get(item->kacc); in da_transaction_prepend()
410 txn->kacc = acc->key; in da_transaction_goto_orphan()
443 acc = da_acc_get(item->kacc); in da_transaction_consistency()
559 swap = child->kacc; in transaction_xfer_create_child()
637 stxn->kacc != dtxn->kacc && in transaction_xfer_child_might()
1142 txn->kacc = nacc->key; in transaction_acc_move()
[all …]
H A Dhb-import.c482 newacc->kacc = DST_ACC_GLOBAL; in hb_import_gen_acc_get_next()
615 gentxn->kacc = ctx->curr_kacc; in da_gen_txn_append()
765 if(gentxn->kacc == genacc->key) in hb_import_gen_acc_count_txn()
826 if( (gentxn2->kacc == gentxn1->kacc) in hb_import_gen_txn_check_duplicate()
873 if(genacc->key == gentxn->kacc) in hb_import_gen_txn_check_target_similar()
912 if( ( genacc->kacc == txn->kacc ) in hb_import_gen_txn_check_target_similar()
994 if( (txn2->kacc != txn1->kacc) in hb_import_gen_xfer_eval()
1053 if(gentxn->kacc == genacc->key) in hb_import_option_apply()
1208 newope->kacc = genacc->kacc; in hb_import_convert_txn()
1396 genacc->kacc = kcommon; in hb_import_apply()
[all …]
H A Dhb-filter.c76 void da_flt_status_acc_set(Filter *flt, guint32 kacc, gboolean status) in da_flt_status_acc_set() argument
78 Account *acc = da_acc_get(kacc); in da_flt_status_acc_set()
102 gboolean da_flt_status_acc_get(Filter *flt, guint32 kacc) in da_flt_status_acc_get() argument
104 Account *acc = da_acc_get(kacc); in da_flt_status_acc_get()
234 static void filter_set_date_bounds(Filter *flt, guint32 kacc) in filter_set_date_bounds() argument
260 if( (kacc == 0) || (txn->kacc == kacc) ) in filter_set_date_bounds()
272 if( (kacc == 0) || (txn->kacc == kacc) ) in filter_set_date_bounds()
337 void filter_preset_daterange_set(Filter *flt, gint range, guint32 kacc) in filter_preset_daterange_set() argument
434 filter_set_date_bounds(flt, kacc); in filter_preset_daterange_set()
767 accitem = da_acc_get(txn->kacc); in filter_txn_match()
H A Dhb-filter.h134 void da_flt_status_acc_set(Filter *flt, guint32 kacc, gboolean status);
137 gboolean da_flt_status_acc_get(Filter *flt, guint32 kacc);
146 void filter_preset_daterange_set(Filter *flt, gint range, guint32 kacc);
H A Dui-txn-multi.c173 data->kacc = kcur = 0; in ui_multipleedit_dialog_init()
191 data->kacc = entry->kacc; in ui_multipleedit_dialog_init()
195 data->kacc = 0; in ui_multipleedit_dialog_init()
205 DB( g_print(" kacc = %d\n", data->kacc) ); in ui_multipleedit_dialog_init()
305 if( transaction_acc_move(txn, txn->kacc, nkacc) ) in ui_multipleedit_dialog_apply()
391 if( data->has_xfer == FALSE && data->kacc > 0 ) in ui_multipleedit_dialog_apply()
629 if( data->has_xfer == FALSE && data->kacc > 0 ) in ui_multipleedit_dialog_new()
648 …ui_acc_entry_popover_populate_except(GTK_BOX(data->PO_accto), GLOBALS->h_acc, data->kacc, ACC_LST_… in ui_multipleedit_dialog_new()
H A Dui-transaction.c410 if( entry->kacc > 0 ) in deftransaction_set()
413 ui_acc_entry_popover_set_active(GTK_BOX(data->PO_acc), entry->kacc); in deftransaction_set()
424 …ui_acc_entry_popover_populate_except(GTK_BOX(data->PO_accto), GLOBALS->h_acc, entry->kacc, ACC_LST… in deftransaction_set()
685 entry->kacc = ui_acc_entry_popover_get_key(GTK_BOX(data->PO_acc)); in deftransaction_get()
689 DB( g_print(" - acc: '%d'\n", entry->kacc) ); in deftransaction_get()
808 acc = da_acc_get(new_txn->kacc); in deftransaction_external_edit()
880 if( old_txn->kacc != new_txn->kacc ) in deftransaction_external_edit()
884 transaction_acc_move(new_txn, old_txn->kacc, new_txn->kacc); in deftransaction_external_edit()
1082 if( !showallacc && (data->kacc != 0) && (entry->kacc != data->kacc) ) in ui_popover_tpl_func_visible()
1173 gtk_widget_set_visible (data->CM_showallacc, data->kacc == 0 ? FALSE : TRUE); in ui_popover_tpl_create()
[all …]
H A Dui-transaction.h75 guint32 kacc; member
90 …_deftransaction_window (GtkWindow *parent, HbTxnDlgAction action, HbTxnDlgType type, guint32 kacc);
H A Dhb-assign.c447 guint transaction_auto_assign(GList *ope_list, guint32 kacc) in transaction_auto_assign() argument
464 …DB( g_print("\n- curr txn '%s' : acc=%d, pay=%d, cat=%d, %s\n", ope->memo, ope->kacc, ope->kpay, o… in transaction_auto_assign()
467 if( (kacc == ope->kacc || kacc == 0) ) in transaction_auto_assign()
H A Dhb-transaction.h35 guint32 kacc; member
115 Transaction *da_transaction_init(Transaction *txn, guint32 kacc);
H A Dhb-import.h70 guint32 kacc; //100001 = NEW, 100002 = SKIP member
94 guint32 kacc; member
H A Dui-txn-multi.h40 guint32 kacc; member
H A Dui-assist-import.c858 switch( genacc->kacc ) in ui_import_page_confirmation_fill()
871 Account *acc = da_acc_get (genacc->kacc); in ui_import_page_confirmation_fill()
883 if( genacc->kacc != DST_ACC_SKIP) in ui_import_page_confirmation_fill()
1101 DB( g_print(" genacc id=%d name='%s'\n dstacc=%d\n", acckey, genacc->name, genacc->kacc ) ); in ui_import_page_transaction_update()
1106 sensitive = (genacc->kacc == DST_ACC_SKIP) ? FALSE : TRUE; in ui_import_page_transaction_update()
1122 iscomplete = (genacc->kacc == DST_ACC_SKIP) ? TRUE : iscomplete; in ui_import_page_transaction_update()
1124 DB( g_print(" nbbaddates=%d, dstacc=%d\n", genacc->n_txnbaddate, genacc->kacc) ); in ui_import_page_transaction_update()
1147 if( genacc->kacc==DST_ACC_GLOBAL || genacc->kacc==DST_ACC_NEW || genacc->kacc==DST_ACC_SKIP) in ui_import_page_transaction_update()
1187 genacc->kacc = dstacc; in ui_import_page_transaction_cb_account_changed()
1273 ui_genacc_comboboxtext_set_active(txndata->CY_acc, genacc->kacc); in ui_import_page_transaction_fill()
[all …]
H A Dhb-account.c426 if( key == entry->kacc || key == entry->kxferacc) in account_is_used()
599 Account *acc = da_acc_get(trn->kacc); in account_balances_sub()
616 Account *acc = da_acc_get(trn->kacc); in account_balances_add()
H A Dhb-archive.h33 guint32 kacc; member
H A Dhb-archive.c332 arc->kacc = txn->kacc; in da_archive_init_from_transaction()
409 if( (arc->flags & OF_AUTO) && (arc->kacc > 0) && (value != 0.0) ) in scheduled_is_postable()
H A Dhb-xml.c75 entry->kacc++; in homebank_upgrade_to_v02()
90 entry->kacc++; in homebank_upgrade_to_v02()
739 else if(!strcmp (attribute_names[i], "account" )) { entry->kacc = atoi(attribute_values[i]); } in homebank_load_xml_fav()
797 else if(!strcmp (attribute_names[i], "account" )) { entry->kacc = atoi(attribute_values[i]); } in homebank_load_xml_ope()
1665 hb_xml_append_int(node, "account", item->kacc); in homebank_save_xml_arc()
1751 hb_xml_append_int(node, "account", item->kacc); in homebank_save_xml_ope()
H A Dlist-operation.c92 a1 = da_acc_get(ope1->kacc); in list_txn_sort_iter_compare_func()
93 a2 = da_acc_get(ope2->kacc); in list_txn_sort_iter_compare_func()
291 acc = da_acc_get(ope->kacc); in list_txn_account_cell_data_function()
457 acc = da_acc_get(ope->kacc); in list_txn_account_icon_cell_data_function()
628 Account *acc = da_acc_get(ope->kacc); in list_txn_to_string_line()
/dports/math/gap/gap-4.11.0/extern/gmp/mpz/
H A Dbin_ui.c47 MPN_DIVREM_OR_DIVEXACT_1 (PTR(r), PTR(r), (mp_size_t) SIZ(r), kacc); \
57 mp_limb_t kacc; in mpz_bin_ui() local
99 kacc = 1; in mpz_bin_ui()
111 for (c = 0; (((kacc | nacclow) & 1) == 0); c++) in mpz_bin_ui()
113 kacc >>= 1; in mpz_bin_ui()
121 umul_ppmm (k1, k0, kacc, i << GMP_NAIL_BITS); in mpz_bin_ui()
128 kacc = i; in mpz_bin_ui()
133 kacc = k0 >> GMP_NAIL_BITS; in mpz_bin_ui()
/dports/math/mingw32-libgmp/gmp-6.0.0/mpz/
H A Dbin_ui.c47 MPN_DIVREM_OR_DIVEXACT_1 (PTR(r), PTR(r), (mp_size_t) SIZ(r), kacc); \
57 mp_limb_t kacc; in mpz_bin_ui() local
99 kacc = 1; in mpz_bin_ui()
111 for (c = 0; (((kacc | nacclow) & 1) == 0); c++) in mpz_bin_ui()
113 kacc >>= 1; in mpz_bin_ui()
121 umul_ppmm (k1, k0, kacc, i << GMP_NAIL_BITS); in mpz_bin_ui()
128 kacc = i; in mpz_bin_ui()
133 kacc = k0 >> GMP_NAIL_BITS; in mpz_bin_ui()
/dports/math/mpir/mpir-3.0.0/mpz/
H A Dbin_ui.c36 MPN_DIVREM_OR_DIVEXACT_1 (PTR(r), PTR(r), (mp_size_t) SIZ(r), kacc); \
46 mp_limb_t kacc; in mpz_bin_ui() local
88 kacc = 1; in mpz_bin_ui()
100 for (c = 0; (((kacc | nacclow) & 1) == 0); c++) in mpz_bin_ui()
102 kacc >>= 1; in mpz_bin_ui()
110 umul_ppmm (k1, k0, kacc, i << GMP_NAIL_BITS); in mpz_bin_ui()
117 kacc = i; in mpz_bin_ui()
122 kacc = k0 >> GMP_NAIL_BITS; in mpz_bin_ui()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/weboob/
H A Dweboob.cpp159 bool Weboob::updateAccount(const MyMoneyAccount& kacc, bool moreAccounts) in updateAccount() argument
164 QString bname = kacc.onlineBankingSettings().value("wb-backend"); in updateAccount()
165 QString id = kacc.onlineBankingSettings().value("wb-id"); in updateAccount()
166 QString max = kacc.onlineBankingSettings().value("wb-max"); in updateAccount()
191 MyMoneyAccount kacc = statementInterface()->account("wb-id", acc.id); in gotAccount() local
194 ks.m_accountId = kacc.id(); in gotAccount()
/dports/sysutils/webmin/webmin-1.981/ldap-server/
H A Dacl_form.cgi82 $kacc = !$b->{'access'} ? 'read' :
101 $kacc ? &ui_select("access_$i", $kacc,
/dports/lang/elixir/elixir-1.12.3/lib/elixir/unicode/
H A Dproperties.ex62 |> Enum.reduce(acc, fn line, {cacc, lacc, iacc, wacc, dacc, kacc} ->
124 kacc =
126 0 -> kacc
127 n -> :maps.put(String.to_integer(codepoint, 16), n, kacc)
130 {cacc, lacc, iacc, wacc, dacc, kacc}
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/unicode/
H A Dunicode.ex72 |> Enum.reduce(acc, fn line, {cacc, lacc, iacc, wacc, dacc, kacc} ->
134 kacc =
136 0 -> kacc
137 n -> :maps.put(String.to_integer(codepoint, 16), n, kacc)
140 {cacc, lacc, iacc, wacc, dacc, kacc}
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/
H A Dkbanking.cpp1447 MyMoneyAccount kacc; in importAccountInfo() local
1449kacc = m_parent->account("kbanking-acc-ref", QString("%1-%2-%3").arg(ks.m_strRoutingNumber, ks.m_s… in importAccountInfo()
1450 ks.m_accountId = kacc.id(); in importAccountInfo()
1510 _slToStatement(ks, kacc, s); in importAccountInfo()
1517 _xaToStatement(ks, kacc, t); in importAccountInfo()

12