Lines Matching refs:search
49 /// Flags for search methods
63 /** Flag for normal (Boyer-Moore) search / Search for word only. */
66 /** Flag for "regular expression" search / Interpret as extended
73 /** Flag for "regular expression" search / No register information
81 /** Flag for "regular expression" search / Special new line
113 /** Flag for "Weighted Levenshtein Distance" search / Relaxed
116 <p> If not specified (<b>strict</b>), the search is sucessful if
123 insertions=2 and allowed replacements=2, the search fails if 2
131 <p> If specified (<b>relaxed</b>), the search is also successful
139 insertions=2 and allowed replacements=2, the search succeeds if
150 /** search type */
166 /** The locale for case insensitive search. */
170 the found word and the search pattern in a "Weighted Levenshtein
171 Distance" search. */
175 "Weighted Levenshtein Distance" search. */
179 "Weighted Levenshtein Distance" search. */
193 The start and endOffset are always dependent on the search direction.
195 if you search "X" in the text "-X-" the offset are:
213 /** enables an object to search in its content.
218 /** set the options for the forward or backward search.
223 /** search forward in the searchStr, starts at startPos and ends by endpos.
229 /** search backward in the searchStr, starts at startPos and ends by endpos.