Home | History | Annotate | Download | only in closure_linter

Lines Matching defs:Search

106           the search.
107 distance: The number of tokens to look through before failing search. Must
108 be positive. If unspecified, will search until the end of the token
110 reverse: When true, search the tokens before this one instead of the tokens
147 def Search(start_token, token_types, distance=None, reverse=False):
153 distance: The number of tokens to look through before failing search. Must
154 be positive. If unspecified, will search until the end of the token
156 reverse: When true, search the tokens before this one instead of the tokens
173 distance: The number of tokens to look through before failing search. Must
174 be positive. If unspecified, will search until the end of the token
176 reverse: When true, search the tokens before this one instead of the tokens
195 end_types: Types of tokens to abort search if we find.
196 distance: The number of tokens to look through before failing search. Must
197 be positive. If unspecified, will search until the end of the token
199 reverse: When true, search the tokens before this one instead of the tokens