Top "Find" questions

This tag has multiple meanings.

How to find object in QList by specific field in c++98?

I have this simple class: class SomeClass { QString key; QString someData; int otherField; public: QString getKey() { return key }; }; And I …

c++ qt find qt-creator qlist
Finding elements in a scala list and also know which predicate has been satisfied

I have the following problem in scala. I have to find the first element in al list which satisfies a …

list scala find predicate
Gradle, error could not find or load main class 'test.Main'

I implemented Gradle on one of my projects. I use Netbeans 8.02 with the gradle plugin. Structure is as it should …

java gradle find main netbeans-8
Getting initial catalog from the web.config file

I have a connection string in the web.config file. I have to get the database name from it. Let …

find connection-string
Visual Studio 2010 Solution Find all References Not Working

I have a Visual Studio 2010 Solution that was imported from a Visual Studio 2008 solution that the Find all References does …

visual-studio-2010 reference find find-all-references
StrongLoop Loopback Model find with OR condition on WHERE filter

I'm trying to find a person by either their name OR identifier using StrongLoop's Model.find syntax (documentation here: http://…

filter find where strongloop
Fast 'Find in Files' for VIM?

What are some options for getting really fast 'Find in Files' searching in VIM? Our codebase is large enough that …

search vim full-text-search find code-search-engine
JS: Handle with find() property undefined

I have a method which returns a value from an element in the array. Not all the elements have the …

javascript typescript find ecmascript-2017
How to find documents matching multiple criteria

I'm trying to query a collection using operands AND'd together. I've got the shell version working: db.widgets.find({color: …

java mongodb find mongodb-query mongo-java