| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/qplacesearchsuggestionreply/ |
| H A D | tst_qplacesearchsuggestionreply.cpp | 42 void setSuggestions(const QStringList &suggestions) { in setSuggestions() argument 43 QPlaceSearchSuggestionReply::setSuggestions(suggestions); in setSuggestions() 82 QStringList suggestions; in suggestionsTest() local 83 suggestions << QStringLiteral("one") << QStringLiteral("two") in suggestionsTest() 87 reply->setSuggestions(suggestions); in suggestionsTest() 88 QCOMPARE(reply->suggestions(), suggestions); in suggestionsTest()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/places/ |
| H A D | qplacesearchsuggestionreply.cpp | 46 QStringList suggestions; member in QPlaceSearchSuggestionReplyPrivate 88 QStringList QPlaceSearchSuggestionReply::suggestions() const in suggestions() function in QPlaceSearchSuggestionReply 91 return d->suggestions; in suggestions() 105 void QPlaceSearchSuggestionReply::setSuggestions(const QStringList &suggestions) in setSuggestions() argument 108 d->suggestions = suggestions; in setSuggestions()
|
| H A D | qplacesearchsuggestionreply.h | 55 QStringList suggestions() const; 59 void setSuggestions(const QStringList &suggestions);
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | typeahead.jquery.js | 689 _overwrite: function overwrite(query, suggestions) { 690 suggestions = suggestions || []; 691 if (suggestions.length) { 692 this._renderSuggestions(query, suggestions); 700 this.trigger("rendered", this.name, suggestions, false); 702 _append: function append(query, suggestions) { 703 suggestions = suggestions || []; 704 if (suggestions.length && this.$lastSuggestion.length) { 705 this._appendSuggestions(query, suggestions); 706 } else if (suggestions.length) { [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativeplaces/ |
| H A D | qdeclarativesearchsuggestionmodel_p.h | 66 Q_PROPERTY(QStringList suggestions READ suggestions NOTIFY suggestionsChanged) 75 QStringList suggestions() const;
|
| H A D | qdeclarativesearchsuggestionmodel.cpp | 254 QStringList QDeclarativeSearchSuggestionModel::suggestions() const in suggestions() function in QDeclarativeSearchSuggestionModel 328 m_suggestions = suggestionReply->suggestions(); in queryFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/mapbox/ |
| H A D | qplacesearchsuggestionreplymapbox.cpp | 99 QStringList suggestions; in onReplyFinished() local 102 suggestions.append(feature.toObject().value(QStringLiteral("text")).toString()); in onReplyFinished() 105 setSuggestions(suggestions); in onReplyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/nokia/placesv2/ |
| H A D | qplacesearchsuggestionreplyimpl.cpp | 92 QJsonArray suggestions = object.value(QStringLiteral("suggestions")).toArray(); in replyFinished() local 95 for (int i = 0; i < suggestions.count(); ++i) { in replyFinished() 96 QJsonValue v = suggestions.at(i); in replyFinished()
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 11 Andrew Tridgell (Samba team) for his early suggestions about smb/cifs VFS 44 - Shaggy (Dave Kleikamp) for innumerable small fs suggestions and some good cleanup 45 - Gunter Kukkukk (testing and suggestions for support of old servers) 66 bugs in error paths. Valuable suggestions also have come from Al Viro
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/plugins/geoservices/esri/ |
| H A D | placesearchreply_esri.cpp | 122 QJsonValue suggestions = document.object().value(kCandidatesKey); in replyFinished() local 123 if (!suggestions.isArray()) in replyFinished() 129 QJsonArray resultsArray = suggestions.toArray(); in replyFinished()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/geotestplugin/ |
| H A D | qplacemanagerengine_test.h | 209 SuggestionReply(const QStringList &suggestions, QObject *parent = 0) 212 setSuggestions(suggestions); in QPlaceSearchSuggestionReply() 511 QStringList suggestions; in searchSuggestions() local 513 suggestions << QStringLiteral("test1"); in searchSuggestions() 514 suggestions << QStringLiteral("test2"); in searchSuggestions() 515 suggestions << QStringLiteral("test3"); in searchSuggestions() 518 SuggestionReply *reply = new SuggestionReply(suggestions, this); in searchSuggestions()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/tests/auto/declarative_core/ |
| H A D | tst_placesearchsuggestionmodel.qml | 99 compare(testModel.suggestions, expectedSuggestions); 106 compare(testModel.suggestions, []); 122 tryCompare(testModel.suggestions, "length", 0);
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/examples/location/places/doc/src/ |
| H A D | places.qdoc | 55 suggestions when three or more characters are entered. Selecting one of the suggestions will 115 When the status of the \l PlaceSearchSuggestionModel changes, search suggestions are displayed. 120 suggestions.
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/docbook-xml/docbook-xml-dtd4/ |
| H A D | LICENSE-OASIS | 14 Please direct all questions, bug reports, or suggestions for
|
| /OK3568_Linux_fs/buildroot/package/unbound/ |
| H A D | Config.in | 32 Here is some suggestions how to handle SNI encryption:
|
| /OK3568_Linux_fs/kernel/drivers/accessibility/speakup/ |
| H A D | TODO | 15 Patches, suggestions, corrections, etc, are definitely welcome.
|
| /OK3568_Linux_fs/buildroot/ |
| H A D | README | 21 Please feed suggestions, bug reports, insults, and bribes back to the
|
| /OK3568_Linux_fs/buildroot/boot/grub2/ |
| H A D | 0119-disk-lvm-Don-t-blast-past-the-end-of-the-circular-me.patch | 11 It's a bit ugly and I'd appreciate better suggestions.
|
| /OK3568_Linux_fs/buildroot/package/libavl/ |
| H A D | 0001-fix-makefile.patch | 16 # Some suggestions: (-mcpu= generates i386 compatible code)
|
| /OK3568_Linux_fs/kernel/Documentation/networking/device_drivers/ethernet/neterion/ |
| H A D | s2io.rst | 14 - 5. Performance suggestions 114 5. Performance suggestions
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/doc/src/plugins/ |
| H A D | nokia.qdoc | 206 \li Search term suggestions 300 \section3 Search Term suggestions 301 Only a partial \e {search term} and \e {search center} is supported when retrieving suggestions. 304 Both search term and search center \e {must} be provided when retrieving search term suggestions.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/packagegroups/ |
| H A D | packagegroup-basic.bb | 2 # Please communicate your use cases and suggestions to the mailinglist(s)
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/ |
| H A D | AUTHORS.txt | 33 An incomplete list of people who made suggestions or found bugs or
|
| /OK3568_Linux_fs/u-boot/doc/driver-model/ |
| H A D | serial-howto.txt | 14 model. Please feel free to update this file with your ideas and suggestions.
|
| H A D | i2c-howto.txt | 26 model. Please feel free to update this file with your ideas and suggestions.
|