Home
last modified time | relevance | path

Searched refs:canMatch (Results 1 – 25 of 35) sorted by relevance

12

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/regexp/
H A Dregexp_test.go27 canMatch bool
33 canMatch: true,
40 canMatch: true,
46 canMatch: true,
52 canMatch: false,
65 canMatch: true,
71 canMatch: true,
77 canMatch: true,
90 canMatch: true,
96 canMatch: true,
[all …]
/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/levenshtein/
H A Dlevenshtein_test.go29 canMatch bool
37 canMatch: true,
45 canMatch: true,
53 canMatch: true,
61 canMatch: true,
69 canMatch: false,
89 canMatch: true,
105 canMatch: true,
113 canMatch: true,
132 canMatch: true,
[all …]
H A Drune_test.go27 canMatch bool
35 canMatch: true,
43 canMatch: true,
51 canMatch: true,
59 canMatch: true,
67 canMatch: false,
88 canMatch := dl.canMatch(s)
89 if canMatch != test.canMatch {
90 t.Errorf("expectec canMatch %t, got %t", test.canMatch, canMatch)
H A Drune.go43 func (d *dynamicLevenshtein) canMatch(state []int) bool { func
H A Ddfa.go160 if !b.lev.canMatch(levState) {
/dports/devel/anjuta/anjuta-3.34.0/plugins/symbol-db/anjuta-tags/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
121 if (canMatch (cp, RUBY_OPERATORS[i])) in parseRubyOperator()
293 if (canMatch (&cp, "=begin")) in findRubyTags()
298 if (canMatch (&cp, "=end")) in findRubyTags()
323 if (canMatch (&cp, "case") || canMatch (&cp, "for") || in findRubyTags()
324 canMatch (&cp, "if") || canMatch (&cp, "unless") || in findRubyTags()
325 canMatch (&cp, "while")) in findRubyTags()
334 if (canMatch (&cp, "module")) in findRubyTags()
338 else if (canMatch (&cp, "class")) in findRubyTags()
342 else if (canMatch (&cp, "def")) in findRubyTags()
[all …]
/dports/devel/arduino-ctags/ctags-5.8-arduino11/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
121 if (canMatch (cp, RUBY_OPERATORS[i])) in parseRubyOperator()
293 if (canMatch (&cp, "=begin")) in findRubyTags()
298 if (canMatch (&cp, "=end")) in findRubyTags()
323 if (canMatch (&cp, "case") || canMatch (&cp, "for") || in findRubyTags()
324 canMatch (&cp, "if") || canMatch (&cp, "unless") || in findRubyTags()
325 canMatch (&cp, "while")) in findRubyTags()
334 if (canMatch (&cp, "module")) in findRubyTags()
338 else if (canMatch (&cp, "class")) in findRubyTags()
342 else if (canMatch (&cp, "def")) in findRubyTags()
[all …]
/dports/devel/ctags/ctags-5.8/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
121 if (canMatch (cp, RUBY_OPERATORS[i])) in parseRubyOperator()
293 if (canMatch (&cp, "=begin")) in findRubyTags()
298 if (canMatch (&cp, "=end")) in findRubyTags()
323 if (canMatch (&cp, "case") || canMatch (&cp, "for") || in findRubyTags()
324 canMatch (&cp, "if") || canMatch (&cp, "unless") || in findRubyTags()
325 canMatch (&cp, "while")) in findRubyTags()
334 if (canMatch (&cp, "module")) in findRubyTags()
338 else if (canMatch (&cp, "class")) in findRubyTags()
342 else if (canMatch (&cp, "def")) in findRubyTags()
[all …]
/dports/japanese/ctags/ctags-5.8j2/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
121 if (canMatch (cp, RUBY_OPERATORS[i])) in parseRubyOperator()
293 if (canMatch (&cp, "=begin")) in findRubyTags()
298 if (canMatch (&cp, "=end")) in findRubyTags()
323 if (canMatch (&cp, "case") || canMatch (&cp, "for") || in findRubyTags()
324 canMatch (&cp, "if") || canMatch (&cp, "unless") || in findRubyTags()
325 canMatch (&cp, "while")) in findRubyTags()
334 if (canMatch (&cp, "module")) in findRubyTags()
338 else if (canMatch (&cp, "class")) in findRubyTags()
342 else if (canMatch (&cp, "def")) in findRubyTags()
[all …]
/dports/games/openlierox/OpenLieroX/include/
H A DProjAction.h266 …virtual bool canMatch() const { return true; } // if it is possible at all with current event attr… in canMatch() function
285 bool canMatch() const { return Delay >= 0; } in canMatch() function
306 bool canMatch() const;
327 bool canMatch() const { in canMatch() function
331 return ownerWorm.canMatch(); in canMatch()
348 bool canMatch() const { return (MapBound ? 1 : 0) + (Dirt ? 1 : 0) + (Rock ? 1 : 0) <= 1; } in canMatch() function
419 bool canMatch() const { return get()->canMatch(); } in canMatch() function
437 …for(Events::const_iterator i = events.begin(); i != events.end(); ++i) if(!i->canMatch()) return f… in hasAction()
459 bool canMatch() const { return Time > 0; } in canMatch() function
460 bool hasAction() const { return Proj_Action::hasAction() && canMatch(); } in hasAction()
/dports/devel/geany-legacy/geany-1.37.1/ctags/parsers/
H A Druby.c92 static bool canMatch (const unsigned char** s, const char* literal, in canMatch() function
142 return canMatch (s, literal, notIdentChar); in canMatchKeyword()
168 if (canMatch (cp, RUBY_OPERATORS[i], notOperatorChar)) in parseRubyOperator()
412 if (canMatch (&cp, "=begin", isWhitespace)) in findRubyTags()
417 if (canMatch (&cp, "=end", isWhitespace)) in findRubyTags()
/dports/devel/geany/geany-1.38/ctags/parsers/
H A Dgeany_ruby.c92 static bool canMatch (const unsigned char** s, const char* literal, in canMatch() function
142 return canMatch (s, literal, notIdentChar); in canMatchKeyword()
168 if (canMatch (cp, RUBY_OPERATORS[i], notOperatorChar)) in parseRubyOperator()
412 if (canMatch (&cp, "=begin", isWhitespace)) in findRubyTags()
417 if (canMatch (&cp, "=end", isWhitespace)) in findRubyTags()
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/parsers/
H A Druby.c129 static bool canMatch (const unsigned char** s, const char* literal, in canMatch() function
210 return canMatch (s, literal, notIdentChar); in canMatchKeyword()
276 if (canMatch (cp, RUBY_OPERATORS[i], notOperatorChar)) in parseRubyOperator()
891 if (canMatch (&cp, "=begin", isWhitespace)) in findRubyTags()
896 if (canMatch (&cp, "=end", isWhitespace)) in findRubyTags()
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/mod/endpoints/mod_khomp/src/
H A Dutils.cpp239 bool MatchExtension::canMatch(std::string & context, std::string & exten, in canMatch() function in MatchExtension
370 if(!canMatch(context,exten,callerid)) in matchExtension()
382 if(!canMatch(context,exten,callerid,true)) in matchExtension()
/dports/devel/fossology-nomos-standalone/fossology-3.11.0/src/monk/agent/
H A Ddiff.c38 size_t canMatch = MIN(textLength - textStart, searchLength - searchStart); in matchNTokens() local
39 size_t shouldMatch = MIN(numberOfWantedMatches, canMatch); in matchNTokens()
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/Chem/Pharm3D/
H A DUnitTestEmbed.py207 canMatch, matches = EmbedLib.MatchPharmacophoreToMol(mol, featFactory, pcophore)
208 if canMatch:
/dports/lang/gcc12-devel/gcc-12-20211205/libphobos/src/std/
H A Dsumtype.d1746 template canMatch(alias handler, Ts...)
1749 enum canMatch = is(typeof((Ts args) => handler(args)));
1757 assert( canMatch!(handleInt, int));
1758 assert(!canMatch!(handleInt, string));
1770 assert(canMatch!(OverloadSet.fun, int));
1771 assert(canMatch!(OverloadSet.fun, double));
1967 static if (canMatch!(handler, valueTypes!caseId))
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/functions/
H A Dqsequencefns_p.h172 if(myCard.canMatch(card)) in compress()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/janitors/
H A Dqcardinalityverifier.cpp71 else if(requiredCard.canMatch(opCard)) in verifyCardinality()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/janitors/
H A Dqcardinalityverifier.cpp69 else if(requiredCard.canMatch(opCard)) in verifyCardinality()
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/functions/
H A Dqsequencefns_p.h168 if(myCard.canMatch(card)) in compress()
/dports/converters/wkhtmltopdf/qt-5db36ec/src/xmlpatterns/type/
H A Dqcardinality_p.h300 inline bool canMatch(const Cardinality &other) const in canMatch() function
/dports/textproc/qt5-xmlpatterns/kde-qtxmlpatterns-5.15.2p2/src/xmlpatterns/type/
H A Dqcardinality_p.h296 inline bool canMatch(const Cardinality &other) const in canMatch() function
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/server/
H A Dselector.cpp1274 bool canMatch = true; in whereAddressFields() local
1283 canMatch = false; in whereAddressFields()
1290 canMatch = false; in whereAddressFields()
1296 canMatch = false; in whereAddressFields()
1303 canMatch = false; in whereAddressFields()
1309 if ( canMatch ) { in whereAddressFields()
1345 if ( canMatch && !knownMatch ) { in whereAddressFields()
/dports/mail/archiveopteryx-devel/aox-96ab17e/server/
H A Dselector.cpp1275 bool canMatch = true; in whereAddressFields() local
1284 canMatch = false; in whereAddressFields()
1291 canMatch = false; in whereAddressFields()
1297 canMatch = false; in whereAddressFields()
1304 canMatch = false; in whereAddressFields()
1310 if ( canMatch ) { in whereAddressFields()
1346 if ( canMatch && !knownMatch ) { in whereAddressFields()

12