Home
last modified time | relevance | path

Searched defs:canMatch (Results 1 – 18 of 18) sorted by relevance

/dports/audio/pms-devel/pms-c94e3c6/vendor/github.com/couchbase/vellum/levenshtein/
H A Drune.go43 func (d *dynamicLevenshtein) canMatch(state []int) bool { func
/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
327 bool canMatch() const { in canMatch() function
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
459 bool canMatch() const { return Time > 0; } in canMatch() function
/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/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
/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
/dports/devel/ctags/ctags-5.8/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
/dports/japanese/ctags/ctags-5.8j2/
H A Druby.c81 static boolean canMatch (const unsigned char** s, const char* literal) in canMatch() function
/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
/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
/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
/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
/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
/dports/games/openlierox/OpenLieroX/src/common/
H A DPhysicsLX56_Projectiles.cpp1033 bool Proj_WormHitEvent::canMatch() const { in canMatch() function in Proj_WormHitEvent
/dports/mail/archiveopteryx/archiveopteryx-3.2.0/server/
H A Dselector.cpp1274 bool canMatch = true; in whereAddressFields() local
/dports/mail/archiveopteryx-devel/aox-96ab17e/server/
H A Dselector.cpp1275 bool canMatch = true; in whereAddressFields() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/
H A DCustomSafeOptPass.cpp1039 …bool canMatch = AccVal->getType()->isIntegerTy(32) && checkIfValuesComeFromCharType(ExtA, ABranch)… in matchDp4a() local
/dports/math/cvc3/cvc3-2.4.1/src/theory_quant/
H A Dtheory_quant.cpp2798 bool TheoryQuant::canMatch(const Expr& t1, const Expr& t2, ExprMap<Expr>& env){ in canMatch() function in TheoryQuant