Home
last modified time | relevance | path

Searched full:search (Results 1 – 25 of 3878) sorted by relevance

12345678910>>...156

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/
H A Dqplacesearchrequest.cpp139 \brief The QPlaceSearchRequest class represents the set of parameters for a search request.
141 A typical search request may look like the following:
142 \snippet places/requesthandler.h Search request
144 Note that specifying a search center can be done by setting a circular search area that has
149 \l {QPlaceManager::search()} {search for places}, however it is also
150 …used to provide parameters for \l {QPlaceManager::searchSuggestions()}{generating search term sugg…
151 …Note that in this context only some of the parameters may be relevant. For example, the search area
152 …is useful in narrowing down relevant search suggestions, while other parameters such as relevance …
168 Distance to a search center is relevant for the user. Closer places
170 if a circular search area is used in the query.
[all …]
H A Dqplacesearchresult.cpp72 \brief The QPlaceSearchResult class is the base class for search results.
74 A list of search results can be retrieved from the QPlaceSearchReply after it has
75 successfully completed the request. Common to all search results are the
77 which can be used to present the search result to the user.
80 the search result can be converted to a more detailed subclass like so:
82 \snippet places/requesthandler.h Convert search result
87 to search result subclasses and backend plugins only instantiate subclasses.
95 Defines the type of search result
97 \value UnknownSearchResult The contents of the search result are unknown.
98 \value PlaceResult The search result contains a place.
[all …]
H A Dqplacesearchreply.cpp61 \brief The QPlaceSearchReply class manages a place search operation started by an
64 See \l {Discovery/Search} for an example on how to use a search reply.
69 Constructs a search reply with a given \a parent.
77 Destroys the search reply.
92 Returns a list of search results;
101 Sets the list of search \a results.
110 Returns the search request that was used to generate this reply.
119 Returns a place search request which can be used to request the previous page of search
120 results. An empty place search request is returned if there is no previous page of results.
131 Returns a place search request which can be used to request the next page of search results. An
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/
H A Dplaces.qdoc33 \brief The Places example demonstrates how to search for Places and access
38 The Places example demonstrates how to search for Places. In particular it shows
48 is a search box, which is used to enter a place search query. To search for a place enter a
49 search term into the text box and click the magnifying glass icon. To search for a place by
51 desired category. The place search query will be for places that are near the current location
54 For some plugins like \l {Qt Location HERE Plugin} the search box provides search term
56 cause a place search to be performed with the selected search text.
58 Clicking on a search result will display details about the place. If a places has rich content
66 Before search by category can be performed, the list of available categories needs to be
101 \target Presenting-Search-Suggestions
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/templates/
H A Ddetail_search_header.html2 Show a detail table Search field and Rows per page.
4 objects, our boilerplated paginated with search fields set.
6 search_what, fills in "Search ___"
7 Only show the search form if we have more than 10 results,
8 or if return from a previous search.
14 /* Clear the current search selection and reload the results */
15 $(".search-clear").click(function(){
16 $("#search").val("");
22 {% if objects.paginator.count > 10 or request.GET.search %}
33 …d="search" class="form-control" type="text" placeholder="Search {{search_what}}" name="search" val…
[all …]
H A Dtoastertable-simple.html34 …ew-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" val…
35 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></s…
38 <button class="btn btn-default search-submit-{{table_name}}">Search</button>
39 … <button class="btn btn-link remove-search-btn-{{table_name}}">Show all {{title|lower}}</button>
50 …d="search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" val…
51 …<span href="#" style="display:none" class="remove-search-btn-{{table_name}} glyphicon glyphicon-re…
54 <button class="btn btn-default" id="search-submit-{{table_name}}" >Search</button>
H A Dtoastertable.html37 …new-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" va…
38 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></a>
41 <button class="btn btn-default search-submit-{{table_name}}">
42 Search
44 <button class="btn btn-link show-all-{{table_name}} remove-search-btn-{{table_name}}">
67search-input-{{table_name}}" class="form-control" name="search" type="text" placeholder="Search {{…
68 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1" sty…
71 <button class="btn btn-default" id="search-submit-{{table_name}}" >Search</button>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/
H A Dreplace.hpp116 Replace the first match of the search substring in the input
123 \param Search A substring to be searched for
138 const Range2T& Search, in replace_first_copy() argument
144 ::boost::algorithm::first_finder(Search), in replace_first_copy()
155 const Range1T& Search, in replace_first_copy() argument
160 ::boost::algorithm::first_finder(Search), in replace_first_copy()
166 replace the first match of the search substring in the input
170 \param Search A substring to be searched for
176 const Range1T& Search, in replace_first() argument
181 ::boost::algorithm::first_finder(Search), in replace_first()
[all …]
H A Derase.hpp112 \param Search A substring to be searched for
125 const Range2T& Search ) in erase_first_copy() argument
130 ::boost::algorithm::first_finder(Search), in erase_first_copy()
141 const RangeT& Search ) in erase_first_copy() argument
145 ::boost::algorithm::first_finder(Search), in erase_first_copy()
155 \param Search A substring to be searched for.
160 const RangeT& Search ) in erase_first() argument
164 ::boost::algorithm::first_finder(Search), in erase_first()
179 \param Search A substring to be searched for
193 const Range2T& Search, in ierase_first_copy() argument
[all …]
H A Dfind.hpp39 Search the input using the given finder.
65 Search for the first occurrence of the substring in the input.
68 \param Search A substring to be searched for.
82 const Range2T& Search) in find_first() argument
84 return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search)); in find_first()
89 Search for the first occurrence of the substring in the input.
93 \param Search A substring to be searched for.
108 const Range2T& Search, in ifind_first() argument
111 … return ::boost::algorithm::find(Input, ::boost::algorithm::first_finder(Search,is_iequal(Loc))); in ifind_first()
118 Search for the last occurrence of the substring in the input.
[all …]
H A Dfinder.hpp45 \param Search A substring to be searched for.
53 first_finder( const RangeT& Search ) in first_finder() argument
59 is_equal>( ::boost::as_literal(Search), is_equal() ) ; in first_finder()
71 const RangeT& Search, PredicateT Comp ) in first_finder() argument
77 PredicateT>( ::boost::as_literal(Search), Comp ); in first_finder()
86 \param Search A substring to be searched for.
94 last_finder( const RangeT& Search ) in last_finder() argument
100 is_equal>( ::boost::as_literal(Search), is_equal() ); in last_finder()
110 last_finder( const RangeT& Search, PredicateT Comp ) in last_finder() argument
116 PredicateT>( ::boost::as_literal(Search), Comp ) ; in last_finder()
[all …]
/OK3568_Linux_fs/kernel/include/linux/
H A Dtextsearch.h19 * struct ts_state - search state
30 * struct ts_ops - search module operations
31 * @name: name of search algorithm
32 * @init: initialization function to prepare a search
34 * @destroy: destroy algorithm specific parts of a search configuration
53 * struct ts_config - search configuration
56 * @get_next_block: callback to fetch the next block to search in
57 * @finish: callback to finalize a search
68 * @conf: search configuration
69 * @state: search state
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/
H A Dqdeclarativesearchresultmodel.cpp62 \brief Provides access to place search results.
64 PlaceSearchModel provides a model of place search results within the \l searchArea. The
65 \l searchTerm and \l categories properties can be set to restrict the search results to
69 \l {http://en.wikipedia.org/wiki/Organic_search}{organic search results}. Sponsored search
83 \li The type of search result.
87 \li A string describing the search result.
91 \li Icon representing the search result.
106 \li Valid only when the \c type role is \c PlaceResult, true if the search result is a
110 \section2 Search Result Types
117 \li The contents of the search result are unknown.
[all …]
H A Dqdeclarativesearchsuggestionmodel.cpp56 \brief Provides access to search term suggestions.
58 …The PlaceSearchSuggestionModel can be used to provide search term suggestions as the user enters t…
59 search term. The properties of this model should match that of the \l PlaceSearchModel, which
60 … will be used to perform the actual search query, to ensure that the search suggestion results are
82 \li Suggested search term.
85 …The following example shows how to use the PlaceSearchSuggestionModel to get suggested search terms
86 from a partial search term. The \l searchArea is set to match what would be used to perform the
87 actual place search with \l PlaceSearchModel.
100 This property holds the provider \l Plugin which will be used to perform the search.
106 This property holds the search area. Search suggestion results returned by the model will be
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/doc/gdb/
H A DSearching.html75 There are two search modes: <em>incremental</em> and <em>non-incremental</em>.
78 search string.
79 As each character of the search string is typed, Readline displays
81 An incremental search requires only as many characters as needed to
83 To search backward in the history for a particular string, type
86 are used to terminate an incremental search.
88 <kbd>C-J</kbd> characters will terminate an incremental search.
89 <kbd>C-g</kbd> will abort an incremental search and restore the original line.
90 When the search is terminated, the history entry containing the
91 search string becomes the current line.
[all …]
H A DCommands-For-History.html110 <dt><code>reverse-search-history (C-r)</code>
113 <dd><p>Search backward starting at the current line and moving &lsquo;up&rsquo; through
114 the history as necessary. This is an incremental search.
117 <dt><code>forward-search-history (C-s)</code>
120 <dd><p>Search forward starting at the current line and moving &lsquo;down&rsquo; through
121 the history as necessary. This is an incremental search.
124 <dt><code>non-incremental-reverse-search-history (M-p)</code>
127 <dd><p>Search backward starting at the current line and moving &lsquo;up&rsquo;
128 through the history as necessary using a non-incremental search
130 The search string may match anywhere in a history line.
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/doc/gdb/
H A DSearching.html75 There are two search modes: <em>incremental</em> and <em>non-incremental</em>.
78 search string.
79 As each character of the search string is typed, Readline displays
81 An incremental search requires only as many characters as needed to
83 To search backward in the history for a particular string, type
86 are used to terminate an incremental search.
88 <kbd>C-J</kbd> characters will terminate an incremental search.
89 <kbd>C-g</kbd> will abort an incremental search and restore the original line.
90 When the search is terminated, the history entry containing the
91 search string becomes the current line.
[all …]
H A DCommands-For-History.html110 <dt><code>reverse-search-history (C-r)</code>
113 <dd><p>Search backward starting at the current line and moving &lsquo;up&rsquo; through
114 the history as necessary. This is an incremental search.
117 <dt><code>forward-search-history (C-s)</code>
120 <dd><p>Search forward starting at the current line and moving &lsquo;down&rsquo; through
121 the history as necessary. This is an incremental search.
124 <dt><code>non-incremental-reverse-search-history (M-p)</code>
127 <dd><p>Search backward starting at the current line and moving &lsquo;up&rsquo;
128 through the history as necessary using a non-incremental search
130 The search string may match anywhere in a history line.
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/
H A Dnokia.qdoc157 \li Search service URL used by search manager.
206 \li Search term suggestions
224 \li All details fetched during search
253 \section3 Search
254 The following list shows what core place data is returned during a place search:
273 \section4 Search Term and Categories
274 The HERE plugin supports searching with a \e {search term} and \e {category or categories}, however
278 \li Valid usage: \e {search term} + \e {search center}
279 \li Valid usage: \e {category} + \e {search center}
280 \li Invalid usage: \e {search term} + \e {category} + \e {search center}
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dnssearch.c4 * Module Name: nssearch - Namespace search
30 * PARAMETERS: target_name - Ascii ACPI name to search for
31 * parent_node - Starting node where search will begin
37 * DESCRIPTION: Search a single level of the namespace. Performs a
38 * simple search of the specified level, and does not add
39 * entries or search parents.
46 * could be easily modified to support any improved search
47 * algorithm. However, the linear search was chosen for simplicity
53 * the linear search seems to be sufficient, as there would seem to be
54 * little value in improving the search.
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dflowring.c45 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local
47 search = flow->tdls_entry; in brcmf_flowring_is_tdls_mac()
49 while (search) { in brcmf_flowring_is_tdls_mac()
50 if (memcmp(search->mac, mac, ETH_ALEN) == 0) in brcmf_flowring_is_tdls_mac()
52 search = search->next; in brcmf_flowring_is_tdls_mac()
388 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_detach() local
397 search = flow->tdls_entry; in brcmf_flowring_detach()
398 while (search) { in brcmf_flowring_detach()
399 remove = search; in brcmf_flowring_detach()
400 search = search->next; in brcmf_flowring_detach()
[all …]
/OK3568_Linux_fs/yocto/poky/scripts/lib/devtool/
H A Dsearch.py1 # Development tool - search command plugin
8 """Devtool search plugin"""
19 def search(args, config, basepath, workspace): function
20 """Entry point for the devtool 'search' subcommand"""
48 if keyword_rc.search(fn):
58 if keyword_rc.search(pkg):
70 if keyword_rc.search(value):
84 if keyword_rc.search(recipe.pn):
88 if keyword_rc.search(prov):
93 if keyword_rc.search(rprov):
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/manual/
H A Dtoaster-unmanaged-mode.json93 "action": "Input a string in search component and click search.",
94 …ed_results": "Show returned search results. When no search query has been entered, we have placeho…
97 "action": "See returned search results.",
98 …lts": "If your search query returns no results, the section heading changes to \"No builds found\"…
101 … "action": "Click \"Clear search\" icon (icon-remove-sign). Observe all builds are showed. ",
102 "expected_results": "Click it to clear the search and display all builds."
139 …rs are overridden by search. Run a search query and you can see previous filter results are overri…
177 …ve the title of the table is \"Tasks\", in bold \n \n * Observe the search/filter bar above t…
189Search \n \n * Observe that the search text box background text is \"Search tasks\". \n \n …
321search \nSearching should have no impact on the applied sorting. Any results returned should be so…
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/
H A Dplaces.qdoc89 perform search operations against. Search parameters may be provided
91 {searchTerm} and \l {PlaceSearchModel::searchArea} {searchArea}. A search
97 search operation is underway the \l {PlaceSearchModel::status} property
103 \section2 Display Search Results using a ListView
104 A \l ListView can be used to show the search results found by the model.
110 In the snippet below, the search model has been assigned to the ListView's
131 \note For simplicty's sake we have assumed that every search result is of
132 \l {Search Result Types} {type} \c PlaceSearchResult and so always have
133 access to the \e place role, other search result types may not have a
138 \section2 Display Search Results using a MapItemView
[all …]
/OK3568_Linux_fs/buildroot/dl/jpeg-turbo/
HDlibjpeg-turbo-2.1.3.tar.gz ... turbo-2.1.3/doc/html/search/search.css libjpeg-turbo-2.1. ...

12345678910>>...156