Home
last modified time | relevance | path

Searched defs:institution (Results 1 – 25 of 131) sorted by relevance

123456

/dports/misc/perkeep/perkeep-0.11/vendor/github.com/plaid/plaid-go/plaid/
H A Dinstitutions.go17 type institution struct { struct
18 Credentials struct {
23 Name string `json:"name"` // e.g.: "Bank of America"
24 HasMFA bool `json:"has_mfa"` // e.g.: true
25 ID string `json:"id"` // e.g.: "5301a93ac140de84910000e0"
26 MFA []string `json:"mfa"` // e.g.: ["code", "list", "questions"]
27 Products []string `json:"products"` // e.g.: ["connect", "auth", "balance"]
28 Type string `json:"type"` // e.g.: "bofa"
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/dialogs/
H A Dknewbankdlg.cpp77 KNewBankDlg::KNewBankDlg(MyMoneyInstitution& institution, QWidget *parent) : in KNewBankDlg()
164 const MyMoneyInstitution& KNewBankDlg::institution() in institution() function in KNewBankDlg
170 void KNewBankDlg::newInstitution(MyMoneyInstitution& institution) in newInstitution()
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/wizards/newaccountwizard/
H A Dkinstitutionpage.cpp87 MyMoneyInstitution institution; in slotNewInstitution() local
126 const MyMoneyInstitution& InstitutionPage::institution() const in institution() function in NewAccountWizard::InstitutionPage
/dports/www/seahub/seahub-8.0.7-server/seahub/institutions/
H A Dmodels.py20 institution = models.ForeignKey(Institution, on_delete=models.CASCADE) variable in InstitutionAdmin
33 institution = models.ForeignKey(Institution, on_delete=models.CASCADE) variable in InstitutionQuota
/dports/finance/kmymoney/kmymoney-5.1.1/kmymoney/views/
H A Dkinstitutionsview.cpp134 MyMoneyInstitution institution; in slotNewInstitution() local
172 auto institution = file->institution(d->m_currentInstitution.id()); in slotEditInstitution() local
226 auto institution = file->institution(d->m_currentInstitution.id()); in slotDeleteInstitution() local
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/testsuite/gfortran.dg/
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/gfortran.dg/
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/testsuite/gfortran.dg/
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
/dports/lang/gcc11/gcc-11.2.0/gcc/testsuite/gfortran.dg/
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/gfortran.dg/
H A Dextends_1.f0317 character(24) :: institution = "" component
57 character (*) :: name, institution, department variable
H A Dextends_2.f0317 character(24) :: institution = "" component
53 character (*) :: name, institution, department variable
H A Dextends_3.f0317 character(24) :: institution = "" component
56 character (*) :: name, institution, department variable

123456