Lines Matching refs:predicate
232 predicate = []
246 predicate.append(token[1])
251 key = predicate[1]
259 key = predicate[1]
260 value = predicate[-1]
270 if signature == "-" and not re.match(r"\-?\d+$", predicate[0]):
272 tag = predicate[0]
280 and not re.match(r"\-?\d+$", predicate[0])):
282 tag = predicate[0]
283 value = predicate[-1]
311 index = int(predicate[0]) - 1
315 if predicate[0] != "last":
319 index = int(predicate[2]) - 1