Home
last modified time | relevance | path

Searched refs:otherOrg (Results 1 – 2 of 2) sorted by relevance

/dports/www/grafana8/grafana-8.3.6/pkg/services/sqlstore/
H A Dalert_notification_test.go315otherOrg := models.CreateAlertNotificationCommand{Name: "default", Type: "email", OrgId: 2, SendRe…
321 require.Nil(t, sqlStore.CreateAlertNotificationCommand(context.Background(), &otherOrg))
/dports/audio/rhvoice/RHVoice-1.2.4/src/third-party/cldr/tools/java/org/unicode/cldr/util/
H A DVoteResolver.java191 public boolean isManagerFor(Organization myOrg, Level otherLevel, Organization otherOrg) { in isManagerFor() argument
193 (myOrg == otherOrg) && this.getSTLevel() <= otherLevel.getSTLevel())); in isManagerFor()