Searched full:search (Results 1 – 25 of 3878) sorted by relevance
12345678910>>...156
139 \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 request144 Note that specifying a search center can be done by setting a circular search area that has149 \l {QPlaceManager::search()} {search for places}, however it is also150 …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 area152 …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 places170 if a circular search area is used in the query.[all …]
72 \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 has75 successfully completed the request. Common to all search results are the77 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 result87 to search result subclasses and backend plugins only instantiate subclasses.95 Defines the type of search result97 \value UnknownSearchResult The contents of the search result are unknown.98 \value PlaceResult The search result contains a place.[all …]
61 \brief The QPlaceSearchReply class manages a place search operation started by an64 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 search120 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 …]
33 \brief The Places example demonstrates how to search for Places and access38 The Places example demonstrates how to search for Places. In particular it shows48 is a search box, which is used to enter a place search query. To search for a place enter a49 search term into the text box and click the magnifying glass icon. To search for a place by51 desired category. The place search query will be for places that are near the current location54 For some plugins like \l {Qt Location HERE Plugin} the search box provides search term56 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 content66 Before search by category can be performed, the list of available categories needs to be101 \target Presenting-Search-Suggestions[all …]
2 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 …]
34 …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>
37 …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 Search44 <button class="btn btn-link show-all-{{table_name}} remove-search-btn-{{table_name}}">67 …search-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>
116 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() argument144 ::boost::algorithm::first_finder(Search), in replace_first_copy()155 const Range1T& Search, in replace_first_copy() argument160 ::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() argument181 ::boost::algorithm::first_finder(Search), in replace_first()[all …]
112 \param Search A substring to be searched for 125 const Range2T& Search ) in erase_first_copy() argument130 ::boost::algorithm::first_finder(Search), in erase_first_copy()141 const RangeT& Search ) in erase_first_copy() argument145 ::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() argument164 ::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 …]
39 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() argument84 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() argument111 … 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 …]
45 \param Search A substring to be searched for.53 first_finder( const RangeT& Search ) in first_finder() argument59 is_equal>( ::boost::as_literal(Search), is_equal() ) ; in first_finder()71 const RangeT& Search, PredicateT Comp ) in first_finder() argument77 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() argument100 is_equal>( ::boost::as_literal(Search), is_equal() ); in last_finder()110 last_finder( const RangeT& Search, PredicateT Comp ) in last_finder() argument116 PredicateT>( ::boost::as_literal(Search), Comp ) ; in last_finder()[all …]
19 * struct ts_state - search state30 * struct ts_ops - search module operations31 * @name: name of search algorithm32 * @init: initialization function to prepare a search34 * @destroy: destroy algorithm specific parts of a search configuration53 * struct ts_config - search configuration56 * @get_next_block: callback to fetch the next block to search in57 * @finish: callback to finalize a search68 * @conf: search configuration69 * @state: search state[all …]
62 \brief Provides access to place search results.64 PlaceSearchModel provides a model of place search results within the \l searchArea. The65 \l searchTerm and \l categories properties can be set to restrict the search results to69 \l {http://en.wikipedia.org/wiki/Organic_search}{organic search results}. Sponsored search83 \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 a110 \section2 Search Result Types117 \li The contents of the search result are unknown.[all …]
56 \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, which60 … will be used to perform the actual search query, to ensure that the search suggestion results are82 \li Suggested search term.85 …The following example shows how to use the PlaceSearchSuggestionModel to get suggested search terms86 from a partial search term. The \l searchArea is set to match what would be used to perform the87 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 …]
75 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 displays81 An incremental search requires only as many characters as needed to83 To search backward in the history for a particular string, type86 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 the91 search string becomes the current line.[all …]
110 <dt><code>reverse-search-history (C-r)</code>113 <dd><p>Search backward starting at the current line and moving ‘up’ through114 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 ‘down’ through121 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 ‘up’128 through the history as necessary using a non-incremental search130 The search string may match anywhere in a history line.[all …]
157 \li Search service URL used by search manager.206 \li Search term suggestions224 \li All details fetched during search253 \section3 Search254 The following list shows what core place data is returned during a place search:273 \section4 Search Term and Categories274 The HERE plugin supports searching with a \e {search term} and \e {category or categories}, however278 \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 …]
4 * Module Name: nssearch - Namespace search30 * PARAMETERS: target_name - Ascii ACPI name to search for31 * parent_node - Starting node where search will begin37 * DESCRIPTION: Search a single level of the namespace. Performs a38 * simple search of the specified level, and does not add39 * entries or search parents.46 * could be easily modified to support any improved search47 * algorithm. However, the linear search was chosen for simplicity53 * the linear search seems to be sufficient, as there would seem to be54 * little value in improving the search.[all …]
45 struct brcmf_flowring_tdls_entry *search; in brcmf_flowring_is_tdls_mac() local47 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() local397 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 …]
1 # Development tool - search command plugin8 """Devtool search plugin"""19 def search(args, config, basepath, workspace): function20 """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 …]
93 "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…189 …Search \n \n * Observe that the search text box background text is \"Search tasks\". \n \n …321 …search \nSearching should have no impact on the applied sorting. Any results returned should be so…[all …]
89 perform search operations against. Search parameters may be provided91 {searchTerm} and \l {PlaceSearchModel::searchArea} {searchArea}. A search97 search operation is underway the \l {PlaceSearchModel::status} property103 \section2 Display Search Results using a ListView104 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's131 \note For simplicty's sake we have assumed that every search result is of132 \l {Search Result Types} {type} \c PlaceSearchResult and so always have133 access to the \e place role, other search result types may not have a138 \section2 Display Search Results using a MapItemView[all …]
... turbo-2.1.3/doc/html/search/search.css libjpeg-turbo-2.1. ...