Home
last modified time | relevance | path

Searched refs:isPhrase (Results 1 – 25 of 176) sorted by relevance

12345678

/dports/games/instead/instead-3.4.1/stead/stead2/
H A Ddlg.lua3 return isPhrase(p) and p.dsc and (p.ans or p.code)
12 if isPhrase(a.tag) then
23 if isPhrase(v) and v.tag == a.tag then
70 if isPhrase(ph) and not isRemoved(ph) then
88 if isPhrase(ph) then
119 if not isPhrase(ph) or isDisabled(ph) or not ph.empty then
132 if not isPhrase(ph) or isDisabled(ph) then
146 if isPhrase(ph) then
228 if not isPhrase(p) then
447 if isPhrase(num) then
[all …]
H A Dproxymenu.lua155 if isObject(o) and not isDisabled(o) and o ~= s and not isPhrase(o)
H A Dstead.lua484 function isPhrase(v) function
1111 if isPhrase(ph) and not isDisabled(ph) then
1124 if isPhrase(ph) and not isDisabled(ph) then
1141 if isPhrase(stead.ref(num)) then
1157 local r = not isPhrase(ph) or isRemoved(ph) or ph:disabled();
1180 if isPhrase(ph) and not isRemoved(ph) then
1198 if isPhrase(ph) then
H A Ddbg.lua282 …if isObject(v) and not isPhrase(v) and not isRoom(v) and not isPlayer(v) and not v.debug and not h…
/dports/accessibility/kmouth/kmouth-21.12.3/phrasebook/
H A Dphrasebook.h76 explicit PhraseBookEntry(const Phrase &phrase, int level = 1, bool isPhrase = true);
79 void setPhrase(Phrase phrase, int level = 1, bool isPhrase = true);
81 bool isPhrase() const;
H A Dphrasebook.cpp87 PhraseBookEntry::PhraseBookEntry(const Phrase &phrase, int level, bool isPhrase) in PhraseBookEntry() argument
91 isPhraseValue = isPhrase; in PhraseBookEntry()
94 bool PhraseBookEntry::isPhrase() const in isPhrase() function in PhraseBookEntry
201 if ((*it).isPhrase()) { in encode()
225 if ((*it).isPhrase()) in toStringList()
469 if ((*it).isPhrase()) { in addToGUI()
499 *this += PhraseBookEntry((*it).getPhrase(), (*it).getLevel() + 1, (*it).isPhrase()); in insert()
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/ext/fts3/
H A Dfts3_expr.c559 int isPhrase; in fts3ExprParse() local
581 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()
588 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()
594 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()
619 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()
620 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()
627 if( isPhrase ){ in fts3ExprParse()
638 isRequirePhrase = !isPhrase; in fts3ExprParse()
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node_modules/@kbn/es-query/src/kuery/ast/
H A Dkuery.peg159 const isPhrase = buildLiteralNode(true);
160 return (field) => buildFunctionNode('is', [field, value, isPhrase]);
169 const isPhrase = buildLiteralNode(false);
170 return (field) => buildFunctionNode('is', [field, value, isPhrase]);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/help/
H A DHelpWindow.cpp242 bool isPhrase = false; in startSearch() local
248 isPhrase = !isPhrase; in startSearch()
254 else if(i == ' ' && !isPhrase) in startSearch()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c629 int isPhrase; in fts3ExprParse() local
652 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()
659 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()
665 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()
690 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()
691 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()
698 if( isPhrase ){ in fts3ExprParse()
709 isRequirePhrase = !isPhrase; in fts3ExprParse()
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts3/
H A Dfts3_expr.c633 int isPhrase; in fts3ExprParse() local
656 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()
663 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()
669 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()
694 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()
695 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()
702 if( isPhrase ){ in fts3ExprParse()
713 isRequirePhrase = !isPhrase; in fts3ExprParse()
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts3/
H A Dfts3_expr.c634 int isPhrase; in fts3ExprParse() local
657 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()
664 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()
670 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()
695 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()
696 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()
703 if( isPhrase ){ in fts3ExprParse()
714 isRequirePhrase = !isPhrase; in fts3ExprParse()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts3/
H A Dfts3_expr.c632 int isPhrase; in fts3ExprParse() local
655 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft); in fts3ExprParse()
662 if( !isPhrase && isRequirePhrase ){ in fts3ExprParse()
668 if( isPhrase && !isRequirePhrase ){ in fts3ExprParse()
693 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE) in fts3ExprParse()
694 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR) in fts3ExprParse()
701 if( isPhrase ){ in fts3ExprParse()
712 isRequirePhrase = !isPhrase; in fts3ExprParse()
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/src/plugins/data/common/opensearch_query/kuery/ast/
H A Dkuery.peg182 const isPhrase = buildLiteralNode(true);
183 return (field) => buildFunctionNode('is', [field, value, isPhrase]);
192 const isPhrase = buildLiteralNode(false);
193 return (field) => buildFunctionNode('is', [field, value, isPhrase]);
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/
H A DTraditionalMailMessageParser.h65 bool isPhrase(const string &token);
/dports/devel/sope/SOPE/sope-mime/NGMail/
H A DNGMailAddressParser.m589 BOOL isPhrase = NO;
595 isPhrase = YES;
600 isPhrase = YES;
607 return !isPhrase ? (NSNumber *)nil : yesNum;
611 BOOL isPhrase = NO;
626 // isPhrase = YES;
630 isPhrase = YES;
648 if (!isPhrase || ([returnValue length] == 0))
/dports/devel/sope2/SOPE/sope-mime/NGMail/
H A DNGMailAddressParser.m589 BOOL isPhrase = NO;
595 isPhrase = YES;
600 isPhrase = YES;
607 return !isPhrase ? (NSNumber *)nil : yesNum;
611 BOOL isPhrase = NO;
626 // isPhrase = YES;
630 isPhrase = YES;
648 if (!isPhrase || ([returnValue length] == 0))
/dports/mail/spamprobe/spamprobe-1.4d/src/parser/
H A DTraditionalMailMessageParser.cc104 if (isPhrase(token)) { in addDerivedTerms()
152 bool TraditionalMailMessageParser::isPhrase(const string &token) in isPhrase() function in TraditionalMailMessageParser
/dports/misc/artikulate/artikulate-21.12.3/src/models/
H A Dphrasemodel.h35 Q_INVOKABLE bool isPhrase(const QModelIndex &index) const;
H A Dphrasemodel.cpp297 bool PhraseModel::isPhrase(const QModelIndex &index) const in isPhrase() function in PhraseModel
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c101487 int isPhrase;
101510 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft);
101517 if( !isPhrase && isRequirePhrase ){
101523 if( isPhrase && !isRequirePhrase ){
101549 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE)
101550 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR)
101557 if( isPhrase ){
101568 isRequirePhrase = !isPhrase;
/dports/devel/raknet/raknet-3.9.2_10,1/DependentExtensions/SQLite3Plugin/
H A Dsqlite3.c99226 int isPhrase;
99249 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft);
99256 if( !isPhrase && isRequirePhrase ){
99262 if( isPhrase && !isRequirePhrase ){
99288 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE)
99289 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR)
99296 if( isPhrase ){
99307 isRequirePhrase = !isPhrase;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c106727 int isPhrase;
106749 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft);
106756 if( !isPhrase && isRequirePhrase ){
106762 if( isPhrase && !isRequirePhrase ){
106787 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE)
106788 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR)
106795 if( isPhrase ){
106806 isRequirePhrase = !isPhrase;
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A Dsqlite3.amalgamation.c100096 int isPhrase;
100118 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft);
100125 if( !isPhrase && isRequirePhrase ){
100131 if( isPhrase && !isRequirePhrase ){
100156 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE)
100157 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR)
100164 if( isPhrase ){
100175 isRequirePhrase = !isPhrase;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c122915 int isPhrase;
122936 isPhrase = (eType==FTSQUERY_PHRASE || p->pLeft);
122943 if( !isPhrase && isRequirePhrase ){
122949 if( isPhrase && !isRequirePhrase ){
122974 (eType==FTSQUERY_NEAR && !isPhrase && pPrev->eType!=FTSQUERY_PHRASE)
122975 || (eType!=FTSQUERY_PHRASE && isPhrase && pPrev->eType==FTSQUERY_NEAR)
122982 if( isPhrase ){
122993 isRequirePhrase = !isPhrase;

12345678