Searched refs:first_match (Results 1 – 6 of 6) sorted by relevance
53 first_match = matches[0]54 return (first_match[0], first_match[1])
1643 first_match = absurd_match1666 if n >= 0 and n < first_match:1667 first_match = n1669 if first_match == absurd_match:1672 self.start = first_match1740 first_match = absurd_match1752 if n < first_match:1753 first_match = n1756 if first_match == absurd_match:1758 self.start = first_match
134 def first_match(self, offers): member in Accept223 def first_match(self, offers): # pragma: no cover member in NilAccept
771 size_t first_match = offset; in DoReplaceSubstringsAfterOffset() local802 if (current_match == first_match) in DoReplaceSubstringsAfterOffset()
34 This is available through ``req.accept.first_match(mimetypes)``;
524 * Deprecate ``accept.first_match(..)`` (warning on use).