Home
last modified time | relevance | path

Searched refs:isEnterprise (Results 1 – 25 of 31) sorted by relevance

12

/dports/devel/gh/cli-2.4.0/pkg/cmd/auth/shared/
H A Dlogin_flow_test.go108 isEnterprise bool
119 isEnterprise: false,
127 isEnterprise: false,
135 isEnterprise: false,
143 isEnterprise: true,
150 if got := scopesSentence(tt.args.scopes, tt.args.isEnterprise); got != tt.want {
H A Dlogin_flow.go198 func scopesSentence(scopes []string, isEnterprise bool) string {
202 if s == "workflow" && isEnterprise {
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/
H A Dhelpers.test.ts100 isEnterprise: false,
129 expect(mapRemoteToCatalog(enterprisePlugin).isEnterprise).toBe(true);
130 expect(mapRemoteToCatalog(notEnterprisePlugin).isEnterprise).toBe(false);
159 isEnterprise: false,
207 isEnterprise: false,
307 isEnterprise: true,
310 isEnterprise: false,
315 isEnterprise: true,
319 expect(mapToCatalogPlugin(localPlugin)).toMatchObject({ isEnterprise: false });
322 expect(mapToCatalogPlugin()).toMatchObject({ isEnterprise: false });
H A Dhelpers.ts86 isEnterprise: status === 'enterprise',
125 isEnterprise: false,
162 isEnterprise: remote?.status === 'enterprise',
H A Dtypes.ts43 isEnterprise: boolean; property
/dports/www/grafana8/grafana-8.3.6/scripts/build/ci-msi-build/msigenerator/generator/
H A Dutils.py43 isEnterprise = False
59 isEnterprise = True
63 isEnterprise = True
65 return detectedVersion, detectedHash, isEnterprise
/dports/www/grafana8/grafana-8.3.6/pkg/setting/
H A Dsetting_test.go441 isEnterprise bool
448 isEnterprise: anyBoolean(),
466 isEnterprise: anyBoolean(),
484 isEnterprise: anyBoolean(),
534 isEnterprise: false,
551 isEnterprise: true,
569 isEnterprise: false,
587 isEnterprise: true,
605 isEnterprise: false,
621 isEnterprise: true,
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/components/
H A DPluginListItemBadges.test.tsx29 isEnterprise: false,
53 render(<PluginListItemBadges plugin={{ ...plugin, isEnterprise: true }} />);
60 render(<PluginListItemBadges plugin={{ ...plugin, isEnterprise: true }} />);
H A DPluginListItemBadges.tsx11 if (plugin.isEnterprise) {
H A DPluginListItem.test.tsx53 isEnterprise: false,
/dports/net/clash/clash-1.6.0/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go213 isEnterprise const
303 return isEnterprise | isCity | isCountry, nil
316 if isEnterprise&r.databaseType == 0 {
/dports/net/ooni-probe-cli/probe-cli-3.10.1/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go213 isEnterprise const
303 return isEnterprise | isCity | isCountry, nil
316 if isEnterprise&r.databaseType == 0 {
/dports/net/ooni-mini/probe-engine-0.23.0/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go211 isEnterprise const
299 return isEnterprise | isCity | isCountry, nil
312 if isEnterprise&r.databaseType == 0 {
/dports/net/syncthing/syncthing-1.18.1/syncthing/vendor/github.com/oschwald/geoip2-golang/
H A Dreader.go213 isEnterprise const
303 return isEnterprise | isCity | isCountry, nil
316 if isEnterprise&r.databaseType == 0 {
/dports/devel/gh/cli-2.4.0/pkg/cmd/auth/login/
H A Dlogin.go213 isEnterprise := hostType == 1
216 if isEnterprise {
/dports/www/grafana8/grafana-8.3.6/packages/grafana-data/src/types/
H A Dconfig.ts21 isEnterprise: boolean; property
/dports/www/grafana8/grafana-8.3.6/packages/grafana-runtime/src/
H A Dconfig.ts126 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/__mocks__/
H A DcatalogPlugin.mock.ts17 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/Signup/
H A DVerifyEmailPage.test.tsx21 isEnterprise: false,
H A DSignupPage.test.tsx23 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/ForgottenPassword/
H A DSendResetMailPage.test.tsx21 isEnterprise: false,
H A DChangePasswordPage.test.tsx23 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/core/services/echo/backends/sentry/
H A DSentryBackend.test.ts21 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/core/components/Login/
H A DLoginPage.test.tsx21 isEnterprise: false,
/dports/www/grafana8/grafana-8.3.6/public/app/features/plugins/admin/components/InstallControls/
H A DInstallControls.tsx42 if (plugin.isEnterprise && !config.licenseInfo?.hasValidLicense) {

12