Home
last modified time | relevance | path

Searched refs:AccountData (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/atlas-devel/Atlas-C++-0.6.4/Atlas/Objects/
H A DEntity.h82 class AccountData; variable
83 typedef SmartPtr<AccountData> Account;
91 class AccountData : public AdminEntityData
95 AccountData(AccountData *defaults = NULL) :
101 virtual ~AccountData();
105 virtual AccountData * copy() const;
179 static AccountData *alloc();
340 class PlayerData : public AccountData
345 AccountData((AccountData*)defaults)
400 class AdminData : public AccountData
[all …]
H A DRootEntityChildren.cpp212 AccountData::~AccountData() in ~AccountData()
216 AccountData * AccountData::copy() const in copy()
218 AccountData * copied = AccountData::alloc(); in copy()
231 AccountData *AccountData::defaults_AccountData = 0;
232 AccountData *AccountData::begin_AccountData = 0;
234 AccountData *AccountData::alloc() in alloc()
244 return new AccountData(AccountData::getDefaultObjectInstance()); in alloc()
247 void AccountData::free() in free()
255 AccountData *AccountData::getDefaultObjectInstance() in getDefaultObjectInstance()
280 AccountData *AccountData::getDefaultObject() in getDefaultObject()
[all …]
/dports/finance/xtrader/xtrader-0.99.9_10/xtrader/src/table/
H A DAccountData.cpp20 AccountData::AccountData () : in AccountData() function in AccountData
37 AccountData::~AccountData () { in ~AccountData()
48 void AccountData::add () { in add()
57 Fl_Align AccountData::align (int row, int col) { in align()
119 void AccountData::erase (int row) { in erase()
131 void AccountData::insert (int row) { in insert()
149 int AccountData::save () { in save()
164 void AccountData::sort (int col, bool ascending) { in sort()
172 bool AccountData::value (const char* data, int row, int col) { in value()
211 const char* AccountData::value (int row, int col) { in value()
[all …]
H A DAccountData.h19 class AccountData : public BaseData {
21 AccountData ();
22 ~AccountData ();
/dports/mail/roundcube-carddav/carddav-4.0.4-vendor/vendor/mstilkerich/carddavclient/tests/
H A DSyncTest.php29 AccountData::init();
44 $abook = AccountData::$addressbooks[$abookname];
53 return AccountData::addressbookProvider();
59 $abook = AccountData::$addressbooks[$abookname];
85 $accountname = AccountData::ADDRESSBOOKS[$abookname]["account"];
86 $this->assertArrayHasKey($accountname, AccountData::ACCOUNTS);
87 $accountcfg = AccountData::ACCOUNTS[$accountname];
90 $abook = AccountData::$addressbooks[$abookname];
121 $this->assertArrayHasKey($accountname, AccountData::ACCOUNTS);
122 $accountcfg = AccountData::ACCOUNTS[$accountname];
[all …]
H A DAddressbookCollectionTest.php22 AccountData::init();
39 return AccountData::addressbookProvider();
45 $abook = AccountData::$addressbooks[$abookname];
57 $abook = AccountData::$addressbooks[$abookname];
76 $abook = AccountData::$addressbooks[$abookname];
97 $abook = AccountData::$addressbooks[$abookname];
H A DDiscoveryTest.php15 AccountData::init();
20 return AccountData::accountProvider();
26 $account = AccountData::$accounts[$accountname];
30 foreach (AccountData::$addressbooks as $abook) {
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/dbus/kerberos/
H A Dfake_kerberos_client.h62 struct AccountData { in COMPONENT_EXPORT() struct
81 explicit AccountData(const std::string& principal_name); in COMPONENT_EXPORT()
82 AccountData(const AccountData& other); in COMPONENT_EXPORT()
85 bool operator==(const AccountData& other) const; in COMPONENT_EXPORT()
86 bool operator!=(const AccountData& other) const; in COMPONENT_EXPORT()
93 const AccountData& data); in COMPONENT_EXPORT()
97 AccountData* GetAccountData(const std::string& principal_name); in COMPONENT_EXPORT()
106 std::vector<AccountData> accounts_; in COMPONENT_EXPORT()
H A Dfake_kerberos_client.cc120 AccountData(request.principal_name())); in AddAccount()
128 AccountData data(request.principal_name()); in AddAccount()
368 AccountData(principal_name)); in GetAccountData()
372 FakeKerberosClient::AccountData::AccountData(const std::string& principal_name) in AccountData() function in chromeos::FakeKerberosClient::AccountData
375 FakeKerberosClient::AccountData::AccountData(const AccountData& other) =
378 bool FakeKerberosClient::AccountData::operator==( in operator ==()
379 const AccountData& other) const { in operator ==()
383 bool FakeKerberosClient::AccountData::operator!=( in operator !=()
384 const AccountData& other) const { in operator !=()
389 for (const AccountData& data : accounts_) { in MapAccountData()
[all …]
/dports/finance/fava/fava-1.18/src/fava/core/
H A Daccounts.py7 class AccountData: class
23 EMPTY = AccountData()
25 def __missing__(self, key: str) -> AccountData:
28 def setdefault(self, key: str, _=None) -> AccountData:
30 self[key] = AccountData()
/dports/net-im/dendrite/dendrite-0.5.1/syncapi/streams/
H A Dstream_accountdata.go42 req.Response.AccountData.Events = append(
43 req.Response.AccountData.Events,
52 j.AccountData.Events = append(
53 j.AccountData.Events,
102 req.Response.AccountData.Events = append(
103 req.Response.AccountData.Events,
116 joinData.AccountData.Events = append(
117 joinData.AccountData.Events,
/dports/net-im/tut/tut-0.0.17/
H A Daccount.go12 func GetAccounts(filepath string) (AccountData, error) {
15 return AccountData{}, err
20 return AccountData{}, err
22 accounts := AccountData{}
27 type AccountData struct { struct
31 func (ad *AccountData) Save(filepath string) error { argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/android/kerberos/SpnegoAuthenticator/src/org/chromium/tools/spnegoauthenticator/
H A DAccountData.java17 class AccountData { class
25 private AccountData(Account account, boolean isAuthenticated) { in AccountData() method in AccountData
33 public static AccountData create(String name, Context context) { in create()
37 return new AccountData(account, isAuthenticated); in create()
44 public static AccountData get(String accountName, Context context) { in get()
51 return new AccountData(account, isAuthenticated); in get()
H A DSpnegoAuthenticatorActivity.java64 AccountData accountData = AccountData.create(accountName, this); in addAccount()
80 AccountData accountData = AccountData.get(accountName, this); in confirmCredentials()
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/matrix-org/gomatrix/
H A Dfilter.go22 AccountData FilterPart `json:"account_data,omitempty"` member
31 AccountData FilterPart `json:"account_data,omitempty"` member
63 AccountData: DefaultFilterPart(),
68 AccountData: DefaultFilterPart(),
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrix/
H A Dfilter.go22 AccountData FilterPart `json:"account_data,omitempty"` member
31 AccountData FilterPart `json:"account_data,omitempty"` member
63 AccountData: DefaultFilterPart(),
68 AccountData: DefaultFilterPart(),
/dports/net-im/folks/folks-0.15.3/tests/lib/telepathy/contactlist/
H A Dbackend.c50 } AccountData; typedef
169 fill_default_roster (AccountData *data) in fill_default_roster()
264 AccountData *data; in tp_tests_backend_add_account()
268 data = g_slice_new (AccountData); in tp_tests_backend_add_account()
314 AccountData *data; in tp_tests_backend_remove_account()
323 data = (AccountData *) handle; in tp_tests_backend_remove_account()
384 AccountData *data; in tp_tests_backend_get_connection_for_handle()
393 data = (AccountData *) handle; in tp_tests_backend_get_connection_for_handle()
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/matrix-org/gomatrixserverlib/
H A Dfilter.go28 AccountData EventFilter `json:"account_data,omitempty"` member
49 AccountData RoomEventFilter `json:"account_data,omitempty"` member
92 AccountData: DefaultEventFilter(),
97 AccountData: DefaultRoomEventFilter(),
/dports/devel/eris/eris-1.3.23/Eris/
H A DCustomEntities.h17 class SysData : public AccountData
22 AccountData((AccountData*)defaults)
H A DCustomEntities.cpp22 return AccountData::instanceOf(classNo); in instanceOf()
65 AccountData::getDefaultObjectInstance(); in getDefaultObjectInstance()
/dports/net-im/mtxclient/mtxclient-0.6.0/include/mtx/responses/
H A Dsync.hpp22 struct AccountData struct
29 from_json(const nlohmann::json &obj, AccountData &account_data);
96 AccountData account_data;
187 AccountData account_data;
/dports/net-im/signald/signald-65cf5e8a1cf2b81fd1f5c3936e0164d53c5a9b29/src/main/java/io/finn/signald/storage/
H A DAccountData.java55 public class AccountData { class
87 AccountData() {} in AccountData() method in AccountData
90 public AccountData(String pendingIdentifier) { in AccountData() method in AccountData
95 public static AccountData load(File storageFile) throws IOException, SQLException { in load()
99 AccountData a = mapper.readValue(storageFile, AccountData.class); in load()
113 …public static AccountData createLinkedAccount(SignalServiceAccountManager.NewDeviceRegistrationRet… in createLinkedAccount()
116 AccountData a = new AccountData(); in createLinkedAccount()
/dports/finance/fava/fava-1.18/tests/
H A Dtest_template_filters.py5 from fava.core.accounts import AccountData
77 g.ledger.accounts["Assets:Stock"] = AccountData()
78 g.ledger.accounts["Assets:Property"] = AccountData()
/dports/net-im/fractal/fractal-4.4.0/fractal-matrix-api/src/r0/sync/
H A Dsync_events.rs105 pub account_data: AccountData,
131 pub account_data: AccountData,
171 pub account_data: AccountData,
199 pub struct AccountData { struct
/dports/finance/beancount/beancount-2.3.3/experiments/returns/
H A Dreports.py35 from investments import AccountData
127 account_data: List[AccountData], argument
158 account_data: List[AccountData], argument
228 account_data: List[AccountData], argument
249 def get_accounts_table(account_data: List[AccountData]) -> pandas.DataFrame: argument
441 def generate_reports(account_data_map: Dict[Account, AccountData], argument
459 assert all(isinstance(ad, AccountData) for ad in adlist)
491 def generate_price_pages(account_data_map: Dict[Account, AccountData], argument

1234