Home
last modified time | relevance | path

Searched refs:suggestion (Results 51 – 75 of 8666) sorted by relevance

12345678910>>...347

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/core/exported/
H A Dweb_date_time_suggestion.cc33 const DateTimeSuggestion& suggestion) in WebDateTimeSuggestion() argument
34 : value(suggestion.value), in WebDateTimeSuggestion()
35 localized_value(suggestion.localized_value), in WebDateTimeSuggestion()
36 label(suggestion.label) {} in WebDateTimeSuggestion()
39 const DateTimeSuggestion& suggestion) { in operator =() argument
40 value = suggestion.value; in operator =()
41 localized_value = suggestion.localized_value; in operator =()
42 label = suggestion.label; in operator =()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/core/exported/
H A Dweb_date_time_suggestion.cc33 const DateTimeSuggestion& suggestion) in WebDateTimeSuggestion() argument
34 : value(suggestion.value), in WebDateTimeSuggestion()
35 localized_value(suggestion.localized_value), in WebDateTimeSuggestion()
36 label(suggestion.label) {} in WebDateTimeSuggestion()
39 const DateTimeSuggestion& suggestion) { in operator =() argument
40 value = suggestion.value; in operator =()
41 localized_value = suggestion.localized_value; in operator =()
42 label = suggestion.label; in operator =()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/password_manager/core/browser/
H A Dpassword_autofill_manager.cc92 return suggestion == in GetUsernameFromSuggestion()
95 : suggestion; in GetUsernameFromSuggestion()
129 suggestion.additional_label = in AppendSuggestionIfMatching()
132 suggestion.frontend_id = in AppendSuggestionIfMatching()
141 suggestion.match = in AppendSuggestionIfMatching()
212 suggestion.icon = "keyIcon"; in CreateGenerationEntry()
214 return suggestion; in CreateGenerationEntry()
221 suggestion.frontend_id = in CreateEntryToOptInToAccountStorageThenFill()
224 return suggestion; in CreateEntryToOptInToAccountStorageThenFill()
231 suggestion.frontend_id = in CreateEntryToOptInToAccountStorageThenGenerate()
[all …]
/dports/misc/clifm/clifm-1.3/src/
H A Dsuggestions.c121 suggestion.printed = 0; in free_suggestion()
122 suggestion.nlines = 0; in free_suggestion()
132 if (suggestion.nlines > 1) { in clear_suggestion()
146 suggestion.nlines = 0; in clear_suggestion()
149 suggestion.printed = 0; in clear_suggestion()
212 if (suggestion.type == BOOKMARK_SUG || suggestion.type == ALIAS_SUG in print_suggestion()
213 || suggestion.type == ELN_SUG || suggestion.type == JCMD_SUG in print_suggestion()
1172 if (suggestion.printed)
1660 suggestion.printed = 1;
1672 suggestion.printed = 0;
[all …]
/dports/www/grafana8/grafana-8.3.6/public/app/features/panel/components/VizTypePicker/
H A DVisualizationSuggestionCard.tsx13 suggestion: VisualizationSuggestion;
24 'aria-label': suggestion.name,
30 pluginId: suggestion.pluginId,
31 options: suggestion.options,
32 fieldConfig: suggestion.fieldConfig,
39 <Tooltip content={suggestion.description ?? suggestion.name}>
48 let preview = suggestion;
49 if (suggestion.cardOptions?.previewModifier) {
50 preview = cloneDeep(suggestion);
56 <Tooltip content={suggestion.name}>
[all …]
/dports/www/bolt/bolt-2.2.24/vendor/composer/composer/src/Composer/Command/
H A DSuggestsCommand.php90 foreach ($package['suggest'] as $suggestion => $reason) {
91 … if (false === strpos('/', $suggestion) && !is_null($platform->findPackage($suggestion, '*'))) {
94 if (!isset($installed[$suggestion])) {
95 $suggesters[$packageName][$suggestion] = $reason;
96 $suggested[$suggestion][$packageName] = $reason;
115 foreach (array_keys($suggested) as $suggestion) {
116 $io->write(sprintf('<info>%s</info>', $suggestion));
127 foreach ($suggestions as $suggestion => $reason) {
128 $io->write(sprintf(' - <info>%s</info>: %s', $suggestion, $reason ?: '*'));
140 foreach ($suggested as $suggestion => $suggesters) {
[all …]
/dports/devel/py-prompt-toolkit2/prompt_toolkit-2.0.10/prompt_toolkit/key_binding/bindings/
H A Dauto_suggest.py31 return (app.current_buffer.suggestion is not None and
40 suggestion = b.suggestion
42 if suggestion:
43 b.insert_text(suggestion.text)
49 suggestion = b.suggestion
51 if suggestion:
52 t = re.split(r'(\S+\s+)', suggestion.text)
/dports/devel/py-lineedit/lineedit-0.1.6/lineedit/deps/prompt_toolkit/key_binding/bindings/
H A Dauto_suggest.py31 return (app.current_buffer.suggestion is not None and
40 suggestion = b.suggestion
42 if suggestion:
43 b.insert_text(suggestion.text)
49 suggestion = b.suggestion
51 if suggestion:
52 t = re.split(r'(\S+\s+)', suggestion.text)
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/offline_pages/core/prefetch/
H A Dprefetch_dispatcher_impl_unittest.cc82 PrefetchSuggestion suggestion; in TestSuggestion1() local
83 suggestion.article_url = TestURL1(); in TestSuggestion1()
89 return suggestion; in TestSuggestion1()
93 PrefetchSuggestion suggestion; in TestSuggestion2() local
100 return suggestion; in TestSuggestion2()
104 PrefetchSuggestion suggestion; in TestSuggestion3() local
111 return suggestion; in TestSuggestion3()
115 PrefetchSuggestion suggestion; in TestSuggestion4() local
122 return suggestion; in TestSuggestion4()
126 PrefetchSuggestion suggestion; in TestSuggestion5() local
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/answer/
H A DAnswerSuggestionProcessor.java59 return suggestion.hasAnswer() || suggestion.getType() == OmniboxSuggestionType.CALCULATOR; in doesProcessSuggestion()
74 super.populateModel(suggestion, model, position); in populateModel()
75 setStateForSuggestion(model, suggestion, position); in populateModel()
86 if (!suggestion.hasAnswer()) return; in maybeFetchAnswerIcon()
87 final String url = suggestion.getAnswer().getSecondLine().getImage(); in maybeFetchAnswerIcon()
124 PropertyModel model, OmniboxSuggestion suggestion, int position) { in setStateForSuggestion() argument
145 setTabSwitchOrRefineAction(model, suggestion, position); in setStateForSuggestion()
146 maybeFetchAnswerIcon(model, suggestion); in setStateForSuggestion()
153 int getSuggestionIcon(OmniboxSuggestion suggestion) { in getSuggestionIcon() argument
154 SuggestionAnswer answer = suggestion.getAnswer(); in getSuggestionIcon()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/base/java/org/mozilla/gecko/home/
H A DSearchEngineRow.java217 refreshOccurrencesWith(searchTerm, suggestion); in setSuggestionOnView()
222 mOccurrences.add(suggestion.length()); in setSuggestionOnView()
232 suggestionText.setText(suggestion); in setSuggestionOnView()
235 setDescriptionOnSuggestion(suggestionText, suggestion); in setSuggestionOnView()
326 final String suggestion = savedSuggestions.get(i); in updateFromSavedSearches() local
411 for (String suggestion : searchEngine.getSuggestions()) { in updateSuggestions()
412 searchHistorySuggestions.remove(suggestion); in updateSuggestions()
413 searchEngineSuggestions.add(suggestion); in updateSuggestions()
470 return suggestion.performClick(); in onKeyDown()
491 suggestion.setDuplicateParentStateEnabled(false); in onDeselected()
[all …]
/dports/databases/py-litecli/litecli-1.6.0/litecli/
H A Dsqlcompleter.py450 for suggestion in suggestions:
454 if suggestion["type"] == "column":
455 tables = suggestion["tables"]
458 if suggestion.get("drop_unique"):
481 if not suggestion["schema"]:
491 elif suggestion["type"] == "table":
496 elif suggestion["type"] == "view":
501 elif suggestion["type"] == "alias":
502 aliases = suggestion["aliases"]
510 elif suggestion["type"] == "keyword":
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui-fulldeps/
H A Dsession-derive-errors.stderr21 LL | #[suggestion = "this is the wrong kind of attribute"]
87 error: `nonsense` is not a valid key for `#[suggestion(...)]`
90 LL | #[suggestion(nonsense = "This is nonsense")]
93 error: `msg` is not a valid key for `#[suggestion(...)]`
96 LL | #[suggestion(msg = "This is a suggestion")]
99 error: missing suggestion message
102 LL | #[suggestion(code = "This is suggested code")]
105 = help: provide a suggestion message using #[suggestion(message = "...")]
107 error: wrong field type for suggestion
112 LL | | suggestion: Applicability,
[all …]
/dports/databases/py-mycli/mycli-1.23.2/mycli/
H A Dsqlcompleter.py263 for suggestion in suggestions:
267 if suggestion['type'] == 'column':
268 tables = suggestion['tables']
294 if not suggestion['schema']:
302 elif suggestion['type'] == 'table':
308 elif suggestion['type'] == 'view':
314 elif suggestion['type'] == 'alias':
315 aliases = suggestion['aliases']
330 elif suggestion['type'] == 'show':
344 elif suggestion['type'] == 'user':
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/android/java/src/org/chromium/chrome/browser/omnibox/suggestions/
H A DCachedZeroSuggestionsManager.java88 suggestion.getUrl().serialize()); in cacheSuggestionList()
91 suggestion.getDisplayText()); in cacheSuggestionList()
93 suggestion.getDescription()); in cacheSuggestionList()
95 suggestion.getType()); in cacheSuggestionList()
104 suggestion.isDeletable()); in cacheSuggestionList()
106 suggestion.isStarred()); in cacheSuggestionList()
112 suggestion.getPostData() == null in cacheSuggestionList()
116 suggestion.getGroupId()); in cacheSuggestionList()
189 suggestions.add(suggestion); in readCachedSuggestionList()
265 if (!suggestion.getUrl().isValid() || suggestion.getUrl().isEmpty() in removeInvalidSuggestionsAndGroupsDetails()
[all …]
H A DAutocompleteMediator.java500 String refineText = suggestion.getFillIntoEdit(); in onRefineSuggestion()
518 onSuggestionClicked(suggestion, position, suggestion.getUrl()); in onSwitchToTab()
562 if (!suggestion.isDeletable()) return; in onSuggestionLongClicked()
593 if (isSuggestionFromClipboard(suggestion)) { in onSuggestionLongClicked()
867 int transition = suggestion.getTransition(); in loadUrlForOmniboxMatch()
868 int type = suggestion.getType(); in loadUrlForOmniboxMatch()
899 suggestion.getPostContentType(), suggestion.getPostData()); in loadUrlForOmniboxMatch()
1014 this.mSuggestion = suggestion; in DeferredOnSelectionRunnable()
1108 OmniboxSuggestion suggestion = null; in launchSearchUrlForQueryTileSuggestion() local
1111 suggestion = getSuggestionAt(i); in launchSearchUrlForQueryTileSuggestion()
[all …]
/dports/textproc/jid/jid-0.7.6/
H A Dsuggestion.go36 var suggestion string
63 if suggestion == "" && key != "" {
64 suggestion = key
66 axis := suggestion
67 if len(suggestion) > len(key) {
72 if suggestion[i] != key[i] {
78 suggestion = ""
81 suggestion = suggestion[0 : max+1]
85 completion = reg.ReplaceAllString(suggestion, "")
87 return []string{completion, suggestion}
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/app/src/photon/java/org/mozilla/gecko/home/
H A DSearchEngineRow.java101 final String suggestion = getSuggestionTextFromView(v); in SearchEngineRow()
215 refreshOccurrencesWith(searchTerm, suggestion); in setSuggestionOnView()
226 suggestionText.setText(suggestion); in setSuggestionOnView()
229 setDescriptionOnSuggestion(suggestionText, suggestion); in setSuggestionOnView()
315 final String suggestion = savedSuggestions.get(i); in updateFromSavedSearches() local
399 for (String suggestion : searchEngine.getSuggestions()) { in updateSuggestions()
400 searchHistorySuggestions.remove(suggestion); in updateSuggestions()
401 searchEngineSuggestions.add(suggestion); in updateSuggestions()
459 return suggestion.performClick(); in onKeyDown()
480 suggestion.setDuplicateParentStateEnabled(false); in onDeselected()
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/doc/user/project/merge_requests/reviews/
H A Dsuggestions.md19 the **Insert suggestion** icon in the toolbar:
40 After the author applies a suggestion:
42 1. The suggestion is marked as **Applied**.
55 ![Multi-line suggestion syntax](img/multi-line-suggestion-syntax.png)
61 ![Multi-line suggestion preview](img/multi-line-suggestion-preview.png)
66 suggestion.
70 To add a suggestion that includes a
112 Custom commit messages for each applied suggestion is
127 …code change suggestion displayed, with the add-suggestion option highlighted.](img/add_first_sugge…
131 …hange suggestion displayed, with the add-more suggestion option highlighted.](img/add_another_sugg…
[all …]
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/services/suggestions/
H A Dapply_service_spec.rb38 suggestions.map { |suggestion| suggestion.reload }
47 suggestions.each do |suggestion|
48 path = suggestion.diff_file.file_path
392 def apply_suggestion(suggestion) argument
393 suggestion.reload
398 suggestion.reload
403 suggestion.commit_id,
409 def fetch_raw_diff(suggestion) argument
517 let(:suggestions) { [suggestion] }
574 let(:suggestions) { [suggestion] }
[all …]
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/tests/
H A Dtest-suggestion-buffer.c4 suggest_suffix (DzlSuggestion *suggestion, in suggest_suffix() argument
15 g_autoptr(DzlSuggestion) suggestion = NULL; in test_basic()
23 suggestion = dzl_suggestion_new (); in test_basic()
24 dzl_suggestion_set_id (suggestion, "some-id"); in test_basic()
25 dzl_suggestion_set_title (suggestion, "this is the title"); in test_basic()
26 dzl_suggestion_set_subtitle (suggestion, "this is the subtitle"); in test_basic()
27 dzl_suggestion_set_icon_name (suggestion, "gtk-missing-symbolic"); in test_basic()
28 g_signal_connect (suggestion, "suggest-suffix", G_CALLBACK (suggest_suffix), (gchar *)"abcd"); in test_basic()
33 dzl_suggestion_entry_buffer_set_suggestion (buffer, suggestion); in test_basic()
34 g_assert (suggestion == dzl_suggestion_entry_buffer_get_suggestion (buffer)); in test_basic()
[all …]
/dports/textproc/soothsayer/soothsayer-0.6.3/src/lib/core/
H A Dcombiner.cpp46 Suggestion suggestion; in filter() local
49 suggestion = prediction.getSuggestion(i); in filter()
50 token = suggestion.getWord(); in filter()
60 if (suggestion.getWord() == prediction.getSuggestion(j).getWord()) { in filter()
61 double new_prob = suggestion.getProbability() in filter()
63 suggestion.setProbability((new_prob > Suggestion::MAX_PROBABILITY ? in filter()
68 seen_tokens.insert(suggestion.getWord()); in filter()
69 result.addSuggestion(suggestion); in filter()
/dports/shells/zsh-autosuggestions/zsh-autosuggestions-0.7.0/src/
H A Dfetch.zsh5 # Loops through all specified strategies and returns a suggestion
10 typeset -g suggestion
18 # Try to get a suggestion from this strategy
21 # Ensure the suggestion matches the prefix
22 [[ "$suggestion" != "$1"* ]] && unset suggestion
24 # Break once we've found a valid suggestion
25 [[ -n "$suggestion" ]] && break
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/frontend/vue_shared/components/markdown/__snapshots__/
H A Dsuggestion_diff_spec.js.snap5 class="md-suggestion"
7 <suggestion-diff-header-stub
9 class="js-suggestion-diff-header"
10 defaultcommitmessage="Apply suggestion"
18 class="mb-3 md-suggestion-diff js-syntax-highlight code"
21 <suggestion-diff-row-stub
24 <suggestion-diff-row-stub
27 <suggestion-diff-row-stub
/dports/www/epiphany/epiphany-41.0/lib/
H A Dephy-suggestion.c96 EphySuggestion *suggestion = EPHY_SUGGESTION (self); in ephy_suggestion_get_icon_surface() local
98 return suggestion->favicon; in ephy_suggestion_get_icon_surface()
133 EphySuggestion *suggestion; in ephy_suggestion_new() local
137 suggestion = g_object_new (EPHY_TYPE_SUGGESTION, in ephy_suggestion_new()
148 return suggestion; in ephy_suggestion_new()
157 EphySuggestion *suggestion; in ephy_suggestion_new_with_custom_subtitle() local
161 suggestion = g_object_new (EPHY_TYPE_SUGGESTION, in ephy_suggestion_new_with_custom_subtitle()
172 return suggestion; in ephy_suggestion_new_with_custom_subtitle()
180 EphySuggestion *suggestion; in ephy_suggestion_new_without_subtitle() local
182 suggestion = g_object_new (EPHY_TYPE_SUGGESTION, in ephy_suggestion_new_without_subtitle()
[all …]

12345678910>>...347