Home
last modified time | relevance | path

Searched refs:m_account (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/dports/www/choqok/choqok-1.7.0/microblogs/pumpio/
H A Dpumpioeditaccountwidget.cpp48 , m_account(account) in PumpIOEditAccountWidget()
54 if (m_account) { in PumpIOEditAccountWidget()
57 setAuthenticated(!m_account->token().isEmpty() && !m_account->tokenSecret().isEmpty()); in PumpIOEditAccountWidget()
68 setAccount(m_account); in PumpIOEditAccountWidget()
83 m_account->setToken(m_account->oAuth()->token()); in apply()
84 m_account->setTokenSecret(m_account->oAuth()->tokenSecret()); in apply()
85 m_account->writeConfig(); in apply()
87 return m_account; in apply()
96 if (m_account->consumerKey().isEmpty() || m_account->consumerSecret().isEmpty()) { in authorizeUser()
200 m_account->oAuth()->setClientIdentifier(m_account->consumerKey()); in registerClient()
[all …]
/dports/www/choqok/choqok-1.7.0/microblogs/mastodon/
H A Dmastodoneditaccountwidget.cpp49 , m_account(account) in MastodonEditAccountWidget()
55 if (m_account) { in MastodonEditAccountWidget()
69 setAccount(m_account); in MastodonEditAccountWidget()
84 m_account->setTokenSecret(m_account->oAuth()->token()); in apply()
85 m_account->writeConfig(); in apply()
87 return m_account; in apply()
96 if (m_account->consumerKey().isEmpty() || m_account->consumerSecret().isEmpty()) { in authorizeUser()
103 m_account->oAuth()->grant(); in authorizeUser()
169m_account->oAuth()->setAccessTokenUrl(QUrl(m_account->host() + QLatin1String("/oauth/token"))); in registerClient()
201 m_account->oAuth()->setClientIdentifier(m_account->consumerKey()); in registerClient()
[all …]
/dports/devel/boost-docs/boost_1_72_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/test/example/
H A Dunit_test_example_10.cpp53 account m_account; // a very simple fixture member
62 BOOST_CHECK( m_account.balance() >= 0.0 ); in test_init()
66 BOOST_CHECK_MESSAGE( m_account.balance() > 1.0, in test_init()
71 BOOST_CHECK_EQUAL( m_account.balance(), 5.0 ); in test_init()
84 float curr_ballance = (float)m_account.balance(); in test_deposit()
90 m_account.deposit( deposit_value ); in test_deposit()
99 BOOST_REQUIRE( m_account.balance() >= 100.0 ); in test_deposit()
102 BOOST_REQUIRE_MESSAGE( m_account.balance() > 500.1, in test_deposit()
117 float curr_ballance = (float)m_account.balance(); in test_withdraw()
119 m_account.withdraw(2.5); in test_withdraw()
[all …]
/dports/finance/libofx/libofx-0.10.2/lib/
H A Dofx_request_statement.cpp47 m_account(account), in OfxStatementRequest()
65 if ( m_account.account_type == m_account.OFX_CHECKING ) in BankStatementRequest()
67 else if ( m_account.account_type == m_account.OFX_SAVINGS ) in BankStatementRequest()
69 else if ( m_account.account_type == m_account.OFX_MONEYMRKT ) in BankStatementRequest()
71 else if ( m_account.account_type == m_account.OFX_CREDITLINE ) in BankStatementRequest()
73 else if ( m_account.account_type == m_account.OFX_CMA ) in BankStatementRequest()
165 if ( m_account.account_type == m_account.OFX_CHECKING) in OfxPaymentRequest()
167 else if ( m_account.account_type == m_account.OFX_SAVINGS ) in OfxPaymentRequest()
169 else if ( m_account.account_type == m_account.OFX_MONEYMRKT ) in OfxPaymentRequest()
171 else if ( m_account.account_type == m_account.OFX_CREDITLINE ) in OfxPaymentRequest()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dknewaccountdlg.cpp101 switch (m_account.accountGroup()) { in init()
308 if (m_account.isInvest()) in init()
326 if (m_account.isInvest()) { in init()
356 if (m_account.isInvest()) in init()
401 m_account.clearId(); in init()
403 m_account.removeAccountIds(); in init()
456 m_account.deletePair(key); in storeKVP()
458 m_account.setValue(key, value); in storeKVP()
467 m_account.deletePair(key); in storeKVP()
593 d->m_account = account; in KNewAccountDlg()
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/src/
H A Daccountdialog.cpp69 : m_account(account) in mmNewAcctDialog()
117 if (!this->m_account) return; in fillControls()
134 textCtrl->SetValue(m_account->NOTES); in fillControls()
147 Model_Account::currency(m_account); in fillControls()
150 m_currencyID = m_account->CURRENCYID; in fillControls()
158 m_accessInfo = m_account->ACCESSINFO; in fillControls()
341 if (this->m_account) m_account->CURRENCYID = currency->CURRENCYID; in OnCurrency()
362 …if (!m_itemInitValue->checkValue(m_account->INITIALBAL, Model_Account::currency(m_account), false)) in OnOk()
365 if (!this->m_account) this->m_account = Model_Account::instance().create(); in OnOk()
367 m_account->ACCOUNTNAME = acctName; in OnOk()
[all …]
/dports/net-im/kaccounts-integration/kaccounts-integration-21.12.3/src/lib/
H A Dcreateaccountjob.cpp44 m_account = m_manager->createAccount(m_providerName); in processSession()
46 if (m_account->services().size() == 1) { in processSession()
47 service = m_account->services().at(0); in processSession()
172 m_account->selectService(); in info()
174 if (m_account->displayName().isEmpty()) { in info()
179 m_account->setDisplayName(info.userName()); in info()
183 m_account->setCredentialsId(info.id()); in info()
204 m_account->selectService(service); in info()
208 m_account->selectService(); in info()
209 m_account->setEnabled(true); in info()
[all …]
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/wizards/newaccountwizard/
H A Dknewaccountwizard.cpp129 d->m_account = acc; in setAccount()
148 d->m_account = MyMoneyAccountLoan(); in account()
161 if (d->m_account.isLoan()) { in account()
175 if (!d->m_account.fixedInterestRate()) { in account()
180 return d->m_account; in account()
191 t.setCommodity(d->m_account.currencyId()); in payoutTransaction()
193 s.setAccountId(d->m_account.id()); in payoutTransaction()
245 if (!d->m_account.id().isEmpty()) { in schedule()
263 s.setAccountId(d->m_account.id()); in schedule()
272 } else if (d->m_account.isLoan()) { in schedule()
[all …]
/dports/net-im/libaccounts-qt5/libaccounts-qt-525ec684cfa8d234f797d7e49e21c476eea04d8e/Accounts/
H A Daccount.cpp91 AgAccount *m_account; //real account member in Accounts::Account::Private
152 m_account(agAccount), in Private()
159 if (m_account == nullptr) return; in init()
163 g_signal_connect_swapped(m_account, "enabled", in init()
259 g_object_unref(d->m_account); in ~Account()
270 return d->m_account ? d->m_account->id : 0; in id()
369 return ag_account_get_enabled(d->m_account); in isEnabled()
400 ag_account_set_display_name(d->m_account, in setDisplayName()
841 ag_account_store_async(d->m_account, in sync()
875 ag_account_delete(d->m_account); in remove()
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/google-groupware/
H A Dgooglesettingsdialog.cpp71 m_account = m_settings->accountPtr(); in GoogleSettingsDialog()
98 m_account->addScope(scope); in handleError()
115 if (!m_account) { in accountChanged()
132 …const QString username = m_account && !m_account->accountName().isEmpty() ? m_account->accountName… in slotConfigure()
133 m_account = AccountPtr(new Account()); in slotConfigure()
137 m_account->addScope(scope); in slotConfigure()
148 m_account = authJob->account(); in slotAuthJobFinished()
157 otherJob->setAccount(m_account); in slotAuthJobFinished()
164 if (!m_account || !m_settings->storeAccount(m_account)) { in slotSaveSettings()
212 if (!m_account) { in slotReloadCalendars()
[all …]
H A Dgooglesettings.cpp50 m_account = fetchAccountFromWallet(account()); in slotWalletOpened()
79 if (m_account && (account->accountName() != m_account->accountName())) { in storeAccount()
83 m_account = account; in storeAccount()
86 const QList<QUrl> urlScopes = m_account->scopes(); in storeAccount()
93 map[QStringLiteral("accessToken")] = m_account->accessToken(); in storeAccount()
94 map[QStringLiteral("refreshToken")] = m_account->refreshToken(); in storeAccount()
98 if (m_wallet->writeMap(m_account->accountName(), map) != 0) { in storeAccount()
102 SettingsBase::setAccount(m_account->accountName()); in storeAccount()
109 if (m_account && m_wallet) { in cleanup()
110 m_wallet->removeEntry(m_account->accountName()); in cleanup()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/sms/services/
H A Dsmssend.cpp53 kWarning(14160) << "m_account = " << m_account << " (should be non-zero!!)"; in send()
61 QString prefix = m_account->configGroup()->readEntry("SMSSend:Prefix", QString()); in send()
67 m_provider = new SMSSendProvider(provider, prefix, m_account, this); in send()
90 if (m_account) { in setWidgetContainer()
91 prefix = m_account->configGroup()->readEntry("SMSSend:Prefix", QString()); in setWidgetContainer()
119 if (prefWidget != 0L && m_account != 0L && m_provider != 0L) { in savePreferences()
128 kWarning(14160) << "m_account = " << m_account << " (should be ok if zero)"; in loadProviders()
157 if (m_account) { in loadProviders()
175 kWarning(14160) << "m_account = " << m_account << " (should be ok if zero!!)"; in setOptions()
219 kWarning(14160) << "m_account = " << m_account << " (should be non-zero!!)"; in maxSize()
[all …]
/dports/net-im/ktp-accounts-kcm/ktp-accounts-kcm-21.12.3/src/
H A Daccount-identity-dialog.cpp32 m_account(account), in AccountIdentityDialog()
38 Q_ASSERT(! m_account.isNull()); in AccountIdentityDialog()
45 connect(m_account.data(), SIGNAL(nicknameChanged(QString)), SLOT(onNicknameChanged(QString))); in AccountIdentityDialog()
46 connect(m_account.data(), SIGNAL(avatarChanged(Tp::Avatar)), SLOT(onAvatarChanged(Tp::Avatar))); in AccountIdentityDialog()
50 ui->accountId->setText(m_account->displayName()); in AccountIdentityDialog()
51 ui->accountAvatar->setAccount(m_account); in AccountIdentityDialog()
73 if (!m_account.isNull()) { in apply()
75 m_account->setAvatar(ui->accountAvatar->avatar()); in apply()
76 m_account->setNickname(ui->accountNickname->text()); in apply()
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/imap/
H A Dsessionpool.cpp87 if (m_account) { in connect()
91 m_account = account; in connect()
99 if (!m_account) { in disconnect()
113 delete m_account; in disconnect()
114 m_account = nullptr; in disconnect()
156 return m_account; in account()
249 if (m_account) { in cancelSessionCreation()
276 if (!m_account) { in processPendingRequests()
315 if (!m_account) { in onPasswordRequestDone()
429 if (m_account) { in onCapabilitiesTestDone()
[all …]
/dports/net-im/kopete/kopete-21.12.3/protocols/jabber/ui/
H A Ddlgjabbervcard.cpp71 m_account = account; in dlgJabberVCard()
123 if( m_contact->property( m_account->protocol()->propJid ).value().toString().isEmpty() ) in assignContactProperties()
126 …m_mainWidget->leJID->setText (m_contact->property(m_account->protocol()->propJid).value().toString… in assignContactProperties()
130 QString homepage = m_contact->property(m_account->protocol()->propHomepage).value().toString(); in assignContactProperties()
137 m_photoPath = m_contact->property(m_account->protocol()->propPhoto).value().toString(); in assignContactProperties()
162 …QString workEmail = m_contact->property(m_account->protocol()->propWorkEmailAddress).value().toStr… in assignContactProperties()
163 …QString homeEmail = m_contact->property(m_account->protocol()->propEmailAddress).value().toString(… in assignContactProperties()
193 if(m_account->myself() == m_contact) in assignContactProperties()
415 XMPP::JT_VCard *task = new XMPP::JT_VCard( m_account->client()->rootTask() ); in slotSaveVCard()
446 XMPP::JT_VCard *task = new XMPP::JT_VCard ( m_account->client()->rootTask() ); in slotGetVCard()
[all …]
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/ghprovider/
H A Dghdialog.cpp44 , m_account(account) in Dialog()
53 if (m_account->validAccount()) { in Dialog()
102 m_account->setName(dlg->username()); in authorizeClicked()
118 Resource *rs = m_account->resource(); in authorizeResponse()
125 m_account->setName(QString()); in authorizeResponse()
138 m_account->saveToken(id, token); in authorizeResponse()
145 Resource* rs = m_account->resource(); in twoFactorResponse()
153 Resource *rs = m_account->resource(); in syncUser()
158 rs->getOrgs(m_account->token()); in syncUser()
163 Resource *rs = m_account->resource(); in updateOrgs()
[all …]
/dports/games/multimc/MultiMC5-0.6.11/api/logic/minecraft/auth/flows/
H A DAuthenticateTask.cpp61 req.insert("username", m_account->username()); in getRequestContent()
68 if(m_account->m_clientToken.isEmpty()) in getRequestContent()
72 m_account->m_clientToken = uuidString; in getRequestContent()
74 req.insert("clientToken", m_account->m_clientToken); in getRequestContent()
95 if (!m_account->m_clientToken.isEmpty() && clientToken != m_account->m_clientToken) in processResponse()
101 m_account->m_clientToken = clientToken; in processResponse()
113 m_account->m_accessToken = accessToken; in processResponse()
143 m_account->m_profiles = loadedProfiles; in processResponse()
157 if (!m_account->setCurrentProfile(currentProfileId)) in processResponse()
177 m_account->m_user = u; in processResponse()

12345678910>>...27