Home
last modified time | relevance | path

Searched refs:authEnabled (Results 1 – 25 of 149) sorted by relevance

123456

/dports/net-mgmt/bosun/bosun-0.9.0-preview/cmd/bosun/web/static/js/
H A DauthService.ts7 private authEnabled: boolean; property in AuthService
8 public Init(authEnabled: boolean, username: string, roles: RoleDefs, userPerms: number) {
12 this.authEnabled = authEnabled;
14 if (!authEnabled) {
61 if (!this.authEnabled && angular.isDefined(u)) {
71 return this.authEnabled;
/dports/security/vault/vault-1.8.2/vendor/github.com/influxdata/influxdb/flux/control/
H A Dcontroller.go16 func NewController(mc MetaClient, reader influxdb.Reader, auth Authorizer, authEnabled bool, logger…
34 AuthEnabled: authEnabled,
42 AuthEnabled: authEnabled,
50 AuthEnabled: authEnabled,
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/CloudRedis/
H A DInstance.php22 public $authEnabled; variable in Google_Service_CloudRedis_Instance
57 public function setAuthEnabled($authEnabled) argument
59 $this->authEnabled = $authEnabled;
63 return $this->authEnabled;
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Web.Extensions/ui/
H A DAuthenticationServiceManager.cs57 bool authEnabled = ApplicationServiceHelper.AuthenticationServiceEnabled; in GenerateInitializationScript()
59 if (authEnabled) { in GenerateInitializationScript()
85 if ((authEnabled || pathSpecified) && in GenerateInitializationScript()
/dports/sysutils/polkit-qt/polkit-qt-1-0.114.0/gui/
H A Dpolkitqt1-gui-action.cpp58 bool authEnabled; member in PolkitQt1::Gui::Action::Private
86 authEnabled = true; in Private()
171 qobject_cast<QAction *>(parent)->setEnabled(authEnabled); in updateAction()
411 d->authEnabled = enabled; in setEnabled()
414 d->authEnabled = enabled; in setEnabled()
434 return d->authEnabled; in isEnabled()
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/control/
H A Dcontroller.go19 func NewController(mc MetaClient, reader influxdb.Reader, auth Authorizer, authEnabled bool, logger…
22 storageDeps, err := influxdb.NewDependencies(mc, reader, auth, authEnabled)
/dports/net-p2p/go-ethereum/go-ethereum-1.10.14/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Ddependencies.go56 authEnabled bool,
64 AuthEnabled: authEnabled,
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/influxdata/influxdb/flux/stdlib/influxdata/influxdb/
H A Ddependencies.go65 authEnabled bool,
74 AuthEnabled: authEnabled,
/dports/net-mgmt/bosun/bosun-0.9.0-preview/vendor/github.com/siddontang/ledisdb/server/
H A Dclient.go72 func (c *client) authEnabled() bool { func
87 } else if c.authEnabled() && !c.isAuthed && c.cmd != "auth" {
/dports/www/grafana8/grafana-8.3.6/pkg/services/contexthandler/
H A Dauth_proxy_test.go73 authEnabled := svc.initContextWithAuthProxy(ctx, orgID)
74 require.True(t, authEnabled)
/dports/security/vuls/vuls-0.13.7/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/textproc/textql/textql-1d6fef5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/security/certmgr/certmgr-3.0.3/vendor/github.com/cloudflare/cfssl/cfssl-2001f384ec4f/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net/storj/storj-1.45.3/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/dns/blocky/blocky-0.17/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net-im/dendrite/dendrite-0.5.1/vendor/github.com/pressly/goose/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/audio/gonic/gonic-0.8.4/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net/cloudquery/cloudquery-0.16.0/vendor/github.com/doug-martin/goqu/v9/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net/concourse-fly/concourse-6.7.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/misc/concourse/concourse-6.7.2/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/security/go-cve-dictionary/go-cve-dictionary-0.5.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/www/gitea/gitea-1.16.5/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/mattn/go-sqlite3/
H A Dsqlite3_opt_userauth.go269 rv := c.authEnabled()
285 func (c *SQLiteConn) authEnabled() int { func

123456