Lines Matching full:elif
114 elif scope_class in ('Email', 'Id'):
117 elif scope_class == 'AllAuthenticatedUsers':
119 elif scope_class == 'AllUsers':
121 elif scope_class == 'Project':
170 elif (self.scope_type in ('UserByEmail', 'GroupByEmail')
173 elif (self.scope_type == 'GroupByDomain' and
176 elif (self.scope_type == 'Project' and
179 elif (self.scope_type == 'AllUsers' and
182 elif (self.scope_type == 'AllAuthenticatedUsers' and
191 elif self.scope_type == 'GroupById':
194 elif self.scope_type == 'Project':
197 elif self.scope_type == 'UserByEmail':
200 elif self.scope_type == 'GroupByEmail':
203 elif self.scope_type == 'GroupByDomain':
206 elif self.scope_type == 'AllAuthenticatedUsers':
209 elif self.scope_type == 'AllUsers':
246 elif command_name == 'defacl':
296 elif entry.email and self.identifier == entry.email:
298 elif entry.domain and self.identifier == entry.domain:
300 elif entry.projectTeam:
305 elif entry.entity.lower() == 'allusers' and self.identifier == 'AllUsers':
307 elif (entry.entity.lower() == 'allauthenticatedusers' and