Lines Matching refs:predicate
151 predicate = []
159 predicate.append(token[1])
164 key = predicate[1]
172 key = predicate[1]
173 value = predicate[-1]
179 if signature == "-" and not re.match("\d+$", predicate[0]):
181 tag = predicate[0]
187 if signature == "-='" and not re.match("\d+$", predicate[0]):
189 tag = predicate[0]
190 value = predicate[-1]
201 index = int(predicate[0]) - 1
203 if predicate[0] != "last":
207 index = int(predicate[2]) - 1