Lines Matching refs:match
111 # The part before the colon is attempting to match anything that
116 # match the valid term that can follow a colon that's either
1148 # name search is treated as a prefix match. To accomplish
1156 re.I).match
1163 """Ensures that the search is a prefix match. Primarily used
1316 # Check if the current action doesn't match any field
1396 # If offsets is equal to None, match all possible results. A
1397 # match with no results is represented by an empty set.
1403 if TermQuery.has_non_wildcard_character.match(term):
1407 self._data_token_offset.get_id(match)
1408 for match in matches
1475 not TermQuery.has_non_wildcard_character.match(term):