Searched refs:suggestions (Results 1 - 25 of 97) sorted by relevance

1234

/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Views/
H A DCompletionSuggestionsView.css26 .completion-suggestions {
41 .completion-suggestions > .completion-suggestions-container {
54 .completion-suggestions-container > .item {
71 .completion-suggestions-container:not(:active) > .item.selected,
72 .completion-suggestions-container > .item:active {
/macosx-10.10/WebCore-7600.1.25/platform/
H A DColorChooserClient.h54 virtual Vector<Color> suggestions() const = 0;
/macosx-10.10/WebCore-7600.1.25/html/
H A DColorInputType.cpp224 Vector<Color> ColorInputType::suggestions() const function in class:WebCore::ColorInputType
226 Vector<Color> suggestions; local
237 suggestions.append(color);
241 return suggestions;
H A DColorInputType.h51 virtual Vector<Color> suggestions() const override;
/macosx-10.10/WebCore-7600.1.25/platform/text/enchant/
H A DTextCheckerEnchant.cpp121 char** suggestions = enchant_dict_suggest(dictionary, word.utf8().data(), -1, &numberOfSuggestions); local
129 guesses.append(String::fromUTF8(suggestions[i]));
131 enchant_dict_free_suggestions(dictionary, suggestions);
/macosx-10.10/vim-55/runtime/compiler/
H A Dhp_acc.vim14 " Now suggestions by aCC are supported (compile flag aCC +w).
H A Druby.vim24 " I know this file isn't perfect. If you have any questions, suggestions,
/macosx-10.10/vim-55/runtime/syntax/
H A Dwsh.vim9 " Send comments, suggestions and requests to the maintainer.
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Appender/
H A DTestFileCreeper.pm72 MAILING LIST (questions, bug reports, suggestions/patches):
H A DScreen.pm107 MAILING LIST (questions, bug reports, suggestions/patches):
H A DString.pm93 MAILING LIST (questions, bug reports, suggestions/patches):
H A DTestArrayBuffer.pm77 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/JavaMap/
H A DNTEventLogAppender.pm74 MAILING LIST (questions, bug reports, suggestions/patches):
H A DTestBuffer.pm53 MAILING LIST (questions, bug reports, suggestions/patches):
H A DConsoleAppender.pm78 MAILING LIST (questions, bug reports, suggestions/patches):
H A DFileAppender.pm100 MAILING LIST (questions, bug reports, suggestions/patches):
H A DJDBCAppender.pm116 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Layout/
H A DNoopLayout.pm64 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/
H A DUtil.pm101 MAILING LIST (questions, bug reports, suggestions/patches):
H A DInternalDebug.pm105 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/lib/
H A DLog4perlInternalTest.pm39 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/eg/
H A Dl4p-tmpl48 MAILING LIST (questions, bug reports, suggestions/patches):
H A Doverride_appender58 MAILING LIST (questions, bug reports, suggestions/patches):
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/lib/Log/Log4perl/Filter/
H A DLevelMatch.pm100 MAILING LIST (questions, bug reports, suggestions/patches):
H A DStringMatch.pm108 MAILING LIST (questions, bug reports, suggestions/patches):

Completed in 111 milliseconds

1234