Lines Matching defs:key
104 # type, the action key, and the token that followed the last
139 key = fields[-2]
147 t.value = (pkg_name, action_type, key, token)
266 pkg_name, at, key, token = p[1]
267 fields = pkg_name, at, key
279 (pkg_name, at, key),
525 """Method which produces the sort key for an action."""
598 key = None
600 key = Query.return_action_to_key
601 return sorted(res, key=key)
801 def key(self):
802 return self.query.key
895 self.query.pkg_name, self.query.action_type, self.query.key,
1047 self.key = None
1104 (self.key_wildcard, self.key)
1135 def add_field_restrictions(self, pkg_name, action_type, key):
1141 self.key = key
1144 self.key_wildcard = self.__is_wildcard(self.key)
1322 not (self.key_wildcard or st == self.key):
1449 # Restrict results by key.
1454 "__st_" + self.key), "rb")
1465 # with that key were indexed.
1495 # Check the key types this token and action type
1499 st != self.key: