Lines Matching refs:fields
17 # fields enclosed by brackets "[]" replaced with your own identifying
119 fields = t.value.split(":")
120 assert len(fields) >= 2
121 tmp = fields[0:1]
122 for field in fields[1:]:
127 fields = tmp
128 token = fields[-1]
133 if len(fields) == 1:
137 # a FTERM, so fill in the fields and set the type to FTERM.
139 key = fields[-2]
142 if len(fields) >= 3:
143 action_type = fields[-3]
144 if len(fields) >= 4:
145 pkg_name = fields[-4]
267 fields = pkg_name, at, key
275 fields, p[2])
289 p[0] = self.query_objs["FieldQuery"](fields,
410 return _("A query is expected to have five fields: "
414 "least one of those fields:\n{0}").format(self.query)
1137 to the specified fields."""