• Home
  • Raw
  • Download

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)
717 if c.direction == 0 or c.value != c.last_value or c.pattern != c.last_pattern:
719 elif c.direction > 0:
725 def Find(self, value, direction, pattern, context, callback): argument
728 self.value, self.direction, self.pattern, self.query, self.last_value, self.last_pattern = x
730 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = x + (self.value, se…
732 context[0].Update(value, direction, pattern)
734 context.append(Context(value, direction, pattern, QSqlQuery(self.glb.db), None, None))
1070 def Find(self, value, direction, pattern, context): argument
1073 self.model.Find(value, direction, pattern, context, self.FindDone)
2475 self.value, self.direction, self.pattern, self.last_value, self.last_pattern = (None,) * 5
2504 if self.direction == 0 or self.value != self.last_value or self.pattern != self.last_pattern:
2507 if self.direction > 0:
2520 def Find(self, value, direction, pattern, context, callback): argument
2521 …self.value, self.direction, self.pattern, self.last_value, self.last_pattern = (value, direction,p…
3269 def Find(self, value, direction, pattern, context): argument
3272 self.finder.Find(value, direction, pattern, context, self.FindDone)
4103 def Find(self, value, direction, pattern, context): argument
4106 self.finder.Find(value, direction, pattern, context, self.FindDone)
4223 def Find(self, value, direction, pattern, context): argument
4226 self.finder.Find(value, direction, pattern, context, self.FindDone)