Home
last modified time | relevance | path

Searched defs:booleanQuery (Results 1 – 19 of 19) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/
H A Dqhelpsearchindexreader_clucene.cpp216 const QStringList &filterAttributes, QCLuceneBooleanQuery &booleanQuery, in buildQuery()
267 const QStringList &filterAttributes, QCLuceneBooleanQuery &booleanQuery, in buildTryHarderQuery()
292 const QString &fieldName, QCLuceneBooleanQuery &booleanQuery, in addFuzzyQuery()
311 const QString &fieldName, QCLuceneBooleanQuery &booleanQuery) in addWithoutQuery()
327 const QString &fieldName, QCLuceneBooleanQuery &booleanQuery) in addPhraseQuery()
353 const QString &fieldName, QCLuceneBooleanQuery &booleanQuery) in addAllQuery()
370 QCLuceneBooleanQuery &booleanQuery, in addDefaultQuery()
387 QCLuceneBooleanQuery &booleanQuery, QCLuceneAnalyzer &analyzer) in addAtLeastQuery()
404 const QStringList &filterAttributes, QCLuceneBooleanQuery &booleanQuery, in addAttributesQuery()
/dports/security/keybase/client-v5.7.1/go/vendor/github.com/antchfx/xpath/
H A Dquery.go638 type booleanQuery struct { struct
639 IsOr bool
640 Left, Right query
641 iterator func() NodeNavigator
644 func (b *booleanQuery) Select(t iterator) NodeNavigator {
708 func (b *booleanQuery) Evaluate(t iterator) interface{} {
720 func (b *booleanQuery) Clone() query {
/dports/net/termshark/termshark-2.1.1/vendor/github.com/antchfx/xpath/
H A Dquery.go641 type booleanQuery struct { struct
642 IsOr bool
643 Left, Right query
644 iterator func() NodeNavigator
647 func (b *booleanQuery) Select(t iterator) NodeNavigator {
711 func (b *booleanQuery) Evaluate(t iterator) interface{} {
723 func (b *booleanQuery) Clone() query {
/dports/sysutils/terraform/terraform-1.0.11/vendor/github.com/antchfx/xpath/
H A Dquery.go638 type booleanQuery struct { struct
639 IsOr bool
640 Left, Right query
641 iterator func() NodeNavigator
644 func (b *booleanQuery) Select(t iterator) NodeNavigator {
708 func (b *booleanQuery) Evaluate(t iterator) interface{} {
720 func (b *booleanQuery) Clone() query {
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/queryparser/
H A DMultiFieldQueryParser.cpp118 BooleanQueryPtr booleanQuery(newLucene<BooleanQuery>()); in parse() local
133 BooleanQueryPtr booleanQuery(newLucene<BooleanQuery>()); in parse() local
148 BooleanQueryPtr booleanQuery(newLucene<BooleanQuery>()); in parse() local
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/test/search/
H A DQueryWrapperFilterTest.cpp49 BooleanQueryPtr booleanQuery = newLucene<BooleanQuery>(); in TEST_F() local
H A DFilteredSearchTest.cpp79 BooleanQueryPtr booleanQuery = newLucene<BooleanQuery>(); in searchFiltered() local
H A DPhraseQueryTest.cpp245 BooleanQueryPtr booleanQuery = newLucene<BooleanQuery>(); in TEST_F() local
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/xpath-1.2.0/
H A Dquery.go752 type booleanQuery struct { struct
753 IsOr bool
754 Left, Right query
755 iterator func() NodeNavigator
758 func (b *booleanQuery) Select(t iterator) NodeNavigator {
822 func (b *booleanQuery) Evaluate(t iterator) interface{} {
834 func (b *booleanQuery) Clone() query {
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/antchfx/xpath/
H A Dquery.go752 type booleanQuery struct { struct
753 IsOr bool
754 Left, Right query
755 iterator func() NodeNavigator
758 func (b *booleanQuery) Select(t iterator) NodeNavigator {
822 func (b *booleanQuery) Evaluate(t iterator) interface{} {
834 func (b *booleanQuery) Clone() query {
/dports/www/ytdl/ytdl-0.6.4/vendor/github.com/antchfx/xpath/
H A Dquery.go722 type booleanQuery struct { struct
723 IsOr bool
724 Left, Right query
725 iterator func() NodeNavigator
728 func (b *booleanQuery) Select(t iterator) NodeNavigator {
792 func (b *booleanQuery) Evaluate(t iterator) interface{} {
804 func (b *booleanQuery) Clone() query {
/dports/www/colly/colly-2.1.0/vendor/github.com/antchfx/xpath/
H A Dquery.go723 type booleanQuery struct { struct
724 IsOr bool
725 Left, Right query
726 iterator func() NodeNavigator
729 func (b *booleanQuery) Select(t iterator) NodeNavigator {
793 func (b *booleanQuery) Evaluate(t iterator) interface{} {
805 func (b *booleanQuery) Clone() query {
/dports/x11/wallutils/wallutils-5.10.0/vendor/github.com/xyproto/heic/heic-1.0.0/vendor/github.com/antchfx/xpath/
H A Dquery.go752 type booleanQuery struct { struct
753 IsOr bool
754 Left, Right query
755 iterator func() NodeNavigator
758 func (b *booleanQuery) Select(t iterator) NodeNavigator {
822 func (b *booleanQuery) Evaluate(t iterator) interface{} {
834 func (b *booleanQuery) Clone() query {
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/payloads/
H A DPayloadSpanUtil.cpp40 BooleanQueryPtr booleanQuery(boost::dynamic_pointer_cast<BooleanQuery>(query)); in queryToSpanQuery() local
/dports/textproc/luceneplusplus/LucenePlusPlus-rel_3.0.8/src/core/search/
H A DQuery.cpp100 …for (Collection<BooleanQueryPtr>::iterator booleanQuery = queries.begin(); booleanQuery != queries… in mergeBooleanQueries() local
/dports/converters/wkhtmltopdf/qt-5db36ec/tools/assistant/lib/fulltextsearch/
H A Dqquery.cpp264 lucene::search::BooleanQuery *booleanQuery = in add() local
/dports/textproc/clucene/clucene-core-2.3.3.4/src/core/CLucene/search/
H A DSearchHeader.cpp34 BooleanQuery* booleanQuery = (BooleanQuery*)queries->values[i]; in mergeBooleanQueries() local
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/addrbook/src/
H A DnsAbOutlookDirectory.cpp686 nsCOMPtr<nsIAbBooleanExpression> booleanQuery = in GetConditionValue() local
/dports/databases/gnats4/gnats-4.1.0/gnats/
H A Dquery.c1916 booleanQuery (QueryOp op, QueryExpr left, QueryExpr right) in booleanQuery() function