Home
last modified time | relevance | path

Searched refs:_suggestions (Results 1 – 19 of 19) sorted by relevance

/dports/textproc/enchant2/enchant-2.2.15/tests/dictionary/
H A Denchant_dict_suggest_tests.cpp47 _suggestions = NULL; in EnchantDictionarySuggestTestFixtureBase()
59 char** _suggestions; member
167 CHECK(_suggestions); in TEST_FIXTURE()
184 CHECK(_suggestions); in TEST_FIXTURE()
208 CHECK(_suggestions); in TEST_FIXTURE()
227 CHECK(_suggestions); in TEST_FIXTURE()
249 CHECK(_suggestions); in TEST_FIXTURE()
267 CHECK(!_suggestions); in TEST_FIXTURE()
286 CHECK(!_suggestions); in TEST_FIXTURE()
342 CHECK(_suggestions); in TEST_FIXTURE()
[all …]
/dports/devel/py-numba/numba-0.51.2/numba/roc/
H A Dgcn_occupancy.py55 suggestions = [_suggestions[r] for r in sorted(reasons)]
71 _suggestions = {} variable
73 _suggestions['allowed_wave_due_to_sgpr'] = (
77 _suggestions['allowed_wave_due_to_vgpr'] = (
81 _suggestions['allowed_wave'] = (
85 _suggestions['group_size'] = (
/dports/textproc/py-whoosh/Whoosh-2.7.4/src/whoosh/
H A Dspelling.py63 _suggestions = self._suggestions
66 for item in _suggestions(text, maxdist, prefix):
76 def _suggestions(self, text, maxdist, prefix): member in Corrector
103 def _suggestions(self, text, maxdist, prefix): member in ReaderCorrector
126 def _suggestions(self, text, maxdist, prefix): member in ListCorrector
164 def _suggestions(self, text, maxdist, prefix): member in MultiCorrector
168 for score, sug in corr._suggestions(text, maxdist, prefix):
/dports/lang/spidermonkey60/firefox-60.9.0/toolkit/components/places/
H A DPlacesSearchAutocompleteProvider.jsm136 this._suggestions = [];
140 this._suggestions = [];
142 this._suggestions = this._suggestions.concat(
145 this._suggestions = this._suggestions.concat(
173 if (!this._suggestions.length)
175 let { suggestion, historical } = this._suggestions.shift();
187 return this._success ? this._suggestions.length : -1;
/dports/www/firefox-legacy/firefox-52.8.0esr/toolkit/components/places/
H A DPlacesSearchAutocompleteProvider.jsm137 this._suggestions = [];
141 this._suggestions = (results ? results.remote : null) || [];
166 return !this._suggestions.length ? [null, null] :
168 this._suggestions.shift()];
176 return this._success ? this._suggestions.length : -1;
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/SourceFiles/chat_helpers/
H A Demoji_suggestions_widget.cpp523 _suggestions = _container->setOwnedWidget(
553 _suggestions->toggleAnimated(
557 _suggestions->triggered(
629 _suggestions->selectFirstResult(); in handleTextChange()
638 _suggestions->showWithQuery(_lastShownQuery, force); in showWithQuery()
824 return _suggestions->handleKeyEvent(key); in fieldFilter()
H A Demoji_suggestions_widget.h154 QPointer<SuggestionsWidget> _suggestions; variable
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/graphql/utilities/
H A DcoerceValue.mjs126 var _suggestions = suggestionList(_fieldName, Object.keys(fields));
127 …var _didYouMean = _suggestions.length !== 0 ? 'did you mean ' + orList(_suggestions) + '?' : undef…
/dports/textproc/ibus-table/ibus-table-1.14.1/engine/
H A Dtabcreatedb.py263 _suggestions: List[str] = []
274 _suggestions.append("%s %s" % (phrase, freq))
275 return _suggestions[:]
/dports/math/py-nevergrad/nevergrad-0.4.3.post2/nevergrad/optimization/
H A Dbase.py128 self._suggestions: tp.Deque[p.Parameter] = deque()
282 self._suggestions.append(self.parametrization.spawn_child(new_value=new_value))
446 if self._suggestions: # use suggestions if available
448 candidate = self._suggestions.pop()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/autofill/
H A Dform_suggestion_controller_unittest.mm59 NSArray* _suggestions;
91 _suggestions = [suggestions copy];
119 completion([_suggestions count] > 0);
126 completion(_suggestions, self);
H A Dautofill_controller_unittest.mm67 @synthesize suggestions = _suggestions;
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-718.0.0/src/
H A Dannotate_snippet_emitter_writer.rs103 _suggestions: &[CodeSuggestion], in emit_messages_default()
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_errors-722.0.0/src/
H A Dannotate_snippet_emitter_writer.rs103 _suggestions: &[CodeSuggestion], in emit_messages_default()
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_errors/src/
H A Dannotate_snippet_emitter_writer.rs103 _suggestions: &[CodeSuggestion], in emit_messages_default()
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_errors/src/
H A Dannotate_snippet_emitter_writer.rs103 _suggestions: &[CodeSuggestion], in emit_messages_default()
/dports/textproc/redisearch16/RediSearch-1.6.16/docs/
H A Dpython_client.md89 ### add\_suggestions
116 ### get\_suggestions
/dports/textproc/libfolia/libfolia-2.10/src/
H A Dfolia_impl.cxx3697 const vector<FoliaElement*>& _suggestions, in correct() argument
3713 cerr << "suggestions = " << _suggestions << endl; in correct()
3724 vector<FoliaElement*> suggestions = _suggestions; in correct()
/dports/www/chromium-legacy/chromium-88.0.4324.182/ios/chrome/browser/passwords/
H A Dpassword_controller_unittest.mm222 @synthesize suggestions = _suggestions;