Home
last modified time | relevance | path

Searched refs:accountList (Results 1 – 25 of 130) sorted by relevance

123456

/dports/finance/aqbanking/aqbanking-6.2.10/src/libs/plugins/backends/aqebics/requests/
H A Dr_hkd_htd.c105 AB_ACCOUNT_LIST *accountList; in _xchgHkdRequest() local
127 accountList=_readAccounts(pro, dbAll); in _xchgHkdRequest()
128 if (accountList) { in _xchgHkdRequest()
129 _removeEmptyAccountsFromList(accountList); in _xchgHkdRequest()
131 _addOrModifyAccounts(pro, u, accountList); in _xchgHkdRequest()
133 AB_Account_List_free(accountList); in _xchgHkdRequest()
260 AB_ACCOUNT_LIST *accountList; in _readAccounts() local
263 accountList=AB_Account_List_new(); in _readAccounts()
277 AB_Account_List_free(accountList); in _readAccounts()
281 return accountList; in _readAccounts()
[all …]
/dports/net/madonctl/madonctl-8d3e9fa/cmd/
H A Daccounts.go548 obj = accountList
553 accountList = accountList[:opt.keep]
555 obj = accountList
560 accountList = accountList[:opt.keep]
562 obj = accountList
661 accountList = accountList[:opt.keep]
663 obj = accountList
668 accountList = accountList[:opt.keep]
670 obj = accountList
675 accountList = accountList[:opt.keep]
[all …]
H A Dsuggestions.go92 var accountList []madon.Account
93 accountList, err = gClient.GetSuggestions(nil)
95 if opt.keep > 0 && len(accountList) > int(opt.keep) {
96 accountList = accountList[:opt.keep]
99 obj = accountList
H A Dstatus.go286 var accountList []madon.Account
287 accountList, err = gClient.GetStatusRebloggedBy(opt.statusID, limOpts)
288 if opt.keep > 0 && len(accountList) > int(opt.keep) {
289 accountList = accountList[:opt.keep]
291 obj = accountList
293 var accountList []madon.Account
294 accountList, err = gClient.GetStatusFavouritedBy(opt.statusID, limOpts)
295 if opt.keep > 0 && len(accountList) > int(opt.keep) {
296 accountList = accountList[:opt.keep]
298 obj = accountList
/dports/www/tikiwiki/tiki-21.2/lib/test/lib/accounting/
H A DAccountingLibTest.php74 $accountList = $accountinglib->getAccounts($bookA);
75 $accountSnakeOil = array_shift($accountList);
110 $accountList = $accountinglib->getExtendedAccounts($bookA, true);
112 $this->assertInternalType(PHPUnit_Framework_Constraint_IsType::TYPE_ARRAY, $accountList);
113 $this->assertCount(2, $accountList);
116 foreach ($accountList as $item) {
/dports/www/gitea/gitea-1.16.5/vendor/github.com/caddyserver/certmagic/
H A Daccount.go107 accountList, err := am.config.Storage.List(am.storageKeyUsersPrefix(am.CA), false)
111 for _, accountFolderKey := range accountList {
341 if err != nil || len(accountList) == 0 {
348 for i := 0; i < len(accountList); i++ {
349 u := accountList[i]
361 accountList = append(accountList[:i], accountList[i+1:]...)
368 sort.Slice(accountList, func(i, j int) bool {
369 iInfo := stats[accountList[i]]
370 jInfo := stats[accountList[j]]
374 if len(accountList) == 0 {
[all …]
/dports/editors/textadept/cdk-5.0-20200923/cli/samples/
H A Dselection.sh82 accountList="${TMPDIR=/tmp}/accList.$$"
121 awk '{printf "<C></B>%s\n", $1}' ${userAccounts} > ${accountList}
135 ${CDK_SELECTION} -T "${title}" -f "${accountList}" -c "${choices}" -B "${buttons}" 2> $output
191 rm -f ${accountList} ${userAccounts} ${output} ${tmpPass} ${tmp}
/dports/devel/cdk/cdk-5.0-20161210/cli/samples/
H A Dselection.sh82 accountList="${TMPDIR=/tmp}/accList.$$"
121 awk '{printf "<C></B>%s\n", $1}' ${userAccounts} > ${accountList}
135 ${CDK_SELECTION} -T "${title}" -f "${accountList}" -c "${choices}" -B "${buttons}" 2> $output
191 rm -f ${accountList} ${userAccounts} ${output} ${tmpPass} ${tmp}
/dports/net/madonctl/madonctl-8d3e9fa/vendor/github.com/McKael/madon/v2/
H A Dsuggestions.go19 var accountList []Account
20 if err := mc.apiCall("v1/"+endPoint, method, nil, lopt, nil, &accountList); err != nil {
23 return accountList, nil
H A Dendorsements.go17 var accountList []Account
18 if err := mc.apiCall("v1/"+endPoint, method, nil, lopt, nil, &accountList); err != nil {
21 return accountList, nil
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/plugins/kbanking/dialogs/
H A Dkbmapaccount.cpp54 d->ui.accountList->setSelectionMode(QAbstractItemView::SingleSelection); in KBMapAccount()
65 QObject::connect(d->ui.accountList, SIGNAL(itemSelectionChanged()), in KBMapAccount()
70 d->ui.accountList->addAccounts(d->banking->getAccounts()); in KBMapAccount()
94 al = d->ui.accountList->getSelectedAccounts(); in slotSelectionChanged()
/dports/editors/calligraplan/calligraplan-3.3.0/src/libs/models/
H A Dkptaccountsmodel.cpp262 row = a->accountList().indexOf(par); in parent()
282 } else if (row < par->accountList().count()) { in index()
299 row = par->accountList().indexOf(a); in index()
320 return m_project->accounts().accountList().count(); in rowCount()
322 return par->accountList().count(); in rowCount()
416 int row = par->accountList().indexOf(account); in slotAccountChanged()
435 row = parent->accountList().indexOf(account); in insertAccount()
670 row = a->accountList().indexOf(par); in parent()
690 } else if (row < par->accountList().count()) { in index()
707 row = par->accountList().indexOf(a); in index()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/widgets/
H A Dkmymoneyaccountcompletion.cpp65 QStringList KMyMoneyAccountCompletion::accountList(const QList<eMyMoney::Account::Type>& list = QLi… in accountList() function in KMyMoneyAccountCompletion
67 return selector()->accountList(list); in accountList()
70 QStringList KMyMoneyAccountCompletion::accountList() const in accountList() function in KMyMoneyAccountCompletion
72 return accountList(QList<eMyMoney::Account::Type>()); in accountList()
H A Dkmymoneyaccountselector.cpp181 QStringList KMyMoneyAccountSelector::accountList() const in accountList() function in KMyMoneyAccountSelector
183 return accountList(QList<eMyMoney::Account::Type>()); in accountList()
374 list = d->m_file->asset().accountList(); in load()
382 list = d->m_file->liability().accountList(); in load()
390 list = d->m_file->income().accountList(); in load()
401 list = d->m_file->expense().accountList(); in load()
412 list = d->m_file->equity().accountList(); in load()
436 if (acc.accountList().count() > 0) { in load()
554 if (acc.accountList().count() > 0) { in loadSubAccounts()
556 count += loadSubAccounts(selector, item, tmpKey, acc.accountList()); in loadSubAccounts()
[all …]
H A Dkmymoneyaccountcompletion.h50 QStringList accountList(const QList<eMyMoney::Account::Type>& list) const;
51 QStringList accountList() const;
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/converter/
H A Dmymoneytemplate.cpp276 file->accountList(accounts); in importTemplate()
302 if (!parent.accountList().isEmpty()) { in createAccounts()
303 MyMoneyFile::instance()->accountList(subAccountList, parent.accountList()); in createAccounts()
379 QList<MyMoneyAccount> accountList; in exportTemplate() local
380 MyMoneyFile::instance()->accountList(accountList); in exportTemplate()
383 for (it = accountList.begin(); it != accountList.end(); ++it) { in exportTemplate()
502 if (acc.accountList().count() > 0) { in addAccountStructure()
504 MyMoneyFile::instance()->accountList(list, acc.accountList(), false); in addAccountStructure()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/core/state/snapshot/
H A Ddifflayer.go116accountList []common.Hash // List of account for iteration. If it exists,…
496 list := dl.accountList
506 dl.accountList = make([]common.Hash, 0, len(dl.destructSet)+len(dl.accountData))
508 dl.accountList = append(dl.accountList, hash)
512 dl.accountList = append(dl.accountList, hash)
515 sort.Sort(hashes(dl.accountList))
516 dl.memory += uint64(len(dl.accountList) * common.HashLength)
517 return dl.accountList
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/mymoney/tests/
H A Dmymoneyinstitution-test.cpp174 list = institution.accountList(); in testAccountIDList()
179 list = institution.accountList(); in testAccountIDList()
185 list = institution.accountList(); in testAccountIDList()
191 list = institution.accountList(); in testAccountIDList()
198 list = institution.accountList(); in testAccountIDList()
H A Dmymoneyaccount-test.cpp52 QVERIFY(a.accountList().count() == 0); in testEmptyConstructor()
83 QVERIFY(a.accountList().count() == 0); in testConstructor()
175 QVERIFY(b.accountList().count() == 1); in testAssignmentConstructor()
176 QVERIFY(b.accountList()[0] == "ChildAccount"); in testAssignmentConstructor()
205 QVERIFY(a.accountList().count() == 1); in testSubAccounts()
207 QVERIFY(a.accountList().count() == 1); in testSubAccounts()
209 QVERIFY(a.accountList().count() == 2); in testSubAccounts()
/dports/deskutils/kdepim-addons/kdepim-addons-21.12.3/akonadi-import-wizard/pmail/
H A Dpmailsettings.cpp32 …const QStringList accountList = config.groupList().filter(QRegularExpression(QStringLiteral("WinPM… in importSettings() local
33 const QStringList::const_iterator end(accountList.constEnd()); in importSettings()
34 for (QStringList::const_iterator it = accountList.constBegin(); it != end; ++it) { in importSettings()
/dports/net-im/ruqola/ruqola-1.6.1/src/widgets/configuredialog/
H A Daccountserverlistwidget.cpp97 QStringList accountList; in addAccountConfig() local
98 accountList.reserve(count()); in addAccountConfig()
101 accountList << it->text(); in addAccountConfig()
105 while (accountList.contains(newAccountName)) { in addAccountConfig()
/dports/net-im/kopete/kopete-21.12.3/kopete/identity/
H A Daccountidentitydialog.cpp183 void AccountIdentityDialog::setAccounts(QList<Kopete::Account *> accountList) in setAccounts() argument
185 d->accounts = accountList; in setAccounts()
217 …ialog::changeAccountIdentity(QWidget *parent, QList<Kopete::Account *> accountList, Kopete::Identi… in changeAccountIdentity() argument
221 dialog->setAccounts(accountList); in changeAccountIdentity()
H A Daccountidentitydialog.h57 void setAccounts(QList<Kopete::Account *> accountList);
99 …static bool changeAccountIdentity(QWidget *parent, QList<Kopete::Account *> accountList, Kopete::I…
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/gui/
H A Downcloudgui.cpp603 auto accountList = AccountManager::instance()->accounts(); in updateContextMenu() local
605 bool isConfigured = (!accountList.isEmpty()); in updateContextMenu()
611 foreach (auto a, accountList) { in updateContextMenu()
629 if (accountList.count() > 1) { in updateContextMenu()
630 foreach (AccountStatePtr account, accountList) { in updateContextMenu()
637 } else if (accountList.count() == 1) { in updateContextMenu()
650 if (accountList.isEmpty()) { in updateContextMenu()
668 if (accountList.count() > 1) { in updateContextMenu()
678 if (accountList.count() > 1) { in updateContextMenu()
687 if (accountList.count() > 1) { in updateContextMenu()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkcategoriesview.cpp408 if (d->m_currentCategory.accountList().isEmpty()) { in slotDeleteCategory()
439 accountsToReparent = d->m_currentCategory.accountList(); in slotDeleteCategory()
444 foreach (const auto accountID, d->m_currentCategory.accountList()) { in slotDeleteCategory()
448 else if (!file->account(accountID).accountList().isEmpty()) { in slotDeleteCategory()
450 if (!file->hasOnlyUnusedAccounts(file->account(accountID).accountList())) { in slotDeleteCategory()
475 file->removeAccountList(d->m_currentCategory.accountList()); in slotDeleteCategory()

123456