Searched refs:suggestion (Results 1 - 25 of 40) sorted by relevance

12

/macosx-10.9.5/WebCore-7537.78.1/css/
H A DthemeBlackBerry.css59 input::-webkit-suggestion-dropdown-box {
73 input::-webkit-suggestion-dropdown-box-item {
84 input::-webkit-suggestion-prefix-text {
88 input::-webkit-suggestion-dropdown-box-item-last {
/macosx-10.9.5/WebKit2-7537.78.2/UIProcess/efl/
H A DTextCheckerClientEfl.cpp178 WKRetainPtr<WKStringRef> suggestion(AdoptWK, WKStringCreateWithUTF8CString(static_cast<const char*>(item)));
179 WKArrayAppendItem(suggestionsForWord, suggestion.get());
186 WKRetainPtr<WKStringRef> suggestion(AdoptWK, WKStringCreateWithUTF8CString(guesses[i].utf8().data()));
187 WKArrayAppendItem(suggestionsForWord, suggestion.get());
/macosx-10.9.5/vim-53/runtime/indent/
H A Dd.vim8 " Please email me with bugs, comments, and suggestion. Put vim in the subject
/macosx-10.9.5/RubyCocoa-80/RubyCocoa/framework/src/objc/
H A DBridgeSupport.h76 char * suggestion; // only if ignore is true member in struct:bsMethod
134 char * suggestion; member in struct:bsConst
H A DBridgeSupport.m228 if (method->suggestion != NULL)
229 free(method->suggestion);
1235 bs_const->suggestion = NULL;
1325 fake_bs_const->suggestion = get_attribute(reader, "suggestion");
1769 method->suggestion = method->ignore ? get_attribute(reader, "suggestion") : NULL;
1953 rb_raise(rb_eRuntimeError, "Constant '%s' is not supported (suggested alternative: '%s')", bs_const->name, bs_const->suggestion != NULL ? bs_const->suggestion : "n/a");
H A Dmdl_objwrapper.m415 exception = rb_err_new(rb_eRuntimeError, "Method '%s' is not supported (suggested alternative: '%s')", selector, bs_method->suggestion != NULL ? bs_method->suggestion : "n/a");
/macosx-10.9.5/vim-53/runtime/compiler/
H A Dhp_acc.vim28 \%A%tarning\ (suggestion)\ %n\:\ \"%f\"\\,\ line\ %l\ \#\ %m\ %#,
H A Ddecada.vim13 " 15.10.2006 MK Bram's suggestion for runtime integration
H A Dgnat.vim15 " 15.10.2006 MK Bram's suggestion for runtime integration
/macosx-10.9.5/WebCore-7537.78.1/inspector/front-end/
H A DSuggestBox.js40 * @param {string} suggestion
43 applySuggestion: function(suggestion, isIntermediateSuggestion) { },
183 var suggestion = text || this._selectedElement.textContent;
184 if (!suggestion)
187 this._suggestBoxDelegate.applySuggestion(suggestion, isIntermediateSuggestion);
309 // Do not show a single suggestion if it is the same as user-entered prefix, even if allowed to show single-item suggest boxes.
/macosx-10.9.5/pyobjc-42/2.5/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-signature.h60 PyObject* suggestion; member in struct:_PyObjCMethodSignature
H A Dfunction.m125 if (self->methinfo->suggestion != NULL) {
126 PyErr_SetObject(PyExc_TypeError, self->methinfo->suggestion);
H A Dparsexml.m931 char* suggestion = attribute_string(method, "suggestion", NULL);
932 if (suggestion == NULL) {
933 r = PyDict_SetItemString(metadata, "suggestion", default_suggestion);
943 PyObject* v = PyString_FromString(suggestion);
944 xmlFree(suggestion);
946 r = PyDict_SetItemString(metadata, "suggestion", v);
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/Modules/objc/
H A Dmethod-signature.h60 PyObject* suggestion; member in struct:_PyObjCMethodSignature
H A Dfunction.m135 if (self->methinfo->suggestion != NULL) {
136 PyErr_SetObject(PyExc_TypeError, self->methinfo->suggestion);
H A Dparsexml.m963 char* suggestion = attribute_string(method, "suggestion", NULL);
964 if (suggestion == NULL) {
965 r = PyDict_SetItemString(metadata, "suggestion", default_suggestion);
975 PyObject* v = PyText_InternFromString(suggestion);
976 xmlFree(suggestion);
978 r = PyDict_SetItemString(metadata, "suggestion", v);
/macosx-10.9.5/Libc-997.90.3/os/
H A Dtrace.c55 _os_trace_open_file(const char *suggestion) argument
57 if (suggestion) {
58 return open(suggestion, O_WRONLY | O_APPEND | O_CREAT | O_NOFOLLOW |
/macosx-10.9.5/vim-53/runtime/autoload/
H A Ddecada.vim13 " 15.10.2006 MK Bram's suggestion for runtime integration
H A Dadacomplete.vim14 " 15.10.2006 MK Bram's suggestion for runtime integration
H A Dgnat.vim16 " 15.10.2006 MK Bram's suggestion for runtime integration
/macosx-10.9.5/vim-53/runtime/ftplugin/
H A Dada.vim17 " 15.10.2006 MK Bram's suggestion for runtime integration
/macosx-10.9.5/JavaScriptCore-7537.78.1/bytecompiler/
H A DBytecodeGenerator.h282 // The same as newTemporary(), but this function returns "suggestion" if
283 // "suggestion" is a temporary. This function is helpful in situations
284 // where you've put "suggestion" in a RefPtr, but you'd like to allow
286 RegisterID* newTemporaryOr(RegisterID* suggestion) { return suggestion->isTemporary() ? suggestion : newTemporary(); } argument
/macosx-10.9.5/xnu-2422.115.4/bsd/hfs/hfscommon/Misc/
H A DVolumeAllocation.c2897 uint32_t suggestion; local
2898 if (hfs_find_summary_free (hfsmp, currentBlock, &suggestion) == 0) {
2899 currentBlock = suggestion;
2997 uint32_t suggestion; local
2998 if (hfs_find_summary_free (hfsmp, currentBlock, &suggestion) == 0) {
2999 if (suggestion < stopBlock) {
3000 currentBlock = suggestion;
3647 * suggestion for where to start scanning the bitmap in order to find free blocks. It will
3654 * newblock - output block as suggestion
/macosx-10.9.5/vim-53/runtime/syntax/
H A Ddocbk.vim8 " suggestion.
/macosx-10.9.5/CPANInternal-140/Perl-Ldap/contrib/
H A DisMember.pl293 As per the suggestion of Chris Ridd, the script returns true if the user

Completed in 229 milliseconds

12