Home
last modified time | relevance | path

Searched refs:textExpr (Results 1 – 13 of 13) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/dbtests/
H A Dextensions_callback_real_test.cpp103 std::unique_ptr<TextMatchExpression> textExpr( in TEST_F() local
105 ASSERT_EQUALS(textExpr->getFTSQuery().getQuery(), "awesome"); in TEST_F()
106 ASSERT_EQUALS(textExpr->getFTSQuery().getLanguage(), "english"); in TEST_F()
107 ASSERT_EQUALS(textExpr->getFTSQuery().getCaseSensitive(), in TEST_F()
109 ASSERT_EQUALS(textExpr->getFTSQuery().getDiacriticSensitive(), in TEST_F()
139 std::unique_ptr<TextMatchExpression> textExpr( in TEST_F() local
141 ASSERT_EQUALS(textExpr->getFTSQuery().getCaseSensitive(), true); in TEST_F()
156 std::unique_ptr<TextMatchExpression> textExpr( in TEST_F() local
187 std::unique_ptr<TextMatchExpression> textExpr( in TEST_F() local
204 std::unique_ptr<TextMatchExpression> textExpr( in TEST_F() local
[all …]
/dports/devel/py-pyparsing2/pyparsing-2.4.7/examples/
H A DexcelExpr.py54 textExpr = infixNotation(textOperand, variable
59 expr << (arithExpr | textExpr)
/dports/devel/py-pyparsing/pyparsing-3.0.6/examples/
H A DexcelExpr.py86 textExpr = infixNotation( variable
93 expr <<= arithExpr | textExpr
/dports/multimedia/qmmp-qt5/qmmp-1.5.2/src/qmmpui/
H A Dcueeditor.cpp45 QRegularExpression textExpr("\\\".*\\\""); in highlightBlock() local
46 QRegularExpressionMatchIterator i = textExpr.globalMatch(text); in highlightBlock()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/expression/
H A Dexpr_iter.cpp361 text_expr* textExpr = static_cast<text_expr*>(theExpr); in next() local
365 EXPR_ITER_NEXT(textExpr->theContentExpr); in next()
/dports/databases/pgadmin3/pgadmin3-1.22.2/pgadmin/ogl/
H A Dbasic.cpp1772 wxExpr *textExpr = new wxExpr(wxExprList); in WriteRegions() local
1782 textExpr->Append(list2); in WriteRegions()
1788 clause->AddAttributeValue(textNameBuf, textExpr); in WriteRegions()
1990 wxExpr *textExpr = NULL; in ReadRegions() local
2025 wxExpr *textExpr = regionExpr->Nth(1); in ReadRegions() local
2044 regionText = textExpr->StringValue(); in ReadRegions()
2099 textExpr = clause->AttributeValue(textNameBuf); in ReadRegions()
2100 if (textExpr && (textExpr->Type() == wxExprList)) in ReadRegions()
2102 wxExpr *node = textExpr->value.first; in ReadRegions()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic.cpp1846 wxExpr *textExpr = new wxExpr(wxExprList); in WriteRegions() local
1856 textExpr->Append(list2); in WriteRegions()
1862 clause->AddAttributeValue(textNameBuf, textExpr); in WriteRegions()
2064 wxExpr *textExpr = NULL; in ReadRegions() local
2099 wxExpr *textExpr = regionExpr->Nth(1); in ReadRegions() local
2118 regionText = textExpr->StringValue(); in ReadRegions()
2173 textExpr = clause->AttributeValue(textNameBuf); in ReadRegions()
2174 if (textExpr && (textExpr->Type() == wxExprList)) in ReadRegions()
2176 wxExpr *node = textExpr->value.first; in ReadRegions()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic.cpp1846 wxExpr *textExpr = new wxExpr(wxExprList); in WriteRegions() local
1856 textExpr->Append(list2); in WriteRegions()
1862 clause->AddAttributeValue(textNameBuf, textExpr); in WriteRegions()
2064 wxExpr *textExpr = NULL; in ReadRegions() local
2099 wxExpr *textExpr = regionExpr->Nth(1); in ReadRegions() local
2118 regionText = textExpr->StringValue(); in ReadRegions()
2173 textExpr = clause->AttributeValue(textNameBuf); in ReadRegions()
2174 if (textExpr && (textExpr->Type() == wxExprList)) in ReadRegions()
2176 wxExpr *node = textExpr->value.first; in ReadRegions()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic.cpp1846 wxExpr *textExpr = new wxExpr(wxExprList); in WriteRegions() local
1856 textExpr->Append(list2); in WriteRegions()
1862 clause->AddAttributeValue(textNameBuf, textExpr); in WriteRegions()
2064 wxExpr *textExpr = NULL; in ReadRegions() local
2099 wxExpr *textExpr = regionExpr->Nth(1); in ReadRegions() local
2118 regionText = textExpr->StringValue(); in ReadRegions()
2173 textExpr = clause->AttributeValue(textNameBuf); in ReadRegions()
2174 if (textExpr && (textExpr->Type() == wxExprList)) in ReadRegions()
2176 wxExpr *node = textExpr->value.first; in ReadRegions()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/contrib/src/ogl/
H A Dbasic.cpp1846 wxExpr *textExpr = new wxExpr(wxExprList); in WriteRegions() local
1856 textExpr->Append(list2); in WriteRegions()
1862 clause->AddAttributeValue(textNameBuf, textExpr); in WriteRegions()
2064 wxExpr *textExpr = NULL; in ReadRegions() local
2099 wxExpr *textExpr = regionExpr->Nth(1); in ReadRegions() local
2118 regionText = textExpr->StringValue(); in ReadRegions()
2173 textExpr = clause->AttributeValue(textNameBuf); in ReadRegions()
2174 if (textExpr && (textExpr->Type() == wxExprList)) in ReadRegions()
2176 wxExpr *node = textExpr->value.first; in ReadRegions()
/dports/lang/smalltalk/smalltalk-3.2.5/packages/gnuplot/
H A D2D.st557 x: xExpr y: yExpr text: textExpr [
559 textExpr asGPExpression }
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/query/
H A Dplanner_access.cpp227 auto textExpr = static_cast<const TextMatchExpressionBase*>(expr); in makeLeafNode() local
229 ret->ftsQuery = textExpr->getFTSQuery().clone(); in makeLeafNode()
/dports/textproc/zorba/zorba-2.7.0/src/compiler/translator/
H A Dtranslator.cpp12415 expr* textExpr = theExprManager->create_text_expr(theRootSctx, loc, in end_visit() local
12419 push_nodestack(textExpr); in end_visit()
12478 expr* textExpr = theExprManager->create_text_expr(theRootSctx, in end_visit() local
12483 push_nodestack(textExpr); in end_visit()