Home
last modified time | relevance | path

Searched refs:is_text_search (Results 1 – 2 of 2) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DSearchForVirtualItemEventArgs.cs39 private bool is_text_search; field in System.Windows.Forms.SearchForVirtualItemEventArgs
49 this.is_text_search = isTextSearch; in SearchForVirtualItemEventArgs()
79 get { return this.is_text_search; }
/dports/databases/couchdb3/apache-couchdb-3.2.1/src/mango/src/
H A Dmango_idx_view.erl135 andalso not is_text_search(Selector)
139 is_text_search({[]}) -> function
141 is_text_search({[{<<"$default">>, _}]}) -> function
143 is_text_search({[{_Field, Cond}]}) when is_list(Cond) -> function
145 Exists orelse is_text_search(C)
147 is_text_search({[{_Field, Cond}]}) when is_tuple(Cond) -> function
148 is_text_search(Cond);
149 is_text_search({[{_Field, _Cond}]}) -> function
152 is_text_search(Val) function