Home
last modified time | relevance | path

Searched defs:AccountConfig (Results 1 – 14 of 14) sorted by relevance

/dports/mail/aerc/aerc-0.4.0/config/
H A Dconfig.go70 Archive string
71 CopyTo string
72 Default string
73 Postpone string
74 From string
75 Name string
76 Source string
77 SourceCredCmd string
80 Outgoing string
81 OutgoingCredCmd string
[all …]
H A Dtriggers.go35 func (trig *TriggersConfig) ExecNewEmail(account *AccountConfig,
/dports/irc/ergo/ergo-2.8.0/irc/
H A Dconfig.go303 type AccountConfig struct { struct
304 Registration AccountRegistrationConfig
305 AuthenticationEnabled bool `yaml:"authentication-enabled"`
307 RequireSasl struct {
312 DefaultUserModes *string `yaml:"default-user-modes"`
313 defaultUserModes modes.Modes
314 LoginThrottling ThrottleConfig `yaml:"login-throttling"`
317 NickReservation struct {
331 Multiclient MulticlientConfig
333 VHosts VHostConfig
[all …]
/dports/www/py-django-allauth/django-allauth-0.41.0/allauth/account/
H A Dapps.py5 class AccountConfig(AppConfig): class
/dports/net/pjsip/pjproject-2.11.1/pjsip/include/pjsua2/
H A Daccount.hpp1194 int priority;
1203 string idUri;
1208 AccountRegConfig regConfig;
1213 AccountSipConfig sipConfig;
1218 AccountCallConfig callConfig;
1223 AccountPresConfig presConfig;
1228 AccountMwiConfig mwiConfig;
1233 AccountNatConfig natConfig;
1238 AccountMediaConfig mediaConfig;
1243 AccountVideoConfig videoConfig;
[all …]
/dports/multimedia/tautulli/Tautulli-2.8.0/lib/cloudinary/provisioning/
H A Daccount_config.py10 class AccountConfig(BaseConfig): class
/dports/mail/aerc/aerc-0.4.0/widgets/
H A Daccount.go41 func NewAccountView(aerc *Aerc, conf *config.AercConfig, acct *config.AccountConfig,
111 func (acct *AccountView) AccountConfig() *config.AccountConfig { func
H A Ddirlist.go33 func NewDirectoryList(conf *config.AercConfig, acctConf *config.AccountConfig,
H A Dcompose.go62 acctConfig *config.AccountConfig, worker *types.Worker, template string,
/dports/net/pjsip/pjproject-2.11.1/doc/pjsip-book/
H A Daccount.rst142 AccountConfig subsubsection
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/status-im/keycard-go/vendor/github.com/ethereum/go-ethereum/node/
H A Dconfig.go381 func (c *Config) AccountConfig() (int, int, string, error) { func
/dports/mail/deforaos-mailer/Mailer-0.1.7/include/Mailer/
H A Daccount.h59 } AccountConfig; typedef
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsua2/
H A Daccount.cpp546 AccountConfig::AccountConfig() in AccountConfig() function in AccountConfig
/dports/net/pjsip/pjproject-2.11.1/pjsip-apps/src/python/
H A Dpjsua.py707 class AccountConfig: class