Lines Matching refs:direction

442 	def Find(self, direction):  argument
447 self.finder.Find(value, direction, pattern, self.context)
461 def NextPrev(self, direction): argument
478 self.Find(direction)
720 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern:
722 elif c.direction > 0:
728 def Find(self, value, direction, pattern, context, callback): argument
731 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x
733 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se…
735 context[0].Update(value, direction, pattern)
737 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
1073 def Find(self, value, direction, pattern, context): argument
1076 self.model.Find(value, direction, pattern, context, self.FindDone)
2478 self.value, self.direction, self.pattern, self.last_value, self.last_pattern = (None,) * 5
2507 if self.direction == 0 or self.value != self.last_value or self.pattern != self.last_pattern:
2510 if self.direction > 0:
2523 def Find(self, value, direction, pattern, context, callback): argument
2524 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = (value, direction,p…
3272 def Find(self, value, direction, pattern, context): argument
3275 self.finder.Find(value, direction, pattern, context, self.FindDone)
4106 def Find(self, value, direction, pattern, context): argument
4109 self.finder.Find(value, direction, pattern, context, self.FindDone)
4226 def Find(self, value, direction, pattern, context): argument
4229 self.finder.Find(value, direction, pattern, context, self.FindDone)