Home
last modified time | relevance | path

Searched refs:Accounts (Results 1 – 25 of 4146) sorted by relevance

12345678910>>...166

/dports/sysutils/accounts-qml-module/accounts-qml-module-cfadea7ba8ba4011ae20d771696eb74deb87201e/src/
H A Daccount-service-model.cpp37 const Accounts::Account *a1 = as1->account(); in sortByProviderAndDisplayName()
38 const Accounts::Account *a2 = as2->account(); in sortByProviderAndDisplayName()
94 Accounts::AccountId accountId;
95 QPointer<Accounts::Account> account;
96 Accounts::Application application;
100 QSharedPointer<Accounts::Manager> manager;
326 QList<Accounts::Account *> accounts; in update()
396 Accounts::Account *account = in onAccountDisplayNameChanged()
412 Accounts::AccountService *accountService = in onAccountServiceEnabled()
629 Accounts::Account *account = qobject_cast<Accounts::Account*>(object); in setAccount()
[all …]
/dports/net-im/coyim/coyim-0.3.11/config/importer/
H A Dxmpp_client_test.go36 c.Assert(len(res.Accounts), Equals, 1)
38 c.Assert(res.Accounts[0].Account, Equals, "ox@coyim.net")
39 c.Assert(res.Accounts[0].Server, Equals, "xmpp.coyim.net")
42 c.Assert(res.Accounts[0].Port, Equals, 5223)
43 c.Assert(res.Accounts[0].HideStatusUpdates, Equals, true)
44 c.Assert(res.Accounts[0].OTRAutoTearDown, Equals, true)
45 c.Assert(res.Accounts[0].OTRAutoAppendTag, Equals, true)
46 c.Assert(res.Accounts[0].OTRAutoStartSession, Equals, true)
49 c.Assert(res.Accounts[0].AlwaysEncrypt, Equals, true)
51 c.Assert(res.Accounts[0].InstanceTag, Equals, uint32(0))
[all …]
/dports/net-im/kaccounts-integration/kaccounts-integration-21.12.3/src/plugins/kio-webdav/
H A Dkioservices.h22 namespace Accounts
36 …void onAccountCreated(const Accounts::AccountId accId, const Accounts::ServiceList &serviceList) o…
37 void onAccountRemoved(const Accounts::AccountId accId) override;
38 … void onServiceEnabled(const Accounts::AccountId accId, const Accounts::Service &service) override;
39 …void onServiceDisabled(const Accounts::AccountId accId, const Accounts::Service &service) override;
42 void enableService(const Accounts::AccountId accId, const Accounts::Service &service);
43 void disableService(const Accounts::AccountId accId, const QString &serviceName);
44 bool isEnabled(const Accounts::AccountId accId, const QString &serviceName);
/dports/net-im/kaccounts-integration/kaccounts-integration-21.12.3/src/kded/
H A Dkded_accounts.cpp66 const Accounts::AccountIdList accList = KAccounts::accountsManager()->accountList(); in startDaemon()
67 for (const Accounts::AccountId &id : accList) { in startDaemon()
72 void KDEDAccounts::monitorAccount(const Accounts::AccountId id) in monitorAccount()
75 Accounts::Account *acc = KAccounts::accountsManager()->account(id); in monitorAccount()
76 const Accounts::ServiceList services = acc->services(); in monitorAccount()
77 for (const Accounts::Service &service : services) { in monitorAccount()
85 void KDEDAccounts::accountCreated(const Accounts::AccountId id) in accountCreated()
90 const Accounts::Account *acc = KAccounts::accountsManager()->account(id); in accountCreated()
91 const Accounts::ServiceList services = acc->enabledServices(); in accountCreated()
98 void KDEDAccounts::accountRemoved(const Accounts::AccountId id) in accountRemoved()
[all …]
/dports/security/totp-cli/totp-cli-1.1.17/storage/
H A Dnamespace.go8 Accounts []*Account member
14 for _, account = range n.Accounts {
28 for i, item := range n.Accounts {
39 copy(n.Accounts[position:], n.Accounts[position+1:])
40 n.Accounts[len(n.Accounts)-1] = nil
41 n.Accounts = n.Accounts[:len(n.Accounts)-1]
/dports/dns/dnsmax-perl/dnsmax-perl-1.0.1/
H A Ddnsmax.pl201 $defaultUsername = $config->{Accounts}->{Account}->{Username};
234 $config->{Accounts}->{Account}->{Username} = $username;
236 $config->{Accounts}->{Account}->{ServerHost} = $serverHost;
237 $config->{Accounts}->{Account}->{ServerPort} = $serverPort;
275 if(exists $config->{Accounts}->{Account}->{Records}) {
280 $config->{Accounts}->{Account}->{Records} = ();
287 my $updatePort = $config->{Accounts}->{Account}->{ServerPort};
307 username => $config->{Accounts}->{Account}->{Username},
335 $config->{Accounts}->{Account}->{Serial} = $val;
567 if(!exists $config->{Accounts}->{Account}->{Records}) {
[all …]
/dports/games/endless-sky/endless-sky-0.9.14/source/
H A DBankPanel.cpp55 : player(player), qualify(player.Accounts().Prequalify()) in BankPanel()
291 while(i < player.Accounts().Mortgages().size()) in KeyDown()
294 if(principal <= player.Accounts().Credits()) in KeyDown()
295 player.Accounts().PayExtra(i, principal); in KeyDown()
299 player.Accounts().PaySalaries(player.Accounts().SalariesOwed()); in KeyDown()
300 player.Accounts().PayMaintenance(player.Accounts().MaintenanceDue()); in KeyDown()
301 qualify = player.Accounts().Prequalify(); in KeyDown()
358 player.Accounts().PayExtra(selectedRow, payment); in PayExtra()
363 qualify = player.Accounts().Prequalify(); in PayExtra()
376 player.Accounts().AddMortgage(amount); in NewMortgage()
[all …]
/dports/net-im/kaccounts-integration/kaccounts-integration-21.12.3/src/lib/
H A Daccountsmodel.cpp32 …connect(accountsManager, &Accounts::Manager::accountCreated, q, [this](Accounts::AccountId account… in Private()
38 …connect(accountsManager, &Accounts::Manager::accountRemoved, q, [this](Accounts::AccountId account… in Private()
49 Accounts::Manager *accountsManager;
50 Accounts::AccountIdList accountIDs;
51 QHash<int, Accounts::Account *> accounts;
52 QHash<Accounts::Account *, ServicesModel *> servicesModels;
54 Accounts::Account *accountById(int id);
55 void removeAccount(Accounts::AccountId accountId);
61 Accounts::Account *AccountsModel::Private::accountById(int id) in accountById()
68 Accounts::Account *account = accountsManager->account(id); in accountById()
[all …]
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc9/gcc-9.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gnat_util/gcc-6-20180516/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc48/gcc-4.8.5/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/ada/acats/tests/c3/
H A Dc392a01.a134 package Accounts renames F392A00;
138 B_Account : Accounts.Bank_Account;
139 S_Account : Accounts.Savings_Account;
186 use Accounts;
188 Accounts.Open (B_Account);
195 if (Accounts.Bank_Reserve /= Accounts.Opening_Balance) or
207 use Accounts;
220 if Accounts.Bank_Reserve /= (3.0 * Accounts.Opening_Balance) or
221 Accounts.Daily_Representative /= Accounts.Manager or
233 use Accounts;
[all …]

12345678910>>...166